﻿/* xp theme */

.Custom .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(images/tab-line.gif) repeat-x bottom;}
.Custom .ajax__tab_outer {padding-right:0px;background:url(images/tab-right.gif)  no-repeat right; height:21px;}
.Custom .ajax__tab_inner {padding-left:3px;background:url(images/tab-left.gif) no-repeat;}
.Custom .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(images/tab.gif) repeat-x;}
.Custom .ajax__tab_hover .ajax__tab_outer {background:url(images/tab-hover-right.gif) no-repeat right;}
.Custom .ajax__tab_hover .ajax__tab_inner {background:url(images/tab-hover-left.gif) no-repeat;}
.Custom .ajax__tab_hover .ajax__tab_tab {background:url(images/tab-hover.gif) repeat-x;}
.Custom .ajax__tab_active .ajax__tab_outer {background:url(images/tab-active-right.gif) no-repeat right;}
.Custom .ajax__tab_active .ajax__tab_inner {background:url(images/tab-active-left.gif) no-repeat;}
.Custom .ajax__tab_active .ajax__tab_tab {background:url(images/tab-active.gif) repeat-x;}
.Custom .ajax__tab_body {border:1px solid #999999; border-top:0; background-color:#ffffff; }

.Custom {margin-top: -17px;}
/* scrolling */
.ajax__scroll_horiz {overflow-x:scroll;}
.ajax__scroll_vert {overflow-y:scroll;}
.ajax__scroll_both {overflow:scroll}
.ajax__scroll_auto {overflow:auto}