div#print-head {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

div#print-head img {
  width: 50px;
}

body.private div#main {
  padding: 75px 0 0 0;
  overflow: visible;
}

div#head {
  display: none;
}

body.public div#wrapper, body.private div#wrapper {
  padding-top: 0;
  background-image: none;
  background-color: #ffffff;
}

div#foot {
  display: none;
}

table.standard-table td.case {
  background-image: url(../img/case_gray.gif) !important;
  background-repeat: no-repeat;
  background-position: 6px 2px;
}

table.standard-table caption {
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

table.standard-table th.sort {
  border: none;
  padding-bottom: 2px;
}

table.standard-table th.sorteddown, table.standard-table th.sortedup {
  color: #000 !important;
  text-decoration: underline;
}

table.standard-table tr.footer {
  color: #000;
  font-weight: bold;
}

table.standard-table tr.footer td {
  border-top: none;
}

table.standard-table tr.highlight {
  font-style: italic;
  font-weight: normal;
}

table.standard-table img.info {
  display: none;
}