.simple {
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;  
  visibility: visible !important;
}

.simple .ajax__tab_header {
  font-size: 8pt;
    background:
        url(pics/tab-line.gif) 
        repeat-x 
        bottom;
}
.simple .ajax__tab_outer 
{
   height: 27px;
   padding-right: 4px;
   background:
        url(pics/tab-right.gif) 
        no-repeat 
        right;
}
.simple .ajax__tab_inner {
    padding-left: 3px;
    background:
        url(pics/tab-left.gif) 
        no-repeat;
}
.simple .ajax__tab_tab {
    padding: 7px;
    margin:0;
    background:
        url(pics/tab.gif) 
        repeat-x;
}
.simple .ajax__tab_hover .ajax__tab_outer {
    background:
        url(pics/tab-hover-right.gif) 
        no-repeat 
        right;
}
.simple .ajax__tab_hover .ajax__tab_inner {
    background:
        url(pics/tab-hover-left.gif) 
        no-repeat;
}
.simple .ajax__tab_hover .ajax__tab_tab {
    background:
        url(pics/tab-hover.gif) 
        repeat-x;
}
.simple .ajax__tab_active .ajax__tab_outer {
    background:
        url(pics/tab-active-right.gif) 
        no-repeat 
        right;
}
.simple .ajax__tab_active .ajax__tab_inner {
    background:
        url(pics/tab-active-left.gif)
        no-repeat;
}
.simple .ajax__tab_active .ajax__tab_tab {
    background:
        url(pics/tab-active.gif)
        repeat-x;
}
.simple .ajax__tab_body {
    border: solid 1px #6593CF;
    border-top: 0;
    padding: 8px;
    background-color: #ffffff;
    font-size: 1em;
}

.simple .ajax__tab_disabled { 
  visibility: hidden;
  display: none;
}
