/* CSS Document */
.leagueTabs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 2px;
	text-align: center;
}
.leagueTabSel {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	padding: 2px;
	background-color:#666;
	color:#fff;
	text-align: center;
}
.divisionTabs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	text-align: center;
}

.divisionTabs a {
	color: #000066;
	text-decoration: none;
}
.divisionTabSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}

.divisionTabSel a {
	color: #666666;
	text-decoration: none;
}

.teamName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.boldScore {
	font-weight: bold;
}
.leagueTabSel a {
	text-decoration: none;
	color: #000066;
}
.leagueTabs a {
	color: #333333;
	text-decoration: none;
}
.cellText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.gridCaption td{
	font-weight: normal;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
