/* ------ 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;	
}

.texttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 1px none #000000;
}

/* ------ VEG TV MENU STYLES ------ 
	
*/

.vegMenu {
	font-family:Arial, Helvetica, sans-serif;
	color: #009966;
	font-size: 16px;
	font-weight:bold;
}

.vegMenu a{
	
	color:#009966;
	text-decoration:none;
}
.vegMenu a:active{
	
	color:#009966;
}
.vegMenu a:hover{
	font-family: Arial, Helvetica, sans-serif;		
	color:#009966;
	text-decoration:underline;
}
.vegMenu a:link{
	color:#009966;
}
.vegMenu a:visited{
	color:#009966;
}

/* ------ 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;		
}

	  .clipList table{
	  		scrollbar-base-color: #6FB84C;
			scrollbar-highlight-color: #FFFFFF;
			scrollbar-arrow-color: #FFFFFF; 
			/*scrollbar-darkshadow-color: #04669D;
			scrollbar-face-color: #047BBE;
			scrollbar-shadow-color: #07DFF0;*/
	  }
	  
.clipListText {
	font-family: Arial, Helvetica, sans-serif;		
	font-size: 12px;
	font-weight: bold;
	color:#6FB84C;
	text-decoration: none;
}
.clipListText a{
	
	color:#6FB84C;
	text-decoration:none;
}
.clipListText a:active{
	
	color:#6FB84C;
}
.clipListText a:hover{
	font-family: Arial, Helvetica, sans-serif;		
	color:#6FB84C;
	text-decoration:underline;
}
.clipListText a:link{
	color:#6FB84C;
}
.clipListText a:visited{
	color:#6FB84C;
}
.clipListSettings{
}
.clipListHeading{
	position: absolute;
	left: -25px;
	top:-50px;
	font-family: Arial, Helvetica, sans-serif;		
	font-size: 13px;
	font-weight: bold;
	color:#DA2027;
	text-decoration: none;
}
.clipListInfo{
	font-family: Arial, Helvetica, sans-serif;		
	font-size: 12px;
	color:#DA2027;
	text-decoration: none;
	font-weight:bold;
}

/* ------ 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: #333333;
	width:103px;
}
.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: #000000;
}
.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;	
}

