/* ------ DEFAULT STYLE ------ */
body,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 */
}

/* --------------- styles specific to find whatever now   */
/* Video Panel */
td.VideoPanel {
  	background-color:#7899A5;
  	padding:0px;
	spacing: 0px;
  	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: none;
	border-left-width: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: none;
	border-left-color: none;
  	margin-left:auto; 
  	margin-right:auto;
}

/* Channel Panel */
td.ChannelPanel {
  	background-color:#87B2C2;
  	padding:0px;
	spacing: 0px;
  	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: none;
	border-left-width: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: none;
	border-left-color: none;
  	margin-left: none; 
	margin-top: none; 
  	margin-right:auto;
}

/* Bottom Panels */
td.BottomPanel {
  	background-color:#87B2C2;
  	padding:0px;
	spacing: 0px;
  	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: none;
  	margin-left:auto; 
  	margin-right:auto;
}

/* default table cell */
td {
  background-color:transparent;
  border:none;
  padding:0px;
  margin-left:auto; 
  margin-right:auto;
}
/* --------------- styles specific to find whatever now above  */


/* ------ 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:#FFFFFF;
}
.videoInfoDescription{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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{

}
.clipListText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}
.clipListText a{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}
.clipListText a:active{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.clipListText a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
}
.clipListText a:link{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}
.clipListText a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}
.clipListSettings{
}
.clipListHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}
.clipListInfo{
	font-family: 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: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	width:100px;
}

.thumbListTextMid{
	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: #000000;
	width:145px;
}

.thumbListTextLarge{
	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: #000000;
	width:200px;
}

.thumbListText a:active{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	width:100px;
}
.thumbListText a:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FFFFFF;
	width:100px;
}
.thumbListText a:link{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	width:100px;
}
.thumbListText a:visited{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	width:100px;
}

.thumbListTextMid a:active{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	width:145px;
}
.thumbListTextMid a:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FFFFFF;
	width:145px;
}
.thumbListTextMid a:link{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	width:145px;
}
.thumbListTextMid a:visited{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	width:145px;
}

.thumbListTextLarge a:active{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	width:200px;
}
.thumbListTextLarge a:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FFFFFF;
	width:200px;
}
.thumbListTextLarge a:link{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	width:200px;
}
.thumbListTextLarge a:visited{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	width:200px;
}

.playerBorder {

	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;
}
