table#schedule {
	border-collapse: collapse;
	font-size: 10pt;
	font-family: verdana, arial, serif;
}

table#schedule tr.waitlist td {
	border: none;
	font-style: italic;
}

table#schedule tr.past {
	color: #888;
}

table#schedule tr.past a {
	color: #888;
}

table#schedule td {
	border: 1px solid #444;
	padding: 0.2em 1em;
	vertical-align: top;
}

table#schedule td.header {
	border: none;
	font-size: 150%;
	font-weight: bold;
	padding-left: 0;
	padding-right: 0;
}