﻿ul.tabs
{
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 31px; /*--Set height of tabs--*/
    border-bottom: 2px solid #005596; /*border-left: 1px solid #32a5b5;*/
    width:630px;
    margin-bottom:0;

}
#content ul.tabs
{ width: 620px;
 
    
    }

ul.tabs li
{
    float: left;
    margin: 0;
    padding: 0;
    height: 31px; /*--Subtract 1px from the height of the unordered list--*/
    line-height: 31px; /*--Vertically aligns the text within the tab--*/
    border-left: none;
    margin-bottom: 0px;
     /*--Pull the list item down 1px--*/
    overflow: hidden;
    position: relative;

}
ul.tabs li a
{
    text-decoration: none;
    font-family:Roboto, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    display: block;
 background-color:#ffffff;
    padding: 0 9px;
   
   
   
     /*  border-bottom: 2px solid #FFF;*/
    outline: none;
   
}
ul.tabs li a:hover
{  font-family:Roboto, Geneva, sans-serif;
    color: #FFFFFF;
    background-color:#005596;
}
html ul.tabs li.active a
{
 font-family:Roboto, Geneva, sans-serif;
    color: #FFFFFF;
    background-color:#005596;
}
html ul.tabs li.active
{
    background: #fff; /*border-bottom: 1px solid #fff;*/
}
.tab_container
{
    margin: 0px auto;
 
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 620px;

}

#content .tab_container {width: 620px;}


#tabHeader
{
    font-family:Roboto, Geneva, sans-serif;
    font-size: 10px;
    color: White;
    width: 100%;
    background-color: #132e5b;
    padding: 3px 5px 0px 5px;
    margin: 10px 0px 10px 0px;
}


.tab_content
{
}

#content .tab_content {}

