
/* div que envolve tudo */
.jstab_winxp {
	position: relative;

	margin: 0px;
	padding: 0px;
}

/* div que envolve as abas */
.jstab_winxp div.jstab_nav {
	margin: 0px;
	padding: 0px 4px;
	cursor: default;
	display: block;
	height: 27px;
	border-bottom: 1px solid #919B9C;

	clear: both;

	user-select: none;
	-moz-user-select: none;
	-webkit-user-select:none;
	cursor:default;

}

/* aba individual */
.jstab_winxp .jstab_tab {
	margin: 0px;
	padding: 2px 4px;
	float: left;

	border-top: 1px solid #91A7B4;
	border-left: 1px solid #91A7B4;
	border-right: 1px solid #91A7B4;
	border-bottom: none;

	vertical-align: middle;
	white-space: nowrap;
	text-align: left;

	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
/*
butao:
	line-height: 19px;
	height: 24px;
*/
	line-height: 19px;
	height: 19px;

	-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;

}

/* comparacao entre aba selecionada e aba deselecionada */
.jstab_winxp .jstab_tab.jstab_normal {
	margin-top: 3px;
	background-image: url(../ui/jstab_winxp_bg.png);
	background-position: 0px 0px;
	background-repeat:repeat-x;
}

/* tabs com mouse over */
.jstab_winxp .jstab_tab.jstab_normal:hover {
	border-top: 1px solid #de7400;
	background-image: url(../ui/jstab_winxp_bg.png);
	background-position: 0px -47px;
	background-repeat:repeat-x;

}
.jstab_winxp .jstab_tab.jstab_normal:active {
	background-color:#EEEEEE;
	background-image: url(../ui/jstab_winxp_sel.png);
	background-position: 0px 0px;
	background-repeat:repeat-x;
}


/* aba ativada */
.jstab_winxp .jstab_tab.jstab_active {
	background-color: #FCFCFE;
	height: 27px;
	padding: 3px 5px;
	margin: 1px -1px 0px -1px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #de7400;

	background-color: #FCFCFE;
	background-image: url(../ui/jstab_winxp_sel.png);
	background-position: 0px 0px;
	background-repeat:repeat-x;

}

/* abas com linha laranja superior - ativada e mouse over */
/*
.jstab_winxp .jstab_tab.jstab_active {
	border-top: 1px solid #de7400;
	background-color: #FCFCFE;
	background-image: url(../ui/jstab_winxp_sel.png);
	background-position: 0px 0px;
	background-repeat:repeat-x;
}
*/

/* icone e label dentro da tab */
.jstab_winxp span.jstab_icon, .jstab_winxp span.jstab_label { float: left; }
.jstab_winxp span.jstab_icon { height: 19px; width: 19px; background-repeat: no-repeat; background-position: 1px 1px; }
.jstab_winxp span.jstab_label { padding: 0px 3px 0px 1px; }

/* detalhes de conteudo selecionado */
.jstab_winxp .jstab_inside {
	background-color: #FBFCEF;
	background: -moz-linear-gradient(50% 0%, #FCFCFE 20%, #F4F3EE);
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#FCFCFE), to(#F4F3EE), color-stop(60%, #F4F3EE));
}

.jstab_winxp .jstab_container_normal {
	border: none;
	top: 8px;
	bottom: 8px;
	left: 8px;
	right: 8px;
	background-color: transparent;
	position: absolute;
	color: black;

}

.jstab_winxp .jstab_inside {
	padding: 1px 1px 1px 1px;
	border: 1px solid #919B9C;
	border-top: none;

	background-color: #FFFFFF;
	position:absolute;
	top: 28px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: black;
}
	
