/* ------ DEFAULT STYLE ------ */
body,td,table,p,{
	font-family: Arial, Helvetica, sans-serif;		/*	This will affect the overall font on the page */
	font-size:12px;									/*	This will affect the default text size on the page */
}

/* ------ INFO PANEL STYLES ------ 
	Following are the styles that 
	affect the info panel normally
	below the Video Player
*/
.videoInfoTitle{
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}
.videoInfoDescription{
	font-size: 12px;
	font-weight: normal;
	color:#000000;	
}

/* ------ CLIP LIST / PLAY LIST STYLES ------ 
	Following are the styles that 
	affect the play list of thumbs 
	in the scrolling pane
*/

.clipList{
	
}

.clipList table{
	border-collapse: collapse;
}

.clipListTextCell {
	border-bottom: 1px solid #C1C1C1;
}

.clipListText {

}

.clipListText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

.clipListText a{
	color:#999999;
	text-decoration:none;
}
.clipListText a:active{
	color:#999999;
}
.clipListText a:hover{
	color:#000000;
	text-decoration:underline;
}
.clipListText a:link{
	color:#999999;
}
.clipListText a:visited{
	color:#999999;
}

.clipListThumb {

}

td.clipListThumb {
	border-bottom: 1px solid #C1C1C1;
}

.clipListSettings{
}

.clipListHeading{
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}
.clipListInfo{
	font-size: 10px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}


/* ------ THUMB LIST STYLES ------ 
	Following are the styles that 
	affect the list of thumbs 
	normally towards the bottom 
	of the RTV Player
*/
.thumbListText{
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	width: 120px;
}
.thumbListText a:active{
	text-decoration: none;
	color: #999999;
}
.thumbListText a:hover{
	text-decoration: underline;
	color: #000000;
}
.thumbListText a:link{
	text-decoration: none;
	color: #999999;
}
.thumbListText a:visited{
	text-decoration: none;
	color: #999999;
}

.thumbListTextS{
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #999999;
	width: 100px;
}
.thumbListTextS a:active{
	text-decoration: none;
	color: #999999;
}
.thumbListTextS a:hover{
	text-decoration: underline;
	color: #000000;
}
.thumbListTextS a:link{
	text-decoration: none;
	color: #999999;
}
.thumbListTextS a:visited{
	text-decoration: none;
	color: #999999;
}

.thumbListTextS img{
	margin-top: 0px;
	vertical-align:top;
}

/* ------ RSS STYLES ------ 
	Following are the styles that 
	affect the RSS tags towards 
	the bottom of the page
*/
.RSSText {
	font-size:11px;
	color: #000000;
	text-decoration:none;
}
.RSSText a:active{
	color: #000000;
	text-decoration:none;	
}
.RSSText a:hover{
	color: #000000;
	text-decoration:underline;	
}
.RSSText a:link{
	color: #000000;
	text-decoration:none;		
}
.RSSText a:visited{
	color: #000000;
}


/* ------ HELP STYLES ------ 
	Following are the styles that 
	affect the help pages
*/
.helpHeading {
	font-weight:normal;
	color: #000000;
}

.helpQuestion {
	font-weight:normal;
	color: #000000;
}
.helpBodyText {
	font-weight:normal;
	color: #000000;
}
.headingLinkText{
	font-weight:bold;
	color: #000000;
}

.helpQuestion a{
	color:#000000;
	text-decoration:none;
}

.helpQuestion a:active{
	color: #000000;
	text-decoration:none;	
}
.helpQuestion a:hover{
	color: #000000;
	text-decoration:underline;	
}
.helpQuestion a:link{
	color: #000000;
	text-decoration:none;		
}
.helpQuestion a:visited{
	color: #000000;
}
