/* This is the CSS for Josh's throbber activity indicator */
/* Installed 12/23/2013 */

#throbber {
   position: absolute;
   top: 0px;
   right: 0px;
   left: 0px;
   bottom: 0px;
   display:none;
   background:white;
   z-index:10001;
   opacity:0.8;
   filter:alpha(opacity=80); /* For IE8 and earlier */
}

canvas {
   position: absolute;
   top: 50%;
   left: 50%;
   margin: -75px 0 0 -75px;
}
