/* Styles for page loading */
div.pageLoadingAjaxDisabled {display: none;}
div.pageLoadingCursorDisabled {display:none;}
div.pageLoadingAjaxEnabled
{
	background:url("images/clear.gif") repeat scroll 0 0 transparent;
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	text-align:center;
	top:0;
	z-index:50000;
}

* html div.pageLoadingAjaxEnabled {position:absolute; height:100%; width:100%;}
