/* @group PERSONNEL */

.list-table {
	border-top:1px solid #CCC;
	}
	.list-table td {
		border-bottom:1px solid #CCC;
		padding:10px;
	}
	.list-table tr:hover {
		background:#FFF url(images/pattern_blue_fade.jpg) repeat-y center top;
	}
	#content h2.list-name {
		display: block;
		float: left;
		color: #cc0033;
		margin:0 !important;
		padding:0 !important;
	}
	img.list-contactBtn {
		border: none;
		display: block;
		float: left;
		clear: right;
		width: 47px;
		height: 9px;
		padding: .1em 0;
		margin: 0 0 0 10px;
	}
	img.list-bullet {
		margin: 0 5px;
		padding: .2em 0;
	}
	h2.list-infoTitle {
		margin: 20px 0 10px 0;
	}
	#content table.list-table td p.list-position,
	#content table.list-table td p.list-phone {
		font: normal 1.0em/1.0em 'arial',tahoma,sans-serif;
		color: #999;
		margin:0 !important;
		padding:0 !important;
	}
	#content table.list-table td p {
		margin: 10px 0;
	}
	td.list-image img {
		margin:0 !important;
		padding:3px !important;
		border:1px solid #CCC;
		background:#FFF;
	}

/* @end */

/* @group COURSES */


.syllabi_class_title_headers {
    clear: both;
	display: block;
 	height: 1.8em;
/* 	font: bold 1.0em/1.6em 'arial',tahoma,sans-serif; */
 	font: bold 1.2em/1.6em 'arial',tahoma,sans-serif;
 	text-transform: uppercase;
 	border: 1px solid #ccc;
	background: #eee;
}
.syllabi_class_title_headers a {
		color: #333;
		font-weight: bold;
}
.syllabi_class_title_headers a:hover {
	color: #c03;
}

#syllabi-filter {
	margin-bottom: 20px;
/*	font: bold 11px/11px 'arial',tahoma,sans-serif !important; */
	font: bold 12px/12px 'arial',tahoma,sans-serif !important;
	color: #333;
	text-transform: uppercase;
}
#syllabi-filter form select {
	color: #444;
/*	font-size: 11px; */
	font-size: 12px;
/*	line-height: 11px; */
	line-height: 12px;
	float: left;
	margin: 15px 5px 15px 0;
}

ul.syllabi_class_title {
    clear: both;
    list-style: none;
/* 	font: normal 1.0em/1.6em 'arial',tahoma,sans-serif; */
 	font: normal 1.2em/1.6em 'arial',tahoma,sans-serif;
}
ul.syllabi_class_title li {
	border-bottom: 1px solid #dadada;
}
ul.syllabi_class_title li:hover {
	background: #f8f8f8;
}
.class_dept_field,
.class_id_field,
.class_type_field,
.class_section_field,
.class_title_field,
.class_dates_field {
	padding: 2px 4px;
	color: #666;
	float: left;
}
.class_dept_field {
    float: left;
/*    width: 30px; */
    width: 40px;
}
.class_id_field {
    float: left;
/*    width: 40px; */
	width: 50px;
}
.class_type_field {
    float: left;
/*    width: 30px; */
    width: 40px;
}
.class_section_field {
    float: left;
/*    width: 55px; */
    width: 70px;
}
.class_title_field {
    float: left;
/*    width: 235px; */
    width: 360px;
}
.class_dates_field {
    float: left;
/*    width: 135px; */
    width: 155px;
}
li.class_title_field a {
		color: #06C;
		font-weight: bold;
}
li.class_title_field a:hover {
		color: #c03;
		text-decoration: underline;
}

/*.steps {
	display: block;
	margin: 25px 0 25px 15px;
	}
.steps a {
	text-align: center;
	margin-right: 2px;
	color: #069;
	padding: 9px;
	background: #f6ed9f url(../assets/images/steps-bg.gif) repeat-x;
	border: 1px solid #800;
	font: bold 1.2em/1em 'arial', tahoma, sans-serif;
	}
	.steps img {
		vertical-align: middle;
		border: 0;
		}
	.steps a:hover,
	.steps a.selected {
		border: 1px dashed #800;
		text-decoration: none;
		color: #800;
		}*/

/* @end */

