﻿/* ajax__tab_yuitabview-theme theme (../Images/Tabs/sprite.png) */
.video-tab .ajax__tab_header 
{
    width:100%;
    /*overflow-x:scroll;*/
    font-family:arial,helvetica,clean,sans-serif;
    font-size:11px;
    border-bottom:solid 1px #2647a0;
    text-align:left;
}
.video-tab .ajax__tab_header .ajax__tab_outer 
{
    display:inline-block;
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #999999;
    border-top-left-radius:3px 3px;
    border-top-right-radius:3px 3px;
    background-color:#e7e7e7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#cccccc');
    background: -moz-linear-gradient(center top, #f7f7f7, #eeeeee 25%, #cccccc 66%, #eeeeee);
    background: -webkit-gradient(linear, center top, center bottom, from(#f7f7f7), color-stop(25%, #eeeeee), color-stop(66%, #cccccc), to(#eeeeee));
    background: linear-gradient(#f7f7f7, #eeeeee);
    background: -o-linear-gradient(#f7f7f7, #eeeeee);
}

.video-tab .ajax__tab_header .ajax__tab_tab
{    
  display:inline-block;
    color:#333;
    padding:2px 2px;    
    margin-right:2px;
}
.video-tab .ajax__tab_hover .ajax__tab_tab
{    
    display:inline-block;
    color:white;
    padding:2px 2px;    
    margin-right:2px;
}
.video-tab .ajax__tab_hover .ajax__tab_outer 
{
    color:white;
    background:  #802991 ;
}
.video-tab .ajax__tab_active .ajax__tab_tab 
{
    color:black;
}
.video-tab .ajax__tab_active .ajax__tab_outer
{
      background:white;
   }
.video-tab .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:12px;
    padding:2px 2px;
    background-color: White;
    border:solid 1px #808080;
    border-top-width:0px;
    height:920px;
    width:570px;
    float:right;
}

