/** COURSES */


#courseSearch {
	background-color: #eaeaea;
	padding: 20px;
	margin-top: -10px;
}

#searchField {
	width:230px;
	margin-bottom: 10px;
}

#searchIn {
	width: 205px;
	float:right;
	margin:0; padding:0;
}

#submit {
	margin-top: 10px;
	float:right;
}

.courseGroup {
	padding-top: 20px;
}

.groupTitle {
	 font-size: 16px;
	 color: #303030;
	 float:left;
	 font-weight:bold;
}

.top {
	font-size: 12px;
	color: #3f6b7e;
	float:right;
}

.topCenter {
	margin-top: 20px;
	text-align:center;
	
	display:block;
	color: #3f6b7e;
	font-size: 12px;
}

.course {
	border-bottom: 1px solid #a6a6a6;
}

.courseHeader {
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	color: #303030;
	padding: 5px 0 5px 0;
	margin-top: 15px;
}

.code {
	display:block;
	width: 135px;
	margin-left: 5px;
	float:left;
}

.columnA {
	background-color: #eaeaea;
	padding: 3px 0 3px 0;
}

.columnB {
	background-color: #fff;
	padding: 3px 0 3px 0;
}

.title {
	width: 200px;
}


#courses a {
	color: #3f6b7e;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight:normal;
}

.courseTitle {
	color: #3f6b7e;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 14px;
	text-decoration:none;
	line-height: 18px;
	font-weight:bold;
}

.length {
	font-weight:bold;
	margin: 10px 0 10px 0;
}

.return {
	font-size:12px;
	color: #3f6b7e;
}











