
/* xp theme */
.CustomTabStyle .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url("tab-line.gif") repeat-x bottom;}
.CustomTabStyle .ajax__tab_outer {background:url("tab-right.gif") no-repeat right;height:21px;}
.CustomTabStyle .ajax__tab_inner {padding-left:3px;padding-right:3px;background:url("tab-left.gif") no-repeat;}
.CustomTabStyle .ajax__tab_tab {padding:4px;margin:0;background:url("tab.gif") repeat-x;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_outer {background:url("tab-hover-right.gif") no-repeat right;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_inner {background:url("tab-hover-left.gif") no-repeat;cursor: pointer;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab {background:url("tab-hover.gif") repeat-x;}
.CustomTabStyle .ajax__tab_active .ajax__tab_outer {background:url("tab-active-right.gif") no-repeat right;}
.CustomTabStyle .ajax__tab_active .ajax__tab_inner {background:url("tab-active-left.gif") no-repeat;}
.CustomTabStyle .ajax__tab_active .ajax__tab_tab {background:url("tab-active.gif") repeat-x;}
.CustomTabStyle .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #d3d3d3;border-top:0;padding:8px;background-color:#ffffff;}
