﻿.tabstylebox
{
text-align: center;
}
.tabstyle .ajax__tab_body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #FFFFFF;
    text-align: left;
    font-family: Verdana;
    font-size: 11.5px;
    font-weight: normal;
    padding: 1px 1px 1px 1px;
}
.tabstyle .ajax__tab_tab
{
    background-position: right top;
    font-family: "MS Sans Serif";
    font-size: 12px;
    background-repeat: no-repeat;
    width: 110px;
    padding-top: 12px;
    padding-bottom: 6px;
    

}
.tabstyle .ajax__tab_header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    background-image: url('../Images/Template/tab_seperator.gif');
    background-repeat: repeat-x;
    background-position: left top;
    padding: 0px;
        color:#FFFFFF !important;
}
.tabstyle .ajax__tab_outer
{

}
.tabstyle .ajax__tab_inner
{

}
.tabstyle .ajax__tab_hover
{
    background-image: url('../Images/Template/tab_hover.gif');
    background-repeat: repeat-x;
    z-index: 1;
    color:#FFFFFF !important;
}
.tabstyle .ajax__tab_active
{
    background-position: left top;
    font-family: "MS Sans Serif";
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    background-image: url('../Images/Template/tab_bg.gif');
    color:#a02021 !important;
}
