/* print.css works with /cclib/inserts/printver.asp */
/* and the native browser print preview function [ava. in NN6+, IE5+, Opera 6+] */
/* to produce printer friendly web pages */
/* Created and maintained by Ian Chan */
/* Updated on 10.Feb.04 */

/* 	Hides elements that are not essential to printed copy  */
#header, #siteNavi, #pgNavi, #dist, .hd2, #header1, .textonlydisplay, 
#dbselect, .mainmenu, #calheader, hr.left, hr.middle, hr.right, .messages { 
  display: none; visibility: hidden; }

/* Displays page content to fit printed page */
#center, .w1, #cal12, #pgFT, #srch1, pfContent, 
div.row, #widecontent, .wide { 
  font: small Arial, Helvetica, sans-serif; position: static; 
  left: 0px; top: 0px; border:  none; width: auto; padding: 0px; 
  margin: 5px 0px; float: none; color: black;  background: transparent; }

.url { 
  visibility: visible; display: block; position: static; }
  
body { 
  background: #ffffff; font: small Arial, Helvetica, sans-serif; } 

/* Common display elements */
.smfont { 
  color: #666666; }
  
.noborder { 
  border: 0px none; }
  
.border { 
  border: 1px solid #cccccc; }
  
.lowercasebordercell { 
  border-bottom: 1px solid #cccccc; text-transform: lowercase; }
  
.borderbottom{ 
  border-bottom: 1px solid #cccccc; }

h5 {
  font-weight: bold; }
  
H2 {
  font-weight: bold; font-size: medium; }

/*	Classes generated by printver.asp	*/
.largetext {
  font-weight: normal; font-size: medium; color: #000000; }

.blocktitle {
  font-weight: bold; font-size: large; line-height: 40pt; }
