/* CSS Document */

* {
	outline: none;
	}
img {
	border: none;
	}
body, td, th, input, select, textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
body {
	background: url(img_index/top_bac.jpg) top repeat-x;
	margin: 0;
	text-align: center;
	}
	
/* TOPO */

.menu {
	vertical-align: top;
	}
.menu a {
	display: block;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 26px;
	padding: 0 7px 0 8px;
	text-decoration: none;
	}
.menu a:hover, .menu a:active {
	background: #0089E1;
	text-decoration: none;
	}
	
/* INDEX */

#geral {
	margin: 0 auto;
	width: 985px;
	background: url(img_index/esquerda_fim.jpg) bottom left no-repeat;
	}
.esquerda {
	width: 245px;
	vertical-align: top;
	}
.direita {
	width: 214px;
	vertical-align: top;
	}
.meio {
	width: 526px;
	vertical-align: top;
	}
.container {
	vertical-align: top;
	height: 668px;
	background: url(img_pages/container_bac.jpg);
	width: 526px;
	}
.esquerda_menu {
	padding: 9px 13px;
	font-weight: bold;
	}
.esquerda_menu a {
	display: block;
	color: #000;
	text-decoration: none;
	}
.esquerda_menu a span {
	display: block;
	padding: 12px 8px 0 8px;
	text-align: justify;
	font-weight: normal;
	font-size: 10px;
	}
.esquerda_menu a:hover {
	color: #0089E1;
	text-decoration: none;
	}

/* DESTAQUES */

.destaque {
	width: 155px;
	}
.destaque .img {
	border-left: 1px solid #555F6B;
	border-right: 1px solid #555F6B;
	padding: 0 0 3px 0;
	text-align: center;
	}
.destaque .img table {
	margin: 0 auto;
	}
.destaque .img td {
	border: 1px solid #333;
	padding: 1px;
	}
.destaque .img img {
	width: 125px;
	height: 94px;
	}
.destaque .tipo {
	border-left: 1px solid #555F6B;
	border-right: 1px solid #555F6B;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 13px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	background: #0089E1;
	}
.destaque .descricao {
	border-left: 1px solid #555F6B;
	border-right: 1px solid #555F6B;
	height: 36px;
	padding: 0 0 0 15px;
	color: #333;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	}
	
/*PAGES*/

.titulo {
	background: url(img_pages/tit_bac.jpg);
	font: bold 18px 'arial narrow', arial, verdana, sans-serif;
	color: #fff;
	line-height: 36px;
	vertical-align: bottom;
	text-align: center;
	}
.conteudo {
	padding: 20px 35px 20px 25px;
	text-align: justify;
	}
.editor {
	font-size: 9pt;
	}
a {
	color: #0066CC;
	}
a:hover {
	color: #333;
	text-decoration: none;
	}
.Formulario {
	border: 1px solid #06C;
	}
/* Bairros */

.checklist {
	border: 1px solid #666666;
	list-style: none;
	width: 195px;
	height: 83px;
	overflow: auto;
	color: #000000;
	padding: 0;
	margin: 0;
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.checklist li {
	margin-left: 0;
	padding:0;
	width: 176px;
	height: 27px;
	background-color: #E8F7EE;
	background-position: center;
}

.checklist li#avancada { 
	width: 282px;
}
.checklist li.par {
	background-color: #EAEAEA;
}
.checklist li.impar {
	background-color: #FFFFFF;
}
.checklist li.selecao {
	background-color: #0089E1;
	font-weight: bolder;
	color: #FFFFFF;
}
.checklist label { 
	display: block;
	height: auto !important;
	height:1%;
	padding: 0 0 2px 25px;
	text-indent: -21px !important;
	text-indent: -25px;
}
.checklist label:hover, .checklist label.hover {
	color: #fff;
	cursor:pointer !important;
	cursor:hand;
	background-color: #0089E1;
}
.checklist input { 
	vertical-align: middle;
	margin: 4px 3px 2px 0 !important;
	margin: 0;	
}
