
/********
 *  Printing
 */

@media print{
  .menu,
  .page_operation,
  #display_mode,
  #top_bar,
  #footer,
  #appendix,
  #copyright,
  #edit_link,
  #index_box
    {
    display: none;
    }
  body
    {
    background: none;
    }
  a
    {
    color: inherit;
    text-decoration: none;
    }
  .calendar .ocal,
  .calendar .ecal,
  .calendar td,
  .calendar th
    {
    background: none;
    border: none;
    }
  .calendar th
    {
    background-color: #eee;
    }
  .calendar td
    {
    border-bottom: 1px solid gray;
    }
  .calendar a
    {
    color: inherit;
    text-decoration: none;
    }

#content_frame
  {
  margin-left: 2cm;
  margin-right: 0;
  margin-top: 0;
  border: none;

  background: none;
  }

#main_text
  {
  margin-left: 0;
  margin-top: 0;
  }

}

