/* CSS Document */
tr.ScheduleAwayRow  {
	background-color: #f4f4f4;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}
tr.ScheduleAwayRow  td, tr.ScheduleHomeRow  td {
	padding: 5px;
}
div#ContentLarge {
	border-left: solid 1px #01418c;
	border-right: solid 1px #01418c;
	border-bottom: solid 1px #01418c;
	width: 727px;
	margin-bottom: 15px;
	min-height: 512px;
	color:#000000;
	font-size:12px;
}
div#ContentLarge a {
	color: #01418c;
	text-decoration: none;
}
div#ContentLarge a:hover {
	color: #ff2d2d;
	text-decoration: underline;
}
