/* ------ 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 */
}

a:link {
	color: #595655;
	text-decoration: none;
}
a:visited {
	color: #595655;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
}

/* ------ INFO PANEL STYLES ------ 
	Following are the styles that 
	affect the info panel normally
	below the Video Player
*/
.videoInfoTitle{
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}
.videoInfoDescription{
	font-size: 12px;
	font-weight: normal;
	color:#000000;	
}

/* ------ NAVIGATION MENU STYLES ------ 
	Two Styles that affect the navigation menu text
*/
.menuHeading {

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.menuSubHeading {


	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #595655;
}

/* ------ CLIP LIST / PLAY LIST STYLES ------ 
	Following are the styles that 
	affect the play list of thumbs 
	in the scrolling pane
*/

.clipList{

}
.clipListText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
.clipListText a{
	color:#666666;
	text-decoration:none;
}
.clipListText a:active{
	color:#666666;
}
.clipListText a:hover{
	color:#000000;
	text-decoration:underline;
}
.clipListText a:link{
	color:#666666;
}
.clipListText a:visited{
	color:#666666;
}
.clipListSettings{
}
.clipListHeading{
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}
.clipListInfo{
	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-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.thumbListText a:active{
	text-decoration: none;
	color: #333333;
}
.thumbListText a:hover{
	text-decoration: underline;
	color: #333333;
}
.thumbListText a:link{
	text-decoration: none;
	color: #333333;
}
.thumbListText a:visited{
	text-decoration: none;
	color: #333333;
}

/* ------ RSS STYLES ------ 
	Following are the styles that 
	affect the RSS tags towards 
	the bottom of the page
*/
.RSSText {
	font-size:11px;
	color: #000000;
	text-decoration:none;
}
.RSSText a:active{
	color: #000000;
	text-decoration:none;	
}
.RSSText a:hover{
	color: #000000;
	text-decoration:underline;	
}
.RSSText a:link{
	color: #000000;
	text-decoration:none;		
}
.RSSText a:visited{
	color: #000000;
}


/* ------ FOOTER STYLES ------ 
	Following are the styles that 
	affect the footer text of a page
*/
.FooterText {
	font-size:12px;
	color: #000000;
	text-decoration:none;
}
.FooterText a:active{
	color: #000000;
	text-decoration:none;	
}
.FooterText a:hover{
	color: #000000;
	text-decoration:underline;	
}
.FooterText a:link{
	color: #000000;
	text-decoration:none;	
}
.FooterText a:visited{
	color: #000000;
	text-decoration:underline;	
}

.playerBorderLight {


	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: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.playerBorderLightBigP {


	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}