﻿/* 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; vertical-align: middle; color: #056c86 ;background:url("/images/Tabs/tab-line.gif") repeat-x bottom; }
.CustomTabStyle .ajax__tab_outer {margin-right:2px;background:url("/images/Tabs/tab-right.gif") no-repeat right;height:31px;}
.CustomTabStyle .ajax__tab_inner {padding-left:3px;background:url("/images/Tabs/tab-left.gif") no-repeat;}
.CustomTabStyle .ajax__tab_tab {height:31px; padding-top:8px; padding-right:4px; padding-left:4px; 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.png") no-repeat right;}
.CustomTabStyle .ajax__tab_active .ajax__tab_inner {background:url("/images/Tabs/tab-active-left.png") no-repeat;}
.CustomTabStyle .ajax__tab_active .ajax__tab_tab { color: #ff9000 ; background:url("/images/Tabs/tab-active.png") repeat-x;}
.CustomTabStyle .ajax__tab_body {font-family:arial;font-size:11px;border:1px solid #7DC5E5;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}
