div.ubusysync {
  /* Cover the whole page: */
  top:0;
  left:0;
  width:100%;
  height:100%;
  /* Stay put and on top: */
  position:fixed;
  z-index:32767;
  /* The centered image: */
  background-repeat:no-repeat;
  background-position:center center;
  background-image:url(../../images/ubusyindicator/busy.gif);
  /* Make transparent: */
  opacity:0.6;                      /* CSS standard */
  filter:alpha(opacity=60);         /* For Internet Explorer */
  /* Dim the page behind this: */
  background-color: white;
  /* Show a busy-cursor: */
  cursor: wait;
}




div.ubusyasync {
	/*Roberto catena modificato il 22.03.2013*/
/* copia backup  div.ubusyasync_backup*/
/*
  width:122px;
  height:64px;
  margin-top:-32px;
  margin-left:-61px;
*/
  	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-attachment: fixed;
	background-color: #DEDEDE;
	background-repeat: no-repeat;
	margin:0 auto;
	padding:0 auto;
	/* Stay put and on top: */
	position:fixed;
	/* The image: */
	background-image:url(../../images/ubusyindicator/loading_esi3.gif);
	/* Div size; should be equal to the image size! */
	background-position: 50% 50%;
  /* Make transparent: */
  z-index:32767;
	opacity:0.6;                      /* CSS standard */
	filter:alpha(opacity=60);         /* For Internet Explorer */
	cursor:wait;

}


div.ubusyasync_backup {

/*Roberto catena modificato il 22.03.2013*/
/* copia backup  div.ubusyasync_backup*/
  /* Position at nearly the top-right corner:*/
  top:5px;
  right:5px;
  /* Stay put and on top: */
  position:fixed;
  z-index:32767;
  /* The image: */
  background-image:url(../../images/ubusyindicator/processing.gif);
  /* Div size; should be equal to the image size! */
  width:122px;
  height:64px;
  /* Make transparent: */
  opacity:0.6;                      /* CSS standard */
  filter:alpha(opacity=60);         /* For Internet Explorer */ 
}


/*
div.ubusyasync{
  	display: block;
  	position: absolute;
  	top:0; left:0;
  	width: 105%;
  	height: 105%;
	z-index:32766;
	background-color:#999;
	opacity:0.6;                      
	filter:alpha(opacity=60);         
 }*/
