table.report { font-size: 10px;
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

table.report tr.odd {
  background-color: #ffffff;
}

table.report tr.even {
  background-color: #efefef;
}

table.report tr.tabletitle td {
  text-align:left;
  background-color: #7f7f7f;
  border-bottom: 3px solid black;
  font-weight: bold;
  color: #ffffff;
  padding: 4px;
}

table.report a {
  text-decoration: none;
  color: #003A9F;
}

table.report a:hover   { text-decoration: underline }

table.report td {
  text-align: right;
}

table.report td.leftalign {
  text-align: left;
}

table.report td.rightalign {
  text-align: right;
}

table.report td.centeralign {
  text-align: center;
}

.serveruptimenotice {background-color: #efefef;
   border: 1px solid #666666;
   font-size: 11px;
   padding: 2px; margin-top: 5px; margin-bottom: 5px;
   text-align: center;}
