.courselist {
	border-top:1px solid #ddd;
}
.courselist,
.courselist li {
	float:none;
	list-style:none;
	margin:0;
	padding:0
}
.courselist a {
	display:block;
	padding:7px;
	background:#eee;
	border-bottom:1px solid #ddd;
	text-decoration:none;
}
.courselist .even a {
	background:#fff;
}

.courselist .category {
	font-weight:bold;
}
.courselist .date {
	color:#000;
}
.courselist .date2 {
	color:#999;
}
.courselist .score {
	float:left;
	color:#ccc;
}

.courselist a:hover,
.courselist .even a:hover,
.courselist a:hover .date,
.courselist a:hover .date2,
.courselist a:hover .score,
.courselist a:hover .category,
.courselist a:hover .code,
.courselist a:hover .title  {
	color:#c00;
	background:#fee;
}
.courselist .code {
	width:100px;
	float:left;
	margin-bottom:3px;
	font-family:helvetica,arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:0;
}
.courselist .title {
	width:400px;
	margin-bottom:3px;
	font-family:helvetica,arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.courselist .occur {
	display:block;
}
.courselist .occur {
	margin-left:120px;
}


/* COURSE DETAIL */

h2 span.code {
	color:#000;
}
.alt_courses a {
	text-decoration:none;
}


