@charset "utf-8";
/* St. Elizabeth Athletics CSS Document - Table Styles*/

#schedule{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
	margin-top: 10px;
	margin-bottom: 20px;
}
#schedule td, #schedule th
{
	font-size:12px;
	border:1px solid #64A01E;
	padding:3px 7px 2px 7px;
	color: #2e2e27;
}
#schedule th
{
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#64A01E;
	color:#ffffff;
	font-weight: bold;
	font-size: 14px;
}
#schedule tr.alt td
{
	background-color:#DAF2BC;
}
.standard{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
	margin-top: 10px;
	margin-bottom: 20px;
}
.standard td, .standard th
{
	font-size:12px;
	border:1px solid #64A01E;
	padding:3px 7px 2px 7px;
	color: #2e2e27;
}
.standard th
{
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#64A01E;
	color:#ffffff;
	font-weight: bold;
	font-size: 14px;
}
.standard tr.alt td
{
	background-color:#DAF2BC;
}