body /* Internet Explorer */ 
{
margin-bottom: 0px; 
background-color:#000000;
font-family: Verdana;
font-size: 10pt;
text-align: center;
background-image: url('/re-action.gif'); background-position: center top
}
body /* Mozilla Firefox alignment */ 
{ 
text-align: -moz-center; 
}
.video_detail_text  { color: #808080; font-family: Verdana; font-size: 8pt }
.video_detail_value  { color: #FFFFFF; font-family: Verdana; font-size: 8pt }
.video_title_text { font-family: Arial; font-size: 15; font-weight: bold }
.video_detail_table{ background-color: #252525;  border-top:1px dotted #808080; border-left-width: 1px; border-right-width: 1px; border-bottom: 1px dotted #808080 }

.outside_div { border-collapse: collapse; width:1000px; margin-left:auto; margin-right:auto}

.mattblacktabs{
width: 100%;
overflow: hidden;
float:left
}

.mattblacktabs ul{
margin: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
list-style-type: none; font-variant:normal; font-size:12px; font-family:Verdana; padding-right:0; padding-top:0; padding-bottom:0
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
/*padding inside each tab*/
border-right: 1px solid #FFFFFF; /*right divider between tabs*/
color: #000000;
background: #666666; padding-left:12px; padding-right:12px; padding-top:7px; padding-bottom:7px
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; 
color:#ffffff
