#tabs
{
    position:relative;
    min-width: 0;
    clear:both;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    visibility: visible;
    display: block;

}
/* xp custom style based upon default xp theme 
New: Verdana,Arial,Sans-Serif
old: Arial, Helvetica, sans-serif
*/

.CustomTabStyle .ajax__tab_header {background:url("images/tabs/tab-line.gif") repeat-x bottom;height:33px;}

.CustomTabStyle .ajax__tab_outer {padding-right:5px;background:url("images/tabs/tab-right.gif") no-repeat right;height:33px;}
.CustomTabStyle .ajax__tab_inner {padding-left:7px;background:url("images/tabs/tab-left.gif") no-repeat;}
.CustomTabStyle .ajax__tab_tab {padding-top:12px;padding-left:8px;padding-right:8px;margin:0;background:url("images/tabs/tab.gif") repeat-x;color:#ffffff;font-family:Verdana,Arial,Sans-Serif;font-size:14px;font-weight:normal;height:21px;}

.CustomTabStyle .ajax__tab_hover .ajax__tab_outer {background:url("images/tabs/tab-hover-right.gif") no-repeat right;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_inner {background:url("images/tabs/tab-hover-left.gif") no-repeat;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab {cursor: pointer;  background:url("images/tabs/tab-hover.gif") repeat-x;color:#ffffff;}

.CustomTabStyle .ajax__tab_active .ajax__tab_outer {padding-right:5px;background:url("images/tabs/tab-active-right.gif") no-repeat right;height:33px;}
.CustomTabStyle .ajax__tab_active .ajax__tab_inner {padding-left:7px;background:url("images/tabs/tab-active-left.gif") no-repeat;}
.CustomTabStyle .ajax__tab_active .ajax__tab_tab {background:url("images/tabs/tab-active.gif") repeat-x;color:#3f3f3f;}

/*
old:Arial, Tahoma, Sans-Serif
*/
.CustomTabStyle .ajax__tab_body {font-family:Verdana,Arial,Sans-Serif;font-size:11px;border:1px solid #2b2929;border-top:0;padding:20px 8px 8px 8px;background:#ffffff;}

/* scrolling */
.ajax__scroll_horiz {overflow-x:scroll;}
.ajax__scroll_vert {overflow-y:scroll;}
.ajax__scroll_both {overflow:scroll}
.ajax__scroll_auto {overflow:auto}

