﻿/*Header*/
.Tab .ajax__tab_header
{
    color: #2E4d7B;
    font-family: Calibri;
    font-weight: bold;
    margin-left: 5px;
    font-size: 17px;
}
/*Body*/
.Tab .ajax__tab_body
{
    border: 1px solid #b4cbdf;
    padding-top: 10px;
    font-size: 12pt;
    font-family: Calibri;
    padding: 5px 0 5px 0;
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab
{
    color: #2E4d7B;
    background: url("../Images/tab_active.gif") repeat-x;
    height: 20px;
    font-size: 15px;
    font-family: Calibri;
    font-weight: bold;
}
.Tab .ajax__tab_active .ajax__tab_inner
{
    color: #2E4d7B;
    background: url("../Images/tab_left_active.gif") no-repeat left;
    font-size: 15px;
    font-family: Calibri;
    font-weight: bold;
}
.Tab .ajax__tab_active .ajax__tab_outer
{
    color: #2E4d7B;
    background: url("../Images/tab_right_active.gif") no-repeat right;
    font-size: 15px;
    font-family: Calibri;
    font-weight: bold;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab
{
    color: #2E4d7B;
    background: url("../Images/tab_hover.gif") repeat-x;
    height: 20px;
    font-size: 15px;
    font-family: Calibri;
    font-weight: bold;
}
.Tab .ajax__tab_hover .ajax__tab_inner
{
    color: #2E4d7B;
    background: url("../Images/tab_left_hover.gif") no-repeat left;
    font-size: 15px;
    font-family: Calibri;
    font-weight: bold;
}
.Tab .ajax__tab_hover .ajax__tab_outer
{
    color: #2E4d7B;
    background: url("../Images/tab_right_hover.gif") no-repeat right;
}
/*Tab Inactive*/
.Tab .ajax__tab_tab
{
    color: #2E4d7B;
    background: url("../Images/tab_Inactive.gif") repeat-x;
    height: 20px;
    font-size: 15px;
    font-family: Calibri;
    font-weight: bold;
}
.Tab .ajax__tab_inner
{
    color: #2E4d7B;
    background: url("../Images/tab_left_inactive.gif") no-repeat left;
}
.Tab .ajax__tab_outer
{
    color: #2E4d7B;
    background: url("../Images/tab_right_inactive.gif") no-repeat right;
    margin-right: 2px;
}



