/* by vitorgga */
a, a:link, a:visited {
 color: #000000;
}
a:hover, a:hover * {
 color: #000066;
 cursor: pointer; cursor: hand;
}

body {
 background: #FFFFFF;
}

body, table, tr, td, div {
 font-family: "Trebuchet MS",Tahoma;
 font-size: 9pt;
 color: #000000;
}

hr {
 clear: both;
 border: 1px solid #E3F2FD;
 height: 1px;
}

input, select, textarea {
 background: #EBEBEB url('design/input.jpg') top repeat-x;
 border: 1px solid #999999;
 color: #000000;
}
input[type=checkbox], input[type=radio] {
 background: none;
 border: 0px solid;
}
button {
 background: #FFFFFF url('design/button.png') bottom repeat-x; 
 border: 1px solid #CCCCCC;
 color: #000000;
 font-weight: bold;
 margin: 0px 2px;
 padding: 2px 6px;
}

.item { border-bottom: 1px solid #CCCCCC; cursor: pointer; cursor: hand; }
.item:hover { background: #F2F2F2; border-bottom: 1px solid #000000; }

a.tooltip span {display:none; text-align:left; padding:2px 3px; margin-left:8px; max-width:250px; z-index: 99999;} 
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}

#conteudo {
 padding: 10px;
}

h1, h2, h3, h4 {
 clear: both;
 margin: 0px;
 padding: 0px; 
}
h1 {
 background: url('design/h1.jpg') left top repeat-x;
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 16pt;
 padding: 15px 0px 5px 10px;
 margin: 0px 0px 4px 0px;
 color: #FFFFFF;
}
h1 a, h1 a:link, h1 a:hover, h1 a:visited {
 color: #FFFFFF;
}
h2 {
 clear: both;
 background: url('design/h2.jpg') right top repeat-x;
 color: #000000;
 font-family: "Trebuchet MS",Tahoma;
 font-weight: normal;
 font-size: 12pt;
 padding: 8px;
}
h2 a, h2 a:link, h2 a:hover, h2 a:visited {
 color: #000000;
}
h3 {
 clear: both;
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 23pt;
 color: #000000;
 padding: 10px 0px;
}
h3 a, h3 a:link, h3 a:hover, h3 a:visited {
 color: #000000;
}

.banners img, .banners embed, .banners object {
 margin: 5px;
}

.banners_vertical img, .banners_vertical embed, .banners_vertical object {
 margin: 0px 0px 5px 0px;
}

.off {
 filter:alpha(opacity=25);
 -moz-opacity:.25;
 opacity:.25;
}

.dfix {
 content: '.'; clear: both; display: inline-block;
}

#tinymce, #tinymce p, #tinymce div, .rte_documento, .rte_documento p, .rte_documento div {
 margin: 10px;
 text-align: justify;
 text-indent: 20px;
 line-height: 150%;
}

body.mceContentBody {
   background: #FFFFFF;
}

/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/

.inputAlert {
 border: 1px solid red;
}

.rodape {
 margin: 70px 0px 0px 30px;
 color: #666666;
 font-weight: bold;
}

.d_recados div {
 padding: 10px;
}

.d_recados div span {
 padding: 5px 10px;
 color: #CCCCCC;
 display: block;
 background: url('design/ico.gif') top left no-repeat;
}

.d_cidades {
 background: url('design/topo_cidadesbg.jpg');
 display: none;
 width: 304px;
}
.d_cidades a {
 padding: 4px 4px 4px 30px;
 display: block;
 color: #FFFFFF;
}
.d_cidades a:hover {
 color: #000066;
}