/*#####################################################################################*/
/*						  								 							   */
/*						  		INICIO DA FOLHA DE ESTILO							   */
/*						  								 							   */
/*#####################################################################################*/

* { font-family:Arial, Helvetica, sans-serif; font-size:12px; }

html {
	overflow-x: hidden;
}

body { 
	text-align: left; 
	background-color: #999999;
	background-image:url(img/textura.jpg);
    background-repeat: repeat-x;
	behavior: url(ext/csshover.htc); /*Script para  realçar linhas nas Tabelas*/	
	overflow-x: hidden;	
	margin:0;
}

form, textarea, select  { font-family:Arial, Helvetica, sans-serif;	font-size:12; }

p { margin: 0 0 15px 0; } /* definindo a margem dos parágrafos */

table td, tr {
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
}

/*#####################################################################################*/
/*						  								 							   */
/*							 	DEFINIÇÕES PERSONALIZADAS							   */
/*						  								 							   */
/*#####################################################################################*/

h1, h2, h3, h4, h5 {
   color: #640D13;
   font-weight:normal;
   font-size:20px;	
}

hr {
    border: 1px solid #FFF;	
	border-top: 1px dotted #666;
	background-color: #FFF;
	height: 2px;
	margin-top:-10px;
	margin-bottom:20px;
	*margin-top:-20px;
	*margin-bottom:0px;
	
}

a:link { /* Definição do comportamento e estilo dos LINKS */
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
   color: #CCC;
   font-weight: bold;
}
a:active {
	text-decoration: none;
}
a{
   color: #640D13;
   font-weight:bold;
}

a#link_home {
   text-decoration: none;	
   color: #000;
   font-weight:normal;   
}
a#link_home:hover {
   text-decoration: none;	
   color: #999;
}
a#link_home:active {
	text-decoration: none;
}

a#titulodestaque:hover {
   text-decoration: none;	
   color: #CCC;
}
a#titulodestaque:active {
	text-decoration: none;
}
a#titulodestaque{
   text-decoration: none;	
   font-size:16pt;
   color: #640D13;
   font-weight: normal;
}

a, form { position:relative; } /* RESOLVE O BUG DO BLOQUEIO DE LINKS/FORM COM O FILTER DO PNG TRANSPARENTE NO IE6 */

#linha_horizontal {
	float: left;
    border-bottom:1px dotted  #666666;
	width: 532px;
	margin-top:-10px;		
	*margin-top:-30px;
	margin-bottom:10px;
}
#leia_mais {
	position:absolute;
	width:200px;
	height:50px;
	left: 385px;
	top:310px;
}
#cabecalho {
	margin-left:0px;	
	margin-top:10px;
	margin-bottom:0px;
}

table#diretoria td {
	border-bottom: #3F5172 1px dotted;	
}

/*#####################################################################################*/
/*						  								 							   */
/*				  	DEFINIÇÕES DA ESTRUTURA DE LAYOUT DA PÁGINA 					   */
/*						  								 							   */
/*#####################################################################################*/

#geral {
	position: absolute;
	background:url(img/fundo2.png);
	_background-image: none;
/*	_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fundo2.png', sizingMethod='scale');		*/
	background-repeat:repeat-y;
	background-repeat:no-repeat;
	margin-left: -473px;;
	margin-top:130px;
	width: 946px;
	_width: 943px;	
	left: 50%;
	min-height: 350px;
	z-index: 2;

	/*display:table;*/
	}
		#geral:after{ /* Solução para o fundo acompanhar até o final no FF */
			content:".";
			display:block;
			clear:both;
			visibility:hidden;
			height:0;
			overflow:hidden;
		}
#fundo {
	background:url(img/fundo.png);
	background-repeat: no-repeat;
	background-color: #FFF;	
	padding-bottom:15px;
	position: relative;
	margin-left:28px;
	min-height: 350px;	
	width: 886px;	

	}
		#fundo:after{ /* Solução para o fundo acompanhar até o final no FF */
			content:".";
			display:block;
			clear:both;
			visibility:hidden;
			height:0;
			overflow:hidden;
		}	

#topo { 
	position: absolute;
	background:url(img/topo.jpg);
	margin-left:-998px;
	z-index:1;
    left:50%;
	top:0px;	
	width: 1996px;
	height:166px;
}

