.cssAjaxWaitingContainer
{
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 100;
	overflow: hidden;
	position: absolute;
	display: none;
}

.cssAjaxWaitingBackground
{
	background: url(/CMS200707/Images/overlay.gif);
	text-align: center;
	height: 100%;
	width: 100%;
	z-index: 110;
	position: relative;
	vertical-align: middle;
}

.cssAjaxWaitingFont
{
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #003366;
}

.cssAjaxWaitingTableIE
{
	margin: 0 auto; 
	background-color: #fffffe; 
	border: 1px solid #003366;
	width: 300px; 
	height: 140px;
	position: relative;
	top: 40%;
	text-align: center;
	z-index: 120;
	padding: 50 0 0 0;
}

.cssAjaxWaitingTableMozilla
{
	margin: 0 auto; 
	background-color: #fffffe; 
	border: 1px solid #666666;
	width: 360px; 
	height: 75px;
	position: relative;
	top: 40%;
	text-align: -moz-center;
	z-index: 120;
	padding: 45 0 0 0;
}

.cssAjaxWaitingTableIE font
{
	font-family: Arial;
	font-size: 12pt;
}

.cssAjaxWaitingTableMozilla font
{
	font-family: Arial;
	font-size: 12pt;
}


