#timetable div.tt_selected {
	background-color: #cef015;
}

#timetable div.tt_highlight {
	background-color: #e3f67a;
}

#todays_courses,
#todays_courses a,
#timetable,
#timetable a {
	font: 10px Arial,Verdana,Tahoma,sans-serif;
	color: #205ea1;
}

#todays_courses a,
#timetable a {
	text-decoration: none;
}

#todays_courses .tt_course {
	margin-bottom: 3px;
	width: 175px;
	padding: 7px 5px;
	cursor: pointer;
	border-top: 1px solid #bebebe;
	background-color: #fff;
	color: #00A1E6;
}

#todays_courses .tt_course a {
	color: #00A1E6;
}

.tx-timetable-pi2 p,
.tx-timetable-pi2 a {
	font-size: 11px;
}

#timetable .tt_course {
	margin-bottom: 5px;
	border-top: 1px solid #bebebe;
	width: 102px;
	height: 35px;
	padding: 5px;
	cursor: pointer;
	background-color: #fff;
}

#timetable .tt_course img {
	margin-left: 5px;
}

#timetable .tt_course img.first_img {
	margin-left: 3px;
}

#timetable .tt_course img,
#timetable .tt_course img.first_img {
	margin-bottom: -5px;
}

/* IE */
#todays_courses .sfhover,
#timetable .sfhover,
#todays_courses .tt_course:hover,
#timetable .tt_course:hover {
	background-color: #dadada;
}

#timetable th {
	font-size: 15px;
	height: 30px;
	background-color: #0172ba;
	text-align: center;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
}

/* Icons */
#timetable_box .tt_info {
	background: url('../images/info.png') left center no-repeat;
	height: 16px;
	padding-left: 20px;
}

/* PDF-Download */
#timetable a.tt_pdf {
	background: #960D2B url('../images/pdf.png') left center no-repeat;
	display: block;
	color: #fff;
	padding: 5px 5px 5px 20px;
}

/* Info-Box */
#tt_infobox {
	border: 1px solid #000;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#tt_infobox h2 {
	font-size: 15px;
	color: #000;
	font-weight: normal;
}