/*******************************
 *
 *		   print.css
 *			Authors: 
 * 	  Tom Knowles / Paul Lewis / Dan Nisbet
 *		 The Roundhouse
 *
 *	This CSS formats for print
 */
 
html
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}

#footer, 
#search, 
#sitewide, 
#router, 
#controltext, 
#controllogin
{
	display: none;
}

.separator,
.hiddennav,
.more
{
	display: none;
}

hr
{
	color: #999999;
	height: 1px;
	border: 0;
	background-color: #999999;
}

#header h1.hidden, #header h2.hidden, #mastheadalt
{
	display: block;
}

html
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}


a:link:after, a:visited:after 
{
      content: " (" attr(href) ") ";
      font-size: 90%;
}

html.noted a:link:after,
html.noted a:visited:after 
{
      content: '';
}

#wrapper #header #logo
{
	display: block;
}


html, body, h1, h2, h3, h4, h5, h6, h7, h8,
a, blockquote, p
{
	color: #000000;
}

#contentdisplay p strong, 
#contentdisplay blockquote
{
	color: #000000;
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed 
{
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate 
{
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}