﻿.TabPanel
{
    width: 534px;
    padding-top: 26px;
    padding-left: 10px;
}

.TabPanel .TabContainer
{
    background: url(../Images/TabStripBG.gif) no-repeat bottom right;
}

.TabPanel .Tab
{
    cursor: pointer;
    cursor: hand;
    float: left;
    font-size: 13px;
    font-family: Verdana;
    font-weight: bold;
    color: #003d79;
    height: 36px;
    margin-right: 10px;
}

.TabPanel .Tab .TabLeft
{
    height: 36px;
    width: 8px;
    background: url(../Images/TabLeft.gif) no-repeat bottom right;
    float: left;
}

.TabPanel .Tab.first .TabLeft
{
    background: url(../Images/TabLeftFirst.gif) no-repeat bottom right;
}

.TabPanel .Tab .TabCenter
{
    padding-top: 14px;
    padding-right: 3px;
    height: 22px;
    background: url(../Images/TabCenter.gif) no-repeat bottom right;
    float: left;
    text-align: center;
}

.TabPanel .Tab .TabRight
{
    height: 36px;
    width: 1px;
    background: url(../Images/TabRight.gif) no-repeat bottom left;
    float: left;
}

.TabPanel .selected
{
    font-weight: bold;
    cursor: default;
    color: #ab0016;
}

.TabPanel .selected .TabLeft
{
    width: 9px;
    background: url(../Images/TabSelLeft.gif) no-repeat bottom left;
    float: left;
}

.TabPanel .selected.first .TabLeft
{
    background: url(../Images/TabSelLeftFirst.gif) no-repeat bottom left;
}

.TabPanel .selected .TabCenter
{
    padding-top: 10px;
    height: 26px;
    background: url(../Images/TabSelCenter.gif) repeat-x bottom right;
    float: left;
}

.TabPanel .selected .TabRight
{
    width: 2px;
    background: url(../Images/TabSelRight.gif) no-repeat bottom right;
    float: left;
}

.TabPanel .PanelsContainer
{
    min-height: 200px;
    padding-left: 20px;
    background: url(../Images/TabPanelRight.gif) no-repeat center left;
}

.TabPanel .Panel
{
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 160px; /*TEMP*/
}

.TabPanel .Clear
{
    height: 0px;
    font-size: 0px;
    clear: both;
}