.tnotebook
{
    background-color : white;
}

.tnotebook > ul.tabs
{
    background: #ABABAB;
    border-top: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
}

.tnotebook div.frame
{
    background-color: #FFF;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    box-shadow:inherit;
}

.tnotebook > ul.tabs > li
{
    height: 40px;
    border:0;
    margin-top: 5px;
    margin-left: 3px;
    text-shadow: none;
    border-bottom:0;
    background: #E8E8E8;
    border: 1px solid #AFAFAF;
    font-weight : bold;
}

.tnotebook > ul.tabs > li > a
{
    font-weight: normal !important;
    padding: 8px;
    color: #696969 !important;
    font-family: sans-serif,arial,verdana !important;
    font-size: 10pt;
}

.tnotebook > ul.tabs > li.active
{
    background: #FFF;
    text-shadow: none;
    border: 1px solid #a1a1a1;
    border-bottom:0;
}

.tnotebook .spacer
{
    display: none;
}