
.blueToolBar{
position:absolute;
left:0px;
top:0px;
z-index:1000;
}

/*LOADING "IS BUSY" this is what we want the div to look like when it is not showing*/  
div.loading-invisible
{    
 		/*make invisible*/    
 		display:none;  
}  
/*this is what we want the div to look like    when it IS showing*/  
div.loading-visible{    
 	/*make visible*/    
	display:block;    
	
	position:absolute;    
	top:300px;    
	left:300px;    
	width:20%;  
	height:20%;  
	text-align:center;  
	z-index:10000;
	
	/*in supporting browsers, make it  a little transparent*/
	/*background:transparent;    */
	/*filter: alpha(opacity=70; */
	/* internet explorer */    
	/*-khtml-opacity: 0.5;     */
	/* khtml, old safari */    
	/*-moz-opacity: 0.75;       */
	/* mozilla, netscape */    
	/*opacity: 0.75;           */
	/* fx, safari, opera */    
	/*border-top:0px solid #ddd;   */
	/*border-bottom:0px solid #ddd;*/