/* xp theme */
.CustomTabStyle .ajax__tab_header {
    font-family:verdana,tahoma,helvetica;
    font-size:19px;
    background:url(http://www.zona-hosting.net/images/tab-line.gif) repeat-x bottom;
}
.CustomTabStyle .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(http://www.zona-hosting.net/images/tab-line.gif) repeat-x bottom;}
.CustomTabStyle .ajax__tab_outer {padding-right:4px;background:url(http://www.zona-hosting.net/images/tab-right.gif) no-repeat right;height:21px;}
.CustomTabStyle .ajax__tab_inner {padding-left:3px;background:url(http://www.zona-hosting.net/images/tab-left.gif) no-repeat;height:21px;}
.CustomTabStyle .ajax__tab_tab {height:21px;padding:4px;margin:0px;background:url(http://www.zona-hosting.net/images/tab.gif) repeat-x;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_outer {cursor:pointer;background:url(http://www.zona-hosting.net/images/tab-hover-right.gif) no-repeat right;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_inner {cursor:pointer;background:url(http://www.zona-hosting.net/images/tab-hover-left.gif) no-repeat;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab {cursor:pointer;background:url(http://www.zona-hosting.net/images/tab-hover.gif) repeat-x;}
.CustomTabStyle .ajax__tab_active .ajax__tab_outer {background:url(http://www.zona-hosting.net/images/tab-active-right.gif) no-repeat right;}
.CustomTabStyle .ajax__tab_active .ajax__tab_inner {background:url(http://www.zona-hosting.net/images/tab-active-left.gif) no-repeat;}
.CustomTabStyle .ajax__tab_active .ajax__tab_tab {background:url(http://www.zona-hosting.net/images/tab-active.gif) repeat-x;}
.CustomTabStyle .ajax__tab_disabled {color: #A0A0A0;}
.CustomTabStyle .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;}



/* plain theme */
.ajax__tab_plain .ajax__tab_outer {text-align: center; vertical-align: middle; border:2px solid #999999;}
.ajax__tab_plain .ajax__tab_inner {text-align: center; vertical-align: middle; }
.ajax__tab_plain .ajax__tab_body {text-align: center; vertical-align: middle;}
.ajax__tab_plain .ajax__tab_header {text-align: center; vertical-align: middle;}
.ajax__tab_plain .ajax__tab_active .ajax__tab_outer {background:#FFFFE1;}

