/*----------------------------------------------------------------
 >> Waiter Widget <<
 -----------------------------------------------------------------*/
/* useful fixes */
/* --------------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Generic image replace class */
/* --------------------------------------------------------------- */
.imageReplace {
  background: no-repeat 0 0;
  display: block;
  height/**/:/**/ 0 !important;
  overflow: hidden;
}

/* Some basic styling for the Waiter  */
/* --------------------------------------------------------------- */
.pleaseWaitBlanket {
  top: 0px;
  left: 0px;
  background-color: #000;
  filter: alpha(opacity=10);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  -moz-opacity: 0.10;
  opacity: 0.1;
}

.pleaseWait {
  width: 300px;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  padding:10px 10px 10px 10px;
  margin-top: 0;
  font-size:1.0em;
  text-align: left;
}


.progressBar {
  width: 300px;
  height: 16px;
  color: #000000;
  background-image: url(../javascript/wait7.gif);
  background-repeat: repeat-x;
  border: 1px solid #000000;
  margin-bottom:5px
}

.waitMessage {
  font-size: 1.2em; 
  padding:0px 0px 3px 0px; 
  font-weight: bold;
  		  text-align: left;
  }

#xpBar  { 
  background-image: url(../javascript/wait7.gif);
  width: 16px;
  height: 16px;
  padding-top: 16px;
  float: left;
  margin-right: 10px;
 
}

