<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("dhtml-horiz.css");
body {
	font: normal 10px Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	color: Black;
	}

/*--------------------------- Formataï¿½ï¿½o de Menu -----------------------------*/

.novaclasse {
	background:rgb(240,240,240); /* FUNDO */
	font-family:Arial;	/* TIPO DA FONTE */
	font-size:10px;		/* TAMANHO DA FONTE */
	font-weight:bold;	/* ESTILO DA FONTE */
	color: rgb(0,51,0); /* COR DA FONTE */
	text-align:center;	/* ALINHAMENTO */
	width:150px;
}

.buscar#lupa{
	background-image:url(imagens/detalhar.jpg);
	background-repeat: no-repeat;
	height:19px;
	width:19px;
	color: rgb(240,240,240);
	cursor: pointer;
/* Box Properties */
   /*margin                : -12px;*/
    padding               : 0px;
    margin-left  		 : 1px;
    vertical-align		 : bottom;
}

.close{
	background-image:url(imagens/close.gif);
	height:16px;
	width:16px;
    padding               : 0px 0px 0px 0px;
    margin-left  		 : -7px;
    vertical-align		 : bottom;
}


.cabecalho {
	width:750px;
}
.cabecalho#Am{
	background-image:url(imagens/amazonas.jpg);
	height:18px;
}

.cabecalho#Pag {
	background-image:url(imagens/titulo.jpg);
	cursor:pointer;
	height:83px;
}

.cabecalho#Pag-Des {
	background-image:url(imagens/titulo-des.jpg);
	height:84px;
}

.cabecalhoMenu {
    background-image:url(imagens/linha1.jpg);
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: White;
    text-align: center;
    }

.subtitulo {
	height:20px;
	background-color:#E8E8E8;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}

.labelcentro {
	background-color:#FFFFFF;
	text-align: right;
	padding-left: 50px;
}

ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */	
	border-bottom: 1px solid #666666;
	}

ul.nav li {
	/*position: relative;*/
	}
	
li ul {
	position: absolute;
	margin-left: 150px; /* Set 1px less than menu width */
	margin-top: -22px;
/*	top: 0;*/
	display: none;	
	}

/* Styles for Menu Items */
ul.nav li a {
	display: block;
	text-decoration: none;
	color: black;
	background: #F9F9F9; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #666666;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul.nav li { float: left; height: 1%; }
* html ul.nav li a { height: 1%; }
/* End */

ul.nav li a:hover { 
	color: #337ab7; /*#006600;*/ 
	background: #E8E8E8; 
	text-decoration:none;
} /* Hover Styles */
	
li ul li a { 
	padding: 2px 5px; 
	} /* Sub Menu Styles */
		
li:hover ul, li.over ul { 
	display: block; 
} /* The magic */
/*--------------------------- Fim Formataï¿½ï¿½o de Menu -----------------------------*/

/* -------------------------- Formataï¿½ï¿½o de tabelas -----------------------------*/

/* -- TITULOS -- */
.titulo {
	font-family:Verdana, Helvetica, Arial, Sans-Serif; 
	font-size:10px;
	font-weight:bold; 
	color:rgb(255,255,255); 
   background-color:#337ab7; 
	}
	
.titulo#menuTitulo {
    text-align:center;
	height:17px;
	background-image:url(imagens/linha1.jpg);
    }

.titulo#quadroTitulo {
	/*background-image:url(imagens/fun01.jpg);*/
	background-color: #337ab7;
	padding: 0px 0 0 15px;	
	height:24px;
	width: 600px; /* 445px*/
 }

.titulo#quadroTituloG {
	/*background-image:url(imagens/funG.jpg);*/
	background-color: #337ab7;
	padding: 0px 0 0 15px;	
	height:24px;
	width: 745px; /* 582px;*/
 }
.titulo#quadroTituloG750 {
	/*background-image:url(imagens/funG750.jpg)*/;
	background-color: #337ab7;
	padding: 0px 0 0 15px;	
	height:24px;
	width: 745px; /* 582px;*/
 }
.titulo#quadroTituloG950 {
	/*background-image:url(imagens/funG950.jpg);*/
	background-color: #337ab7;
	padding: 0px 0 0 15px;	
	height:24px;
	width: 945px; /* 582px;*/
 }     
 .titulo#tabelaTitulo {
	padding: 0px 0 0 15px;	
	height:22Px;
	text-align:center;
 }
 /* -- FIM TITULOS --*/
 
 /* -- TABELAS --*/

td.branco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
} 
 td  {
    font-family:Verdana, Helvetica, Arial, Sans-Serif;
    font-size:10px;
    }
 
td#quadroMeio {
	background-image:url(imagens/fun02.jpg);
	height:19px;
	width: 600px; /* 445px*/
	padding:0 0 0 5px;
 }

