﻿.UILocker, .UILocker > img {
	position: fixed;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	visibility: visible;
	cursor: wait;
	z-index: 1000;
}

.UILockerSimple, .UILockerSimple > img {
	cursor: auto;
}

.UILocker.Translucent {
	background-color: #FFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.UILocker.Translucent ~ .UILocker.Translucent {
	display: none;
}

.UILocker + div.Wait {
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 50%;
	margin: -24px 0px 0px -24px;
	width: 48px;
	height: 48px;
	background-image: url('/images/busy_48.gif');
	background-repeat: no-repeat;
}