﻿@-moz-document url-prefix()
{

.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: 5px 5px 5px 5px;
    overflow: visible !Important;
}
.tabstyle .ajax__tab_tab
{
    background-position: right top;
    font-family: "MS Sans Serif";
    font-size: 12px;
    background-repeat: no-repeat;
    width: 110px; 
    text-align: center;
    overflow: visible !Important;
    height: 16px !Important;

}
.tabstyle .ajax__tab_default .ajax__tab_tab
{
      text-align: center;
          padding-bottom: 8px;
              overflow: visible !Important;
}
.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;
    text-align: center;
        overflow: visible !Important;
}
.tabstyle .ajax__tab_outer
{
    text-align: center;
    overflow: visible !Important;

}
.tabstyle .ajax__tab_inner
{
text-align: center;
    

}
.tabstyle .ajax__tab_hover
{
    background-position: left top;
    font-family: "MS Sans Serif";
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    background-image: url('../Images/Template/tab_hover.gif');
    text-align: center;
    color:#FFFFFF !important;
    padding-top: 10px !Important;
    padding-bottom: 9px !Important;
    overflow: hidden !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');
    text-align: center;
    color:#000000 !important;
    padding-top: 10px !Important;
    padding-bottom: 20px !Important;

    
}

}