/* filename: print.css  
   
   Edited 20090530 - added PRE code to handle Wrapping Text Inside Pre Tags. 
     See http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/; 
     added hilight.
   Edited 20090528 - copied to the css/test folder and renamed 20080909.css
   Edited 20090131 - started using this CSS for the state measurement page
   
   Created on 20090530. Copied from the 20080909.css and modified.
   This version is just for the print. 
   
*/



/* mozilla.com print css
by dave shea, http://www.mezzoblue.com/ */

/*html elements*/
body {
	background: #fff;
	font: 12pt Verdana,Sans-serif;
}

a img {
	border: 0;
}
form {
	margin: 0;
	display: inline;
}
label, input {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h1 {
	font-size: 120%;
	color: #955322;
}
h2 {
	font-size: 110%;
	color: #B26C38;
}
h2 a:visited {
	text-decoration: none;
}
h3 {
	color: #EC361D;
	font-size: 110%;
}
h4 {
	font-size: 110%;
	color: #666;
}
h5 {
	font-size: 100%;
	color: #955322;
}
h6 {
	color: #EC361D;
	font-size: 100%;
}

p, li, dt, dd {
	font-size: 92%;
}
p {
	line-height: 150%;
}
sup {
	font-size: 70%;
}
a:link, a:visited {
	color: #554FA0;
	font-weight: bold;
	text-decoration: none;
}

dt.im {
	float: left;
}

#mainContent a:link:after, #mainContent a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 70%;
	color: #000;
}
#mainContent a[href^="/"]:after {
	content: " (http://www.usatfne.org" attr(href) ") ";
}

#tools, #search, #ad, #bn, #int, .skipLink, #brd, ul#nav, .hide {
	display: none;
}
#header + hr {
	display: none;
}


/*  jkuo  --  the pre is too small in firefox */
pre  {
	font: 12pt monaco, courier, monospace;
}  



pre {
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
}



/* Results pages */

div.results pre span.h1 { 
	font-weight:bold;
	font-size: 120%;
}

div.results pre span.h2 { 
	font-weight:bold;
	font-size: 110%;
}

div.results pre span.h3 { 
	font-weight:bold;
	font-size: 110%;
}





/* Schedule pages */

div.schedule pre span.h1 { 
	font-weight:bold;
	font-size: 120%;
}

div.schedule pre span.h2 { 
	font-weight:bold;
	font-size: 110%;
}

div.schedule pre span.h3 { 
	font-weight:bold;
	font-size: 110%;
}






/*  jkuo these are the navigation sections that should not print  */

.navcontainer1 {
	display: none;
}

.navcontainer2 {
	display: none;
}

.navfooter {
	display: none;
}