@charset "iso-8859-1";
/* CSS Document */

.etabs {
	margin: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
    .tab {
	display: inline-block;
	zoom:1;

	*display:inline;
	border-bottom: none;
	color: #696969;
	background-color: transparent;
	background-image: url(../imagens/ponto_laranja.png);
	background-repeat: no-repeat;
	background-position: right center;
}
    .tab a {
	font-size: 12px;
	line-height: 2em;
	display: block;
	outline: none;
	color: #696969;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
}
    .tab a:hover {
	text-decoration: none;
	color: #2b2a2a;
	background-image: url(../imagens/hover_menucentral.png);
	background-position: center 20px;
	background-repeat: no-repeat;
}
.tab .active {
	position: relative;
	top: 1px;
	background-image: url(../imagens/hover_menucentral.png);
	background-position: center 20px;
	background-repeat: no-repeat;
}
    .tab a.active {
	font-weight: bold;
	background-image: url(../imagens/hover_menucentral.png);
	background-position: center 20px;
	background-repeat: no-repeat;
}
    .tab-container .panel-container {
	padding: 0px;
}
    .panel-container {
	margin-bottom: 20px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;