﻿/* default layout */
.CustomTabStyle .ajax__tab_header {white-space:normal;}
.CustomTabStyle .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.CustomTabStyle .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.CustomTabStyle .ajax__tab_tab {margin-right:4px;overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}

/* xp theme */
.CustomTabStyle .ajax__tab_header {font-family:arial, helvetica;font-size:11px;  background:url("/images/Tabs/tab_end_line_top2.gif") no-repeat bottom; margin-right: -200px; }
.CustomTabStyle .ajax__tab_outer {margin-right:0px;background:url("/images/Tabs/tab-right.gif") no-repeat right;height:34px;}
.CustomTabStyle .ajax__tab_inner {padding-left:3px;background:url("/images/Tabs/tab-left.gif") no-repeat;}
.CustomTabStyle .ajax__tab_tab {color: #656464; font-weight:bold ;height:34px; padding-top:8px; padding-right:23px; padding-left:33px; background: url("/images/Tabs/tab.gif") repeat-x; }
.CustomTabStyle .ajax__tab_hover .ajax__tab_outer {background:url("/images/Tabs/tab-right.gif") no-repeat right;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_inner {background:url("/images/Tabs/tab-left.gif") no-repeat;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab {background:url("/images/Tabs/tab.gif") repeat-x;}
.CustomTabStyle .ajax__tab_active .ajax__tab_outer { background:url("/images/Tabs/tab-active-right.gif") no-repeat right;}
.CustomTabStyle .ajax__tab_active .ajax__tab_inner {background:url("/images/Tabs/tab-active-left.gif") no-repeat;}
.CustomTabStyle .ajax__tab_active .ajax__tab_tab { color: #2297a0;font-weight: bold; background:url("/images/Tabs/tab-active.gif") repeat-x;}
.CustomTabStyle .ajax__tab_body {font-family:arial;font-size:11px; background:url("/images/Tabs/tab_end_line_left.gif") no-repeat; border-top:0;padding:8px; }

/* scrolling */
.ajax__scroll_horiz {overflow-x:scroll;}
.ajax__scroll_vert {overflow-y:scroll;}
.ajax__scroll_both {overflow:scroll}
.ajax__scroll_auto {overflow:auto}
