.gridView
{
	width: 100%;
	border: solid 1px #D4D0c8;
}
.gridView th
{
	text-align: left;
	background-color: #005a9e;
	color: #ffffff;
	padding-left:5px;
	padding-right:5px;
}
.gridView td
{
	padding-left:3px;
	padding-right:5px;
}
a.courseLink:link, a.courseLink:visited
{
	text-decoration: none;
}
a.courseLink:hover
{
	text-decoration: underline;
}
input text
{
	float:left;
	width: 18em;
	font-family: Tahoma, Verdana, Arial;
	font-size: 1em;	
	background-color: #e6ebed;
	border: solid 1px #949a9d;
}
.fieldCaption
{
	float: left; 
	font-size: 1em;
	font-weight: bold;
	vertical-align: baseline;
	padding-right: 30px;
}
.tableCaption
{
	font-weight:bold;
	font-size:1.1em;
	padding-bottom:5px;
	color: #005a9e;
}
a.signLink:link, a.signLink:visited
{
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}
a.signLink:hover
{
	text-decoration: underline;
}
.courseScheduleHelp
{
	font-size: 11px;
}
.courseSchedulePanel 
{
	font-family: 'Sans-Serif';
	font-size: 12px;
	color: #454545;
}
.highlight
{
	color: Red;
	font-weight: 700;
}
.courseShoppingInfoPart
{
	float:right;
	border: solid 1px #005a9e;
	color:#0686D0;
}
.courseShoppingInfoPart a:link, .courseShoppingInfoPart a:visited
{
	font-weight: bold;
	text-decoration: none;
}
.courseShoppingInfoPart a:hover
{
	text-decoration: underline;
}
#courseDetailsTab ul 
{     
    list-style: none;     
    padding:0;     
    margin:0; 
}
#courseDetailsTab li 
{     
	float: left;     
	border: solid 1px #969696;     
	border-bottom-width: 0;     
	margin: 0 0.5em 0 0; 
}     
#courseDetailsTab li a 
{     
	padding: 0 1em; 
} 
#courseDetailsTab a 
{
	font-weight: bold;
	text-decoration: none;
}
#courseDetailsTab a.tabSelected
{     
	position: relative;     
	top: 1px; 
	background:#fff;
}     
#courseDetailsTab a.tabUnselected
{}  