/* START Telerik.Web.UI.Skins.Ajax.css */
/* Telerik RadAjaxLoadingPanel Common CSS */

.RadAjax .raDiv,
.RadAjax .raColor
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

.RadAjax .raDiv
{
	position:relative;
	z-index:2;
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat;
}

.RadAjax .raColor
{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-image:none;
}

.RadAjax .raTransp
{
	zoom:1;
}

.RadAjax .raTop
{
	background-position:center top;
}

.RadAjax .raTopLeft
{
	background-position:left top;
}

.RadAjax .raTopRight
{
	background-position:right top;
}

.RadAjax .raLeft
{
	background-position:left center;
}

.RadAjax .raRight
{
	background-position:right center;
}

.RadAjax .raBottom
{
	background-position:center bottom;
}

.RadAjax .raBottomLeft
{
	background-position:left bottom;
}

.RadAjax .raBottomRight
{
	background-position:right bottom;
}

.RadAjax div.raNone
{
	background-image:none;
}

* html .RadAjaxUpdatedElement select
{
	visibility:hidden !important;
}
/* END Telerik.Web.UI.Skins.Ajax.css */
/* START Telerik.Web.UI.Skins.Office2007.Ajax.Office2007.css */
/* Telerik RadAjaxLoadingPanel Office2007 Skin */

.RadAjax_Office2007 .raDiv
{
	background-image:url('/WebResource.axd?d=lpBRXaqE5M8rzI7iFywvgug1F0R0CS3LZotQsDkU023LwM2J4Rd8CXSy6m3OD9Kv3u5RoWyJZz6yWdp6J0RnjZtH4F1YKesz9G-BvLxpfes1&t=634145324660000000');
}

.RadAjax_Office2007 .raColor
{
	background-color:#fff;
}

.RadAjax_Office2007 .raTransp
{
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
}
/* END Telerik.Web.UI.Skins.Office2007.Ajax.Office2007.css */
