/* ------ DEFAULT STYLE ------ */
body,td,table,p,{
	font-family: Verdana, 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 */
}

.playerBorder{
	border: 1px solid #FFFFFF;
}
/* ------ INFO PANEL STYLES ------ 
	Following are the styles that 
	affect the info panel normally
	below the Video Player
*/
.videoInfoTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
}
.videoInfoDescription{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;	
}

/* ------ CLIP LIST / PLAY LIST STYLES ------ 
	Following are the styles that 
	affect the play list of thumbs 
	in the scrolling pane
*/

.clipList{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.clipListText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}
.clipListText a{
	color:#000000;
	text-decoration:none;
}
.clipListText a:active{
	color:#000000;
}
.clipListText a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:underline;
}
.clipListText a:link{
	color:#0000000;
}
.clipListText a:visited{
	color:#000000;
}
.clipListSettings{
}
.clipListHeading{ /*search style using clipListHeading*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.playListHeading{ /*actual ClipListHeading for FunBroadcasts*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.playListTable{
	padding-bottom: 12px;
}

.clipListInfo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
	width:98px;
	background-color: #CCCCCC;
}

.thumbListHeaderText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	background-color: #999999;
}
.thumbListText a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
.thumbListText a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000000;
}
.thumbListText a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
.thumbListText a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	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;
}
