﻿/*RadAjaxLoadingPanel NGOPRO Skin*/

/*loading image - do not specify background-position or background-repeat*/
.RadAjax_NGOPRO .raDiv {
	background-image: url(Ajax/loading.gif);
	/*background-size: 96px;*/
}

/*loading panel background color*/
.RadAjax_NGOPRO .raColor {
	background-color: white;
	/*background-color:transparent !important;*/
}

/*skin transparency level - the smaller the number, the more the transparency*/
.RadAjax_NGOPRO .raTransp {
	opacity: 0.5; /*non-IE browsers, 0-1*/
	-moz-opacity: 0.5; /*old Mozilla browsers, 0-1*/
	filter: alpha(opacity=50); /*IE, 0-100*/
}
