/* LAYOUT MONITOR */
#bgbody {
	width:980px;


	margin:0 auto;
	margin-top:-11px;
	position:relative;
	z-index:5;
	padding-bottom:30px;
	-moz-border-radius:0 0 15px 15px;
	-webkit-border-radius:0 0 15px 15px;
	 border-radius:0 0 15px 15px;
	background: url(../images/img/img-3.png) no-repeat;
	background-color:#91cde5;
}
.rodape{
	position: fixed;
	right: 0px;
	bottom: 0px;
	float: right;
	width: auto;
	list-style-type: none;
	height: 20px;
	background-color:white;
	font: 10px Arial, Helvetica, sans-serif;
	z-index: 93;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
}
.btexpand{
	width: 30px;
} /* Expand button */

/* Balão de Mensagens dos Alertas */
.dv_avbalao {
	position: absolute;
	text-align: justify;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	margin-top: -30px;
	background-color: #44FF44;
	border-radius: 10px;
	border: 1px solid #011542;
	z-index:10;
}
.max_alertas{
	display:none;
	float:left;
	background-color: transparent;
	background:url(../i/maximizar.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 40px;
	height: 50px;
	line-height: 50px;
}