/* Print CSS */

@media print {
* { background: #fff !important; text-shadow: none; 
font-family: Helvetica, Arial, sans-serif !important; }
p{
color: #444 !important;
}

  a:after { content: " (" attr(href) ")"; } 

  abbr:after { content: " (" attr(title) ")"; }
  
  .ir a:after { content: ""; } 
  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  
  img { page-break-inside: avoid; }

  @page { margin: 0.5cm; }

  p, h2, h3 { orphans: 3; widows: 3; }

  h2, h3{ page-break-after: avoid; }
  
  nav, footer, .bt-mini,#login-region, #header, #colophon, #welcome, #search, .calendar-box, #admin-menu, ul.tabs.primary, ui-widget, a.twitter-bubble, .fb-like-ico, .fb-like-ico-IE, a.gototop-link, #fly-top{
  display:none !important;
  }
}





