.scoreboard {
	width:540px;
	height:170px;
	margin: 20px auto 20px auto;
	background:#FFF url("../images/scoreboard/score_box_bg.gif") 0 0 no-repeat;
	position:relative;
}

.scoreboard .hdr_score {
	width:100%;
	height:20px;
	position:absolute;
	top:0px;
	left:0px;
	padding-top:3px;
	text-align:center;
}

.scoreboard .TeamScoreV,
.scoreboard .TeamScoreH {
	width:140px;
	height:46px;
	position:absolute;
	top:26px;
}
.scoreboard .TeamScoreV {left:6px;}
.scoreboard .TeamScoreH {left:394px;}

.scoreboard .TeamScoreV #tscore_v,
.scoreboard .TeamScoreH #tscore_h{
	width:40px;
	height:35px;
	position:absolute;
	top:5px;
	line-height:35px;
	vertical-align:middle;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	color:#FFF;
}
.scoreboard .TeamScoreV #tscore_v{right:4px;}
.scoreboard .TeamScoreH #tscore_h{left:4px;}

.scoreboard .GameInfo {
	width:232px;
	height:57px;
	position:absolute;
	top:21px;
	left:154px;
	text-align:center;
	line-height:19px;
	font-size:14px;
	font-family:Veranda, Arial, Helvetica, sans-serif;
}

.scoreboard .TeamNameV,
.scoreboard .TeamNameH {
	width:140px;
	height:22px;
	position:absolute;
	top:74px;
	line-height:22px;
	vertical-align:middle;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	font-weight:bold;
}
.scoreboard .TeamNameV {left:6px;}
.scoreboard .TeamNameH {left:394px;}

#linescore_info {
	width:232px;
	height:15px;
	position:absolute;
	top:85px;
	left:154px;
	text-align:center;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
}

#linescore {
	width:414px;
	height:43px;
	position:absolute;
	top:103px;
	left:62px;
	color:#FFF;
}

#linescore .header {	
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#FC0;
}

#linescore .teamscr {
	text-align:left;
	padding:1px 0 0 5px;
	width:240px;
	height:14px;
	font-size:11px;
}

#linescore #score1V,#score2V,#score3V,#score4V,#score1H,#score2H,#score3H,#score4H,#totalV,#totalH {
	width:25px;
	text-align:center;
	font-size:10px;
	border-left:1px solid #000;
}

#linescore #totalV,#totalH {
	border-right:1px solid #000;
}

.scoreboard .footer_info {
	width:100%;
	height:16px;
	position:absolute;
	top:149px;
	left:0px;
	padding-top:3px;
	text-align:center;
}