﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin: 0;
	padding: 0;
	border: none;
}
.UpdatePG_Centro
{
	z-index: 30;
	position: absolute;
	top: 35%;
	left: 44%;
	text-align: center;
	border: 2px solid #dbddff;
	background-color: #ddeeff;
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Verdana;
}
.ModalAjaxLoading
{
	z-index: 31;
	position: absolute;
	top: 35%;
	left: 44%;
	text-align: center;
	background-color: Transparent;
	padding: 3px;
	width: 250px;
	font-family: Verdana;
	border-style: none;
}
.modalBackgroundLoading
{
	background-color: #F7EDED;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopupLoading
{
	background-color: #ddeeff;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}

.modalProgressRedBackground
{
	background: Red;
	filter: alpha(opacity=70);
	opacity: 0.6;
}
.PainelLoading
{
	height: 80px;
	width: 170px;
	background-color:#C9E6F3;
	
}
