@CHARSET "UTF-8";

.timetable-head {
		text-align: center;
		font-size: 1.2em;
		margin: 10px 0;
		background: #ffc;
}

.timetable-day-odd {
	background: #efd;
}

.timetable-day-even {
	background: #f8fff0;
}

.timetable-class {
	font-size: 0.8em;
	border: 1px solid #888;
	background: #ccc;
}

.timetable-class-header {
	color: #fff;
	background: #aaa;
	height: 16px;
}

.timetable-course-3 {background: #bdf;}
.timetable-course-3 .timetable-class-header {background: #7bf;}

.timetable-course-15 {background: #ffd;}
.timetable-course-15 .timetable-class-header {background: #fa4;}

.timetable-course-16 {background: #ff8;}
.timetable-course-16 .timetable-class-header {	background: #f80;}

.timetable-course-17 {background: #fdd;}
.timetable-course-17 .timetable-class-header {	background: #faa;}

.timetable-course-18 {background: #fcc;}
.timetable-course-18 .timetable-class-header {	background: #f88;}

.timetable-course-20 {background: #afa;}
.timetable-course-20 .timetable-class-header {background: #8d8;}

.timetable-class-time {
	float: left;
	padding: 0 4px;
}

.timetable-class-icon {
	float: right;
	padding: 0 4px;
	background: #C00;
}

.timetable-class-icon:hover {
	background: #F00;
}

.timetable-class-icon a {
	color: white;
}

.timetable-class-name {
	padding-left: 4px;
}