@charset "utf-8";
/* CSS Document */


#Layer1 {
	position: relative;
	z-index: 1;
	background-color:#FFFFFF;
	height: 24px;	
}
#Layer1 {
	position: relative;
	z-index: 1;
	background-color:#FFFFFF;
	height: 200px;	
}

.caixa-background {
	background-color: #FFFFFF;
	border:#666666 1px solid;
}
.caixa-back {
	text-align: left;
}
.caixa-forward {
	text-align: right;
}
.caixa-titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.texto-loading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

#loading {
    background: #CCCCCC;
    padding: 0;
    border: 1px solid #999999;
    display: none; /* hidden */
	z-index: 1500;
    position: absolute;    
    left: 0;
    margin: 400px 0px 0px 0px;
    top: 0;
	bottom: 0;
	right: 0;
	float: left;
    width: 100%;
    height: inherit;
		min-width: 100%;
 /* for IE */
  filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.4;
        /*margin-top: -50;*/
    font-weight: bold;

}
#loading2
  {
    padding: 0;
    display: none; /* hidden */
	z-index: 1600;
    position: absolute;    
    width: 100%;
    height: 40%;
	min-width: 100%;
    top: 45%;
    text-align: center;
    vertical-align: middle;
  }
.erro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
