h2.lessons_header {
border-bottom:1px solid #CCC;
}

table.syllabus {
	border-collapse:collapse;
	border-spacing:0px 0px;
}

table.syllabus tr:hover {
	background:#2A2A2A;
}

table.syllabus tr:hover div.lessontitle{
	color:#DE8;
}

table.syllabus td {
	border-width: 2px 1px;
	border-style: solid;
	border-color: #CCC #222;
	padding:0.3em 0.5em 0.9em 0.5em;
}

table.syllabus td {
	white-space:nowrap;
}

table.syllabus td.description {
	white-space:normal;
	font-style:italic;
	min-width:10em;
	padding-left:1em;
}

table.syllabus td.description div.lessontitle {
	font-style:normal;
	font-weight:bold;
	text-decoration:underline;
	margin-left:-0.5em;
}
