.divConteudo{float:right; width:613px; margin-right:4px;}
.divConteudo table th, .divConteudo table td{padding:5px;}
.divConteudo table th{color:#000; text-align:right;}
.divConteudo table th .nO{font-weight:normal;}
.divConteudo table td{border-bottom:solid 1px #e8e8e8;}
.divConteudo table td small{margin-left:10px;}


.divLateral{width:250px; float:left; margin-left:8px;}
.divLateral div{width:200px; margin:auto;}
.divLateral form label{display:block; color:#736357;}
.divLateral form input, .divLateral form textarea{margin:5px 0px; width:180px; border:solid 1px #adadad; padding:5px; color:#736357; font:12px Arial, Helvetica, sans-serif;}
.divLateral form input.bt{border:none; background-color:#999; color:#fff; padding:5px; width:auto; cursor:pointer;}

/* Formatacao do campo Cidades que atende */
.ac_results {
   padding: 0px;
   border: 0px solid black;
   background-color: white;
   overflow: hidden;
   z-index: 99999;
}
.ac_results ul {
   width: 100%;
   list-style-position: outside;
   list-style: none;
   padding: 0;
   margin: 0;
   border: 1px solid #d4d4d4;
}
.ac_results li {
   margin: 0px;
   padding: 2px 5px;
   cursor: default;
   display: block;
   /* 
   if width will be 100% horizontal scrollbar will apear 
   when scroll mode will be used
   */
   /*width: 100%;*/
   font: menu;
   font-size: 12px;
   /* 
   it is very important, if line-height not setted or setted 
   in relative units scroll will be broken in firefox
   */
   line-height: 16px;
   overflow: hidden;
}
.ac_loading {
   background: white url('indicator.gif') right center no-repeat;
}
.ac_even {
   background-color:#fff !important;
}
.ac_odd {
   background-color:#eee !important;
}
.ac_over {
   background-color: #70c970;
   color: black;
}