#rodape {
	position: relative;
	background:url(img/rodape.png);
	_background-image: url(img/rodape_IE6.png);
	/*_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/rodape.png', sizingMethod='scale');	*/	
	margin:0 auto;
	width: 943px;
	height:50px;
	clear: both; 
	margin-left:0px;
	_margin-left:28px;	
	margin-bottom: -50px;
	_margin-bottom: 0px;
	_height:40px;	
	background-repeat:no-repeat;	
}

#menu {
	background:url(img/menu.png);
    display:block;
	float:left; 
	width:886px;
	height:79px;
	margin-left:0px;
}
#tab_menu td {
	border-bottom: 1px dotted #CCC;
	height:25px;	
	*height:21px;
}
#tab_menu td a {
	color:#D0D6DF;
	font-weight:normal;
}
#tab_menu td a:hover {
	color: #FFF;
	font-weight:normal;
}

#quadro_destaque {
	float:left;
	width:535px;
	margin-left:10px;
	margin-top:15px;	
	padding: 10px;
	border: none;
	text-align:justify;
}

#quadro {
	float:right;
	width:275px;
	_width:288px;	
	margin-right:10px;
	margin-top:5px;	
	padding: 10px;
	border: none;
	overflow:hidden;
	text-align:justify;
}

#quadro_enquete {
	background-image:url(img/fundo_enquete.png);
	float:right;
	width:235px;
	height:182px;
	margin-right:17px;
	padding: 20px;
	padding-top:55px;
	border: none;
	overflow:hidden;
	text-align:left;
}

#conteudo {
	float:left;
	font:Arial, Helvetica, sans-serif;
	font-size:12;
	text-align:justify;
	margin-left:10px;
	_margin-left:5px;
	margin-top:15px;
	min-height: 490px;
	width: 535px;
	_width: 565px;
	padding-left:10px;	
	padding-right:20px;		
    border-right:1px dotted  #666666;
}
#banner {
	position:absolute;
	left:1215px;
	top: 31px;
	width:200px;
	}
#logo {
	position:absolute;
	left:30px;
	top: 35px;
	width:200px;
	}	

/*#####################################################################################*/
/*						  								 							   */
/*								DEFINIÇÕES DE TABELA DO SISTEMA						   */
/*						  								 							   */
/*#####################################################################################*/

table{
	width: 100%;
}

/* TABELA DE NAVEGAÇÃO */
table#navega {
	margin-top:10px;
	*margin-top:0px;	
	width: 100%;
	font-size:8pt;
	border-spacing:0px;
    *border-collapse: collapse; /* hack is needed for IE7 also */	
}
table#navega td {
	/*border-left: 1px dotted #CCCCCC;*/
	border-bottom: #333333 1px dotted;	
	padding-left:5px;
	padding-right:5px;
	font-size:10pt;	
	padding:5px;	
}
table#navega th {
/*	border-left: 1px solid #666666;*/
	border-bottom: 2px solid #666;
	background: #DDD;
	background-image:url(img/fundo_cabecalho.jpg);
	background-repeat:repeat-x;
	font-size:10pt;	
}

/* GRID ZEBRADO E REALCE*/
#grid {   
    /*background-color:#999999;*/
    overflow:auto;
	width:100%;
	min-height:470px;	
	*min-height:430px;
    /*border: #333333 1px dotted;*/
	/*background-color:#FFF;*/
}
tbody tr.menu  {
	background-color: ;
	
}
tbody tr.menu:hover   {
	background-color:  #640D13;
}
tbody tr.par  {
	/*background-color: #eee;*/
}
tbody tr.impar  {
	/*background-color: #fff;*/
}

/*Realçar Linhas nas Tabelas*/
tbody tr.par:hover, tbody tr.impar:hover { 
	background-color: #640D13;
	color: #FFFFFF;
} 
/*Realçar Linhas nas Tabelas*/
tbody tr.menu:hover { 
	background-color: #640D13;
	color: #FFFFFF;
} 	

/* TABELA DE CAMPOS */
table#campos {
	width: 100%;
}

/*#####################################################################################*/
/*						  								 							   */
/*						  		FINAL DA FOLHA DE ESTILO							   */
/*						  								 							   */
/*#####################################################################################*/