.divWaitHidden {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: url(/suite/suiteweb/images/stop.cur);
	filter: alpha(opacity=0);
	opacity: 0.0;
	z-index: 5000;
}

.divWaitFloating {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5000;
}

.divWaitFloatingDesktop
{
	position: absolute;
	z-index: 5000;
	top: -125px; 
	width: 1024px; 
	height: 768px;
}

.divWaitConfirm {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
	z-index: 5000;
}

.tabellaWait {
	border-collapse: collapse;
	font-weight: bold;
	background-image: none;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-family: Arial;
	z-index: 5000;
}

.cellWaitTransp {
	font-weight: bold;
	filter: alpha(opacity=25);
	opacity: .25;
	text-align: center;
	vertical-align: middle;
	color: #000;
	font-family: Arial;
	background-color: #A19E8B;
}

.cellWaitHidden {
	filter: alpha(opacity=0);
	opacity: 0.0;
	text-align: center;
	vertical-align: middle;
}

.cellWaitMsg {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: white;
	font-family: Arial;
	background-color: #A19E8B;
	padding: 4 4 4 4;
	border: solid 2px black;
}

.imgWaitDoing {
	border: solid 5px red;
	width: 50px;
	height: 50px;
	background-image: url(/suite/app_themes/default/images/loading2.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.imgWaitDone {
	border: solid 0px red;
	background-image: url(/suite/suiteweb/images/transparentblock.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
