TABLE.course_list
{
	width: 100%;
	background-color:#F2F2F2;
}

TABLE.course_list TD.course_detail
{
	padding: 0px 0px 0px 10px;
	text-align: center;
	border-top: solid 4px white;
	border-right: solid 4px white;
	border-bottom:solid 4px white;
	width: 350px;
	font-family:Arial;
}

TABLE.course_list TD.location_detail
{
	padding: 0px 0px 10px 0px;
	text-align: center;
	border-top:solid 4px white;
	border-left:solid 4px white;
	border-bottom:solid 4px white;
	width: 350px;
	font-family:Arial;
}

TABLE.course_list TD.blankrowright
{
	padding: 0px 0px 10px 0px;
	text-align: center;
	background-color:#CCCCCC;
	border-left:solid 4px white;
	height: 20PX;
	width: 350px;
}
TABLE.course_list TD.blankrowleft
{
	padding: 0px 0px 10px 0px;
	text-align: center;
	background-color:#CCCCCC;
	border-right:solid 4px white;
	height: 20PX;
	width: 350px;
}
TABLE.course_list TD.premonthrow
{
	height:50px;
	background-color:#B7E1D6;
}
TD.location_detail SPAN
{
	padding: 0px 0px 0px 0px;
	text-align: center;
	border-color:White;
	border-width:medium;
	font-family:Arial;
}

TABLE.course_detail_nest TD
{
	border-color:White;
	border-width:medium;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
	text-align: center;
	font-family:Arial;
}

.month_row
{
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	background-color:#CCCCCC;
	font-family:Arial;
}

#divMain
{
	width: 700px;
	
}

#divPageHeader
{
	margin: 2px 0px 25px 0px;	
	text-align: center;
}

#lblPageTitle
{
	font-weight: bold;
	font-size:xx-large;
}
#lblSchedule
{
	font-weight:bold;
	font-size:x-large;
	font-family:Arial;
}
#lblChangeMsg
{
	font-size:larger;
	font-weight: bold;
	font-family:Arial;
}
#lblContactMsg
{
	font-size:larger;
	font-family:Arial;
}
BODY
{
	background-color:#FFFFFF;
	text-align:center;
}

h1 
{
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	*/
	text-align: center;
}
.main_text 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.required_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: underline;
}
.table_header 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F0F0F0;
	background-color: #408D83;
	text-align: center;
	padding: 2px 2px 2px 2px;
}
.blank_row 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F0F0F0;
	background-color: #408D83;
	line-height: 1px;
	padding: 0px 0px 1px 0px;
}
.table_text 
{
	font-weight: bold;
	padding: 5px 1px 3px 1px;
}
.location
{
	font-weight: normal;
	padding: 5px 1px 3px 1px;
}
.table_cell
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #F0F0F0;
	padding: 5px 1px 3px 1px;
}
.align_left 
{
	text-align: left;
}

.align_center 
{
	text-align: center;
}