/* CSS Document */
html {
	scrollbar-3dlight-color : #fff;
	scrollbar-arrow-color : #666;
	scrollbar-base-color : #fff;
	scrollbar-darkshadow-color : #fff;
	scrollbar-face-color : #fff;
	scrollbar-highlight-color : #fff;
	scrollbar-shadow-color : #000;
	scrollbar-track-color : #fff;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0; 
	margin: 0; 
	text-align: center;
	font-size: 70%;
	color: #666;
	background-color: #f4f4f4;
}

input, button, textarea, select {
	border: 1px solid #666;
	background-color: white;
	/*cursor: hand; */
	padding: 0 0 0 3px;
}

td, th, input, button, select, textarea {
	color: #666;
	font-size: 100%;
} 

#menu_flash {
	height:60px;
	padding-bottom:10px;
	width:760px;
}

#geral {
	text-align: left; 
	margin: 0 auto; 
	width: 760px; 
}


#textoTop {
	height: 34px;
	margin-top: 6px;
}

#textoTop2 {
	margin-top: 6px;
	background-image: url('../Home_Imagens/images/Coluna_759px_Modelo_01.gif');
	background-repeat: no-repeat;
	height: 7px;
	font-size: 1%; /* IE */
}

#textoTop a:hover {
	background: none;
}

#textoTop img {
	border: 0;
}

#texto {
	text-align: left;
	color:#333333;
	background-image: url('../Home_Imagens/images/fundo_corpo759px_02.gif');
	background-repeat: repeat-y;
	padding: 6px 12px 10px 10px;
	background-color: white;
	height: 300px; /* hack para IE.*/
}

#texto[id] { /* hack para IE*/
	height: auto; 
	min-height: 300px; 
}	

#textoBottom {
	background-image: url('../Home_Imagens/images/fundo_down759px_05.gif');
	background-repeat: no-repeat;
	height: 8px;
}

a {
	text-decoration: none;
	color: black;
	padding: 0;
}

a:hover {
	padding: 1px 0 0 0;
	color: black;
	text-decoration: underline;
}

a.sembg  {
	color: #666;
}

a.sembg:hover  {
	color: #000;
	padding: 0;
	text-decoration: underline;
	background-color: white;
}


td.smallfont {
	font-size: 20%;
}

table.collapse {
	border-collapse: collapse;
	empty-cells: hide;
} 

table.collapse th, table.collapse td, table.collapse caption {
	border: 1px solid silver;		
	padding: 1px 4px;
	margin: 0;
}

table.collapse th {
	text-align: center;
	font-weight: bold;
}

hr { 
	border: 1px solid #ddd; 
}

/* background cinza  */
.titulo {
	margin: 0 -9px 5px -9px;
	padding: 4px 9px;
	background-color: #e9e9e9;
	font-weight: bold;
}


table.noborder, table.noborder td, table.noborder th  {
	border: 0;
}

.destaque {
	color: red; 
	display: inline;
}

br.clear {
	clear: both;
}

/* lista sem bullet. ex: listaevento */ 
ul.sembullet {
  	list-style: none;
	margin-left: 0;
	padding-left: 0;
    line-height: 21px;
}

#texto ul.pasta {
	list-style: none; 
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 3px; 
}

#texto ul.pasta li {
	background-image: url('../imagens/pesquisa/icon_folder.jpg');
	background-repeat: no-repeat;
	padding: 3px 0;
	padding-left: 30px;
	vertical-align: text-bottom;
	line-height: 18px;
}

#texto ul.pasta li a:hover {
	padding: 0; 
}

.center {text-align:center}

h2, h3 {font-size:100%}