.video{
	font-family 	: Verdana, Arial, Helvetica, sans-serif;
	font-weight 	: normal;
	font-size  		: 10px;
}
.video .channelText, .video .urlDesc{
	font-size 		: 10px;
	font-weight		: normal;
	color			: #000000;
}
.video .channelText2{
	font-size 		: 11px;
	font-weight		: bold;
	color			: #FFFFFF;
}
.video .channelSubTitle1{
	font-size 		: 18px;
	color			: #000000;
}
.video .channelSubTitle2{
	font-size 		: 12px;
	font-weight		: bold;
	color			: #000000;
}

.video .text11{
	font-size		: 11px;
	font-weight		: normal;
	color			: #000000;
}
.video .install{
	color			: #14457D;
	font-size		: 10px;
	font-weight		: normal;
}

.video .textWhite10{
	font-size		: 10px;
	font-weight		: normal;
	color			: #FFFFFF;
}

.video .textBold11{
	font-size		: 11px;
	font-weight		: bold;
	color			: #000000;
}
.video .textBold10{
	font-size		: 10px;
	font-weight		: bold;
	color			: #000000;
}

.video .videoList{
	font-size		: 10px;
	font-weight		: bold;
	color			: #0A60C2;
	text-decoration	:none;
}

.video .videoList2{
	font-size		: 11px;
	font-weight		: bold;
	color			: #0A60C2;
	text-decoration	:none;
}

.video .grayBg{
	background-color: #E4E9EF;
}

.video .borderTv{
	border			: 1px #BCCEE2 solid;
}

.video .borderImg{
	border			: 1px #A5BDD9 solid;
}

.video .normalBoldText {
	font-family    : Verdana, Arial, Helvetica, sans-serif;
	font-size      : 11px;
	font-weight    : bold;
	text-decoration: none;
	color          : #000000;
}


/* scroller */
#Container {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 358px;
	height			: 140px;
	overflow		: hidden;
	background-color:#96a8cf;;
}

.Scroller-Container {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	background-color: #E6E6E6;
}
.tableSingle{
  background		: url(../../templates/default/video/alllanguage/video_listing_single.gif) no-repeat;
}

.tableSingle td {
  height			: 25px;
}

.tableDouble{
  background		: url(../../templates/default/video/alllanguage/video_listing_double.gif) no-repeat;
}

.tableDouble td {
  height			: 37px;
}

#Scrollbar-Container {
  position			: relative;
  margin			: 0;
  padding			: 0 0 0 358px;
  /*left				: 358px;*/
}

.Scrollbar-Up {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 6px;
	height			: 8px;
	background-color: #E6E6E6;
	font-size		: 0px;
	background		: url(../../templates/default/video/alllanguage/scoller_up.gif) no-repeat;
}
.Scrollbar-Track {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 6px;
	height			: 124px;
	top				: 8px;
	background		: url(../../templates/default/video/alllanguage/scoller_track.gif) repeat;
}
.Scrollbar-Handle {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 6px;
	height			: 102px;
	background		: url(../../templates/default/video/alllanguage/scoller_handle.gif) no-repeat;
}
.Scrollbar-Down {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	top				: 132px;
	width			: 6px;
	height			: 8px;
	background-color: #E6E6E6;
	font-size		: 0px;
	background		: url(../../templates/default/video/alllanguage/scoller_down.gif) no-repeat;
}
/* end scroller*/
