* {
	color: #6374AB;
}

body {
	background-color: white;
	font-size: 12pt;
	font-family: verdana;
	margin: 0;
}

div.global_content {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

div.global_content table#tblMainContent {
	width: 100%;
}

td {
	text-align: left;
	vertical-align: top;
}

h3 {
	color: #005080;
	margin: 5px;
	text-align: center;
	width: 100%;
}

div.divTopMenu {
	width: 100%;
	border-bottom: 1px solid silver;
}

div.divTopMenu div.panelMsg {
	color: black;
	font-size: 10pt;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	float: left;
}

div.divTopMenu div.panelMenu {
	font-size: 10pt;
	padding: 3px 0px 3px 0px;
	text-align: right;
}

div.divTopMenu div.panelMenu a {
	font-size: 9pt;
	text-transform: none;
	text-decoration: underline;
	padding-left: 20px;
	color: #005080;
}

div.divTopMenu div.panelMenu a:hover {
	color: #00aacc;
}

div.divInfo {
	border-bottom: 1px solid silver;
	padding: 5px 50px 10px 50px;
}

div.divInfo * {
	font-size: 10pt;
	font-weight: normal;
}

div.divInfo p.Titulo {
	font-size: 11pt;
	font-weight: bold;
}

div.divInfo p.Subtitulo {
	font-weight: bold;
}

div.divInfo a {
	font-size: 9pt;
	text-transform: none;
	text-decoration: underline;
	color: #005080
}

div.divInfo a:HOVER {
	color: #00aacc;
}

.tblMainContent {
	width: 100%;
}

.trMainContent th {
	padding: 7px;
	border: none;
}

.trMainContent .tdPanelRight {
	border-left: 1px solid #6374AB;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
	width: 550px;
}

.trMainContent .tdPanelRight .panelInfo {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}

.panelInfo {
	background-color: #005080;
	margin-top: 3px;
	padding: 10px !important;
}

.trMainContent .tdPanelLeft {
	border: medium none;
	width: 450px;
	padding-right: 3px;
}
/* =======================================================================
ÁRVORE DE ASSUNTOS NO LADO ESQUERDO
========================================================================== */
div.divData {
	height: 580px;
	overflow: auto;
}

table.tblData {
	border: 1px solid white;
	border-radius: 5px 5px 0 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.tblData * {
	font-size: 8pt;
	padding: 0;
}

.tdPlusMInus {
	width: 15px;
	text-align: center;
	font-size: 12pt;
	font-weight: normal;
}

table.tblData .tdQuantidade {
	text-align: right;
	padding: 5px 10px;
}

table.tblData th,table.tblData td {
	border-bottom: 2px solid white;
}

table.tblData tr {
	background-color: #F0F0F0;
}

table.tblData tr:hover {
	cursor: pointer;
}

table.tblData tr.trMenuAtivo {
	background-color: #bfd2f2;
}

table.tblData td {
	font-weight: bold;
	padding: 5px 0px 5px 3px;
	border-collapse: collapse;
}

td.tdTemaInfo {
	cursor: auto;
	background-color: #005080;
	color: white;
	font-size: 11pt;
	padding: 10px !important;
}
/* =======================================================================
FINAL DA ÁRVORE DE ASSUNTOS À ESQUERDA
=========================================================================*/
/* =======================================================================
ÁREA DE EXIBIÇÃO DOS TOTAIS ABAIXO DO MAPA
=======================================================================*/
table.tblTotais {
	border: 1px solid white;
	border-radius: 5px 5px 0 0;
	width: 100%;
}

div.divTotais {
	border: none;
	padding-left: 0px;
}

div.divTotais .divTableTotais {
	margin: 0;
	border-radius: 5px 5px 5px 5px;
	display: block;
	font-size: 7pt;
	margin: 15px;
}

div.divTotais .divTableTotaisFilter {
	background: none repeat scroll 0 0 lightgray;
	background-color: lightgray;
	margin: 5px;
	border-radius: 5px 5px 5px 5px;
	font-size: 7pt;
	padding: 5px;
	margin: 5px;
	position: relative;
	float: right;
	width: auto;
}

.divTableTotaisFilter a {
	color: gray;
	padding: 5px;
	text-decoration: none;
}

.divTableTotaisFilter a:hover {
	background-color: gray;
	color: white;
	padding: 5px;
	text-decoration: none;
}

div.divTotais .divTableTotais table.tblTotais {
	border-radius: 5px 5px 5px 5px;
	width: -moz-available !important;
}

div.divTotais .divTableTotais .tblTotais .spanSelect:hover {
	color: #00aacc;
}

div.divTotais .divTableTotais .tblTotais .spanSelect {
	background-image: url("../img/incluir.png");
	background-repeat: no-repeat;
	background-position: right;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 20px;
	cursor: pointer;
}

div.divTotais .divTableTotais .tblTotais .thUnselect .spanSelect {
	background-image: url("../img/excluir.png");
	color: lightblue;
}

div.divTotais div.divTableTotais table.tblData tbody tr th div label {
	color: white;
	font-weight: normal;
	padding-right: 18px !important;
}

div.divTotais div.divTableTotais table.tblData tbody tr th div label:hover
	{
	background-color: transparent;
	color: lightblue;
}

div.divTotais .tblTotais .thSelect .spanSelect {
	color: white;
}

div.divTotais .tblTotais tr {
	padding: 7px;
	border: none;
	background-color: #a5bfdd;
	text-align: right;
}

div.divTableTotaisTitle {
	color: #005080;
	margin-top: 0px;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}

div.divTableTotaisSubTitle {
	color: #005080;
	margin-top: 0px;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
}

div.divTableTotaisTitle:hover {
	/* alterado após o reposicionamento do filtro */
	/* cursor: pointer; */
	background-color: transparent;
	color: #00aacc
}

table.tblTotais th,table.tblTotais td {
	font-size: 8pt;
	text-align: right;
	padding: 5px;
}

table.tblTotais td {
	font-weight: bold;
	background-color: #F0F0F0;
	padding-right: 20px;
}
/* criado após o reposicionamento do filtro */
.spanTotaisTitle {
	cursor: pointer;
	color: #005080
}

.spanTotaisTitle:hover {
	color: #00aacc
}
/* =======================================================================
FINAL DA ÁREA DE EXIBIÇÃO DOS TOTAIS ABAIXO DO MAPA
=======================================================================*/
/* =======================================================================
ÁREA DO MAPA
=======================================================================*/
div.divMapa {
	width: 550px;
	height: 500px;
	background-color: #67a6cb !important;
	border: 1px solid blue;
	border-color: white !important;
	border-radius: 5px;
	text-align: center;
}

#map_canvas {
	width: 100%;
	height: 500px;
}

