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

	margin: 0px;
	padding: 0px;
}

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

	clear: both;

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

}

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

	border-top: 1px solid #738392;
	border-left: 1px solid #738392;
	border-right: 1px solid #738392;
	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;
/*
botoes:
	line-height: 22px;
	height: 27px;
*/
	line-height: 23px;
	height: 22px;

	-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_ie9 .jstab_tab.jstab_normal {
	margin-top: 3px;
	background-image: url(../ui/jstab_ie9_bg.png);
	background-position: 0px 0px;
	background-repeat:repeat-x;
}

/* tabs com mouse over */
.jstab_ie9 .jstab_tab.jstab_normal:hover {
	border-top: 1px solid #738392;
	background-image: url(../ui/jstab_ie9_bg.png);
	background-position: 0px -28px;
	background-repeat:repeat-x;

}
.jstab_ie9 .jstab_tab.jstab_normal:active {
	background-color:#FEFEFE;
	background-image: url(../ui/jstab_ie9_bg.png);
	background-position: 0px -28px;
	background-repeat:repeat-x;
}


.jstab_ie9 .jstab_tab.jstab_active {
	background-color: #FCFCFE;
	height: 30px;
	padding: 3px 5px;
	margin: 1px -1px 0px -1px;
	border-bottom: 1px solid white;
	border-top: 1px solid #738392;
	background-color: #FEFEFE;
	background-image: url(../ui/jstab_ie9_bg.png);
	background-position: 0px -28px;
	background-repeat: repeat-x;

}


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

/* -------------------------------------------------------------------------------------- */
/* detalhes de conteudo selecionado */
.jstab_ie9 .jstab_container_normal {
	background-color: transparent;
	border: none;
	top: 8px;
	bottom: 8px;
	left: 8px;
	right: 8px;
	position: absolute;
	color: black;
/*
	top: 6px;
	bottom: 4px;
	left: 4px;
	right: 4px;
*/
}

.jstab_ie9 .jstab_inside {
	background-color: #FDFEFE;
	background: -moz-linear-gradient(50% 0%, #FDFEFE 20%, #EDF3F9);
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#FDFEFE), to(#EDF3F9), color-stop(60%, #F3F9FF));

	position:absolute;
	top: 31px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: black;

	padding: 1px 1px 1px 1px;
	border: 1px solid #738392;
	border-top: none;
}

.jstab_ie9 .jstab_inside {
	padding: 1px;
}
