/* ------ 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.videoInfoDescription{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.clipListText a{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:#333333;
	text-decoration:none;
}
.clipListText a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	color:#333333;
}
.clipListText a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:#000000;
	text-decoration:underline;
}
.clipListText a:link{
	color:#333333;
}
.clipListText a:visited{
	color:#333333;
}
.clipListSettings{
}
.clipListHeading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
}
.clipListInfo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

/* ------ 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;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	width:150px;
}
.thumbListText a:active{
	font-family: Arial, Helvetica, sans-serif;		
	text-decoration: none;
	color: #333333;
}
.thumbListText a:hover{
	font-family: Arial, Helvetica, sans-serif;		
	text-decoration: underline;
	color: #333333;
}
.thumbListText a:link{
	font-family: Arial, Helvetica, sans-serif;		
	text-decoration: none;
	color: #333333;
}
.thumbListText a:visited{
	font-family: Arial, Helvetica, sans-serif;		
	text-decoration: none;
	color: #333333;
}

/* ------ 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;	
}

td.ClipPanel {
	background-color:#dedede;
	padding:0px;
	spacing: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-left:auto; 
	margin-right:auto;
}