/* ------ DEFAULT STYLE ------ */
body,td,table,p,{font-family: Arial, Helvetica, sans-serif;font-size:12px;}

/* ------ INFO PANEL STYLES ------ 
	Following are the styles that 
	affect the info panel normally
	below the Video Player
*/
.videoInfoTitle{font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;color:#000000;}
.videoInfoDescription{font-family: Arial, Helvetica, sans-serif;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{font-family: Arial, Helvetica, sans-serif;}
.clipListText {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;color:#999999;text-decoration: none;}
.clipListText a{color:#999999;text-decoration:none;}
.clipListText a:active{color:#999999;}
.clipListText a:hover{font-family: Arial, Helvetica, sans-serif; color:#000000; text-decoration:underline;}
.clipListText a:link{color:#999999;}
.clipListText a:visited{color:#999999;}
.clipListSettings{}
.clipListHeading{font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;color:#000000;text-decoration: none;}
.clipListInfo{font-family: Arial, Helvetica, sans-serif;font-size: 12px;color:#666666;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-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666;width:113px;}
.thumbListText a{text-decoration:none;font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666;width:113px;}
.thumbListText a:link{color: #666666;}
.thumbListText a:visited{color: #666666;}
.thumbListText a:hover{text-decoration:underline; color: #000000;}
.thumbListText a:active{color: #666666;}
.thumbListHeaderText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	background-color:#666666;
}

.thumbListTextLarge {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666;width:150px;}
.thumbListTextLarge a{text-decoration:none;font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666;width:150px;}
.thumbListTextLarge a:link{color: #666666;}
.thumbListTextLarge a:visited{color: #666666;}
.thumbListTextLarge a:hover{text-decoration:underline; color: #000000;}
.thumbListTextLarge a:active{color: #666666;}


/* ------ FOOTER STYLES ------ 
	Following are the styles that 
	affect the footer text of a page
*/
.FooterText {font-family: Arial, Helvetica, sans-serif;font-size:12px;color: #000000;text-decoration:none;}
.FooterText a:active{font-family: Arial, Helvetica, sans-serif;color: #000000;text-decoration:none;}
.FooterText a:hover{font-family: Arial, Helvetica, sans-serif;color: #000000;text-decoration:underline;}
.FooterText a:link{font-family: Arial, Helvetica, sans-serif;color: #000000;text-decoration:none;}
.FooterText a:visited{font-family: Arial, Helvetica, sans-serif;color: #000000;text-decoration:underline;}


/* ------ 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;}
.helpLinkText{font-weight:bold; color: #000000;}

.playerBorder {
	border: 1px solid #000000;
}