/*SPINNER*/
/* $Revision: 1$  */
/* $Modtime: 28. april 2016 09:40:08$ */
/* CSS Document */ 
.spinner {
	position: absolute;
	opacity: 0.5;   
	filter: alpha(opacity=50);
	z-index: 999;
	background: #fff;
}

.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url(../images/spinner.gif) no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}
.spinner-img16 {
/*	background: url(../images/16x16spinner.gif) no-repeat;*/
	background: url(../images/spinner.gif) no-repeat;
	width: 16px;
	height: 16px;
	margin: 0 ;
}

.tooltip-spinner {
  
   width: 16px;
   height: 16px;
   position: absolute;
    z-index: 999;
 /*  opacity: 0.9;
   filter: alpha(opacity=90);
   z-index: 999;
   background: #fff;*/  
}

.tooltip-spinner .spinner-img {
	background: url(../images/onBlackSpinner.gif) no-repeat;
	width: 16px;
	height: 16px;
	margin: 0 auto;
}
