@charset "UTF-8";
/* CSS Document */

#timetable td, #timetable th {
	font: 8pt/normal'Lucida Sans', Helvetica, Arial, sans-serif;
}

#timetable {
	
}

#timetable a, #timetable a:visited {
	text-decoration: none;
	color: #000000;
}

#timetable a:hover {
	text-decoration: underline;
	color: #000000;
}

#timetable tr {
}

#timetable th {
	padding-top:20px;
	font-size: 10pt;
	text-align:center;
	font-weight:bold;
	vertical-align:bottom;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
}

#timetable .last30 td {
}

#timetable td {
	padding: 5px 8px;
	margin: 0px 2px;
	width: 150px;
}

#timetable td.timeslot {
	vertical-align: top;
	font-weight:bold;
	width: 50px;
	text-align:right;
	height: 15px;
}

#timetable .timetableEvent {
	background: url(/assets/whats-on/event-top.png) repeat-x top #e1f8a0;
	vertical-align: middle;
	border: 1px solid #FFF;
}

#timetable .timetableEvent, #timetable .timetableEvent * {
	text-align: center;
}

.last30 td {
	background: url(/assets/whats-on/hour-base.gif) repeat-x bottom;
}

.last15 td {
	background: url(/assets/whats-on/halfhour-base.gif) repeat-x bottom;
}

