

#tabs {
	font-family: tahoma,verdana,sans-serif;
	font-size: 10px;
	clear: both;
	text-align: center;
}

#tabs ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tabs li { float: left; }

#tabs a,span { width: 100px; }

#tabs span {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #FFF3B3;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#tabs a {
	position: relative;
	top: 0;
	margin: 1px 2px 0 0;
	font: 11px;
	float: left;
	background: #FFFAE1;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding: 5px 4px 5px 10px;
	text-decoration: none;
	color: #333;
}

#tabs a:hover {
	background: #FFF7CD;
	position: relative;
	top: 0;
	padding: 5px 4px 6px 10px;
	margin-top: 0px;
}

#tabs a.active {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #FFF3B3;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#tabs a.active:hover {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #FFF3B3;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#subtabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subtabs li {
	float: left;
	padding: 0 8px 0 8px;
	border-left: 1px solid #CCC;
	white-space: nowrap;
}

#subtabs li:first-child { border-left: none; }

#subtabs {
	font-family: tahoma,verdana,sans-serif;
	font-size: 85%;
	background: #FFF3B3;
	color: #666;
	padding: 5px 7px 7px 7px; /* for All other Browsers */
}
#main {
	text-align: left;
	border: 1px solid #666;
	background: #FFFDF3;
	clear: both;
	width: 98%;
	margin-top: -1px;
}
#main table {
 width:95%;
 border-top:1px solid #8a8a8a;
 border-right:1px solid #8a8a8a;
 margin:1em auto;
 border-collapse:collapse;
 }
#main td {
 color:#678197;
 border-bottom:1px solid #8a8a8a;
 border-left:1px solid #8a8a8a;
 padding:.3em .5em;
 text-align:center;
 }
#main td.away {
 background:#b8b8b8;
 }
#main tr.odd {
 background:#cfd4fd;
 }
#main th {
 color:#678197;
 background:#cfd4fd;
 border-bottom:1px solid #8a8a8a;
 border-left:1px solid #8a8a8a;
 padding:.3em 1em;
 text-align:center;
 }
.redsquare{ height:8px; width:8px; background-color:#b8b8b8; float:right; margin-top:2px; margin-right:10px;}
.homeAwayTitles{float:right; margin-left:2px; font-size:11px; vertical-align:bottom;}