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

body {
    background: #FFFFFF url('design/background.png') repeat-x top;
}

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: #878787;
	border: 1px solid #999999;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 2px;
}
.button, .button:active, .button:visited, .button:hover, .button:link {
    display: inline-block;
    padding: 2px 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: 40px;
}

h1, h2, h3, h4 {
    clear: both;
    margin: 0px;
    padding: 0px; 
}
h1 {
	background: #F2F2F2;
	font-weight: bold;
	font-family: "Trebuchet MS",Tahoma;
	font-size: 20pt;
	padding: 8px 5px;
	margin: 0 0 4px 0;
	text-transform: uppercase;
}
h1 a, h1 a:link, h1 a:hover, h1 a:visited {
    color: #FFFFFF;
}
h2 {
    clear: both;
    color: #555555;
    font-family: "Trebuchet MS",Tahoma;
    font-weight: bold;
    font-size: 12pt;
    padding: 10px 0px;
}
h2 a, h2 a:link, h2 a:hover, h2 a:visited {
    color: #555555;
}
h3 {
    clear: both;
    font-weight: bold;
    font-family: "Trebuchet MS",Tahoma;
    font-size: 22pt;
    color: #333333;
    padding: 10px 0px;
}
h3 a, h3 a:link, h3 a:hover, h3 a:visited {
    color: #333333;
}

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

.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: 10px 0 0 -20px;
	display: inline-block;
	width: 135px;
 	height: 135px;
}

.a_desenvolvido {
	width: 96px;
	height: 22px;
	background: url('design/desenv_magicdigital.png') no-repeat;
	display: inline-block;
	border: 0px solid;
	margin: 11px 0;
}

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

.d_rodape {
	padding: 10px;
    text-align: center;
    font-size: 10pt;
}

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

.menu {
    padding: 30px 0 30px 100px;
}
.menu img {
    vertical-align: middle;
}
.menu a {
	display: inline-block;
	padding: 24px 32px;
	text-align: center;
	color: #AAAAAA;
	font-size: 11pt;
    font-weight: normal;
    vertical-align: middle;
    text-transform: uppercase;
}
.menu a:hover {
	background: #F2F2F2;
    color: #AAAAAA;
	text-decoration: none;
}

.formulario {
	padding: 20px;
}
.formulario span {
	padding: 10px 40px 10px 10px;
	display: inline-block;
	float: left;
}
.formulario span:hover {
	background: #F2F2F2;	
}
.formulario span input, .formulario span select {
	padding: 5px;
}
.formulario fieldset {
	margin: 20px 10px;
}

.ui-datepicker-trigger {
	vertical-align: middle;
	margin: 0 5px;
	cursor: pointer;
	cursor: hand;
}
