* {
	margin:0;
	padding:0;
	border:0;
}

#ficha_abas {
	margin:15px 0 0 0;
	background:url(imagens/ficha_aba_base.gif) 0 100% repeat-x;
	height:41px;
	overflow:hidden;
}

#ficha_abas ul {
}

#ficha_abas ul li {
	float:left; display:inline;
	background:url(imagens/ficha_aba_esq.gif) 0 0 no-repeat;
	
	margin:0 0 0 7px;
	
	height:40px;
	overflow:hidden;
	
	border-bottom:1px solid #d2d2c6;
}

#ficha_abas ul li a {
	display:block;
	overflow:hidden;
	padding:13px 10px 20px 10px;
	
	font-family:"Trebuchet MS", Verdana, Arial;
	font-style:italic;
	font-size:13px;
	color:#a31602;
	text-decoration:none;
	
	background:url(imagens/ficha_aba_dir.gif) 100% 0 no-repeat;
	
	cursor:pointer;
}

#ficha_abas ul li a:hover {
	text-decoration:underline;
}

#ficha_abas ul li.abaAtual {
	background:url(imagens/ficha_aba_esq2.gif) 0 0 no-repeat;
	border-bottom:1px solid #fcfcfb;
}

#ficha_abas ul li.abaAtual a {
	color:#000;
	background:url(imagens/ficha_aba_dir2.gif) 100% 0 no-repeat;
}


/* ----------------------- */
/* -------- TABELA ------- */
/* ----------------------- */

table.tabelaProcessos {
}

table.tabelaProcessos tr {
}

table.tabelaProcessos tr th{
	padding:5px 0 0 0;
	height:39px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	letter-spacing:1px;
}

table.tabelaProcessos tr th a{
	font-family:Georgia, "Times New Roman", Times, serif;	
	color:#fff;
	font-style:italic;
	text-transform:lowercase;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	letter-spacing:normal;
	text-decoration:underline;
}

table.tabelaProcessos tr td.acervo_dados_titulo {
	padding:10px 20px 10px 20px;
	border-bottom:1px solid #d2d2c6;
	/*background:#fafbf8;*/
	background:url(imagens/table_esq.gif) 100% 0 repeat-y;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	color:#b3b3a1;
	text-align:right;
}

table.tabelaProcessos tr td.acervo_dados_desc {
	padding:10px 20px 10px 20px;
	border-bottom:1px solid #d2d2c6;
	border-left:1px solid #f2f2f2;
	
	font-family:"Trebuchet MS", Verdana, Arial;
	font-style:italic;
	font-size:14px;
	color:#000;
}