.Header,
.NavBarTop,
.NavBarLeft,
.NavBarRight,
.NavBarBottom,
.Footer {
  display:none;
}

@media print {
  .GeneralLayout {
    margin: 0px;
    padding: 0px;
    width: 640px;
  }

  .InPrintNotVisible {
    display: none;
  }
}

@media screen, handheld {
  .GeneralLayout {
    width: auto !important;
    margin: 20px;
    padding: 20px 0 20px 0;
  }

  div.OnlyInPrintViewVisible {
    display: block !important;
  }
}

.InPrintViewNotVisible {
  display: none;
}


.Middle {
  width: 100%;
  max-width: 100% !important;
}

.ContentCell,
.ContentArea {
  background-image: none !important;
}

.SearchMask {
  display: none;
}

a:hover {
  text-decoration: none !important;
}

