/**
 * The modal overlay of the progress panel.
 */
.ov_busyOverlayAnimation {
	display: none;
	position: absolute;
	width:100%;
	height:100%;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	z-index: 10;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/ws/javax.faces.resource/images/animated/preloader-20x20.gif.jsf?ws=29.030_ovt_ci);
	background-color: var(--ov_color_default_bg); /* probably use transparent or none at all? */ 
}
