
/******************** Begin .\clientsrc\toronto\css\tor-print.css ********************/
/* A printer only CSS */

/* tor-print is the main div to get printed, but take off some styling that shouldn't be printed*/
#tor-print {border: none; -moz-box-shadow: 0 0 0 transparent; -webkit-box-shadow: 0 0 0 transparent; overflow: visible;}
#tor-print-components {overflow: visible}

/* Hide almost the entire rest of the page when printing */
#header, #content, #tor-context-menu, .ui-corner-all, .tor-drop-shadw, #tor-print-close {display: none }
.tor-print-hide {display: none;}
.olControlNoSelect { display: none; }

#tor-print-display-title { display: block; font-size: 1.3em;}

/* Set the map to print on a basic page layout 8.5 x 11 */
.tor-map-print-view { width: 7in !important; height: 8in !important; overflow: hidden !important; page-break-after:always;}
#tor-printable-map { display: block;  page-break-after:always;}

/* Page break after the table always*/
#tor-print-component-table {page-break-after:always;}

/* Keep the font small for the table*/
.tor-table-print-view { font-size: 9pt; }
/********************   End .\clientsrc\toronto\css\tor-print.css ********************/

