﻿.TabsGray .ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url(../../images/icons/tab-line.png) repeat-x bottom;
    font-size:100%;
    display:block;
    margin:0px;
}
.TabsGray .ajax__tab_header .ajax__tab_outer 
{
    background:url(../../images/icons/tab.png) no-repeat left top;
    border-color:#808080;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.TabsGray .ajax__tab_header .ajax__tab_inner 
{
    background:url(../../images/icons/tab.png) no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.TabsGray .ajax__tab_hover .ajax__tab_inner 
{
    color:#000;
}
.TabsGray .ajax__tab_active .ajax__tab_outer 
{
    background:url(../../images/icons/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.TabsGray .ajax__tab_active .ajax__tab_inner 
{
    background:url(../../images/icons/tab.png) no-repeat right -40px;
    color:#000;
    border-color:#808080
}
.TabsGray .ajax__tab_body 
{
    font-family:tahoma,helvetica;
    border-left:solid 1px #d7d7d7;
    border-bottom:solid 1px #d7d7d7;
    border-right:solid 1px #d7d7d7;
    border-top-width:0;
    padding:5px;

    margin:0px;
}