/*
 * Tigr.net printing style
 */

body { background: white; color: black; font-size: 12pt; }

#top { display: none; }
#mainmenu { display: none; }
#sidebar { display: none; }
#sidebox { display: none; }

#wrap, #content { width: auto; float: none !important; }

a img { border:0; }

#footer { border-top: 1px solid #000000; }
#footer p { margin:0; padding:0; }

.hide { display:none; }
.clear { display:none; }

a:link, a:visited {
   color: blue;
   background: transparent;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.tigr.net" attr(href) ") ";
   font-size: 90%;
   }

