@import url("dhtml-horiz.css");
body {
	font: normal 10px Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	color: Black;
	}

/*--------------------------- Formatação de Menu -----------------------------*/

.cabecalho {
	width:750px;
}
.cabecalho#Am{
	background-image:url(../images/amazonas.jpg);
	height:18px;
}

.cabecalho#Pag {
	background-image:url(../images/titulo.jpg);
	cursor:pointer;
	height:83px;
}

.cabecalho#Pag-Des {
	background-image:url(../images/titulo-des.jpg);
	height:84px;
}

.cabecalhoMenu {
    background-image:url(images/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;
}

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: #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:rgb(120,150,120); 
	}
	
.titulo#menuTitulo {
    text-align:center;
	height:17px;
	background-image:url(../images/linha1.jpg);
    }

.titulo#quadroTitulo {
	background-image:url(../images/fun01.jpg);
	padding: 0px 0 0 15px;	
	height:24px;
	width: 445px;
 }

.titulo#quadroTituloG {
	background-image:url(../images/funG.jpg);
	padding: 0px 0 0 15px;	
	height:24px;
	width: 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(../images/fun02.jpg);
	height:19px;
	width: 445px;
	padding:0 0 0 5px;
 }

td#quadroFim {
	background-image:url(../images/fun03.jpg);
	height:17px;
	width: 445px;
 }
 
 /* QUADROS MAIORES */
 td#quadroMeioG {
	background-image:url(../images/funG01.jpg);
	height:19px;
	padding:0 0 0 5px;
 }

td#quadroFimG {
	background-image:url(../images/funG02.jpg);
	height:14px;
 }
	
td#fundoMenu {
  /*  background-color:rgb(190,233,211); */
    background-color:rgb(120,150,120); 
    color:rgb(255,255,255);
    height:20px;
}	

td#rodape {
    background-color: rgb(120,150,120); 
   /* background-color:rgb(190,233,211);	*/
    color:rgb(255,255,255);
    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;
 }	
 
.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#positiva {
	color:rgb(18,118,106);
	background-image:url(../images/ok.gif);
	background-position:top,left;
	background-repeat:no-repeat;
	border-top:16px solid rgb(0,60,0);
	border-left:1px solid rgb(18,118,106);
	border-right:1px solid rgb(18,118,106);	
	border-bottom:4px solid rgb(18,118,106);
}
.Mensagem#negativa {
	color:red;
	background-image:url(../images/messagebox_warning.gif);
	background-position:top,left;
	background-repeat:no-repeat;
	border-top:16px solid rgb(60,0,0);
	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(../images/messagebox_info.gif);
	background-position:top,left;
	background-repeat:no-repeat;
	border-top:16px 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(../images/botoes.jpg);
	vertical-align:middle;
	text-align:left;
	padding-left:18px;
	color:rgb(100,130,100);
	height:35px;

}

/* ======================= Formulários ==========================*/

.button{border: 1px solid #005000; font-family: Verdana; font-size: 11px; background-color: #415A41; color:#ffffff; margin:0; padding:0;} 
input{border: 1px solid #005000; font-family: Verdana; font-size: 12px; background-color: #eeeeee; color: #000000; height:18px;}
select{border: 1px solid #005000; font-family: Verdana; font-size: 11px; background-color: #eeeeee; color: #000000; }
textarea, textfield{border: 1px solid #005000; 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 #005000; 
			font-family: Verdana; 
			font-size: 14px; 
			background-color: #eeeeee; 
			color: #666666; 
			height:25px;
			padding-top:4px;
			width:99%;
			-height:19px;
			+height:20px;
			}
input.search {
			background-image:url(../images/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: #005000; text-decoration:underline;}

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: #005000; text-decoration:underline;}

a.link_12:link,a.link_12:visited {text-decoration: none; color: #000000; font-family: Verdana,Helvetica,Sans-Serif; font-size:12px; color:rgb(20,90,20) }
a.link_12:active {text-decoration: none; color: #000000;}
a.link_12:hover {color: #005000; text-decoration:underline;}

a.bold2:link,a.bold2:visited {text-decoration: none; color: #000000; font-family: Verdana,Helvetica,Sans-Serif; font-size:12px; font-weight:bold;color:rgb(20,90,20)}
a.bold2:active {text-decoration: none; color: #000000;}
a.bold2:hover {color: #005000; text-decoration:underline;}


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: #005000; text-decoration:underline;}

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: #005000; text-decoration:underline;}


.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;
}
.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');
}
.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;
}







