/* default layout */
.ajax__tab_default .ajax__tab_header {white-space:nowrap;}
.ajax__tab_default .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_tab {margin-right:4px;overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}

/* custom layout */
.customTab .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:12px; font-weight:bolder; background:url(images/tabs/tab-line.png) repeat-x bottom; white-space:nowrap; z-index:11; position:relative}
.customTab .ajax__tab_outer {padding-right:5px; margin-right:2px; height:27px; background:url(images/tabs/tab-grijs-right.png) no-repeat top right; position:relative}
.customTab .ajax__tab_inner {padding-left:7px;background:url(images/tabs/tab-grijs-left.png) no-repeat; display :-moz-inline-box;display:inline-block; z-index:13; position:relative;}
.customTab .ajax__tab_tab {height:19px; padding: 4px 10px 4px 10px; line-height:20px; background:url(images/tabs/tab-grijs.png) repeat-x;z-index:12; position:relative;}
.customTab .ajax__tab_hover .ajax__tab_outer {background:url(images/tabs/tab-wit-right.png) no-repeat top right;}
.customTab .ajax__tab_hover .ajax__tab_inner {background:url(images/tabs/tab-wit-left.png) no-repeat;}
 .customTab .ajax__tab_hover .ajax__tab_tab {background:url(images/tabs/tab-wit.png) repeat-x;}
.customTab .ajax__tab_active .ajax__tab_outer {background:url(images/tabs/tab-wit-right.png) no-repeat top right;}
.customTab .ajax__tab_active .ajax__tab_inner {background:url(images/tabs/tab-wit-left.png) no-repeat;}
.customTab .ajax__tab_active .ajax__tab_tab {background:url(images/tabs/tab-wit.png) repeat-x;}
.customTab .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #CCCCCC;border-top:0; border-bottom:0; padding: 0px;}

/* scrolling */
.ajax__scroll_horiz {overflow-x:scroll;}
.ajax__scroll_vert {overflow-y:scroll;}
.ajax__scroll_both {overflow:scroll}
.ajax__scroll_auto {overflow:auto}