@charset "UTF-8";
@media print
{
  body { font-size: 10pt; }
  html { height: auto; margin-bottom: 0; }
  #navtop, #addnavtop, #navbottom, #search { display: none; }
  body a[href^="http:"],
  body a[href^="https:"] {
    padding-left: 0;
    background-image: none;
  }

  /*.floatbox,
    .grid,
    .grid_oldgecko { overflow:visible; display: table; }

    .c25l, .c33l, .c38l, .c50l, .c62l, .c66l, .c75l,
    .c25r, .c33r, .c38r, .c50r, .c62r, .c66r, .c75r {
      width: 100%; margin:0; padding: 0; float:none !important; overflow:visible; display:table !important;
    }*/
  .col-content, .col-content-l, .col-content-r  { margin: 0; padding: 0; }


  .print { position: static; left: 0; display:block; }

  .noprint { display:none !important; }

  h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }

  #lc-content:before, #rc-content:before, #mc-content:before {
    content: "";
    color:#888;
    background:inherit;
    display:block;
    font-weight:bold;
    font-size:1.5em;
  }

#lc { display:none; }
#rc { display:none; }
#mc, #mc-content { width: 100%; margin:0; padding: 0; border:0; }
}