/* by vitorgga */
a, a:link, a:visited {
    color: #333333;
}
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: #333333;
}

.curvas {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

hr {
    clear: both;
    background: none;
    border: none;
    border-top: 1px solid #E3F2FD;
    height: 1px;
}

input, select, textarea {
    background: #EBEBEB url('design/input.jpg') top repeat-x;
    border: 1px solid #999999;
    color: #000000;
    padding: 3px;
}
input[type=checkbox], input[type=radio] {
	background: none;
	border: 0px solid;
}
button, .button, .button:link, .button:hover, .button:active {
    background: #FFFFFF url('design/button.png') bottom repeat-x; 
    border: 1px solid #CCCCCC;
    color: #222222;
    font-weight: bold;
    margin: 0px 2px;
    padding: 2px 6px 4px 6px;
}
.button, .button:active, .button:visited, .button:hover, .button:link {
    display: inline-block;
    padding: 4px 6px 6px 6px;
    color: #222222;
    line-height: 100%;
}
button:hover, .button:hover {
    color: green;
}

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

a.tooltip span { display:none; } 
a.tooltip:hover span {
    display: inline;
    position: absolute;
    background: #ffffff;
    border:1px solid #cccccc;
    color:#6c6c6c;
    font-size: 8pt;
    padding: 2px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#conteudo {
    padding: 20px 10px;
    min-height: 800px;    
}
#conteudo.index {
    padding: 15px 5px;
}

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 {
    font-weight: bold;
    font-family: "Trebuchet MS",Tahoma;
    font-size: 18pt;
    color: #000000;
    padding: 10px 0px;
}
h2 a, h2 a:link, h2 a:hover, h2 a:visited {
    color: #000000;
}
h3 {
    background: url('design/h2.jpg') right top repeat-x;
    color: #000000;
    font-family: "Trebuchet MS",Tahoma;
    font-weight: normal;
    font-size: 12pt;
    padding: 8px;
}
h3 a, h3 a:link, h3 a:hover, h3 a:visited {
    color: #000000;
}
h4 {
    background: #E3F2FD;
    padding: 5px;    
}

.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;
}
.off_hover:hover {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;    
}
.off_reverso:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.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;
    xtext-indent: 20px;
    line-height: 150%;
}

body.mceContentBody {
   background: #FFFFFF;
}


.inputAlert {
	border: 1px solid red;
}

.alerta {
    padding: 20px; border: 1px solid #FFE5E5; background: #FFFFE5; font-weight: bold;
}

#fancy_div {
	background: #FFFFFF !important;
	color: #000000 !important;
}

.transparente {
    background: none;
    border: none;
    padding: 0;
}
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/

.a_logo {
    position: absolute;
    margin: 10px 0 0 835px;
}
.a_logo img {
    height: 40px;
}

.inputAlert {
    border: 1px solid red;
}

.rodape {
    position: absolute;
    margin: 80px 0 0 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;
}

.frm span {
    display: block;
    clear: both;
    padding: 10px;
}
.frm span label {
    display: inline-block;
    font-family: "Trebuchet MS",Tahoma;
    font-size: 10pt;
    text-align: right;
    vertical-align: middle;
    width: 150px;
}
.frm span select, .frm span input, .frm span textarea {
	background: #E3F2FD;
    border: 1px solid #DDDDDD;

    vertical-align: top;
    padding: 6px 10px;
    
    -moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	-khtml-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}
.frm .botaozao {
    font-size: 18pt;
}

.paginacao {
    text-align: center;
    padding: 10px;
}
