/* CLASSES PAGE */

#classes_list {
	border-collapse: collapse;
	width: 95%;
	margin-top: 15px;
}
#classes_list a:hover {
	text-decoration: none;
}
#classes_list thead tr {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 2px solid #acad9e;
}
#classes_list tbody {
	font-size: .9em;
}
.style_a {
	background: #e9eadb;
}
html>body #classes_list tbody tr:hover {
	background: #e6dbd0;
}
#classes_list tbody td {
	padding: 5px 2px; 
}

/* INDIVIDUAL CLASS PROFILES */
#class_overview {
	float: right;
	width: 125px;
	font-size: .9em;
	padding: 20px 0 0 0;
	margin-top: 15px;
	background: url(images/classes_dates.gif) no-repeat;
}
#class_times {
	margin-bottom: 20px;
}
#class_length {
	color: #666666;
	font-size: .9em;
}
#class_instructor {
	padding: 20px 0 0 0;
	margin-bottom: 30px;
	background: url(images/classes_instructor.gif) no-repeat;
}
.primary_instructor {
	font-weight: bold;
	margin: 0 0 10px 0;
}
.instructor {
	font-size: .9em;
	margin-bottom: 3px;
}
.instructor_profile {
	font-size: .9em;
	font-weight: normal;
}
#class_details {
	padding: 5px 5px 15px 5px;
	margin: 5px 135px 0 0;
	background: url(images/classes_gradient.gif) repeat-x #e9eadb;
	border-top: 1px solid black;
	border-right: 1px dashed #acad9e;
	border-left: 1px solid #999999;
}
#class_title {
	font-size: 1.3em;
}
#class_curriculum {
	margin-top: 20px;
}
#class_curriculum_toggle a {
	color: black;
}
#class_curriculum_title {
	font-size: 1.3em;
}
#class_curriculum_body {
	margin-top: 10px;
}