/* 
    Document   : print.css
    Created on : Dec 26, 2008, 1:00:13 PM
    Author     : ecollins
    Description:
        Stylesheet for printing search results.
*/

#pageHeader span, #rightContainer, #topNav, #blueTabs, .footnote, #pageFooter, form, .notprintable, #printThese {display: none}

#pageHeader h1 { font-size: 12px; margin: 5; padding: 0; }

.header { font-size: 15px; margin: 5; padding: 0; }

#searchResults   {font-size:12px;
                  text-align:left;}
#searchResults a {color:black;
                  font-weight:bold;
                  text-decoration:none;}
table {   border-collapse: collapse;
          cellpadding:0;
          cellspacing:0;
}
table th {border-bottom: 1px solid #f1f1f1;}
table td {border-bottom: 1px solid #f1f1f1;
          border-bottom: 1px solid #f1f1f1;
}


