﻿/*Header*/
.Tab .ajax__tab_header {
    color: #4682b4;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    margin-left: 0px;
    border-bottom: 1px solid #666666;
    /*margin-bottom:10px;*/
}
/*Body*/
.Tab .ajax__tab_body {
    /*border:1px solid #b4cbdf;*/
     padding-top: 20px; 
     margin:auto;
     width:98%;
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab {
    color: #666666;
    /*background: url("../../tab_active.gif") repeat-x;*/
    height: 25px;
}

.Tab .ajax__tab_active .ajax__tab_inner {
    color: #666666;
    /*background: url("../../tab_left_active.gif") no-repeat left;*/
    padding-left: 10px;
}

.Tab .ajax__tab_active .ajax__tab_outer {
    color: #002141;
    /*background: url("../../tab_right_active.gif") no-repeat right;*/
    padding-right: 6px;
    border-bottom: 1px solid white;
    margin-bottom: -1px;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab {
    color: #000000;
    /*background: url("../../tab_hover.gif") repeat-x;*/
    height: 25px;
}

.Tab .ajax__tab_hover .ajax__tab_inner {
    color: #000000;
    /*background: url("../../tab_left_hover.gif") no-repeat left;*/
    padding-left: 10px;
}

.Tab .ajax__tab_hover .ajax__tab_outer {
    color: #000000;
    /*background: url("../../tab_right_hover.gif") no-repeat right;*/
    padding-right: 6px;
}
/*Tab Inactive*/
.Tab .ajax__tab_tab {
    color: #666666;
    /*background: url("../../tab_Inactive.gif") repeat-x;*/
    height: 25px;
}

.Tab .ajax__tab_inner {
    color: #666666;
    /*background: url("../../tab_left_inactive.gif") no-repeat left;*/
    padding-left: 10px;
}

.Tab .ajax__tab_outer {
    color: #666666;
    /*background: url("../../tab_right_inactive.gif") no-repeat right;*/
    padding-right: 6px;
    margin-right: 2px;
}

.Tab .ajax__tab_outer, .Tab .ajax__tab_active .ajax__tab_outer {
    border-radius: 5px 5px 0px 0px;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
}