div.divMapa p {
	color: transparent !important;
}

div.divMapaContainer a {
	font-size: 9pt;
	text-transform: none;
	text-decoration: none;
	
	color: #005080;
	cursor: pointer;
}

div.divMapaContainer a:HOVER {
	color: #00aacc;
}


/* =======================================================================
FINAL DA ÁREA DO MAPA
=======================================================================*/
#panelMsg {
	color: #b0b8c5;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	padding-left: 10px;
}

.divTableTotais {
	margin: 15px;
	display: block;
	border-radius: 5px;
	font-size: 7pt
}

table.tblData tbody tr th div label {
	font-weight: normal;
	padding-right: 18px !important;
	color: white;
}

table.tblData tbody tr th div label:hover {
	cursor: pointer;
	color: lightblue;
	background-color: transparent;
}

td.tdCodEstrutura {
	padding-left: 10px !important
}

div.divTableTotais .thUnselect {
	color: lightblue
}

div.divTableTotais {
	margin: 0px
}
/* =======================================================================
CONFIGURAÇÃO DA DIV NO CANTO INFERIOR ESQUERDO, QUE EXIBE O FILTRO APLICADO
==========================================================================*/
div.divTableTotaisFilterAssuntos {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	border: 1px solid white;
	padding-top: 5px;
	padding-left: 13px;
	background-color: #005080;
	border-radius: 0 0 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

div.divTableTotaisFilterAssuntos ul {
	padding: 0px 0px 0px 13px;
}

div.divTableTotaisFilterAssuntos li {
	color: white;
	font-size: 7pt;
	font-weight: normal;
}
/* =======================================================================
FINAL DA CONFIGURAÇÃO DA DIV NO CANTO INFERIOR ESQUERDO
==========================================================================*/
table.tblData {
	border: 1px solid white;
	border-radius: 5px 5px 0 0;
	width: 100%;
}

tr.trFiltroJudicial th {
	padding: 7px;
	border: none;
	background-color: #a5bfdd;
}

#selectTipoProcesso {
	font-size: 10pt;
	font-weight: normal;
	color: #005080;
	width: 100%;
	background-color: #a5bfdd;
	float: right;
	border: none;
	font-weight: bold;
}

#selectTipoProcesso option {
	font-size: 10pt;
	color: #005080;
	background-color: white;
	font-weight: bold;
}

table.tblInfoWindow {
	width: 300px;
}

table.tblInfoWindow * {
	color: black;
}

table.tblInfoWindow tr {
	background-color: white;
}

table.tblInfoWindow td {
	font-size: 9pt;
}

table.tblInfoWindow .infoUMPF {
	font-weight: bold;
}

table.tblInfoWindow .infoCidade {
	font-style: normal;
}

table.tblInfoWindow .infoProcessos {
	font-style: italic;
}

a.infoLink {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #005080;
}

a.infoLink:FOCUS {
	text-decoration: none;
}

a.infoLink:HOVER {
	color: #00aacc;
}

/*
		banner
*/

.banner, .rodape {
	display: table;
	width: 100%; 
	margin: 0;
	padding: 0;	
}

.banner-row, .rodape-row {
	display: table-row;
	width: 100%;	
	margin: 0;
	padding: 0;	
}

.banner-cell-left {
	display: table-cell;
 	background-image: url('../img/banner-superior-fundo.png');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;	
}

.banner-cell-center {
	display: table-cell;
	background-image: url('../img/banner-superior-fundo.png');
	background-repeat: repeat-x;
	width: 500px;	
	margin: 0;
	padding: 0;
}

.banner-cell-right {
	display: table-cell;
	background-image: url('../img/banner-superior-fundo-direita.png');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;	
}

a.aBanner {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.esquerda {
	float: left;
}

.direita {
	float: right;
}
