﻿.ActiveTab_Center a, .Tab_Center a
{
    display: block;
    padding-top: 8px;
    
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

.ActiveTab_Left, .ActiveTab_Right, .Tab_Left, .Tab_Right
{
    width: 30px;
}

/*.ActiveTab_Center, .Tab_Center
{
    width: 125px;
}*/

.ActiveTab_Left, .ActiveTab_Center, .ActiveTab_Right, .Tab_Left, .Tab_Center, .Tab_Right
{
    height: 35px;
}

.ActiveTab_Left
{
    background-image: url("/App_Themes/PartnerPortal/Images/Tabs/tab_green_left.png");
}

.ActiveTab_Center
{
    background-image: url("/App_Themes/PartnerPortal/Images/Tabs/tab_green.png");
    background-repeat: repeat-x;
}

.ActiveTab_Right
{
    background-image: url("/App_Themes/PartnerPortal/Images/Tabs/tab_green_right.png");
}

.Tab_Left
{
    background-image: url("/App_Themes/PartnerPortal/Images/Tabs/tab_grey_left.png");
}

.Tab_Center
{
    background-image: url("/App_Themes/PartnerPortal/Images/Tabs/tab_grey.png");
    background-repeat: repeat-x;
    width:auto;
}

.Tab_Right
{
    background-image: url("/App_Themes/PartnerPortal/Images/Tabs/tab_grey_right.png");
}
