﻿.mapTab .ajax__tab_header 
{
    color: Black;
    font-size: 13px;
    font-weight: bold;
    background-color: White;
    margin-left: 10px;
}
.mapTab .ajax__tab_outer
{
    background-color: White;
}
.mapTab .ajax__tab_inner
{
    padding: 6px;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: #e3e0ec;
}
.mapTab .ajax__tab_hover .ajax__tab_outer
{
    background-color: #9891ae;
}
.mapTab .ajax__tab_hover .ajax__tab_inner
{
    background-color: #9891ae;
}
.mapTab .ajax__tab_Tab .ajax__tab_outer
{
    background-color: White;
}
.mapTab .ajax__tab_Tab .ajax__tab_inner
{
    background-color: #4e4374;
}
.mapTab .ajax__tab_body
{
    padding: 6px;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    border: thin solid #C0C0C0;
    height:auto;
}
.mapTab .ajax__tab_active .ajax__tab_outer
{
    background-color: #9891ae;
}
.mapTab .ajax__tab_active .ajax__tab_inner
{
    background-color: #9891ae;
}
.mapTab .ajax__tab_active .ajax__tab_tab
{
    background-color: #9891ae;
}

