/* CSS Document */
body, td, th, input, select, textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
body {
	margin: 0;
	background: url(img_index/fundo.jpg) top repeat-x;
	text-align: center;
	}
img {
	border: none;
	}
.menu td, .menu a {
	line-height: 23px;
	font-weight: bold;
	color: #fff;
	}
.menu a {
	display: block;
	padding: 0 6px;
	text-decoration: none;
	}
.menu a:hover, .menu a:active {
	background: #fff;
	color: #C00;
	}
	
#meio {
	margin: 0 0 0 10px;
	border-right: 2px solid #A5A7AB;
	border-left: 2px solid #A5A7AB;
	background: url(img_index/container_bac.jpg) top repeat-x;
	}
#direita {
	width: 257px;
	vertical-align: top;
	}
#esquerda {
	width: 703px;
	vertical-align: top;
	}
#geral {
	width: 985px;
	margin: 0 auto;
	}
	
.destaque {
	background: url(img_pages/destaque_bac.jpg);
	}
.destaque .tipo {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #8A1600;
	line-height: 17px;
	padding: 0 0 0 12px;
	background: url(img_pages/destaque_tipo_bac.jpg);
	}
.destaque .descricao {
	height: 52px;
	padding: 0 0 0 13px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 15px;
	}
.destaque .saibamais {
	padding: 0 0 2px 7px;
	}
.destaque .img {
	text-align: center;
	padding: 3px 0 0 0;
	}
.destaque .img img {
	width: 139px;
	height: 105px;
	margin: 0 auto;
	}
	
.titulo {
	font: bold 18px 'Trebuchet MS', Helvetica, sans-serif;
	color: #C00;
	text-align: center;
	line-height: 34px;
	border-bottom: 3px double #B3B3B2;
	}
	
a {
	color: #c00;
	}
a:hover, a:active {
	text-decoration: none;
	color: 333;
	}
	
.conteudo {
	padding: 20px 25px;
	text-align: justify;
	}
.editor {
	font-size: 9pt;
	}
	
.Formulario {
	border: 1px solid #c00;
	}
.checklist {
	border: 1px solid #666666;
	list-style: none;
	width: 100%;
	height: 108px;
	overflow: auto;
	color: #000000;
	padding: 0;
	margin: 0;
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.checklist li {
	margin-left: 0;
	padding:0;
	width: 175px;
	height: 27px;
	background-color: #E8F7EE;
	background-position: center;
}

.checklist li#avancada { 
	width: 282px;
}
.checklist li.par { 
	background:#CCCCCC;
}
.checklist li.impar { 
	background:#E6E6E6;
}
.checklist li.selecao {
	background-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: #B6CBC0;
}
.checklist input { 
	vertical-align: middle;
	margin: 4px 3px 2px 0 !important;
	margin: 0;	
}

