.DarthGoo__tab_default .ajax__tab_header {white-space:nowrap;}
.DarthGoo__tab_default .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.DarthGoo__tab_default .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.DarthGoo__tab_default .ajax__tab_tab { margin-right: 4px; overflow: hidden; text-align: center; cursor: pointer; display: -moz-inline-box; display: inline-block; }

/* xp theme */
.Blue__tab_xp .ajax__tab_header { margin-top:3px; border-bottom: 1px solid #003366; font-weight:bold; color:#003366; font-size: 11px; background: url(/Images/Tabs/Blue/tab-line.gif) repeat-x bottom; }
.Blue__tab_xp .ajax__tab_outer { padding-right: 0px; background: url(/Images/Tabs/Blue/tab-right.gif) no-repeat right; height: 21px; }
.Blue__tab_xp .ajax__tab_inner { padding-left: 3px; background: url(/Images/Tabs/Blue/tab-left.gif) no-repeat; }
.Blue__tab_xp .ajax__tab_tab { color:#ffffff; height:13px;padding:4px;margin:0;background:url(/Images/Tabs/Blue/tab.gif) repeat-x;}
.Blue__tab_xp .ajax__tab_hover .ajax__tab_outer {background:url(/Images/Tabs/Blue/tab-hover-right.gif) no-repeat right;}
.Blue__tab_xp .ajax__tab_hover .ajax__tab_inner {background:url(/Images/Tabs/Blue/tab-hover-left.gif) no-repeat;}
.Blue__tab_xp .ajax__tab_hover .ajax__tab_tab { color:#ffffff; background:url(/Images/Tabs/Blue/tab-hover.gif) repeat-x;}
.Blue__tab_xp .ajax__tab_active .ajax__tab_outer {background:url(/Images/Tabs/Blue/tab-active-right.gif) no-repeat right;}
.Blue__tab_xp .ajax__tab_active .ajax__tab_inner {background:url(/Images/Tabs/Blue/tab-active-left.gif) no-repeat;}
.Blue__tab_xp .ajax__tab_active .ajax__tab_tab { color:#003366; background:url(/Images/Tabs/Blue/tab-active.gif) repeat-x;}

.Blue__tab_xp .ajax__tab_body { color: #003366; border: 1px solid #003366; border-top: 0; padding: 8px; background-color: #efefff; }

/* scrolling */
.DarthGoo__scroll_horiz {overflow-x:scroll;}
.DarthGoo__scroll_vert {overflow-y:scroll;}
.DarthGoo__scroll_both {overflow:scroll}
.DarthGoo__scroll_auto {overflow:auto}