﻿.tab_simple
{
    height:15px;
    width:112px;
    float:left;
    background-image:url(/Images/tab-small_green.gif);
    padding-top:4px;
    text-align:center;
    color:White;
    text-decoration:none;
    margin-top:2px;
}

.tab_selected
{
    height:17px;
    width:131px;
    float:left;
    background-image:url(/Images/tab-big_green.gif);
    padding-top:4px;
    text-align:center;
    color:White;
    text-decoration:none;
}

.tab_simple a
{
    color:White !important; 
    text-decoration:none;
}

.tab_selected a
{
    color:White !important;
    text-decoration:none;
}

/*.left_page
{
    width:0px;
    display:none;
}

.center_page
{
    margin-left:125px;
    width:600px;
}
*/
.items_top_border
{
    width:580px;
}

.items_bottom_border
{
    width:580px;
}

.item_content
{
    width:558px;
    overflow:hidden;
}

.tabs_container
{
    overflow:auto;
    padding-left:10px;
    width:595px;   
}

.right_page
{
    overflow:visible;
    display:block;
}
