/*-----*/
.abas {
	margin-top: 30px;
	width: 600px;
	position: relative;
	/*float: left;*/
	background: transparent url(/imagens/bg-cadastro-abas-conteudo-meio.png) repeat-y left top;
}
.abas .top {
	background: transparent url(/imagens/bg-cadastro-top.png) no-repeat right top;
	height:56px;
	position:absolute;
	top: 0;
	right:15px;
	width:580px;
	display: block;
	text-align: right;
}
.abas dt {
	display: block;
	cursor: pointer;
	height: 22px;
	position: relative;
	z-index: 99;
	float: left;
}
.abas dt em {
	display: block;
}
.abas dt.fst {
	margin-left: 15px;
}
/*abre-primeiro-ativo */
.abas dt .acab-apa {
	background: transparent url(/imagens/bg-cadastro-abas-ini-ativo.png) no-repeat -3px top;
	width: 4px;
	height: 22px;
	float: left;
}
/*abre-primeiro-inativo*/
.abas dt .acab-api {
	background: transparent url(/imagens/bg-cadastro-abas-ini-inativo.png) no-repeat -5px top;
	width: 5px;
	height: 22px;
	float: left;
}
/*fecha-primeiro-meio-ativo*/
.abas dt .acab-fpma {
	background: transparent url(/imagens/bg-cadastro-abas-fim-ativo.png) no-repeat left top;
	width: 10px;
	height: 22px;
	float: left;
}
/*fecha-primeiro-meio-inativo*/
.abas dt .acab-fpmi {
	background: transparent url(/imagens/bg-cadastro-abas-fim-inativo.png) no-repeat left top;
	width: 11px;
	height: 22px;
	float: left;
}
/*fecha-ultimo-ativo*/
.abas dt .acab-fua {
	background: transparent url(/imagens/bg-cadastro-abas-fim-ativo-last.png) no-repeat left top;
	width: 5px;
	height: 22px;
	float: left;
}
/*fecha-ultimo-inativo*/
.abas dt .acab-fui {
	background: transparent url(/imagens/bg-cadastro-abas-fim-inativo-last.png) no-repeat left top;
	width: 6px;
	height: 22px;
	float: left;
}
/*abre-ultimo-meio-ativo*/
.abas dt .acab-auma {
	background: transparent url(/imagens/bg-cadastro-abas-ini-ativo-meio.png) no-repeat left 0px;
	width: 10px;
	height: 22px;
	float: left;
}
/*meio inativo*/
.abas dt .txtAba {
	background: transparent url(/imagens/bg-cadastro-abas-meio-inativo.png) repeat-x scroll left top;
	color:#666666;
	float:left;
	font-family:tahoma;
	font-size:11px;
	height:22px;
	padding:6px 36px 0;
}
/*meio ativo*/
.abas dt.ativo .txtAba {
	background: transparent url(/imagens/bg-cadastro-abas-meio-ativo.png) repeat-x scroll center top;
	color:#666666;
	float:left;
	font-family:tahoma;
	font-size:11px;
	height:22px;
	padding:5px 34px 0;
}
dl.abas dd{
	border:1px solid #C8C8C8;
	float:left;
	margin:0;
	width: 580px;
	*width: 600px;
	padding: 10px 9px;
	font-family: Tahoma}
dl.abas dd strong{
	font-size: 14px;}
dl.abas dd p{
	font-size: 12px;}
dl.abas dd ul{
	font-size: 12px;
	margin:0;
	padding:0;}
dl.abas dd ul li{
	display: block;
	background:url(/imagens/seta_laranja_noticias.gif) no-repeat 0 3px;
	padding: 0px 10px}
dl.abas dd ul li a,
dl.abas dd ul li a{
	color: #555555 !important;
	font-size: 12px !important;
	text-decoration: none;}
dl.abas dd ul li a:hover{
	color: #555555 !important;
	font-size: 12px !important;
	text-decoration: underline;
	font-weight: normal;}
