
  .menu, .buttonRow, .button, .noPrint, #ajaxLoader, .systemMenu, #leftColumn {
    visibility: hidden;
    display   : none;
    width     : 0px;
    height    : 0px;
  }

  #contentColumn {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .xhtmlForm {
    border: none;
    display   : block;
    visibility: visible;
  }

  .xhtmlForm caption {
    border          : none;
    text-decoration : underline;
    font-size       : 12pt;
    font-weight     : bold;
  }

  .xhtmlForm td, .xhtmlForm th {
    border-bottom: 1px solid black;
  }
