﻿/* 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}

/* xp theme */
.ajax__tab_xp .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-line.gif")%>) repeat-x bottom;}
.ajax__tab_xp .ajax__tab_outer {padding-right:4px;background:url(../estilos/tabimages/tab-right.png) no-repeat right;height:21px;}
.ajax__tab_xp .ajax__tab_inner {padding-left:3px;background:url(../estilos/tabimages/tab-left.png) no-repeat;}
.ajax__tab_xp .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../estilos/tabimages/tab.png) repeat-x;}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {background:url(../estilos/tabimages/tab_right.png) no-repeat right;}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {background:url(../estilos/tabimages/tab-hover-left.png) no-repeat;}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {background:url(../estilos/tabimages/tab-hover.png) repeat-x;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_outer {background:url(../estilos/tabimages/tab-active-right.gif) no-repeat right;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_inner {background:url(../estilos/tabimages/tab-active-left.gif) no-repeat;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {background:url(../estilos/tabimages/tab-active.gif) repeat-x;}
.ajax__tab_xp .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:4px;background-color:transparent;}

/* scrolling */
.ajax__scroll_horiz {overflow-x:scroll;}
.ajax__scroll_vert {overflow-y:scroll;}
.ajax__scroll_both {overflow:scroll}
.ajax__scroll_auto {overflow:auto}

/* xp theme */
.ajax__tab_tc .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(../estilos/tabimages/tab-line.gif) repeat-x bottom; vertical-align:text-top; color:#fff; border:0;}
.ajax__tab_tc .ajax__tab_outer {padding:0;background:url(../estilos/tabimages/tab.png) repeat-x right;height:21px; border:1px solid #999;border-bottom:0;}
.ajax__tab_tc .ajax__tab_inner {padding:0;background:url(../estilos/tabimages/tab.png) repeat-x; height:21px; border:1px solid #999;border-bottom:0;}
.ajax__tab_tc .ajax__tab_tab {height:13px;padding:4px;margin:0; background:url(../estilos/tabimages/png.gif) repeat-x;}
.ajax__tab_tc .ajax__tab_hover .ajax__tab_outer {background:url(../estilos/tabimages/tab-hover.png) repeat-x right;}
.ajax__tab_tc .ajax__tab_hover .ajax__tab_inner {background:url(../estilos/tabimages/tab-hover.png) repeat-x;}
.ajax__tab_tc .ajax__tab_hover .ajax__tab_tab {background:url(../estilos/tabimages/tab-hover.png) repeat-x;}
.ajax__tab_tc .ajax__tab_active .ajax__tab_outer {background:url(../estilos/tabimages/tab-active.gif) repeat-x right;}
.ajax__tab_tc .ajax__tab_active .ajax__tab_inner {background:url(../estilos/tabimages/tab-active.gif) repeat-x;}
.ajax__tab_tc .ajax__tab_active .ajax__tab_tab {background:url(../estilos/tabimages/tab-active.gif) repeat-x; color:#000;}
.ajax__tab_tc .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:2px solid #999999;border-top:0;padding:8px; background-color:transparent;}

