
.tabs_main  {
        width: 592px;
        margin-top: 5px;

}

p.tabs_main_tabs {
        vertical-align: middle;
        text-align: left;
        padding: 0px;
}

.tabs_thistab, .tabs_tab  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 13px;
        font-weight: bold;
        text-align: center;
        cursor: hand;
        padding: 3px 5px 2px 3px;
        
}


.tabs_thistab  {
        background-color: #FCF6E8;
        color: #06325F;
        border-top: 1px solid #06325F;
        border-left: 1px solid #06325F;
        border-right: 1px solid #06325F;
        border-bottom: 1px solid #FCF6E8;


}

.tabs_tab  {
        color: #C0CBD7;
        background-color: #06325F;
        border-right: 1px solid #F7E1B5;
        border-top: 1px solid #06325F;


}

.tabs_box_display  {
        background-color: #FCF6E8;
        display: block;
        text-align: left;
        padding: 0px;
        border-top: 1px solid #06325F;
        border-left: 1px solid #06325F;
        border-bottom: 1px solid #06325F;
        border-right: 1px solid #06325F;

}

.tabs_box_not_display  {
        display: none;
        
}

