html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: 'trebuchet ms', arial, verdana, helvetica, sans-serif;
}

.treeview ul {
	background-color: transparent !important;
}

body.help {
	font-size: 12px;
	background: #fff;
}

body.help h3,body.help h5 {
	color: #0C75B6;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 5px;
	padding-top: 2px;
	text-transform: uppercase;
}

body.help h4 {
	color: #0C75B6;
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0 5px;
	padding-top: 2px;
	text-transform: uppercase;
}

body.help table,body.help td,body.help div.conteudo {
	background: #fff !important;
}

form select {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	background: #fff;
}

h1,h2 {
	font-family: 'trebuchet ms', verdana, arial;
	padding: 10px;
	margin: 0px
}

h1 {
	font-size: 24px;
}

tr {
	font-size: 12px;
}

/* Tabela dentro de tabela */
#tabelaInterna {
	padding-left: 30px;
	background-color: white;
}

#banner1 {
	top: 0px;
	bottom: 0px;
	left: 0px;
	text-align: center;
	font-weight: bold;
	color: #0C75B6;
	font-size: 15px;
}

#banner221 {
	color: #680909; /*Marron*/
	font-size: 24px;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	background: url(../images/bg_verde.png) repeat-x;
	text-align: center;
	height: 60px;
	top: 0px;
}

#banner a {
	color: white;
}

#main {
	padding: 1em;
}

a img {
	border: none;
}

.msg {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #EAF1D1;
	color: #ff0000;
}

div#divArvore {
	width: 228px;
}

div#divMainList {
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

#divBannerCenter {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 15px;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	background: url(../images/bg_verde.png) repeat-x;
	color: #680909; /*Marron*/
	text-align: center;
	font-size: 24px;
}

#divBannerLeft {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 15px;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	background: url(../images/bg_verde.png) repeat-x;
	color: #680909; /*Marron*/
	font-size: 24px;
}

div#divLI {
	margin-right: 5px;
	display: inline-block;
	*display: inline; /* ie7 */
	top: 4px !important;
}

div#divPaginacaoOLD {
	position: absolute;
	top: 160px;
	bottom: auto;
	left: 0px;
	width: auto;
}

div#tipDiv {
	color: #000;
	font-size: 12px;
	line-height: 1.2;
	background-color: #E1E5F1;
	border: 1px solid #667295;
	width: 250px;
	padding: 4px;
}

a:link {
	color: #4375AD;
}

#marca_texto {
	color: blue;
	background-color: yellow;
}

#sidetree {
	width: 232px;
	_width:230px;
	background: #F7F7F7;
	overflow-y: auto;
	overflow-x: hidden;
}

#sidetreecontrol {
	padding: 3px 0 0 7px;
}

#arvore_header {
	height: 112px;
	overflow: hidden;
	background: url(../images/arvore_header_bg.png) repeat-x #E1EAF2;
	padding: 0 4px;
}

#arvore_header span.topo {
	display: inline-block;
	padding-top: 5px;
	background: none;
	height: auto;
}

span.titulo {
	font: bold 10px Arial, helvetica, sans-serif;
	color: #333;
}

#arvore_header select {
	border: 1px solid #666;
	font: normal 9px Arial, helvetica, sans-serif;
	color: #333;
	margin: 3px 0;
}

#arvore_header span.radios {
	font: normal 8px Arial, helvetica, sans-serif;
	color: #333;
}

#tree {
	padding: 0 4px;
}

#breadcrumb {
	border-bottom: 1px solid #C4CFD9;
	font: bold 10px/13px 'trebuchet ms', arial, verdana, helvetica,
		sans-serif;
	color: #333;
	padding: 2px 0 2px 10px;
}

#camposformulario {
	
}

#camposformulario select {
	border: 1px solid #666;
	font: normal 9px Arial, helvetica, sans-serif;
	color: #333;
	margin: 3px 0;
}

#divMetadados {
	border-bottom: 1px solid #C4CFD9;
	font: bold 11px 'trebuchet ms', arial, verdana, helvetica, sans-serif;
	color: #333;
	padding: 4px 0 2px 10px;
}

/* acrescimos/modificacoes css para compatibilizar com versao serpro */
.null {
	display: none;
}

