#class .loading-indicator {
	font-size:12px;
	height:18px;
}

.loading-indicator {
	background-image:url(<?php echo SITE_URL; ?>js/ext-3.0-rc2/resources/images/default/grid/loading.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:8pt;
	height:18px;
	padding-left:20px;
	text-align:left;
}

#loading {
	background:#C3DAF9 none repeat scroll 0%;
	border:1px solid #6593CF;
	left:45%;
	padding:2px;
	position:absolute;
	text-align:center;
	top:40%;
	width:150px;
	z-index:20001;
}

#loading .loading-indicator {
	background:white url(block-bg.gif) repeat-x scroll 0%;
	border:1px solid #A3BAD9;
	color:#003366;
	font-family:tahoma,arial,helvetica;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin:0pt;
	padding:10px;
}

.loading-mask {
	width:100%;
	height:100%;
	background:#c3daf9;
	position:absolute;
	z-index:20000;
	left:0;
	top:0;
}

.loadingImage {
	width:16px;
	height:16px;
	vertical-align:middle;
}
