﻿/*-------------------------------------------------------
                            UnSelected
-------------------------------------------------------*/

.tabcontainer
{
}

.tableft
{
    background: url(../../graphics/2.0/tabs/simplewhite/left.png) no-repeat top left;
}

.tabright
{
    background: url(../../graphics/2.0/tabs/simplewhite/right.png) no-repeat top right;
}

.tabbottom
{
    border-bottom: solid 1px #CCC;
}

.tabcontent
{
    text-align: center;
    padding: 3px;
    font-size: 12px;
}

.tabcontent a
{
    display: block;
    font-weight: normal;    
    color: #999;
}

.tabcontent a:hover
{
    color: #555;
}

.tabcontainerbottom
{
}

/*-------------------------------------------------------
                        Selected
-------------------------------------------------------*/

.tabcontainerSelected
{
}

.tableftSelected
{
    background: url(../../graphics/2.0/tabs/simplewhite/left.png) no-repeat top left;
}

.tabrightSelected
{
    background: url(../../graphics/2.0/tabs/simplewhite/right.png) no-repeat top right;
}

.tabbottomSelected
{
    border-bottom: solid 1px #FFF;
}

.tabcontentSelected
{
    text-align: center;
    color: #FFF;
    padding: 3px;
    font-size: 12px;
}

.tabcontentSelected a
{
    display: block;
    font-weight: bold;
    color: #333;
}

.tabcontentSelected a:hover
{
    color: #333;
}

.tabcontainerbottomSelected
{
}
