﻿.standardTab, .standardTab_selected
{
    background-color: #FFFBF0;
    border: 1px solid #7c7c7c;
    font-family: Microsoft Sans Serif;
    font-size: 8pt;
    height: 22px;
    margin-right: 3px;
    margin-top: 2px;
    padding: 0px;
}
.standardTabContent, .standardTabContent_selected
{
    background-color: transparent;
    border: none;
    margin: 0px;
    padding: 5px 10px 0px 10px;
}
.standardTabText, .standardTabText_selected
{
    border-style: none;
    margin: 0px;
}


.standardTab_selected
{
    background-color: White;
    border-bottom-color: transparent;
    cursor: auto;
    height: 24px;
    margin-top: 0px;
}
.standardTabContent_selected
{
    border-top: 2px solid #E0A000;
}

.standardTabContent:hover
{
    border-top: 2px solid #E0A000;
    padding-top: 3px;
}