﻿/* AJAX TAB */

.AjaxTab .ajax__tab_header 
{
    color: #666666;
    font-size: 13px;    
    background-color: White;
    margin-left: 0px;    
    border-bottom: solid 2px Black;           
}
.AjaxTab .ajax__tab_outer
{
    background-color: #e5e5e5;          
    margin-right: 2px;    
}
.AjaxTab .ajax__tab_inner
{
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 1px;
    margin-left: 0px;
    margin-top: 1px;
    margin-bottom: 0px;
    /*background-color: #f2f2f2;            */
    background-image: url(img/tab.gif);
}
.AjaxTab .ajax__tab_hover .ajax__tab_outer {    
    color: Black;
}
.AjaxTab .ajax__tab_hover .ajax__tab_inner
{
    /*background-color: #FFFFE1;*/            
}
.AjaxTab .ajax__tab_active .ajax__tab_outer
{
    /*background-color: White;*/
    text-decoration: none;   
    background-color: #999999;          
    margin-right: 2px;          
}
.AjaxTab .ajax__tab_active .ajax__tab_inner, .AjaxTab .ajax__tab_active .ajax__tab_inner a
{
    color: White !important;
    font-weight: bold;
    background-color: Black;   
    background-image: none;     
}