/* styles for timetable */
.timetable {
	border: 1px solid silver;
	margin-bottom: 10px;
}
.timetable td {
	vertical-align: top;
	border: 1px solid silver;
}

.timetable h3 {
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid silver;
}
.timetable .timeslot {
	border: 1px solid #fefefe;
	position: relative;
}
.timetable .course-type-1,
.legend .type-1 {
	background-color: #aaaaff;
}
.timetable .course-type-2,
.legend .type-2 {
	background-color: #aaffaa;
}
.timetable .course-type-3,
.legend .type-3 {
	background-color: #ffaaaa;
}
.timetable .course-type-4,
.legend .type-4 {
	background-color: #ffffaa;
}
.timetable .timeslot .container {
	padding: 5px;
	font-size: 11px;
	font-family: Arial, sans-serif;
}
.legend-item {
	padding: 5px;
	width: 100px;
	float: left;
	margin-right: 10px;
}
