﻿.MeteringTab .ajax__tab_body
{
    background-color: transparent !important;
    border: none !important;
    margin-top: 10px;
    font-family: Calibri, Arial, Verdana !important;
}

.MeteringTab .ajax__tab_header 
{
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    background-color: White;    
    text-align: center;
    margin-bottom: 0px;
    background-image: none !important;
}
    
.MeteringTab .ajax__tab_outer
{
    background-color: White;
    background-image: none !important;
}
.MeteringTab .ajax__tab_inner
{
    padding: 1px;
    margin: 1px 1px 1px 1px;
    /*background-color: #241d4c;*/
    background-color: darkgrey;
    /*height: 22px;*/
    width: 120px;
    background-image: none !important;
    border: 2px solid #241d4c;
}

.MeteringTab .ajax__tab_inner span
{
	width: 120px;
	height: 22px;
	line-height: 20px;
}

.MeteringTab .ajax__tab_hover .ajax__tab_outer
{
    /*background-color: #241d4c;*/
}
.MeteringTab .ajax__tab_hover .ajax__tab_inner
{
    /*background-color: #2b3c56;*/
    background-color: #5382a0;
}
.MeteringTab .ajax__tab_active .ajax__tab_outer
{
    /*background-color: #241d4c;*/
}
.MeteringTab .ajax__tab_active .ajax__tab_inner
{
    background-color: White;

    color: red !important;
    border: 2px solid #241d4c;
}

.MeteringTab .ajax__tab_tab
{
    /*color: #606060;*/
    color: #241d4c;
    background-image: none !important;
}
