@charset "utf-8";
/* CSS Document */

#scheduleItem, #scheduleMonths, #schedulePageLink  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#scheduleMonths a {
	color: #fff;
	}

#scheduleMonths a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: white; 
	background-color: #013C10;
	text-decoration: none;
	border: 1px solid #013C10; 
	padding:3px;
	} 







#scheduleItem .scheduleDate, .scheduleTime, .scheduleCourses {
	font-weight:bold;
}

#scheduleItem .schedulePresenter, .scheduleCourseNums {
	color:#000000;
	font-style:italic;
}

#scheduleItem .scheduleApproval {
	font-weight:normal;
}

#scheduleItem a, .scheduleTitle {
	font-weight:bold;
	color: #07400d;
}

.schedulePageTitle {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#18491d;
	line-height: 20px;
}

#schedulePageLink {
	float:right;
}
