/* by vitorgga */
a:link {
 color: #000000;
 text-decoration: none;
}
a:visited {
 color: #000000;
 text-decoration: none;
}
a:hover {
 color: #000000;
 text-decoration: underline;
}

.compact {
 white-space:nowrap;
 text-overflow:ellipsis; /* for internet explorer */
 overflow:hidden;
 /* width:200px; */
}

hr {
 border: 1px solid #007CC3;
 height: 1px;
}

.fiedu {
 height: 240px;
}
.fiedu legend {
 font-family: "Trebuchet MS",Tahoma;
 font-variant: small-caps; 
 font-weight: bold;
 font-size: 11pt;
 color: #0093DD;
}
.fiedu legend img {
 vertical-align: middle;
 margin: 4px;
}

.item { padding: 4px; border-bottom: 1px solid #EDF6FB; cursor: pointer; cursor: hand; }
.item:hover { border-bottom: 1px solid #007CC3; background-color: #EDF6FB; }

#titulo {
 background-image: url("design/titulo.gif");
 background-position: center right;
 background-repeat: no-repeat;
 padding: 12px;
 height: 36px;
}
#titulo span {
 background-repeat: no-repeat;
 width: 100%;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 10pt;
 font-weight: bold;
 color: #FFFFFF;
}

#conteudo {
 padding: 4px;
 width: 100%;
}

#banners * {
 margin-bottom: 8px;
}

#menu *
{
 xfont-variant: small-caps;
 xfont-weight: bold;
 font-family: "Arial Black","Trebuchet MS",Tahoma;
 font-size: 9pt;
 height: 29px;
}
#menu span {
	width: 1px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("design/menu_div.jpg");
}
#menu a {
	display: inline-block;
	vertical-align: middle;
 padding: 6px;
 padding-left: 20px;
 padding-right: 20px;
 text-decoration: none;
 color: #0076C0;
}
#menu a:hover {
 color: #FFFFFF;
 background-color: #75C5F0;
}

#paginas a {
 font-family: "Trebuchet MS",Tahoma;
 font-weight: bold;
 font-size: 9pt;
 padding: 4px;
 margin: 4px;
 text-decoration: none;
}
#paginas a:hover {
 background-color: #F6F6F6;
}
#paginas a img {
 vertical-align: middle;
}

body {
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 scrollbar-base-color: #1B7192;
 background-color: #1B7192;
 behavior:url("csshover2.htc");
 overflow-y: scroll;
 background-image: url("design/bg.jpg");
 background-repeat: repeat-x;
}
img, div { behavior: url(iepngfix.htc) }

body, table, tr, td, div, input, textarea, select {
 font-size: 8pt;
 font-family: Tahoma;
}

form {
 margin: 0px;
}

table {
 border: 0px;
 border-collapse: separate;
 border-spacing: 0px;
}

p {
	margin: 0px
}

div {
 scrollbar-base-color: #007CC3;
 scrollbar-3dlight-color:#FFFFFF;
 scrollbar-arrow-color:#000000;
 scrollbar-darkshadow-color:#FFFFFF;
 scrollbar-face-color: #007CC3;
 scrollbar-highlight-color:#FFFFFF;
 scrollbar-shadow-color:#FFFFFF;
 scrollbar-track-color:#FFFFFF;
}

#rte_documento {
 margin: 10px;
 padding: 10px;
 background-color: #FFFFFF;
 text-align: justify;
}

* {
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}