<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


.interface .div_recado{
	padding:10px; 
	border:2px #993 solid; 
	background-color:#FFC; 
	color:#660; 
	border-radius:3px;
	margin:8px auto;
}
.interface .box_mensagem{
	padding: 20px;
margin: 15px;
text-align: center;
font-family: Arial, Verdana, Geneva, sans-serif;
color: #776;
background-color: #EEE;
border: 3px white solid;
border-radius: 10px;
box-shadow: #999 0 0 18px;
text-shadow: 1px 1px 0 #FFFFFF;
}
.interface .box_mensagem_amarela{
	padding: 20px;
margin: 15px;
text-align: center;
font-family: Arial, Verdana, Geneva, sans-serif;
color: #776;
background-color: #ffc;
border: 2px #cc5 solid;
border-radius: 10px;
box-shadow: #999 0 0 18px;
text-shadow: 1px 1px 0 #FFFFFF;
}
body, .mceContentBody  td {
	font: 14px/1.4  Arial, Helvetica, sans-serif;
	
	/*font-size: 120%;*/
}
.interface .padrao label{
	font-size: 13px;
}
.interface .padrao th{
	font-size: 13px;
}

form {
	margin:0px;	
}
#procura input[type="text"]{
	text-align:center;
}

.destaque_procura {
	border: 1px solid #093;
	background-color:#E1FFE1;
}
.tabela_lista {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	
}
.tabela_lista th {
	color: #FFF;
	background-color:#999;
	border-left:1px solid #FFF;
	height:20px;
}
.tabela_lista td {
	padding:1px;
	padding-left:5px;
	border-left:1px solid #ddd;
	border-bottom:1px solid #999999;
	background-color:#FFF;
}
.tabela_lista input, select {	
	/*background-color:#FFF;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#form_lista .informa_usando_procura {
	border: 1px solid #093;
	background-color:#E1FFE1;
	padding: 2px 2px 2px 2px;
}
.tabela_edita {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #666666;
	width: 100%;
}
.tabela_edita th {
	color: #FFF;
	background-color:#999;
	border-left:1px solid #FFF;
	height:20px;
}
.tabela_edita td {
	padding:1px;
	border-left:1px solid #ddd;
	border-bottom:1px solid #999999;
	background-color:#EEE;
}
.tabela_edita input, select, textarea {	
	/*background-color:#FFF;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:98%;
}
.titulo {
	font-family: Arial, verdade, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666;
}
.-controle_texto_padrao {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
.-controle_texto_padrao_pequeno {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}
.controle_marcadores{
	background-color:#F8F8F8; 
	font-size:9px; 
	font-family:Verdana, Geneva, sans-serif	;
}
.controle_marcadores a{
	color:#555;
}
.controle_marcadores a:hover{
	color:#111;
}



.interface fieldset.padrao{
	border-radius:8px;
}
.interface fieldset.padrao textarea, 
.interface fieldset.padrao input[type="text"],
.interface fieldset.padrao select{
	width:100%
}
.interface fieldset.padrao input, 
.interface fieldset.padrao textarea,
.interface fieldset.padrao select{
	border:#666E77 1px solid;
	border-radius:5px;
	padding:3px;
	background:url(../images/fundo_campos.png) repeat-x left 1px #fff;
	color:#666;
	font-family:arial, Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	
}
.interface fieldset.padrao  input[type="submit"]{
	-moz-box-shadow: 0px 2px 4px -1px #707070;
	-webkit-box-shadow: 0px 2px 4px -1px #707070;
	box-shadow: 0px 2px 4px -1px #707070;
	background-color: #6d757f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d757f), to(#535961));
  background-image: -webkit-linear-gradient(top, #6d757f, #535961);
  background-image:    -moz-linear-gradient(top, #6d757f, #535961);
  background-image:      -o-linear-gradient(top, #6d757f, #535961);
  background-image:         linear-gradient(to bottom, #6d757f, #535961);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#eee;/*#42413C;*/
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:bold;
	padding:5px 19px;
	text-decoration:none;
	text-shadow:-1px -1px 0px #000;
	cursor:pointer;
}
.interface fieldset.padrao  input[type="submit"]:hover {
	 background-color: #78808a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#78808a), to(#5f656e));
  background-image: -webkit-linear-gradient(top, #78808a, #5f656e);
  background-image:    -moz-linear-gradient(top, #78808a, #5f656e);
  background-image:      -o-linear-gradient(top, #78808a, #5f656e);
  background-image:         linear-gradient(to bottom, #78808a, #5f656e);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}


.interface .botao {
	
	-moz-box-shadow:inset 0px 1px 0px 0px #bdbdbd;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bdbdbd;
	box-shadow:inset 0px 1px 0px 0px #bdbdbd;
	  background-color: #6d757f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d757f), to(#535961));
  background-image: -webkit-linear-gradient(top, #6d757f, #535961);
  background-image:    -moz-linear-gradient(top, #6d757f, #535961);
  background-image:      -o-linear-gradient(top, #6d757f, #535961);
  background-image:         linear-gradient(to bottom, #6d757f, #535961);
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #757575), color-stop(1, #333333) );
	background:-moz-linear-gradient( center top, #757575 5%, #333333 100% );*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#333333');
	background-color:#757575;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #545454;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:bold;
	padding:5px 19px;
	text-decoration:none;
	text-shadow:-1px -1px 0px #1f1f1f;
}.interface .botao:hover {
	 background-color: #78808a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#78808a), to(#5f656e));
  background-image: -webkit-linear-gradient(top, #78808a, #5f656e);
  background-image:    -moz-linear-gradient(top, #78808a, #5f656e);
  background-image:      -o-linear-gradient(top, #78808a, #5f656e);
  background-image:         linear-gradient(to bottom, #78808a, #5f656e);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#757575');
	background-color:#333333;
	color:#FFF;
}.interface .botao:active {
	position:relative;
	top:1px;
	color:#FFF;
}
.interface .botao:visited, .interface .botao:focus, .interface .botao:link, 
.interface a.botao:visited, .interface a.botao:focus, .interface a.botao:link  {
	text-decoration:none;
	color:#FFF;
}
.interface .botao2, a.botao2 {
	/* -moz-box-shadow:inset 0px 2px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 2px 0px 0px #ffffff;
	box-shadow:inset 0px 2px 0px 0px #ffffff; */
	-moz-box-shadow: 0px 2px 4px -1px #707070;
	-webkit-box-shadow: 0px 2px 4px -1px #707070;
	box-shadow: 0px 2px 4px -1px #707070;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:bold;
	padding:5px 19px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor:pointer;
}.interface .botao2:hover,a.botao2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.interface .botao2:active,a.botao2:active {
	position:relative;
	top:1px;
}
</pre></body></html>