/* ===== scoreborad widget ===== */

#widget-scoreboard {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	background: #888;
	padding: 86px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	position: relative;
}

#widget-scoreboard a,
#widget-scoreboard a:hover {
	color: #fff;
	font-weight: bolder;
}

#widget-scoreboard #scoreboard-reel {
	position: absolute;
	top: 0px;
	left: 46px;
	right: 46px;
	height: 86px;
	overflow: hidden;
}

#widget-scoreboard #scoreboard-reel-content {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 86px;
}

#widget-scoreboard .scorebox {
	background: #333 url(../images/grafix/scoreboxes.png) top left no-repeat;
	font-weight: bolder;
	padding: 8px 4px;
	margin: 8px 3px;
	width: 110px;
	height: 54px;
	float: left;
	position: relative;
}

#widget-scoreboard .scorebox.promoted {
	background-image: url(../images/grafix/scoreboxesPin.png);
}

#widget-scoreboard .scorebox .scorebox-team {
	font-size: 11px;
	line-height: 20px;
	text-transform: none;
	height: 20px;
}

#widget-scoreboard .scorebox .scorebox-score {
	float: right;
}

#widget-scoreboard .scorebox .scorebox-name {
	float: left;
	overflow: hidden;
	width: 85%;
	white-space:nowrap;
}

#widget-scoreboard .scorebox .scorebox-info {
	font-size: 9px;
	padding: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#widget-scoreboard .scorebox-info a {
	display: block;
}

#widget-scoreboard .scorebox-info a:hover {
	text-decoration: none;
}

#widget-scoreboard .scorebox-info a.scorebox-audio {
	background: url(../images/grafix/scorebox-audio.png) no-repeat right top;
}

#widget-scoreboard .scorebox-info a.scorebox-video {
	background: url(../images/grafix/scorebox-video.png) no-repeat right top;
}

#widget-scoreboard .pager-btn {
	background: url(../images/grafix/scorepager.png) no-repeat;
	display: none;
	position: absolute;
	top: 8px;
	width: 30px;
	height: 70px;
	cursor: pointer;
}

#widget-scoreboard .parer-btn.disabled {
	cursor: default;
}

#widget-scoreboard #scoreboard-prev {
	background-position: 0px 0px;
	left: 10px;
	display:block;
}
#widget-scoreboard #scoreboard-prev.disabled {
	background-position: -30px 0px;
	display:block;
}

#widget-scoreboard #scoreboard-next {
	background-position: -60px 0px;
	right: 10px;
	display:block;
}
#widget-scoreboard #scoreboard-next.disabled {
	background-position: -90px 0px;
	display:block;
}

#widget-scoreboard .ad {
	background: #777;
	font-size: 12px;
	text-align: center;
	text-transform: none;
}

