#ScheduleTable	{
	width: 100%;
}

#ScheduleTable th	{
	text-align: left;
	background-color: #f3cf45;
	border-top: 2px #00599e solid;
	border-bottom: 2px #00599e solid;
	padding: 2px;
}

#ScheduleTable td	{
	border-bottom: 1px #c9c9c9 solid;	
	padding: 2px;
	font-size: 0.7em;
}

#ScheduleTable td.conference	{
	font-weight: bold;
}

#ScheduleTable td.home	{
	background-color: #c6deff;
}


#MainContent .AthleticsMain	{
	width: 100%;
	clear: both;
}

#MainContent .AthleticsMain h3	{
	padding: 0px;
	margin-bottom: 0.5em;
}

#MainContent .AthleticsMainLeft	{
	width: 48%;
	float: left;
}

#MainContent .AthleticsMainRight	{
	width: 48%;
	float: right;
}

#MainContent .AthleticsRoster	{
	width: 100%;
}

#MainContent .AthleticsRoster th	{
	background-color: #f3cf45;
	border-top: 2px #00599e solid;
	border-bottom: 2px #00599e solid;
	text-align: left;
	padding: 2px;
	font-size: 0.7em;
}

#MainContent .AthleticsRoster th.position	{
	background-color: #c9c9c9;
	border: 0px;
}

#MainContent .AthleticsRoster td	{
	border-bottom: 1px #c9c9c9 solid;
	padding: 2px;
	font-size: 0.7em;
}
