body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
.dayNav div {
	border: 1px solid #ccc;
	height: 47px;
	text-align: center;
	padding-top: 3px;
}
.dayNav a {
	font: 24px Tahoma, Arial, Helvetica, sans-serif;
	color: #1b73ce;
	font-weight: bold;
}
.dayNav a:hover {
	color: #ffa800;
}
.dayNav span {
	font: 11px;
	display: block;
	color: #1b73ce;
}
.mainTable td {
	border: 1px solid #ccc;
	font-size: 13px;
}
.topRow {
	border-top-style: none;
	text-align: center;
}
.leftColumn {
	border-left-style: none !important;
	text-align: center;
	font-size: 13px;
}
.cell0 {
	display: block;
	height: 20px;
	width: 100%;
	background: #89bf15;
}
.cell0:hover {
	text-decoration: none;
}
.cell1 {
	display: block;
	height: 20px;
	width: 100%;
	background: #ff9c00;
}
.cell1:hover {
	text-decoration: none;
}
.cell2 {
	display: block;
	height: 20px;
	width: 100%;
	background: #e01d09;
}
.cell2:hover {
	text-decoration: none;
}
