/**   Styles for "Print" Media
*     File: print.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 26 August 2008 @ 17:55 EST
*     line 10-13 source: Tripoli is a generic CSS standard for HTML rendering :: Copyright (C) 2007  David Hellsing
* --------------------------------------------------------------
**/

* { background: #fff; }
body { font-family: georgia, times, serif; color: black; }
blockquote { font-style: italic; color: black; }
a:link, a:visited { color: black; border-bottom-width: 1px; border-bottom-style: solid; }

h1, h2, h3, h4 { margin: 0 0 0.2em 0; }
   h1 { margin-bottom: 0.6em; }

.hidden, 
.advertisement,
#listenNow,
#topNavigation,
#nav_options,
#hisradio_sideBar,
#logout,
#reportform {
   display: none;
}

body #result_box h3 {  font-family: Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;  }

#result_table {
   width: 100%;
   font-size: 12px;
   margin-top: 20px;
}

#result_table th { text-align:left; }

#result_table td { 
   vertical-align:top;
   border-bottom: 1px solid #000; 
}

#footer { font-size: 10px; }
   #footer a:link, #footer a:visited { border: 0; }