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

body, table, tr, td, div, input, textarea, select, button {
 color: #FFFFFF;
}

body {
 background: #000000 url('design/background.jpg') top center no-repeat;
}

hr {
 clear: both;
 border: 1px solid #0D0D0D;
 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: 0px solid #949393;
 color: #000000;
 font-weight: bold;
 margin: 0px 2px;
}

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

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

#conteudo {
 /* background: url('design/h2.png'); */
 margin: 4px;
}

h1 {
 clear: both;
 background: url('design/h1.gif') left top repeat-x;
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 16pt;
 height: 40px;
 color: #FFFFFF;
 padding: 12px 0px 8px 32px;
 margin: 0px 0px 4px 0px;
}
h1 a, h1 a:link, h1 a:hover, h1 a:visited {
 color: #FFFFFF;
}
h2 {
 clear: both;
 background: url('design/h2.png');
 font-family: "Trebuchet MS",Tahoma;
 font-weight: normal;
 font-size: 12pt;
 color: #FFFFFF;
 padding: 6px;
}
h2 a, h2 a:link, h2 a:hover, h2 a:visited {
 color: #FFFFFF;
}
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;
}

.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: '.'; display: block; clear: both; display: inline-block;
}

.menu_rodape {
 margin: 18px 0px 0px 32px;
}
.menu_rodape a:link, .menu_rodape a:visited {
 color: #000000;
}
.menu_rodape a:hover {
 color: #42371F;
}

.submenu {
 background: url("design/index_submenu.jpg") center center no-repeat;
 margin: 10px 0px;
 text-align: center;
}
.submenu a {
 padding: 25px 10px;
 display: inline-block;
 vertical-align: middle;
}
.submenu a:hover {
 background: #F1CFAE;
}

.index_itens {
 padding: 10px;
 margin: 10px;
 background: #000000;
 width: 138px;
 height: 116px;
 float: left;
 text-align: center;
}

#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;
}