/* -------------------------------------------------- */
/* Estilos HTMLs */

body, p, table, form, h1, h2, h3, h4, img, span, div, iframe {
	margin:0px;
	border:0px;
}

body {
	background-color:#FFFFFF;
	color:#333333;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:12px;
	line-height:17px;
	margin:0px 0px 0px 0px;
}

body.floatbox {
	background-color:#FFFFFF;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:12px;
	margin:10px;
}

body.lytebox {
	background-color:#FFFFFF;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:12px;
	margin:10px;
}

p {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:17px;
	margin-bottom:0.8em;
}

li {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:12px;
	line-height:18px;
	margin-bottom:5px;
}

h1 {
	color:#268584;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:31px;
	margin-bottom:1em;
}

h2 {
	color:#268584;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:20px;
	line-height:27px;
	margin-bottom:0.8em;
}

h3 {
	color:#268584;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:16px;
	line-height:23px;
	margin-bottom:0.8em;
}

a {
	color:#456a20;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}

a:hover {
	color:#61c100;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}

div#toolTip {
	background-color:#FFFF99;
	border:1px solid #999999;
	font-size:10px;
	padding:3px 6px 4px 6px;
}

img.toolTipImg {
	border-bottom:1px solid #FFFF99;
	margin:0px 0px -2px 6px;
}

div.esq {
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
	vertical-align:middle;
}

div.dir {	
	display:block;
	float:right;
	margin:0px 0px 0px 0px;
	vertical-align:middle;
}

div.imprimir {
	border-bottom:1px solid #CCCCCC;
	clear:both;
	display:block;
	margin:0px 0px 20px 0px;
	padding:0px 0px 2px 0px;
}

/* Estilos Tabelas FORM e Lista */

table {
	font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}

table.tbl-ver {
	border-bottom:22px solid #E6E6E6;
	border-left:1px solid #CCCCCC;
	font-size:12px;
	padding:0px;
	width:100%;
}

table.tbl-ver td.secao {
	border-bottom:1px solid #CCCCCC;
	border-left:5px solid #CCCCCC;
	color:#333333;
	font-size:14px;
	font-weight:normal;
	padding:7px 0px 3px 5px;
}

table.tbl-ver th {
	border-bottom:1px solid #CCCCCC;
	border-left:5px solid #CCCCCC;
	color:#333333;
	font-size:14px;
	font-weight:normal;
	padding:7px 0px 3px 5px;
	text-align:left;
}

table.tbl-ver td.rotulo {
	border-right:1px dotted #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:8px 6px 8px 10px;
	text-align:left;
}

table.tbl-ver td.rotulo label {
	color:#787878;
	display:block;
	font-size:11px;
	margin:0px 0px 2px 0px;
}

table.tbl-ver td.espaco {
	background-color:#FFFFFF;
	font-size:1px;
	padding:11px 0px 0px 0px;
}

table.tbl-ver td.espaco-duplo {
	background-color:#FFFFFF;
	font-size:1px;
	padding:17px 0px 0px 0px;
}

table.tbl-form {
	border-left:0px solid #CCCCCC;
	font-size:12px;
	padding:0px;
	width:100%;
}

table.tbl-form td.secao {
	border-bottom:1px solid #CCCCCC;
	border-left:0px solid #CCCCCC;
	color:#333333;
	font-size:14px;
	font-weight:normal;
	padding:5px 0px 3px 0px;
}

table.tbl-form th {
	border-bottom:1px solid #CCCCCC;
	border-left:0px solid #CCCCCC;
	color:#333333;
	font-size:14px;
	font-weight:normal;
	padding:5px 0px 3px 0px;
	text-align:left;
}

table.tbl-form th.th-msg {
	border-bottom:1px solid #CCCCCC;
	border-left:0px solid #CCCCCC;
	color:#999999;
	font-size:10px;
	padding:5px 3px 3px 0px;
	text-align:right;
}

table.tbl-form td.rotulo {
	border-right:0px dotted #CCCCCC;
	border-bottom:0px solid #CCCCCC;
	padding:5px 12px 5px 0px;
	text-align:left;
}

table.tbl-form td.rotulo label {
	color:#666666;
	display:block;
	font-size:11px;
	margin:0px 0px 0px 0px;
}

table.tbl-form td.espaco {
	background-color:#FFFFFF;
	font-size:1px;
	padding:11px 0px 0px 0px;
}

table.tbl-form td.espaco-duplo {
	background-color:#FFFFFF;
	font-size:1px;
	padding:17px 0px 0px 0px;
}

table.tbl-form td.btn {
	border-top:0px solid #CCCCCC;
	padding:0px 0px 0px 0px;
	text-align:left;
}

table.tbl-lista {
	border-left:1px solid #CCCCCC;
	font-size:12px;
	padding:0px;
	width:100%;
}
table.tbl-lista caption {
	border-bottom:1px solid #CCCCCC;
	border-left:5px solid #CCCCCC;
	color:#333333;
	font-size:14px;
	font-weight:normal;
	padding:7px 0px 3px 5px;
	text-align:left;
}

table.tbl-lista th {
	background-color:#F0F0F0;
	border-right:1px dotted #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	padding:4px 3px 5px 3px;
	text-align:center;
}

table.tbl-lista th a {
	font-size:12px;
}

table.tbl-lista th#item-ativo {
	background-color:#E0E0E0;
}

table.tbl-lista td.registro {
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	border-right:1px dotted #CCCCCC;
	font-size:12px;
	padding:4px 5px 5px 5px;
}

table.tbl-lista td.registro span {
	color:#666666;
	font-size:10px;
}

table.tbl-lista td.registro span a {
	font-size:10px;
}

table.tbl-lista td.registro-form {
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	border-right:1px dotted #CCCCCC;
	font-size:11px;
	padding:4px 11px 5px 5px;
	text-align:center;
}

/* Estilos Campos FORM */

form {
	font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}

form input.txt {
	border:1px solid #999999;
	color:#000000;
	font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	padding:2px 2px 2px 2px;
}

form input.txt-p {
	border:1px solid #999999;
	color:#000000;
	font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	padding:1px 2px 1px 2px;
}

form select.slc {
	border:1px solid #999999;
	color:#000000;
	font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	padding:1px 1px 1px 1px;
}

form select.slc_multiple {
	border:1px solid #999999;
	color:#333333;
	font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	padding:1px 1px 1px 1px;
}

form textarea.txta {
	border:1px solid #999999;
	color:#333333;
	font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	height:60px;
	padding:2px 2px 2px 2px;
}

form input.btn {
	background-color:#456a20;
	border:0px;
	color:#FFFFFF;
	font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:9px;
	font-weight:normal;
	margin:0px 0px 0px 0px;
	padding:2px 5px 2px 5px;
	text-transform:uppercase;
}

form input.chk {
	border:0px;
	vertical-align:middle;
}

form input.rdo {
	border:0px;
	vertical-align:middle;
}