<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background-color: #FFFFFF;
}

#corpohpl{
	width: 480px;
	height: 100%;
	text-align: left;
}

.imagelogo {
	max-height: 34px;
	height: expression( document.body.clientHeight &gt; 34 ? "34px" : "auto" );	
}

#corpohpl .headerbar{
	background-image: url("../imagens/sys/bg_headerbar.gif");
	background-repeat: repeat-x;
	width: 480px;
	height: 24px;
}


#corpojust .cabecalho {height: 42px; width: 550px; overflow: hidden;}
#corpojust .cabecalho .logo{width: 250px; float: left; }
#corpojust .cabecalho .menu-modulos{width: 712px; float: right; text-align: right;}
#corpojust .cabecalho .modulo{width:470px;padding-top:9px; text-align:right; font-size: 13pt; color: #ffffff; font-weight: bold; text-transform: uppercase;}
#corpojust .cabecalho .menu-modulos img {border: 0px;}
#corpojust .cabecalho .cbl-just{width: 300px; float: right; text-align: right; color: #4e5767; font-family:roboto; font-size: 12pt; font-weight: bold; padding-top: 12px; text-transform: uppercase; vertical-align: text-top;}

#corpojust .conteudo{
	font-family:roboto;
	font-size: 10pt;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 500px;
	background-color: #ffffff;
	text-align: center;
	height: 100%;
}

#corpojust .conteudo2{
	font-family:roboto;
	font-size: 10pt;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 780px;
	background-color: #ffffff;
	text-align: center;
	height: 250px;
}

#corpojust .conteudo .tituloSessao{
	padding: 3px;
	padding-top: 15px;
	font-weight: bold;
	font-size: 11pt;
}

#corpojust .conteudo .tituloAtributo{
	display: block;
	font-weight: bold;
	cursor: pointer;
}

#corpojust .conteudo .descricaoAtributo{
	padding-bottom: 11px;
	font-size: 11px;
	display: none;	
}

.groupModuloHelp{
	padding: 3px;
	padding-top: 15px;
	padding-bottom: 30px;
	font-weight: bold;
}

.classLinkHelp{
	padding-top: 30px;
	padding-left: 11px;
}
.conteudoLinkHelp{
	font-family:roboto;
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-color: #ffffff;
	text-align: left;
}
#copy {
	background-image: url("../imagens/copiar_icon.png");
	background-repeat: no-repeat;
	background-position:0% 50%;
	padding-left: 2%;
	border: 0px;
	background-color: transparent;
	font-weight: bold;
	font-size: 11px;
	font-family: roboto;
	width: 65px;
	height: auto;
	cursor: pointer;
}
#imprime {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	border: 0px;
	background-color: #f4f4f4;
	font-weight: bold;
	font-size: 11px;
	font-family: roboto;
	height: auto;
	cursor: pointer;
}
#save {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	border: 0px;
	background-color: #f4f4f4;
	border-radius: 7px;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	height: auto;
	display: inline-block;
	cursor: pointer;
}

#spanLink {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	border: 0px;
	background-color: #f4f4f4;
	border-radius: 7px;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: auto;
	height: auto;
	display: inline-block;
	cursor: pointer;
}

#cancelButton, .cancelButton, #incluirButton {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #f4f4f4;
	border: 0px;
	border-radius: 7px;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: 100px;
	height: auto;
	cursor: pointer;
}
#associarButton{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #f4f4f4;
	border: 0px;
	border-radius: 7px;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: 109px;
	height: auto;
	cursor: pointer;
}

#pdfButton, .pdfButton{
	background-image: url("../imagens/icone/btnpdf.png");
	background-repeat: no-repeat;
	background-position:0% 50%;
	padding-left: 2%;
	border: 0px;
	background-color: transparent;
	font-weight: bold;
	font-size: 11px;
	font-family: roboto;
	width: 75px;
	height: auto;
	cursor: pointer;
}</pre></body></html>