/* 
    Document   : print
    Created on : 2011.13.5, 21:44:58
    Author     : Ilmars
    Description:
        Purpose of the stylesheet follows.
*/

  body{ background-color:#FFFFFF; background-image:none; color:#000000 }
  #tabs{ width:100%;}
  #top1{ display:none;}
  #left_menu{ display:none;}
  #footer-1{ display:none;}
  #footer-2{ display:none;}
  .noprint { display:none;}

 
.page-break	{ display:block; page-break-before:always; }
.no-show	{ display:block; }

.screenOnly { display: none; }
.printOnly { display: inline-block; 
    width:90%; /* fixes margin issues in some funky browsers */
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    font-family:monospace,sans;
}
