.usrtable {
  background-color: #ffffff;
}

.inputlarge {
  width: 400px;
}
.inputmed {
  width: 200px;
}

div.adminlinks {
  margin: 4px 0 10px 0;
}
span.adminlinks {
  margin: 0 6px;
}
.adminlinks {
  text-align: center;
  font-size: x-small;
}
.adminlinks a {
  margin: 0 4px;
}
.adminlinks a, a.adminlink {
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 0 3px;
  background-color: #ffff99;
  color: #0000ff;
  font-size: x-small;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
}
.adminlinks a:hover, a.adminlink:hover {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  background-color: #ffdd99;
}

div.adminmenu h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  color: #000000;
}
div .adminmenu ul {
  margin-top: 0px;
  margin-bottom: 8px;
}
div.adminmenu ul li {
  font-size: 10px;
}
div.adminmenu a {
  display: block;
  padding: 2px;
  color: #000000;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}
div.adminmenu a:hover {
  background-color: #0033cc;
  color: #ffffff;
}

#blackout-mask {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #000000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

* html #blackout-mask { /*IE6*/
  position: absolute;
  height: expression((document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight)+'px');
}

#blackout-iefix {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

* html #blackout-iefix { /* IE6 */
  position: absolute;
  height: expression((document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight)+'px');
}

#please-wait {
  position: fixed;
  background-color: #ffffff;
  background-image: url(please-wait.gif);
  background-repeat: no-repeat;
  background-position: 115px 8px;
  z-index: 102;
  display: none;
  top: 50%;
  left: 50%;
  width: 450px;
  margin-top: -50px;
  margin-left: -225px;
  border: 3px solid #000000;
  padding: 10px;
  padding-top: 30px;
  font-size: large;
  font-weight: bold;
}

* html #please-wait { /*IE6*/
  position: absolute;
  margin-top: expression(0-parseInt(this.offsetHeight/2)+(document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px');
}