#divLoginL,#divLogin { /*display: none;*/
	font-size: 12px;
	float: right;
	margin-right: 10px;
}

#series_header {
	position: relative;
	overflow: auto;
	background: #E1EAF2 url(../images/series_header_bg.png) repeat-x;
	padding: 5px 4px 0;
	height: 140px;
}

#series_header span.info {
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 4px 8px;
}

#camposformulario {
	vertical-align: top;
}

span.help_icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/interroga_v2.png) no-repeat;
	cursor: help;
	margin-left: 1px;
}

div#divSelGeo {
	position: absolute;
	top: 51px;
	left: 11px;
}

div#divSelGeo select {
	width: 130px;
}

div#divPeriodo {
	position: absolute;
	top: 110px;
	left: 10px;
}

div#divUF {
	position: absolute;
	top: 50px !important;
	left: 220px;
	width: 180px;
}

div#divUF select {
	width: 140px;
}

div#divMunicipio {
	top: 50px !important;
	left: 360px;
}

div.dados_header {
	border-top: 1px solid #E1EAF2;
	background: #BFCED5;
	font: bold 11px 'trebuchet ms', arial, verdana, helvetica, sans-serif;
	color: #063E62;
	padding: 4px 0;
	height: 81px;
}

.dados_header span.titulo {
	display: inline-block;
	padding-left: 10px;
	padding-top: 6px;
}

.dados_header table {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
}

.dados_header td {
	background: #D9E3E9 !important;
	border: 0 !important;
	color: #414C50;
	font-weight: bold;
}

div.dados_table {
	width: 100%;
	overflow: auto;
	padding: 0;
}

div.dados_table table {
	width: 100%;
	border: 0;
	border: 0 !important;
}

div.dados_table th {
	background: #6E8084 url(../images/dados_table_header_bg.png) repeat-x
		bottom;
	color: #fff;
	border-right: 1px solid #fff;
	padding: 2px 4px;
	font: bold 11px 'trebuchet ms', arial, verdana, helvetica, sans-serif;
}

div.dados_table table th:first-child {
	padding-left: 5px !important;
}

div.dados_table td {
	background: #fff;
	color: #4D4D4D;
	border-right: 1px solid #fff;
	padding: 4px 4px 1px !important;
	font: bold 11px 'trebuchet ms', arial, verdana, helvetica, sans-serif;
	border: 0 !important;
}

div.dados_table td:last-child {
	border-right: 0;
}

div.dados_table tr.alt td {
	background: #ddedf5;
}

div.dados_table td.icones {
	text-align: center !important;
}

div.dados_table td a:hover {
	color: #333333;
}

#divPaginacao {
	padding: 0 15px 10px;
	font-size: 11px;
	color: #445457;
}

#divPaginacao a {
	display: inline-block;
	margin: 0 2px;
	color: #95A2A8;
}

#divPaginacao a:hover {
	color: #445457;
}

/* arvore */
body.arvore {
	background-color: #E1EAF2;
	font-size: 1px;
	padding: 0;
}

img.logo_i3gov {
	display: none;
}

div#divArvore {
	font-size: 10px;
}

span.select_tematica select {
	width: 216px;
}

p.titulo.busca {
	margin: 0;
	font-size: 10px;
}

p.titulo.busca input {
	border: 1px solid #666666;
	font-size: 11px;
	width: 178px;
	padding: 2px;
	height: 14px;
}

p.radios {
	margin: 3px 0 0 0;
}

p.radios input {
	vertical-align: -2px;
}

#sidetree a {
	color: #4375AD;
}

#sidetree a:hover {
	color: #333;
	cursor: pointer;
}

.labelFiltros {
	font-size: 10px;
}

/* principal */
body.principal {
	background: #fff;
}

body.principal a:link,body.principal a:visited {
	color: #4375AD;
}

body.principal ul {
	margin: 0;
}

.principal blockquote {
	margin: 10px 20px 0;
}

.principal_titulo {
	color: #0C75B6;
	font-size: 18px;
	margin-left: 39px;
	font-weight: bold;
	font-style: italic;
	padding-top: 20px;
}

.principal_conteudo {
	font-size: 11px;
	line-height: 15px;
	margin-top: 20px;
	text-align: justify;
}

