/* ------ 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-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:#666666;
	text-decoration: none;
}
.clipListText a{
	
	color:#666666;
	text-decoration:none;
}
.clipListText a:active{
	
	color:#666666;
}
.clipListText a:hover{
	font-family: Arial, Helvetica, sans-serif;		
	color:#000000;
	text-decoration:underline;
}
.clipListText a:link{
	color:#666666;
}
.clipListText a:visited{
	color:#666666;
}
.clipListSettings{
}
#playlistNav_Header{
	font-family: Arial, Helvetica, sans-serif;		
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	padding: 5px;
}
.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;
	text-align: center;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	width:80px;
}
.thumbListText a:active{
	font-family: Arial, Helvetica, sans-serif;		
	text-decoration: none;
	color: #666666;
}
.thumbListText a:hover{
	font-family: Arial, Helvetica, sans-serif;		
	text-decoration: underline;
	color: #000000;
}
.thumbListText a:link{
	font-family: Arial, Helvetica, sans-serif;		
	text-decoration: none;
	color: #000000;
}
.thumbListText a:visited{
	font-family: Arial, Helvetica, sans-serif;		
	text-decoration: none;
	color: #000000;
}

/* ------ RSS STYLES ------ 
	Following are the styles that 
	affect the RSS tags towards 
	the bottom of the page
*/
.RSSText {
	font-family: Arial, Helvetica, sans-serif;		
	font-size:11px;
	color: #000000;
	text-decoration:none;
}
.RSSText a:active{
	font-family: Arial, Helvetica, sans-serif;		
	color: #000000;
	text-decoration:none;	
}
.RSSText a:hover{
	font-family: Arial, Helvetica, sans-serif;		
	color: #000000;
	text-decoration:underline;	
}
.RSSText a:link{
	font-family: Arial, Helvetica, sans-serif;		
	color: #000000;
	text-decoration:none;		
}
.RSSText a:visited{
	font-family: Arial, Helvetica, sans-serif;		
	color: #000000;
}


/* ------ 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;
}

.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;
}