td#quadroFim {
	background-image:url(imagens/fun03.jpg);
	height:17px;
	width: 600px; /* 445px*/
 }
 
 /* QUADROS MAIORES */
 td#quadroMeioG {
	background-image:url(imagens/funG01.jpg);
	height:19px;
	padding:0 0 0 5px;
 }

 td#quadroMeioG750 {
	background-image:url(imagens/funM750.jpg);
	height:19px;
	padding:0 0 0 5px;
 }
 
 td#quadroMeioG950 {
	background-image:url(imagens/funM950.jpg);
	height:19px;
	padding:0 0 0 5px;
 } 

td#quadroFimG {
	background-image:url(imagens/funG02.jpg);
	height:14px;
 }
 
td#quadroFimG750 {
	background-image:url(imagens/funF750.jpg);
	height:14px;
 }  
 
td#quadroFimG950 {
	background-image:url(imagens/funF950.jpg);
	height:14px;
 } 
	
td#fundoMenu {
  /*  background-color:rgb(190,233,211); */
    background-color:#337ab7; 
    color:#FFF;
    height:20px;
}	

td#rodape {
    background-color: #337ab7; 
   /* background-color:rgb(190,233,211);	*/
    color:#FFF;
    height:24px;
	text-align:center;
	vertical-align:middle;
}	

