﻿.tabcontainer .ajax__tab_header {
    font-family:verdana,tahoma,helvetica;
    font-size:13px;
    background:
        url(images/tabcontainer/tab-line.gif) 
        repeat-x 
        bottom;
        
}
.tabcontainer .ajax__tab_outer {
    padding-right:0px;
    background:
        url(images/tabcontainer/tab-right.gif) 
        no-repeat 
        right;
    height:21px;
}
.tabcontainer .ajax__tab_inner {
    padding-left:3px;
    background:
        url(images/tabcontainer/tab-left.gif) 
        no-repeat;
}
.tabcontainer .ajax__tab_tab {
    height:13px;
    padding:4px;
    margin:0;
    background:
        url(images/tabcontainer/tab.gif) 
        repeat-x;
}
.tabcontainer .ajax__tab_hover .ajax__tab_outer {
    background:
        url(images/tabcontainer/tab-hover-right.gif) 
        no-repeat 
        right;
}
.tabcontainer .ajax__tab_hover .ajax__tab_inner {
    background:
        url(images/tabcontainer/tab-hover-left.gif) 
        no-repeat;
}
.tabcontainer .ajax__tab_hover .ajax__tab_tab {
    background:
        url(images/tabcontainer/tab-hover.gif) 
        repeat-x;
}
.tabcontainer .ajax__tab_active .ajax__tab_outer {
    background:
        url(images/tabcontainer/tab-active-right.gif) 
        no-repeat 
        right;
}
.tabcontainer .ajax__tab_active .ajax__tab_inner {
    background:
        url(images/tabcontainer/tab-active-left.gif)
        no-repeat;
}
.tabcontainer .ajax__tab_active .ajax__tab_tab {

    background:
        url(images/tabcontainer/tab-active.gif)
        repeat-x;
}
.tabcontainer .ajax__tab_body {
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #999999;
    border-top:0;
    padding:8px;
    background-color:#f1f1fd;
}


