@charset "utf-8";
/* CSS Document */

.NewsBoxTitle {
	
	color:#f98200;
	font-size:14px;
	background-image: url(/images/sports/promotion_header.png);
	background-repeat: no-repeat;
	padding:3px 0px 3px 6px;
	width:399px;
	font-weight: bold;
	
}
.NewsBoxBody {
	width:403px;
	display:table;
	background-color:#e7e7e7; 
	border-left: 1px solid #858585;
	border-right: 1px solid #858585;

}
.NewsBoxFooter {
	background-repeat: no-repeat;
	background-image: url(/images/sports/sportsnews_footer.png);
	width:405px;
	height:10px;
}

.NewsBoxThumbnail {
	margin: 0px 0px 0px 3px;
	display:block; 
	height:48px;
	width:60px;
	*width:62px;
	*height:54px;
	border:3px solid #E7E7E7;
	background-repeat:no-repeat;
	
}
.NewsBoxActiveItem {
	width:324px;
	height:270px;
	display:block;
	float:left;
	overflow:hidden;
	float:left;
	
}
.NewsBoxThumbnails {
	float:left;
	width:62px;
	cursor: pointer;

}
.NewsBoxText {
	clear:both;
	width:304px;
	padding:3px 0 0 10px;
	font-size:11px;
	color:#ffffff;
}
.NewsBoxText a, .NewsBoxText a:hover {
    color:#FF7800;
}
.NewsBoxContent {
	
	width:393px;
	padding:0 0px 0 0px;
	margin: 5px;
	display:table;


}

.NewsItemHeader {
	background: url(/images/sports/news_rotator_header_background.png);
	/*margin-top:170px;*/
	display:block;
	width:324px;
	height:100px;
	overflow:hidden;
}
.NewsItemHeaderContainer {

}
.NewsItemHeaderTexts {

}

.NewsItemCategory {
	color:#a0a0a0;
	font-size:11px;
	margin: 7px 10px 0px 10px;

}
.NewsItemTitle {
	margin: 0px 10px 0px 10px;
	font-weight: bold;
	color:#f98200;
	font-size:14px;
	text-decoration: none;
}

.NewsItemTitle a {
	color:#f98200;
	font-size:14px;
	text-decoration: none;
}
.NewsItemTitle a:hover {
	text-decoration: underline;	
	color:#f98200;
	font-size:14px;

}
.NewsBoxThumbnailActive {
	border:3px solid #F98200;
	/*margin:0 0 0 4px;*/

}
.ProgressBar {
	width:324px;
	height: 3px;
	background-color:#717171;
	float:left;
}
#progressTicker {
	background-color: #ff8100;
	height:3px;
	width:0px;
}
.ProgressBarControllers {
	clear:both;
	width:30px;
	height:15px;
	margin-left:5px;
	margin-top:5px;
	position: relative;
	background-image: url(../images/news_rotator_controls_background.png);
	background-repeat: no-repeat;
	display:table;
}
.ProgressBarPause {
	width:13px;
	height:13px;
	background-image: url(../images/news_rotator_pause_button.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	float:left;
	margin-top:1px;
}
.ProgressBarPlay {
	width:13px;
	height:13px;
	background-image: url(../images/news_rotator_play_button.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	float:left;
	margin-left:2px;
	margin-top:1px;
}
.NewsBoxHeaderContainer {
	float:left;
	width:351px;
}
.ProgressBarContainer {

}



