/* Start of CMSMS style sheet 'timetable' */
.ttcontainer {
	margin-left: 20px;
	width: 90%;
}

.timetable {
	margin-top: 12px;
}

.timetable TR {

}

.timetable TD {
	padding: 8px 12px 5px 12px;
	xtext-align: center;
}

.timetableHover {
   text-decoration: none;
   background-color: #FFE9AF;
   color: #385C72;
}

.timetable TD.tthead {
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

/* End of 'timetable' */

