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


table.schedule {
	border: 1px solid #FFFFFF;
	clear: both;
}
table.schedule td {
	text-align: center;
	border: 1px solid #fff;
	padding: 5px;
	background-color: #FFDFBF;
}
table.schedule th {
	font-weight: bold;
	background-color: #EEEEEE;
	border: 1px solid #fff;
	text-align: left;
	padding: 2px;
}
.schedule th a {
	color: #222;
	text-decoration: none;
}
table td.classdate {
	background-color: #FFBB77;
}
table.schedule th.empty {
	background: transparent;
}
tr.headerrow th {
	text-align: center;
}
table.schedule tr.chicago td {
	background-color: #DADADA;
}
table.schedule tr.chicago td.classdate {
	background-color: #C0C0C0;
}
table.schedule tr.chicago th {
	background-color: #D6D6D6;
}
table.schedule tr.deerfield th {
	background-color: #FFD7AE;
}

table.schedule tr.deerfield a {
	color: #222;
}
