/* PRINT stylesheet (if not using print icon aspx code) */

/* set ALL fonts to uniform [ keep as points ] */
html { font-weight:normal; font-size:10pt !important; font-family:Arial, Verdana, sans-serif !important; }

body { margin:0; padding:0; background-color:#FFF; }

/* extra precaution to catch all other text [ do not add font-size here ] */
body, p, div, td { font-family:Arial, Verdana, sans-serif; }

h1, h2, h3, h4, h5, h6 { font:bold 14pt Arial, Verdana, sans-serif !important; }

/* turns off header from printing */
#header { display:none; }

/* turns off SideNavMenu from printing */
#sidenav { display:none; } /* if using div */
td#sidenavtd { display:none; visibility:hidden; }

/* turns off footer (links & icons) */
#fLinks { display:none; }
/* enlarge copyright */
#copyright { margin:0; padding-left:13px; font-size:0.8em; }

/* shows header logo */
#header_print { visibility:visible; display:block; margin-left:7px; }

/* hides table borders */
table#holder_table { border:0 !important; margin:0; padding:0; }

table#content_table { width:94% !important; /*width:auto;*/ margin:0; padding:0; border:0 !important; }

/* how to show link urls on printed pages [ applied to div links ]
#testdiv a:link:after, #testdiv a:visited:after {
   testdiv: " (" attr(href) ") ";
   font-size:90%;
   }
/* shows the full URL path for non-absolute URLs
#testdiv a[href^="/"]:after {
  testdiv: " (http://www.sitename.com" attr(href) ") ";
   }
*/
.dontPrint { display:none; visibility:hidden; }