/*-------------------------------------------------------
                            UnSelected
-------------------------------------------------------*/

.tabcontainer
{
}

.tableft
{
    background: url(../../graphics/2.0/tabs/gray/left.png) no-repeat top left;
}

.tabright
{
    background: url(../../graphics/2.0/tabs/gray/right.png) no-repeat top right;
}

.tabbottom
{
    border-bottom: solid 1px #CCC;
}

.tabcontent
{
    text-align: center;
    padding: 3px;
    font-size: 18px;
}

.tabcontent a
{
    display: block;
    font-weight: normal;    
    color: #333;
}

.tabcontent a:hover
{
    color: #555;
}

.tabcontainerbottom
{
}

/*-------------------------------------------------------
                        Selected
-------------------------------------------------------*/

/*---------  Orange  ---------*/
.tabcontainerSelected
{
}

.tableftSelected
{
    background: url(../../graphics/2.0/tabs/orange/left.png) no-repeat top left;
}

.tabrightSelected
{
    background: url(../../graphics/2.0/tabs/orange/right.png) no-repeat top right;
}

.tabbottomSelected
{
    border-bottom: solid 1px #ee6107;
}

.tabcontentSelected
{
    text-align: center;
    color: #FFF;
    padding: 3px;
    font-size: 18px;
}

.tabcontentSelected a
{
    display: block;
    font-weight: normal;
    color: #FFF;
}

.tabcontentSelected a:hover
{
    color: #EEE;
}

.tabcontainerbottomSelected
{
}

/*---------  White  ---------*/
.tabcontainerSelectedWhite
{
}

.tableftSelectedWhite
{
    background: url(../../graphics/2.0/tabs/white/left.png) no-repeat top left;
}

.tabrightSelectedWhite
{
    background: url(../../graphics/2.0/tabs/white/right.png) no-repeat top right;
}

.tabbottomSelectedWhite
{
    
}

.tabcontentSelectedWhite
{
    text-align: center;
    color: #555;
    padding: 3px;
    font-size: 18px;
}

.tabcontentSelectedWhite a
{
    display: block;
    font-weight: normal;
    color: #555;
}

.tabcontentSelectedWhite a:hover
{
    color: #AAA;
}

.tabcontainerbottomSelectedWhite
{
}

