.ajax__tab_nuevo .ajax__tab_header
{
	background-position: 50% bottom;
	
	background: url(lineainferior2px.png) repeat-x 50% bottom;
	color: #fff;
	font-size: 12px;
	padding-bottom: 0px;
	padding-right: 2px;
	font-weight: bold;
	cursor: pointer;
}
.ajax__tab_nuevo .ajax__tab_outer 
{
	HEIGHT: 24px; 
	border-color:#eee #e0e0e0 #79d5fb #e0e0e0;
	border-width:1px;
	border-style:solid;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


.ajax__tab_nuevo .ajax__tab_tab 
{
	PADDING-BOTTOM: 4px;
	PADDING-LEFT: 4px;
	PADDING-RIGHT: 4px;
	BACKGROUND: url(repeat_gris.PNG) repeat-x;
	HEIGHT: 16px;
	PADDING-TOP: 4px;
}


.ajax__tab_nuevo .ajax__tab_hover .ajax__tab_tab 
{
	BACKGROUND: url(repeat_Azul.PNG) repeat-x
}


.ajax__tab_nuevo .ajax__tab_active .ajax__tab_tab 
{
	BACKGROUND: url(repeat_rojo.PNG) repeat-x
}
.ajax__tab_nuevo .ajax__tab_body
{
	/*border-bottom: #999999 0px solid;*/ /*border-left: #999999 0px solid;*/
	padding-bottom: 8px;
	background-color: #ffffff;
	padding-left: 8px;
	padding-right: 8px;
	
	font-size: 10pt;
	border-top: #999999 0px solid; /*border-right: #999999 1px solid;*/
	padding-top: 1px;
	border-width: 0px 2px 2px 2px;
	border-color: #4DA3ED; 
	border-style: solid;
}
.ajax__scroll_horiz 
{
	OVERFLOW-X: scroll
}
.ajax__scroll_vert {
	OVERFLOW-Y: scroll
}
.ajax__scroll_both {
	OVERFLOW: scroll
}
.ajax__scroll_auto {
	OVERFLOW: auto
}