.linhaslaterais {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.linha	{
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;	
	height:20px;
 }	
 
 .MensagemErroPermissao {
 	width: 100%;
 	padding-left:50px;
 	text-align:center;
	font-weight:bold;
	font-size:12px;
	height:45px;
	color:red;
	background-image:url(imagens/messagebox_warning.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-top:4px solid rgb(118,90,90);
	border-left:1px solid rgb(118,90,90);
	border-right:1px solid rgb(118,90,90);	
	border-bottom:4px solid rgb(118,90,90);
}
/* 
.Mensagem {
	
	text-align:left;
	font-weight:bold;
	font-size:12px;
	padding-left: 60px;
	padding-right:-60px;
	padding-top:7px;
	position:relative;
	 width:400px;
	-width:450px; 
	height:45px;
	left:50%; 
	margin-left:-230px;
}
*/

.Mensagem {
	width: 100%;
 	padding-left:50px;
 	text-align:center;
	font-weight:bold;
	font-size:12px;
	height:45px;
}

.Mensagem#positiva {
	color:#337ab7;
	background-image:url(imagens/ok.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-top:4px solid #337ab7;
	border-left:1px solid #337ab7;
	border-right:1px solid #337ab7;	
	border-bottom:4px solid #337ab7;
}
.Mensagem#negativa {
	color:red;
	background-image:url(imagens/messagebox_warning.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-top:4px solid rgb(118,90,90);
	border-left:1px solid rgb(118,90,90);
	border-right:1px solid rgb(118,90,90);	
	border-bottom:4px solid rgb(118,90,90);
}

.Mensagem#informacao {
	color:rgb(0,1,65);
	background-image:url(imagens/messagebox_info.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-top:4px solid rgb(0,1,65);
	border-left:1px solid rgb(0,1,65);
	border-right:1px solid rgb(0,1,65);	
	border-bottom:4px solid rgb(0,1,65);
}

.botoes {
	background-image:url(imagens/botoes.jpg);
	vertical-align:middle;
	text-align:left;
	padding-left:18px;
	color:#337ab7;
	height:35px;

}

/* ======================= Formulï¿½rios ==========================*/

.button{border: 1px solid #337ab7; font-family: Verdana; font-size: 11px; background-color: #415A41; color:#ffffff; margin:0; padding:0;} 
input{border: 1px solid #337ab7; font-family: Verdana; font-size: 12px; background-color: #eeeeee; color: #000000; height:18px;}
select{border: 1px solid #337ab7; font-family: Verdana; font-size: 11px; background-color: #eeeeee; color: #000000; }
textarea, textfield{border: 1px solid #337ab7; font-family: Verdana; font-size: 12px; background-color: #eeeeee; color: #000000;}
input.box {border: 0px;}
.radio{border: 0px; font-family: Verdana; font-size: 12px; background-color: #eeeeee; color: #000000;}

input.busca{border: 1px solid #337ab7; 
			font-family: Verdana; 
			font-size: 14px; 
			background-color: #eeeeee; 
			color: #666666; 
			height:21px;
			padding-top:4px;
			width:99%;
			-height:17px;
			+height:19px;
			}
input.search {
			background-image:url(imagens/viewmag.png);
			background-repeat:no-repeat;
			border:1px solid rgb(180,180,180);
			background-color:rgb(240,240,240);
			height:26px;
			cursor:pointer;
			margin-top:1px;
			padding-top:0px;
			width:30px;
			-height:22px;
			+height:21px;
}
a:link {text-decoration: none; color: #000000; font-family: Verdana,Helvetica,Sans-Serif; font-size:10px; margin:0px;padding:0px}
a:visited {text-decoration: none; color: #000000;font-family: Verdana,Helvetica;}
a:active {text-decoration: none; color: #000000;}
a:hover {color: #337ab7; text-decoration:none; cursor: pointer;}

a.bold:link,a.bold:visited {text-decoration: none; color: #000000; font-family: Verdana,Helvetica,Sans-Serif; font-size:10px; font-weight:bold;}
a.bold:active {text-decoration: none; color: #000000;}
a.bold:hover {color: #337ab7; text-decoration:none; cursor: pointer;}

a.branco:link {text-decoration: none; color: #FFFFFF; font-family: Verdana,Helvetica,Sans-Serif; font-size:10px; font-weight:bold;}
a.branco:visited {text-decoration: none; color: #FFFFFF;font-family: Verdana,Helvetica,Sans-Serif; font-weight:bold;}
a.branco:active {text-decoration: none; color: #FFFFFF;}
a.branco:hover {color: #337ab7; text-decoration:none; cursor: pointer;}

a.red:link {text-decoration: none; color: #FF0000; font-family: Verdana,Helvetica,Sans-Serif; font-size:10px; font-weight:bold;}
a.red:visited {text-decoration: none; color: #FF0000;font-family: Verdana,Helvetica,Sans-Serif; font-weight:bold;}
a.red:active {text-decoration: none; color: #FF0000;}
a.red:hover {color: #337ab7; text-decoration:none; cursor: pointer;}

.ShortButton {
/* Font Properties */
   font-family:Verdana, Helvetica, Arial, sans-serif;
   font-weight           : bold;
/* Text Properties */
   text-align            : left;
/* Background Properties */
   background-color      : rgb(230,250,230);
   background-position   : 0px;
   background-repeat     : no-repeat;
   color                 : rgb(0,51,0);
/* Box Properties */
   margin                : 0px;
   padding               : 0px 0px 0px 28px;
/* Positioning Properties */
   width                 : 32px;
   height                : 28px;
   border:0px;	
}
.ShortButton#search {
/* Background Properties */
   
}

.CommandButton {
/* Font Properties */
   font-family:Verdana, Helvetica, Arial, sans-serif;
   font-weight           : bold;
/* Text Properties */
   text-align            : left;
/* Background Properties */
   background-color      : rgb(230,250,230);
   background-position   : 0px;
   background-repeat     : no-repeat;
   color                 : rgb(0,51,0);
/* Box Properties */
   margin                : 0px;
   padding               : 0px 0px 0px 28px;
/* Positioning Properties */
   width                 : 122px;
   height                : 28px;
   border:0px;
   cursor: pointer;
}
.CommandButton#new {
/* Background Properties */
   background-image      : url('botoes/button-100x28-new.jpg');
}
.CommandButton#edit {
/* Background Properties */
   background-image      : url('botoes/button-100x28-edit.jpg');
}
.CommandButton#list {
/* Background Properties */
   background-image      : url('botoes/button-100x28-list.jpg');
}
.CommandButton#confirm {
/* Background Properties */
   background-image      : url('botoes/button-100x28-confirm.jpg');
}
.CommandButton#cancel {
/* Background Properties */
   background-image      : url('botoes/button-100x28-cancel.jpg');
}
.CommandButton#help {
/* Background Properties */
   background-image      : url('botoes/button-100x28-help.jpg');
}
.CommandButton#print {
/* Background Properties */
   background-image      : url('botoes/button-100x28-print.jpg');
}
.CommandButton#advance {
/* Background Properties */
   background-image      : url('botoes/button-100x28-advance.jpg');
}
.CommandButton#return {
/* Background Properties */
   background-image      : url('botoes/button-100x28-return.jpg');
}
.CommandButton#restart {
/* Background Properties */
   background-image      : url('botoes/button-100x28-reload.jpg');
}
.CommandButton#search {
/* Background Properties */
   /*background-image      : url('botoes/button-100x27-search.jpg');*/
   background-color: #337ab7;
   color: #FFF;
}
.CommandButton#cut {
/* Background Properties */
   background-image      : url('botoes/button-100x28-cut.jpg');
}
.CommandButton#delete {
/* Background Properties */
   background-image      : url('botoes/button-100x28-delete.jpg');
}
.CommandButton#exit {
/* Background Properties */
   background-image      : url('botoes/button-100x28-exit.jpg');
}
.CommandButton#first {
/* Background Properties */
   background-image      : url('botoes/button-100x28-first.jpg');
}
.CommandButton#last {
/* Background Properties */
   background-image      : url('botoes/button-100x28-last.jpg');
}
.CommandButton#info {
/* Background Properties */
   background-image      : url('botoes/button-100x28-info.jpg');
}
.CommandButton#pass {
/* Background Properties */
   background-image      : url('botoes/button-100x28-pass.jpg');
}
.CommandButton#save {
/* Background Properties */
   background-image      : url('botoes/button-100x28-save.jpg');
}

hr {
	color:#000000;
}






</pre></body></html>