/* Tabs
----------------------------------*/
.ui-tabs
{
    zoom: 1;
}
.ui-tabs .ui-tabs-nav
{
    list-style: none;
    position: relative;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li
{
    position: relative;
    float: left;
    border-bottom-width: 0 !important;
    margin: 0 0.2em -1px 0;
    padding: 0;
    border: 1px solid #000000;
    height: 24px;
}
.ui-tabs .ui-tabs-nav li a
{
    float: left;
    text-decoration: none;
    font-family: Tahoma, Verdana, Arial;
    font-weight: bold;
    font-size: 11px;
    padding: 6px 10px 0px 8px;
    border-bottom-width: 0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
    padding-bottom: 1px;
    border-bottom-width: 0;
}
.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;
    color: #000000;
    font-weight: bold;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
{
    cursor: pointer;
    color: #14236C;
    font-weight: normal;
}
/* 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
{
    padding: 1em 1.4em;
    display: block;
    border-width: 0;
    background: none;
}
.ui-tabs .ui-tabs-hide
{
    display: none !important;
}
.ui-tabs-icons
{
    float: left;
    margin-left: 8px;
    margin-top: 6px;
}
.ui-tabs-icon1
{
  
    background-position: 0 -355px !important; width: 16px !important; height: 16px !important; 
    border-style: none;
}
.ui-tabs-icon2
{
    background-position: 0 -319px !important; width: 16px !important; height: 16px !important;
    border-style: none;
}
