/* print.css for Microcheck.com
------------------------------------------------ 
Author: Carter Stowell
Version: 2006 May 2
------------------------------------------------

*/

/* ------------------------------------------------ 
defaults, block level, etc.
--------------------------------------------------- */

body {
       margin:0;
       padding:0;
       font-size:.9em;
       line-height:1.25em;
       font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
       }

form { margin:0; padding: 0; }

h1, h2, h3, h4, h5, p { margin:0 0 0.5em 0; padding: 0; }
h5 { font-size: 100%; margin-bottom: 0; }

A:link, A:visited {
       color: #003399;
       text-decoration: underline; }


/* ------------------------------------------------ 
hide display of non-essential stuff
--------------------------------------------------- */

#mainnav,			/* all pages */
#vertnav,			/* most sub-pages */
#vertlinefade,		/* on home and MT/PT landing pages */
#bigphoto			/* graphics on MT/PT landing pages */
 {
	display: none;
}

#introshell { margin: 15px 0 15px 0; padding-bottom: 20px; } /* prevent word pile-up when printing Home page */


#contentshell h2,
#contentshell h3 {
	margin-top: 25px;
}

#footer { margin-top: 25px; }

#home #blurb { float: left; width: 20%; padding: 10px; border: 1px solid #DEDEDE; } 				/* FAME blurb on home */
#home #contentshell { float: left; width: 75%; }
#home #footer { clear: both; }

/* Table styles - MicroPT Study Dates
--------------------------------------------------- */
.secondary #bodytextshell table.tbl-ptcalshell {
       border-collapse: collapse;
       width: 85%;
       margin:0 0 1em 25px;
	}

.secondary #bodytextshell table.tbl-ptcal {
       border-collapse: collapse;
       width: 90%;
       margin: 0 30px 0 0;
       border: 1px solid #E0E0E0;
	}
.secondary #bodytextshell table.tbl-ptcal th {
	text-align: left;
	padding: 0 6px;
	border-left: 1px solid #CCCCCC;
	}
.secondary #bodytextshell table.tbl-ptcal td {
	text-align: left;
	padding: 0 6px;
	border-left: 1px solid #CCCCCC;
	}
.secondary #bodytextshell table.tbl-ptcal tr.alt th,
.secondary #bodytextshell table.tbl-ptcal tr.alt td {
	background: #E0E0E0;
	font-size: 110%;
	}
.secondary #bodytextshell table.tbl-ptcal th.year {
	text-align: left;
	color: #A10017;
	font-size: 140%;
	border: none;
	}
.secondary #bodytextshell table.tbl-ptcal td {
	text-align: center;
	}


