.tabbox .ajax__tab_outer
{
    background: url(images/small-tab-right.gif) no-repeat right top;
}
.tabbox .ajax__tab_inner
{
    background: url(images/small-tab-left.gif) no-repeat;
}
.tabbox .ajax__tab_tab
{
    background: url(images/small-tab.gif) repeat-x top;
}
.tabbox .ajax__tab_hover .ajax__tab_outer
{
    background: url(images/hover-tab-right.gif) no-repeat right top;
}
.tabbox .ajax__tab_hover .ajax__tab_inner
{
    background: url(images/hover-tab-left.gif) no-repeat;
}
.tabbox .ajax__tab_hover .ajax__tab_tab
{
    background: url(images/hover-tab.gif) repeat-x top;
}
.tabbox .ajax__tab_active .ajax__tab_outer
{
    background: url(images/large-tab-right.gif) no-repeat right top;
}
.tabbox .ajax__tab_active .ajax__tab_inner
{
    background: url(images/large-tab-left.gif) no-repeat;
}
.tabbox .ajax__tab_active .ajax__tab_tab
{
    background: url(images/large-tab.gif) repeat-x top;
    color: #d0282a;
}
.tabbox .ajax__tab_header
{
    font-family: verdana,tahoma,helvetica;
    font-size: 12px;
}
.tabbox .ajax__tab_outer
{
    height: 27px;
}
.tabbox .ajax__tab_inner
{
    padding-left: 3px;
}
.tabbox .ajax__tab_tab
{
    margin: 0;
    width: 93px;
    padding: 8px 5px 5px 5px;
}
.tabbox .ajax__tab_body, .fakeTabBody
{
    background-color: #ffffff;
    padding: 9px;
    border: 1px solid #e4e4e4;
    border-top: 0;
}
.sidebox
{
    width: 220px;
    background: url(images/small-tab.gif) top left repeat-x;
    margin-bottom: 18px;
    padding: 0px;
}
.mainbox
{
    width: 518px;
    background: url(images/small-tab.gif) top left repeat-x;
    margin-bottom: 18px;
}
.mainbox .ajax__tab_tab
{
    margin: 0px;
    width: auto !important;
    padding: 8px 10px 5px 10px;
}
.mainboxcontent, .sideboxcontent
{
    background: url(images/small-tab-right.gif) right top no-repeat;
}
.mainboxcontent
{
    width: 518px;
}
.sideboxcontent
{
    width: 220px;
}