<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

div#conteudo form div {
	padding:0;
	margin:0;
}
fieldset {
	border:0;
	padding:0 0 3px 0;
	margin:2px 0 2px 0;
}

form fieldset label {
	display:block;
	background:#fff;
	padding:3px 6px 3px 3px;
	margin:0;
}
form fieldset label span {
	color:#a3001f;
}

form fieldset input, form fieldset select {
	border:1px solid #636363;
	height:14px;
	font-size:12px;
}
form fieldset p {
	margin:0;
	padding:4px 3px 4px 3px !important;
	padding:3px;
	display:inline;
	background:#e5e5e5;
}
form fieldset em {
	font-size:11px;
}
div#conteudo form img {
	padding-top:30px;
}


fieldset.campo-maximo input, fieldset.campo-maximo textarea {
	width:561px;
}
fieldset.campo-grande input {
	width:435px;
}
fieldset.campo-medio input {
	width:370px;
}
fieldset.campo-medio-pequeno input {
	width:274px;
}
fieldset.campo-pequeno input {
	width:178px;
}
fieldset.campo-minimo input {
	width:113px;
}
fieldset.campo-minimo-minimo input {
	width:85px;
}

fieldset.flutua-esquerda {
	float:left;
	margin-top:0px;
}
.rotulo {
	font-weight:bold;
	font-style:italic;
}
.sem-borda {
	border:none;
}

form h5 {
	margin:20px 0 10px 0;
}


fieldset.agrupamento-checkbox {
	margin-top:6px;
}
fieldset.agrupamento-checkbox p {
	display:block;
	margin:2px 0 0 3px;
	float:left;
}
fieldset.agrupamento-checkbox input {
	margin:0 3px 0 1px !important;
	margin:0 0 0 -3px;
}
.quatro-itens p { width:135px}
.tres-itens p { width:184px}
.dois-itens p { width:280px}


form.alinhamento-rotulo-esquerda {
	margin:15px 0 10px 0;
}

form.alinhamento-rotulo-esquerda fieldset {
	background:#EAEAEA;
	padding-top:3px;
	padding-bottom:4px;
}
form.alinhamento-rotulo-esquerda label {
	float:left;
	background:#EAEAEA;
	font-weight:bold;
	padding:2px 20px 0 5px;
}
form.alinhamento-rotulo-esquerda fieldset.varios-campos input {
	float:left;
}


fieldset.agrupamento-bt {
	margin-top:20px;
	text-align:center;
	background:#FFF;
	
}
#bt-apagar, #bt-acessar, #bt-enviar, #bt-ok, #bt-busca, #bt-alterar, #bt-voltar, #bt-imprimir, #bt-salvar {
	border:0;
	width:56px;
	height:22px;
}
#bt-acessar {background:url(../../images/button_acessar.jpg) top center no-repeat;}
#bt-acessar:hover {background:url(../../images/button_acessar-on.jpg) top center no-repeat;}

#bt-apagar {background:url(../../images/button_apagar.jpg) top center no-repeat;}
#bt-apagar:hover {background:url(../../images/button_apagar-on.jpg) top center no-repeat;}

#bt-enviar {background:url(../../images/button_enviar.jpg) top center no-repeat;}
#bt-enviar:hover {background:url(../../images/button_enviar-on.jpg) top center no-repeat;}

#bt-ok {background:url(../../images/button_ok.jpg) top center no-repeat;}
#bt-ok:hover {background:url(../../images/button_ok-on.jpg) top center no-repeat;}

#bt-busca {background:url(../../images/button_busca.jpg) top center no-repeat;}
#bt-busca:hover {background:url(../../images/button_busca-on.jpg) top center no-repeat;}

#bt-alterar {background:url(../../images/button_alterar.jpg) top center no-repeat;}
#bt-alterar:hover {background:url(../../images/button_alterar-on.jpg) top center no-repeat;}

#bt-voltar {background:url(../../images/button_voltar.jpg) top center no-repeat;}
#bt-voltar:hover {background:url(../../images/button_voltar-on.jpg) top center no-repeat;}

#bt-imprimir {background:url(../../images/button_imprimir.jpg) top center no-repeat; width:72px;}
#bt-imprimir:hover {background:url(../../images/button_imprimir-on.jpg) top center no-repeat;}

#bt-salvar {background:url(../../images/button_salvar.jpg) top center no-repeat;}
#bt-salvar:hover {background:url(../../images/button_salvar-on.jpg) top center no-repeat;}</pre></body></html>