/*
  this is not the meter.css file that is in the "Webpage Extras" directory.
  Also the below was formally in the include dir for the login pages.
  So far this is only used by the login portion of this project.
 */



#divMeter {							/* meter "window" specifications */
  top: 140px;
  height: 90px; }

#divMeter img { float: right; margin: 2px 0 0 0; }

.divMeter {
  position: absolute;
  display: none;
  margin-top: 50px;
  width: 300px;
  background-color: #fff;					/*f6f7ff*/
  color: #666;
  text-align: center;
  -moz-border-radius: 0.35em;
  border: 1px solid #808080; }

.divMeterTitle {
  margin: 2px 2px 10px 2px;
  padding: 1px 0 1px 5px;
  color: #fff;
  font-weight: bold;
  background-color: #47aeda;
  text-align: left; }

.divMeterBlock {
  float: left;
  margin: 0 3px 0 0;
  width: 14px;
  height: 14px; }

#divMeterBar {
  margin: 10px auto;
  padding: 3px 0 3px 3px;
  height: 15px;
  width: 103px;
  border: 1px solid #808080; }					/* end of meter "window" specifications */

