body, html {
   margin:            0;
   padding:           0;
   font-family: verdana;
   font-size:       9px;
}

#menu_superior {
  border-bottom: solid 1px #000000;
	background-color:        #2D2D2D;
	color:                   #CCCCCC;
	height:                     29px;
	font-size:                  15px;
}
.topo {
   font: 13px/27px Arial,sans-serif;
   border-top:    solid 2px #2D2D2D;
   height:                     28px;
   padding-left:                7px;
   padding-right:               7px;
   cursor:                  pointer;
   display:            inline-block;   
}
.topohover {
   background-color:        #4C4C4C;
}
.toposelected {
   border-top:    solid 2px red;
   font-weight:            bold;
   color:                 white;
}
.required {
  font-weight:            bold;
}
.required, .optional {
  font-weight:            bold;
}
.div_centro {
   text-align: center;
   padding:       4px;
                                                   
}
#div_exemplo_centro {
   font-size:    10px;
   color:     #808000;
   font-style: italic;
}
#corpo_pesquisa {
   background-color:           #F5F5F5;
   height:                        72px;
   border-bottom:    solid 1px #E5E5E5;
}
#corpo_pesquisa_2 {
   background-color:             white;
   height:                        58px;
   border-bottom:    solid 1px #E5E5E5;
}
.status {
  color: #999999;
  font: 13px/27px Arial,sans-serif;
  padding-left: 80px;
}
.texto {
  color: black;
  font: 13px/27px Arial,sans-serif;
}
.titulo {
  font-family:	"Arial";
  font-size:	     20px;
  color:	#DD4B39;
  padding-left: 55px;
}
.textbox{
	color:#5A5A5A;
	font-family:Tahoma, Verdana;
	font-size:20px;
	line-height:17px;
	border-top:    solid 1px #C0C0C0;
	border-left:   solid 1px #D9D9D9;
	border-bottom: solid 1px #D9D9D9;
	border-right:  solid 1px #D9D9D9;
	height:  25px;
}
.textboxhover{
	border-top:    solid 1px #A0A0A0;
	border-left:   solid 1px #B9B9B9;
	border-bottom: solid 1px #B9B9B9;
	border-right:  solid 1px #B9B9B9;
}
.textboxfocus{
	border-top:    solid 1px #4D90FE;
	border-left:   solid 1px #4D90FE;
	border-bottom: solid 1px #4D90FE;
	border-right:  solid 1px #4D90FE;
}
.pesquisar{
   background-color: #F5F5F5;
	color:            #996666;
	font-family:Tahoma, Verdana;
	font-size:12px;
	line-height:17px;
	border:    solid 1px #DCDCDC;
	height:  34px;
	width:  170px;
   border-radius:        2px;
   -moz-border-radius:   2px;
   -webkit-border-radius:2px;
   font-weight:         bold;
   cursor:                  pointer;
}
input.pesquisarhover{
   border:    solid 1px #C6C6C6;
   color:               #7C3333;
}
input.pesquisarfocus{
   border:    solid 1px #4D90FE;
}

input.pesquisar_lupa{
  background-color: #4A8BF5;
	line-height:17px;
	border:    solid 1px #3079ED;
	height:  29px;
	width:   72px;
   border-radius:        2px;
   -moz-border-radius:   2px;
   -webkit-border-radius:2px;
  cursor:                  pointer;
  background-image: url(/assets/images/lupa.png);
  background-repeat: no-repeat;
  background-position: 27px ;
}
input.pesquisar_lupahover{
   border:    solid 1px #2F5BB7;
   background-color:    #3F83F1;
}

textarea.textbox{
	color:#5A5A5A;
	font-family:Tahoma, Verdana;
	font-size:20px;
	line-height:17px;
	border-top:    solid 1px #C0C0C0;
	border-left:   solid 1px #D9D9D9;
	border-bottom: solid 1px #D9D9D9;
	border-right:  solid 1px #D9D9D9;
}
textarea.textboxhover{
	border-top:    solid 1px #A0A0A0;
	border-left:   solid 1px #B9B9B9;
	border-bottom: solid 1px #B9B9B9;
	border-right:  solid 1px #B9B9B9;
}
textarea.textboxfocus{
	border-top:    solid 1px #4D90FE;
	border-left:   solid 1px #4D90FE;
	border-bottom: solid 1px #4D90FE;
	border-right:  solid 1px #4D90FE;
}