div.recorte {
	width: 100%;
	height: 279px;
	background: url(../images/recorte_boletim.png) no-repeat;
}

p.saiba_mais {
	cursor: pointer;
	color: #680909;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

p.voltar {
	padding: 10px 0 20px 40px;
	font-size: 12px;
	font-weight: bold;
}

p.voltar a {
	color: #680909 !important;
}

/* help.php */
body.help {
	background-color: #fff;
}

/* situacaofontedados.php */
body.sit_fontedados {
	background-color: #fff !important;
}

body.sit_fontedados td {
	background-color: #fff !important;
}

body.sit_fontedados font {
	color: #0C75B6 !important;
}

body.sit_fontedados a.voltar {
	display: none;
}

/* textos.html */
body.balanco_textos {
	background-color: #fff;
}

body.balanco_textos h1 {
	color: #0C75B6;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding-top: 2px;
	text-transform: uppercase;
}

body.balanco_textos blockquote {
	margin-left: 5px;
}

body.balanco_textos li.titulo {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding-top: 2px;
	text-transform: uppercase;
	list-style-type: none;
}

body.balanco_textos ol {
	margin-left: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #C0C0C0;
}

body.balanco_textos ol li {
	font-size: 12px;
}

body.balanco_textos ol li a {
	color: #333;
}

body.balanco_textos ol li a:hover {
	color: #0C75B6;
}

body.balanco_textos p.voltar {
	display: none;
}

/* rfd */
#rfd_div {
	padding: 2px 10px 12px 10px;
}

#rfd_div .resumo {
	width: 100%;
}

#rfd_div .resumo td {
	padding: 4px 6px;
	background: #fff;
	font-size: 11px;
}

#rfd_div .resumo td.header {
	padding: 0 6px;
	background: #ccc;
	font-size: 9px;
	border-bottom: 2px solid #E1EAF2;
	border-right: 2px solid #E1EAF2;
	text-align: center;
}

#rfd_div .resumo td.descricao,#rfd_div .resumo td.icone {
	border-right: 2px solid #E1EAF2;
}

#rfd_div .resumo td.descricao h4 {
	color: #BB2222;
	font-size: 12px;
}

#rfd_div .resumo td.icone {
	text-align: center;
}

#rfd_div .resumo td.extracao p {
	font-size: 10px;
	white-space: nowrap;
	margin: 0 0 5px 0;
}

#rfd_div .resumo td.extracao p span {
	background: #ECECEC;
	font-size: 9px;
	padding: 0 5px;
	margin-right: 2px;
}

#rfd_div .resumo td.extracao p span a {
	color: #BB2222;
	text-decoration: none;
}

#rfd_div .resumo td.extracao p span a:hover {
	color: #4375AD;
}

#rfd_div .linhas {
	margin-top: 5px;
}

#rfd_div .linha {
	background: #fff;
	position: relative;
	min-height: 20px;
	font-size: 11px;
	padding: 6px 36px 0 6px;
	margin-bottom: 2px;
	color: #4D4D4D;
}

#rfd_div .linha a {
	color: #4D4D4D;
	text-decoration: none;
}

#rfd_div .linha a:hover {
	color: #4D4D4D;
	text-decoration: underline;
}

#rfd_div .linha span.icone {
	position: absolute;
	right: 6px;
	bottom: 0;
	display: inline-block;
	width: 24px;
	height: 20px;
	border-left: 1px solid #E1EAF2;
	padding-left: 4px;
	*display: inline;
	*zoom: 1;
}

/* manut e  manutAutomacao */
.principal_manut_titulo {
	color: #0C75B6;
	font-size: 18px;
	margin-left: 30%;
	margin-right: 15%;
	margin-top: 1%;
	font-weight: bold;
	font-style: italic;
	padding-top: 20px;
}

th.manut_titulo {
	background: #BFCED5;
}

/* manuten��o dos metadados */
.manut_titulo_metadados {
	color: #0C75B6;
	font-size: 14px;
	margin-left: 0%;
	margin-right: 15%;
	margin-top: 1%;
	font-weight: bold;
	font-style: italic;
	padding-top: 20px;
}