/* ************************************* */
/* Classes da caixa de mensagem do Login */
/* ************************************* */

.black_overlay {
	background: url("../imagens/overlay.png");
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 110%;
	height: 140%;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity = 80);
}

.white_content {
	display: none;
	position: absolute;
	top: 45%;
	left: 25%;
	width: 50%;
	padding: 0px;
	border: 1px solid white;
	background-color: white;
	z-index: 1002;
	overflow: none;
}

.topo_msg {
	background-color: #002884;
	width: 100%;
	height: 18px;
	text-align: left;
	vertical-align: middle;
	color: white;
}

ul.botoes_msg {
	display: block;
	list-style-type: none;
	clear: both;
	margin-left: 5px;
}

ul.botoes_msg li {
	float: right;
	list-style-type: none;
	margin-right: 10px;
}

.detalheMsg {
	display: none;
	/*background:#fff url(../imagens/msgExclamacao.jpg) no-repeat top left;*/
	min-width: 370px;
	width: 89%;
	font: bold 11px arial;
	color: #333;
	text-align: left;
	border: 1px solid #bdc9e6;
	padding: 17px 0 17px 42px;
	margin: 20px 10px 10px 10px;
	clear: both;
	height: 85px;
	overflow: auto;
}

.alerta_msg {
	display: block;
	background: #fff url(../imagens/msgExclamacao.jpg) no-repeat top left;
	min-width: 370px;
	max-height: 50px;
	font: bold 11px arial;
	color: #333;
	text-align: left;
	border: 1px solid #bdc9e6;
	padding: 17px 0 17px 42px;
	margin: 20px 10px 10px 10px;
	clear: both;
	overflow: auto;
}

#modalPane{
	background: url("../imagens/overlay.png");
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

#loadingImage{
	background: url("../imagens/loading.gif") no-repeat;
	position: absolute;
	z-index: 100;
	width:300px;
	height:40px;
	padding-top:8px;
	color: #002884;
	font: bold 14px Arial;
}