/*this contains core styles for skin sites, the style.css comes after, so will override anything in here */

/*selector bar styles*/
.selectorBarCell
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #DDDDDD;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

.selectorBar_outer
{
	width: 100%;
	margin-bottom: 5px;
	line-height: 12px;
}

.selectorBar_inner
{
	border-style: solid;
	border-color: #8E8E8E;
	border-width: 1px;
	padding-bottom: 5px;
	background-color: #DDDDDD;
	line-height: 12px;
}

.selectorBarCell SELECT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
} 
/*end selector bar styles*/
.template_error
{
	background-image: url(/common/images/logos/sv_banner.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-POSITION-Y: center;
	height: 200px;
	color: maroon;
	font-size: 14px;
} 

.error {
	color:red;
	font-weight:bold;
}

.matchHeaderTable {
	border:1px solid #a9a9a9;
	border-collapse:collapse;
	margin-bottom:10px;
	padding:0px;
	width:100%;
}


.scoreboardMajor{font-size: 24px; font-weight: bold; color: #000000;}
.scoreboardMinor{font-size: 16px; font-weight: bold;	color: #000000;}
.scoreboardDetMajor{font-size: 14px; font-weight: bold; color: #000000;}
.scoreboardDetMinor{font-size: 12px; color: #000000;}
.periodNameRow{background-color:whitesmoke;}
.periodNameTitle{background-color:white}
.periodName{font-size: 11px;font-weight: bold;width:25px;text-align:center;}
.periodNameMajor{font-size: 11px;font-weight: bold;width:25px;text-align:center;}
.scoreTable{margin:10px;} 
.scoreboardRow{background-color:whitesmoke;border-bottom:1px solid darkgray;}
.scoreboardTeamName{font-size: 12px;font-weight: bold;border-bottom:1px solid darkgray;padding-right:10px;}
.scoreboardPlayerName{font-size: 12px;font-weight: normal;border-bottom:1px solid darkgray;padding-right:10px;}
.scoreboardSummary{font-size: 12px;font-weight: bold;}
.teamsListName{font-size: 10px}



.ladderShadeDark
{
	background-color: #eeeeee;
}	
