@charset "utf-8";

table.timetable {
	border-collapse:  collapse;
	font-size: 0.85em;
	border-right: 2px solid #424242;
	border-bottom: 2px solid #424242;
}

table.timetable th {
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding: 0.3em;
	width: 12.5%;
}

table.timetable th.dayleft {
	border-top: 2px solid #424242;
	border-right: 1px solid #424242;
	border-bottom: 2px solid #424242;
	border-left: 2px solid #424242;
}

table.timetable th.day {
	border-top: 2px solid #424242;
	border-right: 1px solid #424242;
	border-bottom: 2px solid #424242;
	border-left: 1px solid #424242;
}

table.timetable th.dayright {
	border-top: 2px solid #424242;
	border-right: 2px solid #424242;
	border-bottom: 2px solid #424242;
	border-left: 1px solid #424242;
}

table.timetable th.timetop {
	border-top: 2px solid #424242;
	border-right: 2px solid #424242;
	border-bottom: 1px solid #424242;
	border-left: 2px solid #424242;
}

table.timetable th.time {
	border-top: 1px solid #424242;
	border-right: 2px solid #424242;
	border-bottom: 1px solid #424242;
	border-left: 2px solid #424242;
}

table.timetable th.timebottom {
	border-top: 1px solid #424242;
	border-right: 2px solid #424242;
	border-bottom: 2px solid #424242;
	border-left: 2px solid #424242;
}

table.timetable td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #424242;
	padding: 0.3em;
}

table.timetable td.prayer {
	background-color: #FF9966;
}

table.timetable td.meals {
	background-color: #CCFFFF;
	height: 3em;
}

table.timetable td.pastoral {
	background-color: #FFFFCC;
}

table.timetable td.lectures {
	background-color: #0099FF;
	color: white;
}

table.timetable td.med {
	background-color: #EEEEEE;
}

table.timetable td.private {
	background-color: #CCFFCC;
}

table.timetable td.off {
	background-color: #666666;
	color: white;
}

table.timetable td.mass {
	background-color: #FF3300;
	color: white;
	font-weight: bold;
	height: 3em;
}
