﻿/*@import url("/RichWidgets/web.css"); -- Removed in the upgrade to 5.1.0.7*/
/* Inserted in the upgrade to 5.0.0.0: */

.Bold {
    display: inline;
    font-weight: bold;
}

.Italic {
    display: inline;
    font-style: italic;
}

.Underline {
    display: inline;    
    text-decoration: underline;
}

.Paragraph {
}

th {
    text-align: left;
    font-weight: normal;
}

.EditRecord {
}

.ShowRecord {
}

.TableRecords {
}

table.Empty {
}

/* Inserted in the upgrade to 5.0.0.0 */

SELECT {
	font-weight: normal;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

TEXTAREA {
	font-weight: normal;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
INPUT {
	font-weight: normal;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.result_titulo_small {
	font-weight: bold;
	color: #3D4294;

	margin-bottom: 10px;

	font-size: 11px;
	font-weight: bold;
}

.result_titulo {
	font-weight: bold;
	color: #3D4294;

	margin-bottom: 10px;

	font-size: 14px;
	font-weight: bold;
}

.result_resumo {
	font-weight: bold;
	color: #CC0000;

	margin-bottom: 10px;

	font-size: 14px;
	font-weight: bold;
}

.result_separator {
	margin: 14px 0 10px 0;
	height: 5px;
	background: url(img/img_horizontal.gif) 0 bottom no-repeat;
}

a{
	text-decoration: none;
}

/* /--Inserted in the upgrade to 5.1.0.0--\ */

.ListRecords {
}

img.RecordPicture {
    display: block;
    float: left;
    width: 120px;
}

div.RecordPicture_Wrapper {
    float: left;
}

div.RecordPicture_Wrapper img.RecordPicture {
    float: none;
}

.TableRecords img.RecordPicture {
    width: auto;
    height: 40px;
    float: none;
}

input.Prompt, textarea.Prompt {
    color: #BBBBBB;
}

/* \--Inserted in the upgrade to 5.1.0.0--/ */

/* /--Inserted in the upgrade to 5.1.0.2--\ */

select.Mandatory {
}

textarea.Mandatory {
}

/* \--Inserted in the upgrade to 5.1.0.2--/ */

input.Mandatory {
}

input.Not_Valid {
	border: 1px solid #BF1601;
}

select.Not_Valid {
 border: 1px solid #BF1601;
}

textarea.Not_Valid {
	border: 1px solid #BF1601;
}

input.Is_Default {
}

a.Is_Default {
}

td.MandatoryValue {
}

th.MandatoryValue /* copied from 'td.MandatoryValue' in the upgrade to 5.0.0.0 */ {
}

td.MandatoryCaption {
}

th.MandatoryCaption /* copied from 'td.MandatoryCaption' in the upgrade to 5.0.0.0 */ {
}

/*span.ValidationMessage {
	color: white;
	font-size: 11px;
	position: absolute;
	padding: 6px;
	font-weight: bold;
	background: #BF1601;
	max-width: 300px;
	z-index: 100;
}

span.ValidationIcon {
}*/

span.InputMandatorySymbol {
	position: absolute;
	color: #BF1601;
	padding: 3px;
	content: '*';
	font-size: 12px;
}

.Button {
	text-align: center;
	margin-right: 3px;
	padding: 0px 10px 1px 10px;
	*padding: 0px 3px 0px 3px;
}

.Button[disabled="disabled"] {
	padding: 1px 12px 2px 10px;
	color: ButtonShadow;
	cursor: text;
}

.EditRecord_Caption {
	color: #444444;
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
}

.EditRecord_Caption_Left {
	background: url(img/img_seta_azul.gif) 0 20px no-repeat;
	color: #444444;
	font-size: 12px;
	padding: 15px;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
}

.EditRecord_Value2 {
	border-left: 3px solid white;
	color: #444444;
}


.EditRecord_Value {
	border-left: 3px solid white;
	color: #444444;
	padding-top: 14px;
}


.EditRecord_Buttons {
	text-align: left;
	padding-top: 8px;
	border-bottom: 2px solid #1E5AA3;
	padding-bottom: 3px;
}

.col_sitemap {
	text-decoration: none;
	margin-right: 10px;
	width: 240px;
	padding: 0 0 0 0;
	float:left;
}

.sitemap_line_button{
	background: url(img/img_seta_destaque.gif) 0 6px no-repeat;
}

.sitemap_line{
	text-decoration: none;
	margin: 5px 0 5px 0;

	border: none;
}


.sitemap_line a,
.sitemap_line a:hover,
.sitemap_line a:visited,
.sitemap_line a:active{	
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	cursor:pointer;
}

.sub_sitemap_line_button{
	background: url(img/img_seta_azul.gif) 0 6px no-repeat;
}

.sub_sitemap_line_button_down{
	background: url(img/img_seta_azul_down.gif) 0 6px no-repeat;
}

.sub_sitemap_line{
	text-decoration: none;
	margin: 5px 0 5px 0;
	margin-left: 16px;
	border: none;
}


.sub_sitemap_line a,
.sub_sitemap_line a:hover,
.sub_sitemap_line a:visited,
.sub_sitemap_line a:active{	
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #3D4294;

	cursor: pointer;
}


.subsub_sitemap_line_button {
	background: url(img/img_seta_breadcrumb.gif) 0 6px no-repeat;
}

.subsub_sitemap_line {
	text-decoration: none;
	margin: 5px 0 5px 0;
	margin-left: 40px;
	text-indent: -12px;
	border: none;
}


.subsub_sitemap_line a,
.subsub_sitemap_line a:hover,
.subsub_sitemap_line a:visited,
.subsub_sitemap_line a:active{	
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

	cursor: pointer;
}


body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	
	background: #E1E8F4 url(img/bg_body.gif) top repeat-x;
}

body * { text-align: left; }

body, body * {
	margin: 0;
	padding: 0;
}

.h1 {
	font-weight: bold;
	font-size: 26px;
	color: #1D2057;
}

//div, form {
//	position: relative;
//}

form .submit { cursor: pointer; }

/* /--Inserted in the upgrade to 5.1.0.1--\ */

img {
    border-width: 0;
}

/* \--Inserted in the upgrade to 5.1.0.1--/ */

img {
	border: none;
}

.img_pagina {
	float: right;
	margin: 0 0 12px 12px;
}

.header {
	padding-bottom: 3px;
	background: url(img/bg_header_container.gif) bottom repeat-x;	
	z-index: 100;

}


.topsmall {
	height: 148px;
	background: #FFF;
	text-align: center;
	margin: 0 auto;
}

.topsmall .logotipo {
	margin: 0 auto;
	padding-top: 62px;
	width: 966px;
}

.topo {
	height: 320px;
	background: #FFF;
	text-align: center;
	margin: 0 auto;
}

.topo .logotipo {
	margin: 0 auto;
	padding-top: 62px;
	width: 966px;
}

.topo_interior {
	height: 200px;
	background: #FFF;
	text-align: center;
}

.topo_interior .logotipo {
	margin: 0 auto;
	padding-top: 62px;
	width: 960px;
}

.header_container {
	margin: 0 auto;
	width: 960px;
}

.searchbox {
	float: left;
	padding: 4px 5px 0 0;
	//padding-top: 5px;
	
	width: 166px;
	height: 28px;
	//height: 27px;
	
	background: url(img/bg_menutop.jpg) 0 0 no-repeat;
	border-right: 1px #31386F solid;

}

.searchbox_textbox {
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left:2px;
	width: 116px;
	height: 20px;
	
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	
	background: url(img/bg_searchbox.gif) 0 0 no-repeat;
	border: none;
}

.searchbox_submit {
	padding-bottom: 4px;
	width: 37px;
	height: 20px;
	
	background: url(img/bt_submit_searchbox.gif) 0 0 no-repeat;
	border: none;
	cursor: pointer;
}


/*  MENU DE TOPO  */
.menu_top{
	* float: left;
/*	width: 748px;*/
	height: 32px;
	background: url(img/bg_menutop.jpg) -250px 0 no-repeat;
	z-index:1000;
}

.menu_top ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:1000;
}

/*Top level list items*/
.menu_top ul div{
	position: relative;
	display: inline;
	float: left;
	//margin-bottom: -7px;
	z-index:1000;
}

/*Top level menu link items style*/
.menu_top ul div a,
.menu_top ul div a:active,
.menu_top ul div a:visited{
	display: block;
	//float: left;
	padding: 7px 12px 9px 11px;
	//padding-bottom: 7px;
	height: 15px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	border-right: 1px solid #1B1D56;
	z-index: 1000;
}

.menu_top ul div a:hover{
	text-decoration: none;
	background: #1B1D56;
	color: white;
	z-index:1000;
}
	
/*1st sub level menu*/
.menu_top ul div ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	z-index:1000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu_top ul div ul div{
	display: list-item;
	float: none;
	z-index: 1000;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menu_top ul div ul div ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
	z-index:1000;
}

/* Sub level menu links style */
.menu_top ul div ul div a,
.menu_top ul div ul div a:active,
.menu_top ul div ul div a:visited{
	display: block;
	color: #1B1D56;
	text-decoration: none;
	text-align: left;
	padding: 8px;
	height: auto;
	border-left: 1px solid #1B1D56;
	border-right: 1px solid #1B1D56;
	background: #E9EEF6;
	z-index: 1000;
}

.menu_top ul div ul div a:hover{
	text-decoration: none;
	background: #1B1D56;
	color: white;
	z-index:1000;
}

.menu_top ul div ul div ul div a,
.menu_top ul div ul div ul div a:active,
.menu_top ul div ul div ul div a:visited{
	z-index: 1000;
}

.menu_top .mainfoldericon,
.menu_top .mainfoldericon:visited{
	text-decoration: none;
	/*background: url(media/arrow-down.gif) no-repeat center right;*/
	z-index:1000;
}


.menu_top .subfoldericon,
.menu_top .subfoldericon:active,
.menu_top .subfoldericon:visited{
	text-decoration: none;
	background: #E9EEF6 url(img/img_seta_menu.gif) no-repeat center right;
	z-index:1000;
}

.menu_top .subfoldericon:hover {
	text-decoration: none;
	background: #1B1D56 url(img/img_seta_menu.gif) no-repeat center right;
	z-index:1000;
}

/* Holly Hack for IE \*/
* html .menu_top ul div { height: 0px;	z-index:1000; }
* html .menu_top ul div a { height: 0px; 	z-index:1000;}
/* End */

.container {
	margin: 0 auto;
	width: 966px;
}

.leftcolumn {
	float: left;
	padding-top: 5px;
	width: 176px;
	
	background: url(img/bg_leftcolumn.gif) right 0px no-repeat;
}

.leftcolumn li {
	list-style: none;
}

.newsletter {
	margin-top: 6px;
}

.newsletter_h3 {
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #2D2F84;
}

.newsletter_textbox {
	padding-top:2px;
	padding-bottom: 6px;
	padding-left: 4px;
	width: 134px;
	height: 20px;
	
	
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	
	background: url(img/bg_newsletter.gif) 0 0 no-repeat;
	border: none;
}

.newsletter_submit {
	padding-bottom:4px;
	width: 18px;
	height: 18px;
	
	background: url(img/bt_submit_newsletter.gif) 0 0 no-repeat;
	border: none;
	cursor: pointer;
}


.main {
	float: left;
	padding-left: 20px;
	padding-bottom: 10px;
	width: 540px;
}

.main_homepage_template1 {
    float: left;
    padding-left: 20px;
    padding-bottom: 10px;
    width: 770px;
}

.main ul li {
	list-style:none;
}

.main_interior {
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 12px;
	width: 518px;
	background: #FFF;
	padding-top: 3px;
	min-height: 372px;
}

.main_interior p {
	text-align: justify;
}

.main_interior .Paragraph /* copied from '.main_interior p' in the upgrade to 5.0.0.0 */ {
	text-align: justify;
}

* html .main_interior {
	height: 372px;
}

.resumo {
	text-align: justify;
	font-weight: bold;
	color: #CC0000;

	margin-bottom: 10px;

	font-size: 14px;
	font-weight: bold;
	color: #3D4294;
}

.resumo_infoComplaint {
	text-align: justify;
	color: #CC0000;

	margin-bottom: 10px;

	font-size: 12px;
	font-weight: normal;
	color: #3D4294;
}

.resumo_red {
	text-align: justify;
	font-weight: bold;
	color: #CC0000;

	margin-bottom: 10px;

	font-size: 14px;
	font-weight: bold;
	color: #C11B17;
}

/*  DESTAQUES SECUNDÁRIOS  */
.destaque_sec {
	float: left;
	margin: 10px 10px 0 0;
	width: 164px;
}

.destaque_sec ul li{
	list-style: none;
}

.destaque_sec_h2 {
	margin-bottom: 6px;
	font-size: 15px;
	font-weight: bold;
	color: #2D2F84;
	text-decoration: none;
}

destaque_sec_h2 a,
destaque_sec_h2 a:active,
destaque_sec_h2 a:visited{
	text-decoration: none;
}

.destaque_sec_img_container {
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	width: 164px;
	height: 120px;
	background: transparent url(img/img_overlay_destaquesec.png) no-repeat scroll 0 0;
}

.destaque_sec_img_container img {position: absolute; z-index: -1;}
.destaque_sec_img_container .overlay{
	position:absolute;
	z-index: 100;
	width: 164px;
	height: 120px;
}

.destaque_sec_p {
	margin: 12px 0;
	line-height: 114%;
	color: #444;
}

.destaque_sec_saiba_mais,
.destaque_sec_saiba_mais:active,
.destaque_sec_saiba_mais:visited {
	padding-left: 22px;
	font-size: 13px;
	font-weight: bold;
	color: #2F357F;
	text-decoration: none;
	
	background: url(img/bg_saibamais_destaquesec.gif) 0 0 no-repeat;
}

.destaque_sec_saiba_mais:hover {color: #000066;}

/*  COLUNA DA DIREITA  */
.rightcolumn {
	float: left;
	padding: 5px 0 0 12px;
	width: 174px;
	min-height: 221px;
	//height: 221px;
	
	background: url(img/bg_rightcolumn.gif) 0 3px no-repeat;
}

.rightcolumn li{
	list-style: none;
	margin-top: 8px;
}


/*  ESTILOS PARA NOTICIAS DA HOMEPAGE  */
.rightcolumn_h3,
.rightcolumn_h3 a
    {
	margin-bottom: 6px;
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
}

.titulo_noticia,
.titulo_noticia a,
.titulo_noticia a:active,
.titulo_noticia a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #4B57A0;
	text-decoration: none;
}

.titulo_noticia a:hover {
	text-decoration: underline;
}

.resumo_noticia {
	line-height: 114%;
	color: #444;
}

/*  ESTILOS PARA NOTICIAS NO CONTEUDO (LISTAGEM)  */
.paginacao {
	float: right;
}

.paginacao li {
	float: left;
	margin-right: 5px;
	list-style-type: none;
}

.paginacao li img {
	vertical-align: middle;
}

.paginacao li a,
.paginacao li a:visited,
.paginacao li a:active {
	font-size: 12px;
	color: #3D4294;
	text-decoration: none;
}

.paginacao li a:hover {
	text-decoration: underline;
}

.paginacao li a.selected {
	font-weight: bold;
	text-decoration: underline;
}

.lista_noticias {
	clear: both;
}

.lista_noticias li {
	margin-top: 14px;
	height: 26px;
	
	font-size: 12px;
	font-weight: bold;
	color: #333;
	list-style-type: none;
	
	background: url(img/img_horizontal.gif) bottom no-repeat;
}

.lista_noticias li a,
.lista_noticias li a:active,
.lista_noticias li a:visited {
	padding-left: 22px;
	
	font-size: 14px;
	font-weight: bold;
	color: #3D4294;
	text-decoration: none;
	
	background: url(img/bul_azul.gif) 0 0 no-repeat;
}

.lista_noticias li a:hover {
	text-decoration: underline;
}

.view_also{
	background: url(img/img_horizontal.gif) 0 0 no-repeat;

	display: block;
	padding-left: 22px;
	
	font-size: 14px;
	font-weight: bold;
	color: #3D4294;
	text-decoration: none;
	
	background: url(img/bul_vermelho.gif) 0 0 no-repeat;
}

.view_also_link,
.view_also_link ul{
	list-style-type: none;
}

.view_also_link ul li{
	padding-left: 18px;
	background: url(img/img_seta_destaque.gif) 10px 4px no-repeat;	
}

.historico_noticias {
	margin-top: 16px;
	padding-top: 12px;
	background: url(img/img_horizontal.gif) 0 0 no-repeat;
}

.historico_noticias a,
.historico_noticias a:active,
.historico_noticias a:visited {
	display: block;
	padding-left: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #3D4294;
	text-decoration: none;
	background: url(img/bul_vermelho.gif) 0 0 no-repeat;
}
.historico_noticias a:hover {
	text-decoration: underline;
}

/* ESTILOS PARA OS DESTAQUES INTERIORES  */
.destaque_right {
	margin-top: 8px;
	//margin-top: 20px;
	margin-bottom: 20px;
	//margin-bottom: 12px;
	width:160px;
}

.destaque_right_h4 a,
.destaque_right_h4 a:visited {
	//margin-bottom: 2px;
	
	font-size: 12px;
	color: #3D4294;
	font-weight: bold;
	text-decoration: none;
}

.destaque_right p {
	line-height: 100%;
}

.destaque_right .Paragraph /* copied from '.destaque_right p' in the upgrade to 5.0.0.0 */ {
	line-height: 100%;
}

.destaque_right p a {
	text-decoration: none;
	color: #333;
}

.destaque_right .Paragraph a /* copied from '.destaque_right p a' in the upgrade to 5.0.0.0 */ {
	text-decoration: none;
	color: #333;
}

.img_destaque_right{
	position: relative;
	display: block;
	margin-bottom: 4px;
	width: 164px;
	height: 60px;
    z-index: -2147483647;
}


.img_destaque_righ_img {
	position: relative;
	z-index: -2147483647;
}

.img_destaque_righ_Text {
	font-size:11px;
}


.img_destaque_right_top {
	position: absolute;
	top: 0; left: 0;
	z-index: 400;
	background: url(img/top_destaqueright.png);
}

.img_destaque_right_bottom {
	position: absolute;
	bottom: 0; left: 0;
	z-index: 401;
	background: url(img/bottom_destaqueright.png);
}

/*  FOOTER  */
.footer {
	clear: both;
	margin-bottom: 12px;
	padding: 0 0 10px 188px;
	width: 776px;
	
	background: url(img/bg_footer.gif) 188px top no-repeat;
}

.footer ul li {
	margin-top: 8px;
	padding: 0 8px;
	height: 20px;
	list-style-type: none;
	float: left;
	
	border-right: 1px #2E3378 dotted;
}

.footer ul li.last {
	border: none;
}

.footer ul li a,
.footer ul li a:active,
.footer ul li a:visited {
	display: block;
	
	font-weight: normal;
	font-size: 13px;
	color: #444F98;
	text-decoration: none;
}

.footer ul li a:hover {
	color: #2F357F;
	text-decoration: underline;
}

/*  BREADCRUMB  */
.breadcrumb {
	margin: 14px 0 10px 0;
	height: 26px;
	list-style: none;
	background: url(img/img_horizontal.gif) 0 bottom no-repeat;
}

.breadcrumb li {
	list-style: none;
	height: 20px;
	float: left;
	text-decoration: none;
}

.breadcrumb li a{
	text-decoration: none;
	font-weight: normal;
}

/*  WIDGETS  */

.widgets {
	margin: 6px 0 20px 0;
	height: 25px;
	overflow: hidden;
}

.widgets li {
	font-weight: normal;
	float: left;
	margin-right: 20px;
	height: 25px;
	
	//background: url(img/bul_azul.gif) 0 0 no-repeat;
	list-style: none;
}

.widgets li a,
.widgets li a:active,
.widgets li a:hover,
.widgets li a:visited {
	font-weight: normal;
	padding-left: 5px;
	
	color: #333;
	text-decoration: none;
}

.toggler_mais {
	margin-bottom: 2px;
	display: block;
	width: 518px;
	height: auto;
	
	background: url(img/img_titfaqs_btmais.gif) right bottom no-repeat;
	overflow: hidden;

	cursor: pointer;
}

.toggler_mais .top {
	height: 5px;
	background: url(img/canto_faqs_topo_01.gif) 0 0 no-repeat;
	font-size: 1px;
}

.toggler_mais .top .img02{
	right: 0;
	z-index: 201;
	float: right;
}

.toggler_mais img {
	float: left;
	vertical-align: middle;
}

.toggler_mais .text {
	display: block;
	padding: 0 0 6px 7px;
	width: 490px;
	
	font-size: 11px;
	font-weight: bold;
	color: #3D4294;
	
	background: url(img/bg_titfaqs.gif) left bottom no-repeat;

}

.toggler_mais .bullet {
	float: right;
}


.toggler_menos {
	margin-bottom: 2px;
	display: block;
	width: 518px;
	height: auto;
	
	background: url(img/img_titfaqs_btmenos.gif) right bottom no-repeat;
	overflow: hidden;
	
	cursor: pointer;
}

.toggler_menos .top {
	height: 5px;
	background: url(img/canto_faqs_topo_01.gif) 0 0 no-repeat;
	
	font-size: 1px;
}

.toggler_menos .top .img02{
	float: right;
	right: 0;
	z-index: 201;
}

.toggler_menos img {
	float: left;
	vertical-align: middle;
}

.toggler_menos .text {
	display: block;
	padding: 0 0 6px 7px;
	width: 490px;
	font-size: 11px;
	font-weight: bold;
	color: #3D4294;
	background: url(img/bg_titfaqs.gif) left bottom no-repeat;
}

.toggler_menos .bullet {
	float: right;
}


.content_visible{
	border-top: medium none; 
	border-bottom: medium none; 
	margin: 8px 0pt; 
	overflow: hidden; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	visibility: visible; 
	opacity: 1; 
}


.accordion {
	padding-top: 12px;
	width: 518px;
}

.accordion ul li{
	list-style: none;
	padding-bottom: 6px;
}

/*  GLOSSARIO  */

.barra_glossario {
	margin: 14px 0;
	width: 100%;
	list-style-type: none;
	
	overflow: hidden;
}

.barra_glossario li {
	float: left;
	list-style: none;
}

.barra_glossario_off {
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 0.5px;
	padding: 0 4px;
	width: 11px;
	height: 21px;
	
	font-size: 14px;
	font-weight: bold;
	color: #3D4294;
	text-decoration: none;
	
	background: url(img/bt_glossario_off.gif) 0 0 no-repeat;
}

.barra_glossario_off a,
.barra_glossario_off a:hover{
	cursor: pointer;
}

.barra_glossario_on {
	display: block;
	float: left;
	margin-right: 0.5px;
	padding: 0 4px;
	width: 11px;
	height: 21px;
	
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background: url(img/bt_glossario_on.gif) 0 0 no-repeat;
}

.barra_glossario_on a,
.barra_glossario_on a:hover{
	cursor: pointer;
}


.glossario_wrapper ul li{
	list-style:none;
	margin-bottom:6px;
}

.tit_glossario {
	background:transparent url(img/bul_azul.gif) no-repeat scroll 0 0;
	color:#3D4294;
	font-size:14px;
	font-weight:bold;
	padding-left:22px;
	text-decoration:none;
	margin-bottom:6px;
}

.resumo_glossario {
	margin-bottom:18px;
}


.align_right{
	text-align: right;
	margin-right: 14px;
}

.align_left{
    text-align: left;
    float: left;
}


.fundo {
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	width: 518px;
	background: #FFF;
	padding-top: 3px;
}

.fundo_texto {
	font-family:Trebuchet MS,Helvetica,sans-serif;
	font-size:11px;
}


.fundo_titulo,
.fundo_titulo p{
	font-weight: bold;

	margin-bottom: 10px;

	font-size: 14px;
	font-weight: bold;
	color: #3D4294;
}

.fundo_titulo .Paragraph /* copied from '.fundo_titulo p' in the upgrade to 5.0.0.0 */ {
	font-weight: bold;

	margin-bottom: 10px;

	font-size: 14px;
	font-weight: bold;
	color: #3D4294;
}

.fundo_link
.fundo_link a{
	font-family:Trebuchet MS,Helvetica,sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #CC0000;
}


.forms_interior_label {
	//display: block;
	//float: left;
	padding-top: 14px;

	padding-left: 16px;
	
	
	font-size: 12px;
	font-weight:bold;
	color: #000;
	
	background: url(img/img_seta_azul.gif) 0 19px no-repeat;
}

.tit_condicoes{
	padding: 8px 0;
	border-bottom: 1px dotted #3D4294;
}

.tit_condicoes a,
.tit_condicoes a:active,
.tit_condicoes a:visited,
.tit_condicoes a:hover {
	display:block;
	padding: 0 0 0 26px;

	font-size: 14px;
	font-weight: bold;
	color: #3D4294;
	text-decoration: none;
	
	background: url(img/bul_vermelho.gif) 0 0 no-repeat;
	
	
}

.lista_condicoes_especiais {
	position: relative;
	float: left;
	margin-left: 24px;
	//margin-left: 12px;
	width: 196px;
	
	list-style: none;
}

.lista_condicoes_especiais  li {
	margin-bottom: 6px;
}

.lista_condicoes_especiais  li a,
.lista_condicoes_especiais  li a:visited,
.lista_condicoes_especiais  li a:hover,
.lista_condicoes_especiais  li a:active{
	padding-left: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	
	background: url(img/img_seta_azul.gif) 0 6px no-repeat;
}

.lista_condicoes_especiais  li a:hover {
	text-decoration: underline;
}

.HomeAP_Callout_ClickTo{
}

.EditRecord_Caption_contactForm{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding: 5px 5px 5px 15px;
	background: url(img/img_seta_azul.gif) 0 9px no-repeat;
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
	color: #000;
	text-align: left;
	width:170px;
}

.EditRecord_Value_contactForm {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #444444;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
}

.Foot_Note {
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 9px;
	font-weight: normal;
	color: #3D4294;
}

/*-------------- Novos Estilos Menu---------------*/

/* MENU TOPO */
.menu_top2{
	* float: left;
	height: 32px;
	z-index: 1000;
	list-style-type: none;
	background: url(img/bg_menutop.jpg) -250px 0 no-repeat;
	//background: url(img/bg_menutop.jpg) -174px 0 no-repeat;
}

.menu_top2 ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.menu_top2 ul div{
position: relative;
padding: 3px;
display: inline;
float: left;


/*//margin-bottom: -7px;*/

background: url(img/separa_menu.gif) right top no-repeat;
}

/*Top level menu link items style*/

.menu_top2 ul div a,
.menu_top2 ul div a:visited,
.menu_top2 ul div a:hover{
	display: block;
	//float: left;
	height: 15px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	/*border-right: 1px #31386F solid;*/
}

/* elementos span dentro de 1 item de 1º nivel */
.menu_top2 ul div a span.left,
.menu_top2 ul div a span.right { display: block; float: left; width: 7px; height: 25px }
.menu_top2 ul div a span.label { display: block; float: left; padding: 4px 3px 6px 0; cursor: pointer }

.menu_top2 ul div a.solo span.left,
.menu_top2 ul div a.solo span.right { display: block; float: left; width: 7px; height: 27px }
.menu_top2 ul div a.solo span.label { display: block; float: left; padding: 4px 3px 6px 0; cursor: pointer }

.menu_top2 ul div .mainfoldericon span.left,
.menu_top2 ul div a:hover span.left { background: url(img/menu_parent_left.gif) 0 0 no-repeat }

.menu_top2 ul div .mainfoldericon span.right,
.menu_top2 ul div a:hover span.right { background: url(img/menu_parent_right.gif) 0 0 no-repeat }

.menu_top2 ul div .solo:hover span.left { background: url(img/menu_parent_left_solo.gif) 0 0 no-repeat }
.menu_top2 ul div .solo:hover span.right { background: url(img/menu_parent_right_solo.gif) 0 0 no-repeat }
.menu_top2 ul div .solo:hover span.label { background: url(img/menu_parent_mid_solo.gif) repeat-x; color: white }

.menu_top2 ul div .mainfoldericon span.label,
.menu_top2 ul div .first:hover span.label,
.menu_top2 ul div a:hover span.label { background: url(img/menu_parent_mid.gif) repeat-x; color: white }
	
/*1st sub level menu*/
.menu_top2 ul div ul{
	left: 3px;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu_top2 ul div ul div{
	display: list-item;
	float: none;
	margin: 0;
	padding: 0 0 1px 0;
	//margin-bottom: -4px;
	//height:27px;
	background: url(img/menu_son_mid_on.jpg) bottom no-repeat;
}

.menu_top2 ul div ul div ul div {
	//height:27px;
}

.menu_top2 ul div ul div.bottom { background: none;}
.menu_top2 ul div ul div ul div.bottom { background: none; }
.menu_top2 ul div ul div ul div {background-position: 0 bottom;}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menu_top2 ul div ul div ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
.menu_top2 ul div ul div a,
.menu_top2 ul div ul div a:visited,
.menu_top2 ul div ul div a:hover{
	display: block;
	padding: 6px;
	width: 143px; /*width of sub menu levels*/
	font-size: 12px;
	color: #4B579F;
	text-decoration: none;
	text-align: left;
	border: none;
	background: url(img/menu_son_mid_off.jpg);
}

.menu_top2 ul div ul div a.top,
.menu_top2 ul div ul div a.top:visited { background: url(img/menu_son_top_off.jpg) 0 0 no-repeat; //margin-bottom: -3px; }
.menu_top2 ul div ul div a.bottom,
.menu_top2 ul div ul div a.bottom:visited { padding: 5px 6px 10px 6px; background: url(img/menu_son_bottom_off.jpg) bottom no-repeat;}

.menu_top2 ul div ul div a:hover{ background: url(img/menu_son_mid_on.jpg) }
.menu_top2 ul div ul div a.top:hover { background: url(img/menu_son_top_on.jpg) 0 0 no-repeat }
.menu_top2 ul div ul div a.bottom:hover { padding: 5px 6px 10px 6px; background: url(img/menu_son_bottom_on.jpg) bottom no-repeat }

.menu_top2 ul div ul div a.top2,
.menu_top2 ul div ul div a.top2:visited { background: url(img/menu_son_top2_off.jpg) 0 0 no-repeat; //margin-bottom: -3px; }
.menu_top2 ul div ul div a.top2:hover { background: url(img/menu_son_top2_on.jpg) 0 0 no-repeat }

/*acrescentei esta parte para o caso dos menus que so têm 1 elemento*/
.menu_top2 ul div ul div a.topbottom ,
.menu_top2 ul div ul div a.topbottom:visited{ background: url(img/menu_son_top_bottom_off.jpg) 0 0 no-repeat; height:32px;margin-bottom:-13px;}
.menu_top2 ul div ul div a.topbottom:hover { background: url(img/menu_son_top_bottom_on.jpg) 0 0 no-repeat; height:32px; margin-bottom:-13px;}
/*fim do acrescento*/

.menu_top2 ul div ul div ul div {
	background-color: none;
	border: none;
}

.menu_top2 ul div ul div ul div a,
.menu_top2 ul div ul div ul div a:hover,
.menu_top2 ul div ul div ul div a:visited{
	/*background-image: none;*/
	/*background-color: #FFF;*/
	border: none;
}

.menu_top2 ul div ul div a.bottom { //margin-top: 0px; _margin-top: -1px;}

/*Background image for subsequent level menu list links */
.menu_top2 .subfoldericon{
background: #3E4E7A url(img/img_seta_menu.gif) no-repeat center right;
}

.menu_top2 .subfoldericon:hover {
background: #222B42 url(img/img_seta_menu.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

* html .Paragraph#iepara /* copied from '* html p#iepara' in the upgrade to 5.0.0.0 */ {                                                                                                                 
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .menu_top2 ul div { float: left; height: 1%; }
* html .menu_top2 ul div a { height: 1%; }
/* End */


/*-------------- Novos Estilos Menu end ----------*/

h1{
    font: normal bold 19px Arial, Helvetica, sans-serif;      
    text-decoration: none;      
    color : #000;            
    margin-top: 0em;
    margin-bottom: 0em;
}

.file
{
	height: 20px;
}
