/***********************************************************
course_schedule.css
**********************************************************/
#view_detailed_schedule p, #view_detailed_schedule div, #view_detailed_schedule table {
	font-family:arial,verdana,helvetica,georgia,'Lucida Grande','Lucida Sans Unicode','Trebuchet MS','Arial Black','Courier New','Times New Roman','Times',sans-serif;
	font-size:0.98em;
}

#view_detailed_schedule .clear {
	display:block;
}

#datePriceUL ul, li {
	margin:0; padding:0;
}

#datePriceUL ul {
	padding-bottom: 25px;
	border-bottom:2px solid #E2E2E2;
	margin-bottom: 5px;
}

#datePriceUL {
	padding-bottom: 10px;
	font-family:arial;
	font-size:1.8em;
}

address {
	color:#797C80;
	font-style:normal;
	font-family:arial,verdana,helvetica,georgia,'Lucida Grande','Lucida Sans Unicode','Trebuchet MS','Arial Black','Courier New','Times New Roman','Times',sans-serif;
	font-size: 1.6em;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


#view_detailed_schedule, .view_detailed_schedule_enroll {
	padding:0 10%;
	width: 600px;
}

#view_detailed_schedule_header {
	display:block;
	color:#252525;
	font-size:2.2em;
	font-weight:bold;
	margin-bottom: 0.2em
}

.class-schedule {
	color: #333333;
	margin:0;padding:0;
	padding: 15px;	
}

.class-schedule .btn {
	display: block;
	width: 6.7em;
	font-size: 1em;
	height: 20px;
	margin-top: -0.5em;
	background-attachment: scroll;
	background-repeat: no-repeat;
	font-style: normal;
	position: relative;
	text-align: center;
}

.class-schedule .btn span {
	background-position: 100% 0;
	padding: 0.3em 0 0;
	text-decoration: none !important;
	font-style: normal;
	text-align: center;
	display: block;
}

.class-schedule .btn em {
	background-position: 0 100%;
	margin-left: -0.4em;
	padding-left: 0.5em;
}

.class-schedule .btn strong {
	font-size: 1.2em;
	line-height: 1.2em;
}

.class-schedule .btnGreen * {
	background-image: url(/images/btn/btn_green.gif);
	color: #FFFFFF;
}

.class-schedule .btnPrint {
	background-image: url(/images/icon/icon_print_plain.gif);
	background-repeat: no-repeat;
	line-height: 0.9em;
	display: inline;
	font-size: 0.9em;
	height: 20px;
	margin: 0 0 0 1.1em;
	font-size: 1em;
	height: 20px;
	padding-left: 1em;
}

.class-schedule h3 {
	color: #333333;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 1.1em;
}

.class-schedule .schedule-list-header {
	background: #DBDBDB none repeat scroll 0 0;
	color: #333333;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0.8em 0 0.5em 1em;
	text-transform: uppercase;
}

.class-schedule .schedule-list-col1 {
	border-bottom: 1px solid #E2E2E2;
	color: #333333;
	font-size: 1.4em;
	padding: 0.6em 0 0.6em 1em;
}

.class-schedule .schedule-list-col2 {
	border-bottom: 1px solid #E2E2E2;
	color: #333333;
	font-size: 1.4em;
	padding: 0.6em 0.6em 0.6em 1em;
	white-space: nowrap;
}

#windowCloseBtn {
	 display: none;
}

#scheduleEnrollBtn {
	margin-top:0;
	margin: 0em 0pt 0pt 1em; 
	width: 4.6em; 
	float: right;
	font-size:1.4em;
}

#mainContent h3 {
	color: #000000;
	font-size:1.8em;
	margin:0 0 0.3em;
}


#mainContent .systemMsg {
	font-size:1.6em;
	margin:4em 0 4em 10%;
	width:70%;
}	