#keyboard {
  display: inline-block;
  width:  27px;
  height: 23px;
  position: relative;
  left: -30px;
  top:    3px;
  background-image:url(/assets/images/teclado.png);
}


select.combo {
	border:          #036 1px solid;
	font-size:       10px;
	color:           #000;
	font-family:     Verdana, 
					    "MS Sans Serif", 
					     Arial;
	height:  	     18px;
	background-color: #ebebeb;
	width:           270px
}
.resultado{
	font-family:     Verdana, 
					    "MS Sans Serif", 
					     Arial;   
   font-size:14px;
}
div.mapa {
   height: 400px;
   border: 1px solid #a8b6d0;
}
.dados{
	font-family:     Verdana, 
					    "MS Sans Serif", 
					     Arial;   
   font-size:14px;
   border: 1px solid #a8b6d0;
   background-color: #dbe9f3;
}
.dados_branco{
	font-family:     Verdana, 
					    "MS Sans Serif", 
					     Arial;   
   font-size:14px;
   border: 1px solid #a8b6d0;
}
.comentario {
	font-family:     Verdana, 
					    "MS Sans Serif", 
					     Arial;   
   font-size:14px;
   border: 1px solid #a8b6d0;
   background-image:url(/assets/images/barra_botao.png);
   background-repeat: repeat-x;
}
.comentario_adicionar {
   font-size:  12px;
}
a.titulo_link:link {
   color: #000;
   text-decoration:none;
}
a.titulo_link:visited  {
   color: #000;
   text-decoration:none;
}
a.titulo_link:hover  {
   color: blue;
   text-decoration:none;
}
.textoComentario {
   font-size: 10px;
}
.dataComentario {
   color:#969696;
   font-weight: bold;
}
.link {
   font-family:	"Arial";
   font-size: 15px;
   color: #222222;
   text-decoration: none;
}
.link:hover {
   text-decoration: underline;
}
.tituloPergunta {
  font-family:	"Arial";
  font-size:	   16px;
  color:	#DD4B39;
  font-weight: bold;
}
.pergunta {
  font-family:	"Arial";
  font-size:	   16px;
}
.filtro {
    font-size:	   14px;
    font-family: arial,sans-serif;
    margin-right: 8px;
    padding-bottom: 3px;
    padding-left: 16px;
    text-indent: -8px;
    font-weight: bold;
    color: #D14836;
}
.filtroLink {
    font-size:	   14px;
    font-family: arial,sans-serif;
    margin-right: 8px;
    padding-bottom: 3px;
    padding-left: 16px;
    text-indent: -8px;
   color: #222222;
   text-decoration: none;
}
.filtroLink:hover {
   text-decoration: underline;
}
.retirarfiltro {
    font-size:	   14px;
    font-family: arial,sans-serif;
    margin-right: 8px;
    padding-bottom: 3px;
    padding-left: 16px;
    text-indent: -8px;
    font-weight: bold;
    color: #D14836;
    text-decoration: none;
}
.retirarfiltro:hover {
   text-decoration: underline;
}
a.ponto {
    font-size:	   16px;
    font-family: arial,sans-serif;
    color:        #1122CC;
}
.local {
  font-size:	     12px;
  color:        #009933;
  font-family: arial,sans-serif;
  margin-bottom: 2px;
}
.endereco, .sinal, .comentarios, .tipo {
    font-size:	   14px;
    font-family: arial,sans-serif;
    white-space: nowrap;
}
.processando {
  font-size:	   12px;
  margin-left:    6px;
  color:        #009933;
}
.seta {
   border: 1px solid #DCDCDC;
   background-color: #F4F4F4;
   border-radius:        2px;
   -moz-border-radius:   2px;
   -webkit-border-radius:2px;
   display:             none;
   position:        absolute;
   width:               28px;
   text-align:        center;
}
.separador {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #EFEFEF;
}
.comentarioPonto {
    font-size:	   14px;
    font-family: arial,sans-serif;
    font-weight: bold;
    color: #D14836;
}
.comentariosPonto {
  white-space: normal;
}
.separadorComentario {
  height: 10px;
}
.formComentario {
  display: none;
}
.formLeft{
  float:left;
}
.rota {
    font-size:	   14px;
    font-family: arial,sans-serif;
}

