html, body, td, th {
  color: #000940;
  font-family: arial,verdana,'Bitstream Vera Sans',helvetica,sans-serif;
}
span.h1, h1 { font-size: 19px; margin: 0 0 0 0 }

.bluefadeline {
  background: url(bluefadeline.png) top left repeat-x !important;
}
.dimbluefadeline {
  background: url(dimbluefadeline.png) top left repeat-x !important;
}
.skybluefadeline {
  background: url(skybluefadeline.png) top left repeat-x !important;
}

div#header {
  background-color: #00002b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
div#header h1 {
  color: white;
  margin: 5px;
  margin-top: 18px !important;
}

#frontpage {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
}
#frontpage img { border-width: 0; }

div.zonbu_password {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 200px;
  margin-left: -150px;
  margin-top: -100px;
  z-index: 5000;  
  border: 1px solid #ccc;
  padding: 20px 20px 10px 20px !important;
}
div.zonbu_password div {
  border: 1px solid #00002b;
  padding: 20px;
}
div.zonbu_password p { text-align: center; }
div.zonbu_password p.submit { text-align: right; }

table.listing tbody tr:hover { 
  background: url(skybluefadeline.png) top left repeat-x !important;
}

