/* by vitorgga */
a:link {
 color: #FFFFFF;
 text-decoration: none;
}
a:visited {
 color: #FFFFFF;
 text-decoration: none;
}
a:hover, a:hover * {
 color: yellow;
 cursor: pointer; cursor: hand;
}
a:hover {
 text-decoration: underline;
}

body {
 background: #821F00;
}

body, table {
 color: #FFFFFF;
}
input, textarea, select, button {
 color: #821F00;
}

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

input, select, textarea {
 background: #FFFFFF url('design/input.jpg') top repeat-x;
 border: 1px solid #999999;
}
input[type=checkbox], input[type=radio] {
 background: none;
 border: 0px solid;
}
button {
 background: #E0DEDF url('design/button.jpg') top repeat-x;
 border: 0px solid #949393;
 color: #821F00;
 font-weight: bold;
 margin: 0px 2px;
}

.item { border-bottom: 1px solid #FFFFFF; cursor: pointer; cursor: hand; }
.item:hover { background: #FFFFFF; border-bottom: 1px solid #000066; }

#conteudo {
 padding: 4px;
}

h1, h2, h3, h4 {
 clear: both;
}
h1 {
 clear: both;
 font-family: "Trebuchet MS",Tahoma;
 font-weight: normal;
 font-size: 16pt;
 color: #D66A22;
 padding: 0px 0px 0px 570px;
 margin: 0px 0px 2px 0px;
 text-align: left;
}
h1 a, h1 a:link, h1 a:hover, h1 a:visited {
 color: #D66A22;
}
h2 {
 clear: both;
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 16pt;
 color: #FFFFFF;
 padding: 4px 0px;
 margin: 0px 0px 4px 0px;
}
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: #FFFFFF;
 padding: 10px 0px;
}

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

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

.inputAlert {
 border: 1px solid red;
}


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

body.mceContentBody {
   background: #990000;
}

/*
###################################################################################################
###################################################################################################
###################################################################################################
*/

.rodape {
 position: absolute;
 text-align: center;
 margin: 318px 0px 0px 0px;
 text-align: center;
 width: 776px;
}
.rodape a {
 color: #FFFFFF;
}

.index_construcao {
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 10pt;
 color: #FFFFFF;
 line-height: 200%;
 padding: 10px; 
}