@media print {
  .mppb_mapa_div {
      display: none;
  }
}

.tabelaMP {
	background-color: white;	
	border: 1px solid #C1DAD7;
	font-size: 10pt;
    width:100%;
}

.tabelaMP thead tr, .titulo {
	
    margin:0;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #4F6B72;
    background: #f1f1f1 url(../images/backgrounds/table_bg.jpg) repeat scroll 0 0;
    letter-spacing:2px;
    font-size:11px;
    padding:6px 6px 6px 12px;
    text-align:left;
    font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.tabelaMP thead tr {
	height: 30px;
}

.endereco {
  color: gray;
  /*margin-left: 1em;*/
  list-style-type: none; 
  font-size:8pt;
}
.classificacao_membro{
    /*font-weight: bold;*/
    font-style:italic; 
    font-size: 10pt;
}
.tabela_orgaoes {
    font-size: 10pt;
    width:100%;
}

.membro_data{
	font-size: 80%; color: #666666; font-family: courier new; position: relative; left: 1em; top:-1px;
}
.tabela_orgaoes ul{
	margin-top:0;
}

.observacoes li {
	list-style-type: none; 
	font-style: italic;
}

a {
	/* Isto retira a borda pontilhada em volta do link <a> no firefox, que atrapalha a exibicao do mapa.*/
	outline: none;
}

.moldura_site {
	width: 800px;
	margin: auto;
}

.loading_panel {
	position: absolute; 
	width: 100%; 
	height: 100%;
	z-index:1000; 
	opacity : 0.6;
	filter: alpha(opacity=60);  /*Internet Explorer*/
	background-color:white;
}

.loading_image {
    left: 45%;
    top: 240px;
    position: relative;
    width: 193px;
    height: 100px;
    background-image: url(../images/site/carregandoAjax.gif); 
    background-repeat: no-repeat; 
    z-index: 1001;
}

.orgao_par {
	background-color: #f4f5f7;
	border: 1px solid #C1DAD7;
}
.orgao_impar {
	background-color: white;	
	border: 1px solid #C1DAD7;
}

.titulo_tipo_orgao {
    background-color:#FAFAFA;
    border-bottom:1px solid #000000;
    font-size: 13pt;	
}

.titulo_nome_comarca {
    border-top: 1px solid black; 
    border-bottom: 1px solid black; 
    font-size: 13pt; 
    width: 100%; 
    text-align: center;	
}

.mapa_regiao {
	position:absolute; 
	bottom:15px; 
	left:15px; 
	font-weight:bold; 
	background-color:#DDDDDD; 
	padding:3px; 
	border: 1px solid black;
}

.mapa_regiao p {
	margin: 0;
	padding: 0;
}

.mapa_regiao .microregiao {
	font-size:12pt; 
	color:black;
}

.mapa_regiao .mesoregiao {
	font-size:10pt; 
	color:black;
}

.mapa_comarca_vaga {
	background-image: url(/mapa/images/mapa/icons/red-circle-bit.png); 
	width: 13px; 
	height: 13px; 
	background-repeat: no-repeat;
}

.comarca_menu a {
	font-size:10pt;
	text-decoration:none;
	color: #00789F;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
}

.comarca_menu a:hover {	
	text-decoration: underline;
}

.comarca_menu {
	background-color: #DDDDDD; 
	width: 300px; 
	top:10px; 
	position:relative; 
	margin-top:20px;
}

.comarca_menu ul {
	list-style-type: none;
	margin: 0; 
	padding-left: 2%; 
	padding-top: 3%; 
	padding-bottom: 4%;
	/*padding-bottom: 3px;*/
}

.comarca_menu_innerbox {
    border: 1px solid #AAAAAA;	
}

.comarca_menu {
	border: 2px solid #DDDDDD;
	background-color: #F8F8D0 ; 
	/*width: 420px;*/ 
	top:10px; 
	position:relative; 
	z-index:9999;
}

.menu_botao {
    background-image: url(/mapa/images/mapa/icons/close-menu.png); 
    position: absolute; 
    right: 0pt; 
    top: 0pt; 
    width: 16px; 
    height: 16px; 
    margin-right: 1px; 
    margin-top: 1px; 
    background-repeat: no-repeat; 
    cursor: pointer;
}



/* LEGENDA*/

div.mapa_legenda {
	width: 153px; height: 162px; position: absolute; bottom: 0pt; right: 0pt;
}

.legenda_table .legenda_title {
    font-weight:bold; 
    font-size:110%;
}
.legenda_table thead {
	text-align: center;
}

.legenda_table .promotores {
	color: gray;
}

.legenda_table .entrancia {
	font-style:italic;
}

.cor_tipo, .cor_entrancia1, .cor_entrancia2, .cor_entrancia3, .cor_instancia2 {
	 height:10px; width:15px; 
}

.cor_entrancia1 {
   background-color: #a64e4d;
}

.cor_entrancia2 {
    background-color: #87a750;
}
.cor_entrancia3 {
	background-color: #6969bf;
}

.cor_instancia2 {
    background-color: #DDDF0D;
}

/* Indicador de comarca vaga (uma bolinha vermelha, originalmente) */
.comarca_vaga_indicador {
	position: absolute; 
	background-image: url(/mapa/images/mapa/icons/red-circle-bit2.png); 
	width: 13px; 
	height: 13px; 
	background-repeat: no-repeat;
	z-index: 10;
	cursor: pointer;
	
	/*transparencia*/
	opacity : 0.4;
	filter: alpha(opacity=40);  /*Internet Explorer*/
	
	display: none;
	 
}

.no_pointer {
	cursor: auto;
}

