﻿.ajax__tab_stl .ajax__tab_header
{
    height:21px;
    font-size: 11px;
    font-weight:bold;
    line-height:19px;
    background-color:#c0c0c0;
    background:url("Img/tabs/tab-line.gif") repeat-x bottom;
}
.ajax__tab_stl .ajax__tab_header .ajax__tab_outer
{
    height: 21px;
}
.ajax__tab_stl .ajax__tab_header .ajax__tab_inner
{
    margin-left: 4px;
    border-left:1px solid #919b9c;
    border-right:1px solid #919b9c;
    height: 21px;
}
.ajax__tab_stl .ajax__tab_header .ajax__tab_tab
{
    height: 19px;
    padding: 0px 20px 0px 20px;
    margin: 0px;
    background-color:#ffffff;
    border-top:1px solid #919b9c;
    border-bottom:1px solid #919b9c;
    color:#555555;
}
.ajax__tab_stl .ajax__tab_header .ajax__tab_tab:focus
{
    outline:none;
}
.ajax__tab_stl .ajax__tab_header .ajax__tab_hover .ajax__tab_outer
{
}
.ajax__tab_stl .ajax__tab_header .ajax__tab_hover .ajax__tab_inner
{
}
.ajax__tab_stl .ajax__tab_header .ajax__tab_hover .ajax__tab_tab
{
    cursor: pointer;
    background-color:#f5f5f5;
}
.ajax__tab_stl .ajax__tab_header .ajax__tab_active .ajax__tab_outer
{
}
.ajax__tab_stl .ajax__tab_header .ajax__tab_active .ajax__tab_inner
{
}
.ajax__tab_stl .ajax__tab_header .ajax__tab_active .ajax__tab_tab
{
    border-bottom:1px solid #f5f5f5;
    background-color: #f5f5f5;
    color:#000000;
}
.ajax__tab_stl .ajax__tab_body
{
    font-size: 11px;
    border: 1px solid #999999;
    border-top: 0;
    padding: 0px;
    background-color: #f5f5f5;
}
