.header {
	color 			: #FFFFFF;
	text-decoration : none;
}
.headerLink{
	color 			: #FFFFFF;
	text-decoration : underline;
}

.video {
	font-family    	: Verdana, Arial, Helvetica, sans-serif;
	color			: #000000;
	font-size		: 10px;

}
.videoTitle {
	font-family    	: Verdana, Arial, Helvetica, sans-serif;
	color			: #A0A0A0;
	font-size		: 10px;
	font-weight		: bold;
}
input, .videoInput{
	font-size		: 10px;
	border			: 1px solid #919191;
	width			: 320px;
	height			: 16px;
}
.errorInput {
	font-size		: 10px;
	border			: 1px solid #FF0000;
	width			: 320px;
	height			: 16px;
}
.videoText {
	color			: #FFFFFF;
	text-decoration	: none;
}
.channelText {
	color			: #FFFFFF;
	font-size		: 10px;
	line-height		: 13px;
}
.channelTitle {
	color			: #FFFFFF;
	text-decoration	: none;
}
.channelTitleSelected {
	color			: #FBBF0D;
	text-decoration	: none;
}
.videoDate {
	color			: #FBC109;
	font-weight		: bold;
}
.videoDateWhite {
	color			: #FFFFFF;
	font-weight		: bold;
}
.videoDetail {
	color			: #FBC109;
	text-decoration	: underline;
	font-weight		: bold;
}
.detailText {
	color			: #A0A0A0;
}


/* scroller */
#Container {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 412px;
	height			: 425px;
	overflow		: hidden;
}

.Scroller-Container {
	position		: absolute;
	margin			: 0;
	padding			: 0;
}

#Scrollbar-Container {
  position			: relative;
  margin			: 0;
  padding			: 0;
  left				: 343px;
}

.Scrollbar-Up {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 13px;
	height			: 17px;
	left			: 45px;
	font-size		: 0px;
	background		: url(../../templates/default/prc_tv/alllanguage/scroller_up.jpg) no-repeat;
}
.Scrollbar-Track {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 13px;
	height			: 383px;
	top				: 17px;
	left			: 45px;
	background		: url(../../templates/default/prc_tv/alllanguage/scroller_track.jpg) repeat-y;
}
.Scrollbar-Handle {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 13px;
	height			: 236px;
	left			: 45px;
	background		: url(../../templates/default/prc_tv/alllanguage/scroller_handle.jpg) no-repeat;
}
.Scrollbar-Down {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	top				: 400px;
	width			: 13px;
	height			: 15px;
	left			: 45px;
	font-size		: 0px;
	background		: url(../../templates/default/prc_tv/alllanguage/scroller_down.jpg) no-repeat;
}
