/* CSS Document */
.leagueTabs {
	display:block;
	font-weight:bold;
	color: #333;
	text-decoration: none;
	padding: 2px;
	text-align: center;
}
.leagueTabSel {
	display:block;
	font-weight:bold;
	color: #06;
	background-color:#ccc;
	text-decoration: none;
	padding: 2px;
	text-align: center;
}
.divisionTabs {
	display:block;
	height:24px;
	color:#006;
	text-align: center;
}
.divisionTabs a {
	color:#006;
	text-decoration: none;
}
.divisionTabSel {
	display:block;
	height:24px;
	background:url(/images/scoreboard/img_dn_arrow.gif) 50% 12px no-repeat;
	color: #666;
	text-align: center;
}

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

.teamName {
	font-weight: bold;
	color: #006;
	text-decoration: none;
}
.boldScore {
	font-weight: bold;
}
.leagueTabSel a {
	text-decoration: none;
	color: #006;
}
.leagueTabs a {
	color: #333;
	text-decoration: none;
}
.cellText {
	padding:2px 0;
	border-bottom: 1px solid #ccc;
}
.gridCaption {
	color: #000;
	border-bottom:2px solid #ccc;
}

