body
{
    margin-top: 0px;
    font-size: 11px;
    font-family:  Verdana, Arial,Helvetica, sans-serif;
    background: url(/images/v6/bg_0.jpg) top center no-repeat black fixed;
}

h2 {
	text-decoration: none !Important;
	background-color:#900;
	color:White;
	margin: 0px;
	margin-left:1px;
	margin-bottom:3px;
	line-height: 22px;
	font-size: 11px;
	font-weight: 600;
	text-indent: 4px;
}
h2 a
{
	text-decoration: none !Important;
	color:White;		
	display:block;
	width:100%;
}

h2 a:hover
{
	background-color:White;
	text-decoration: underline !Important;
	color:#999999;	
	display:block;
	width:100%;	
}

h3 {
	font-size: 16px;
	Color: #fff;
	background-color:#990000;
	text-align:center;
	vertical-align:middle;
	height: 25px;
	line-height: 25px;
	font-weight:600;
	width:100%;
	margin: 0px;
	text-decoration: none !Important;
}

.SideNav
{
    border-left: solid 1px #666;
    width: 162px;
    background-color: white;
    padding: 2px;
    float:left;
    margin-right:3px;
    color:black;

}
.AudioContent
{
    background-color: #fff;
    padding: 2px;    
    border-right: solid 1px #666;
    width: 830px;
    min-height: 540px;
    padding-bottom: 0px;
    vertical-align: top;
   
}

.rpRootGroup
{
	border: solid 1px #900 !Important;
}

.rootItem, .rootItem:hover
{
    font-weight: bold;
    font-size: 11px;
    height: 18px;    
    padding-top: 5px;
    padding-left: 0px;
    margin-bottom: 3px; 
    text-align: left;   
    border: solid 1px #069;
}

.rootItem
{
    background-color: #900 !Important;
    color: #FFF;
    list-style-type: none;
    width: 161px;
    text-decoration:none !Important;
   
}

.rpOut, .rpText, .rpLink {
 text-decoration:none !Important;
 border: none !Important;
 line-height:normal !Important;
}


.subRootItem, .subRootItem:hover
{
    font-size: 9px;
    line-height: 18px;    
    padding-top: 1px;
    padding-bottom: 3px;
    margin-left: 3px;
    margin-bottom: 3px;  
    width: 149px !Important;  
    text-align: Left; 
}

.subRootItem
{
    background-color: #900 !Important;
    color: #FFF;
}

.subRootItem:hover
{
    background-color: #fff !Important;
    color: #900;
    text-decoration: underline;
}


.subItem, .subItem:hover
{
    font-size: 10px;
    padding-top: 2px;
    padding-bottom: 6px;
    text-align: center;
    line-height:20px;
    
}

.subItem
{
    background-color: #FFF !Important;
    color: #900;
    border-bottom: solid 1px #ddd;
    text-align:left;
}

.subItem:hover
{
    color: #F00;
    text-align:left;
}

.subItem .rpText
{
	font-size: 9px;
}

a.headerlink, a.headerlink:hover {
	font-size: 11px;
	color: #fff;
	font-weight: 600;
	text-decoration:none;
	position: relative;
	top: -9px;
	left: 4px;
}
a.headerlink:hover {
	color: #999;
	text-decoration: underline;
}
a.flowplayer, a.flowplayer img {
	display:block;				
	width:270px;
	height:216px;
	border:0px;		
}

/* play button on top of splash screenn */
div.playButton {
	background:url(../../video/img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-175px;
	left:178px;	
	opacity:0.9;
	margin-bottom:-50px;
}

/* play button upon mouseover */
div.playButton:hover {
	opacity:1.0;		
}

.Player_Main {
	width: 920px;	
	border:none;
	background-color:black;
	border: solid 1px #900;
}



.Video_Description_Wrapper {
	overflow-x:hidden;
	overflow-y: scroll;
	height:170px;
	background-color:#000;
	color:white;
}

.Video_Description {
	font-size: 10px;
	font-face: arial;
	width: 275px;
	height:170px;
	border: solid 1px #333;
	background-color:#333;

}

.Video_Description_Label {
	text-align:right;
	vertical-align: top;
	width: 20%;
	font-weight: 600;
	
}

.video_card_wrapper {
	padding:0px;
	padding-top:1px;
	margin-left:0px;
	margin-right:4px;
	opacity: 0.8;	
	
	filter: alpha(opacity = 80) !Important;	
}

.video_card_wrapper:hover {
	opacity: 1.0;	
	filter: alpha(opacity = 100) !Important;
}

.video_card {
	z-index:100 !Important;
	font-size:9px;
	border: solid 1px #444;
	color: white;	
	width:120px;
	background-color:tansparent;
	position:relative;	
}


.video_image_col {
}
.video_image {
	width:120px;
	height:90px;
	filter: alpha(opacity = 70) !Important;
	zoom: 1;
}

.video_image:hover {
	filter: alpha(opacity = 100) !Important;
}




