/* by vitorgga */
a, a:link, a:visited {
 color: #CBCBCB;
}
a:hover, a:hover * {
 color: #FFFFFF;
 cursor: pointer; cursor: hand;
}

body {
 background: #000000;
}

body, table, tr, td, input, textarea, select, button, div {
 font-family: Tahoma, "Trebuchet MS";
 font-size: 10pt;
 color: #CBCBCB;
}

hr {
 clear: both;
 border: 1px solid #CCCCCC;
 height: 1px;
}

input, select, textarea {
 background: #FFFFFF 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: url('design/button.jpg') center; 
 border: 1px solid #999999;
 color: #000000;
 font-weight: bold;
 margin: 0px 2px;
}

.item { border-bottom: 1px solid #CCCCCC; cursor: pointer; cursor: hand; }
.item:hover { background: #F2F2F2; border-bottom: 1px solid #000000; }

a.tooltip span {display:none; padding: 4px; margin: 25px 0px 0px 0px; xwidth:200px; z-index: 9999; } 
a.tooltip:hover span{display:block; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c; font-size: 9pt}  

#conteudo {
 padding: 0px;
}

h1 {
 clear: both;
 background: url('design/h1.gif') left center no-repeat;
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 16pt;
 padding: 12px 0px;
 margin: 0px 0px 4px 0px;
}
h1 a, h1 a:link, h1 a:hover, h1 a:visited {
 color: #000000;
}
h2 {
 clear: both;
 background: url('design/h2.jpg') bottom repeat-x;
 font-family: "Trebuchet MS",Tahoma;
 font-weight: normal;
 font-size: 12pt;
 padding: 6px 0px;
}
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: 10pt;
 color: #C7BCAA;
 padding: 10px;
}
h3 a, h3 a:link, h3 a:hover, h3 a:visited {
 color: #C7BCAA;
}
h4 {
 clear: both;
 text-align: center;
}
h4, h4 a, h4 a:link, h4 a:visited {
 font-family: "Trebuchet MS",Tahoma;
 font-size: 16pt;
 font-weight: normal;
 color: #CBCBCB;
}

.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;
}

.menu_rodape {
 position: absolute;
 margin: 145px 0px 0px 20px;
}
.menu_rodape a:link, .menu_rodape a:visited {
 color: #FFFFFF;
}
.menu_rodape a:hover {
 color: #F8BB27;
}

.menu {
 background: url('design/menu.jpg');
 padding: 0px 10px 24px 10px;
}
.menu a {
 padding: 8px;
 border-bottom: 1px solid #CDA401;
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 10pt;
 display: block;
}
.menu a:hover {
 background: url('design/menu_fundo.jpg') bottom repeat-x;
}

.parceiros {
 text-align: center;
}
.parceiros img {
 margin: 10px;
}

#tinymce, #tinymce p, #tinymce div, .rte_documento, .rte_documento p, .rte_documento div {
 margin: 10px;
 text-align: justify;
 text-indent: 20px;
 line-height: 150%;
}

.inputAlert {
 border: 1px solid red;
}