/* Styling for timetable page */

table {
	table-layout: auto;
	width: 800px;
	font-family: verdana, sans-serif;
	font-size: 0.7em;
	border-collapse: collapse;
	border: 1px solid purple;
	text-align: left;
	padding: 0px 0px;
	margin: 0 0 10px 0;
	float: left;
}

th {
	border: 1px solid purple;
	background-color: #dbdbb7;
	text-align: center;
}

td {
	border: 1px solid purple;
}

.tdrt {
	text-align: right;
}
.tdct {
	text-align: center;
}
.todd {
	background-color: #ffff80;
}
.teve {
	background-color: #e8e8e8;
}

.tbltitle {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
}

#venues { width: 170px; }

/* Links in course timetable */

#table1 a:link, #table1 a:visited {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	border-style: none;
}

#table1 a:hover {
	color: red;
	text-decoration:underline;
	font-weight: bold;
	border-style: none;
}