
#principal_opcoes_barra_top ,#header,#divisoriamenu{
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccccc, endColorstr=#ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccccc, endColorstr=#ffffff);
 
 /* Mozilla */
    background: -moz-linear-gradient(top, #cccccc, #ffffff) repeat-X;
    /* Safari, Google Chrome */
    background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff)) repeat-X;		
}

#header {
	height:70px; 
	width:100%;
	border-bottom: 1px solid #A0522D;
}

/*button[type='button'],input[type='submit'] {
	font-size: 12px;
    left: 5px;
	display: block;
	text-transform: none;
	color:#363636;
	border: 1px solid #9C9C9C;
	background:#B5B5B5;
	height:25px;
	resize:none;
	cursor:pointer;cursor:hand
}
*/



/*button[type='button'],input[type=text], input[type=checkbox] {
	
    -moz-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
    box-shadow:inset 0px 1px 0px 0px #ffe0b5;
    
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc));
     background:-moz-linear-gradient(top, #BEBEBE 5%, #cccccc 100%);
    background:-webkit-linear-gradient(top, #BEBEBE 5%, #cccccc 100%);
    background:-o-linear-gradient(top, #BEBEBE 5%, #cccccc 100%);
    background:-ms-linear-gradient(top, #BEBEBE 5%, #cccccc 100%);
    background:linear-gradient(to bottom, #BEBEBE 5%, #cccccc 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#B0C4DE',GradientType=0);
    
    background-color:#cccccc;
    
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px; 
    
    border:1px solid #696969;
    
    display:inline-block;

    color:#696969;
    
    font-size:11px;
    
    padding:1px 11px;
    
    text-decoration:none;
    height:20px;
    
    text-shadow:0px 1px 0px #696969;	
    text-transform: none;
	cursor:pointer;
	

}*/



#principal_opcoes{
	width: 95%;
	height:auto; 
	float:left ; 
	border: 1px solid #cccccc;    
	margin-left: 10px;
	margin-top:5px;
}

#quadro_detalhe_pesquisa{
	width: 98%;
	height:auto; 
	float:left ; 
	border: 1px solid #cccccc;    
	margin-left: 5px;
	margin-top:20px;
	margin-bottom:5px;
	padding-bottom: 5px ;
}

#principal_opcoes_barra_top {

	float:left ; 
	width: 100%;	
	float:left; 
	text-align:center;
	border-bottom: 1px solid #cccccc;    
	
}
#divisoriamenu{

	height:40px; 
	padding-left: 5px ;
	padding-top: -5px ;

}

#paginacao_cadastros{
	
	margin:0 auto;
	width:auto;
	text-align:center;
	margin-top: 10px ;
	/*position:absolute; */
	height: auto;
	
}

#menucad1{
	text-align:center; 
	margin-top: 30px;
	margin-left: 40px; 
	width:100px; 
	height:80px;
	float:left;
}
#menucad2{
	text-align:center; 
	margin-top: 70px;
	margin-left: 40px; 
	width:100px; 
	height:80px;
	float:left;
}

.div-aguarde{

  text-align:center; 
  margin-top: 200px ;
  margin-left:40%; 
  width:150px;
  height:15px;
  padding: 10px; 
  color:black; 
  border-radius: 5px;
  background: #CCC;
  border: 1px solid #9590E6;
  position: absolute; 

  /*z-index: 9999; 	*/

}