/* Tabs
----------------------------------*/

.tabs h2
{
    color: #246a83;
    font-size: 20px;
    font-weight: bold;
}

.ui-tabs /* overall styling */
{ 

    overflow: hidden;
    padding: 0 0 20px; 
    zoom: 1; 
    width: 380px;
}

.ui-tabs .ui-tabs-nav 
{    
    border-bottom: 3px solid #246a83;    
    height: 30px;
    list-style: none; 
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative; 
}

.ui-tabs .ui-tabs-nav li /*tabs */
{ 
    background-image: none;
    background-color: transparent;
    border-bottom-width: 0 !important; 
    float: left;
    list-style: none;  
    margin: 0;
    padding: 0; 
    position: relative;
}

.ui-tabs .ui-tabs-nav li a 
{ 
    background-color: #fff;
    border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; 
    color: #246a83;
    display: block; 
    font-weight: bold;   
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin: 0 0 0 10px;
    text-align: center;
    text-decoration: none;  
    vertical-align: middle;   
    width: 120px;
    zoom:1;  
    padding-top: 5px;
}

.ui-tabs .ui-tabs-nav li:first-child a 
{ 
    margin-left: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li a:hover
{
    background-color: #246a83;
    color: #fff;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a 
{ 
    cursor: text; 
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel 
{ 
    background: #fff url('../images/gradient-bk.png') top left repeat-x;  
    border: 3px solid #246a83;   
    border-width: 0 3px 3px;
    border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; behavior: url(PIE.html); 
    box-shadow: 0px 3px 2px #d6d6d4; -moz-box-shadow: 0px 3px 2px #d6d6d4; -webkit-box-shadow: 0px 3px 2px #d6d6d4;     
    display: block; 
    min-height: 300px;   
    padding: 20px 15px; 
}

.ui-tabs .ui-tabs-hide 
{ 
    position: absolute;
    left: -10000px;
}
