/* by vitorgga */
a, a:link, a:visited {
    color: #777777; /* 008AE5 */
}
a:hover {
    color: #008AE5;
    cursor: pointer; cursor: hand;
}
a:hover {
    text-decoration: none;
}

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

body, table, input, textarea, select, button {
    color: #777777;
}


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

input, select, textarea {
	background: #FFFFFF url('design/input.jpg') top repeat-x;
	border: 1px solid #7C6553;
	color: #000000;
	padding: 5px;
}
input[type=checkbox], input[type=radio] {
	background: none;
	border: 0px solid;
}
button, .button, .button:link, .button:hover, .button:active {
	background: #008AE5 url('design/button.jpg') repeat-x top;
	border: 0px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	margin: 0px 2px;
}
.button, .button:active, .button:visited, .button:hover, .button:link {
    display: inline-block;
    padding: 5px;
    color: #FFFFFF;
}

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

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 {
	font-weight: bold;
	font-family: "Trebuchet MS",Tahoma;
	font-size: 17pt;
	color: #008AE5;
	padding: 1px 5px;
	margin: 10px 0;
}
h1 a, h1 a:link, h1 a:hover, h1 a:visited {
    color: #008AE5;
}
h2 {
    background: #EBF7FF;
    color: #008AE5;
    font-family: "Trebuchet MS",Tahoma;
    font-weight: bold;
    font-size: 12pt;
    padding: 4px;
}
h2 a, h2 a:link, h2 a:hover, h2 a:visited {
    color: #008AE5;
}
h3 {
    background: #EBF7FF;
    font-weight: bold;
    font-family: "Trebuchet MS",Tahoma;
    font-size: 22pt;
    color: #008AE5;
    padding: 10px 0px;
}
h3 a, h3 a:link, h3 a:hover, h3 a:visited {
    color: #008AE5;
}

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

.banners_vertical img, .banners_vertical embed, .banners_vertical object {
	margin: 0px 0px 20px 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;
}

.rte_documento2 {
 padding: 10px 20px;
 text-align: justify;
 line-height: 150%;
}

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

.inputAlert {
 border: 1px solid red;
}

.a_logo {
	background: url('design/logo.png') no-repeat;
    position: absolute;
	margin: 50px 0 0 50px;
	display: inline-block;
	width: 172px;
 	height: 38px;
}

.a_desenvolvido {
	width: 88px;
	height: 20px;
	background: url('design/desenv_vitorgga.png') no-repeat;
	position: absolute;
	border: 0px solid;
	margin: 30px 0 0 830px;
	display: block;
}

.d_topo {
    position: absolute;
    margin: 18px 0 0 775px;
	color: #AAAAAA;
    font-size: 10pt;
}

.d_rodape2 {
	position: absolute;
	margin: 142px 0 0 449px;
	line-height: 170%;
    font-size: 9pt;
    font-weight: bold;
    text-align: right;
}
.d_rodape3 {
	position: absolute;
	margin: 50px 0 0 20px;
	line-height: 170%;
    font-size: 9pt;
    font-weight: bold;
}

.paginas a {
	display: inline-block;
	padding: 4px 10px;
	font-size: 12pt;
	color: #362F24;
	font-weight: bold;
}

.menu_topo {
	position: absolute;
	margin: 20px 0 0 300px;
}
.menu_topo a {
	background: url('design/botao.png') no-repeat left bottom;
	width: 150px;
	padding: 10px 20px 20px 20px;
	display: inline-block;
	color: #BEE3F6;
	font-size: 12pt;
	font-weight: bold;
}
.menu_topo a:hover {
	color: #008AE5;
	text-decoration: none;
}

.topo {
	width: 900px;
    height: 120px;
	display: block;
}

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

.item1 {
	background: url('design/item1.png') repeat-x top;
	padding: 10px;
}
.item2 {
	background: url('design/item2.png') repeat-x top;
	padding: 10px;
}

.item1 b, .item2 b {
	display: block;
	padding: 5px 0;
}