@charset "UTF-8";

/*******************************************************************************
*
*  This print stylesheet is applied whenever a user prints out a webpage. The
*  goal of the stylesheet is to remove any extra junk that isn't needed in a 
*  printout.
*
*******************************************************************************/

*
{
	color: #000 !important;	/* make sure everything is black text */
}
a, a:link, a:visited
{
	text-decoration: none;	/* don't underline hyperlinks */
}

/* Hmm... Removes the autor name.*/
.trail_report_gp { display: none; }

.open_report{background:#fff3b3; border-color: #aaa; border-width: 1px; border-top-style:solid; border-right-style: solid; border-bottom-style: none; border-left-style:solid;}
.guppy_title{background:#cecece;color:#000;border-color: #aaa;border-style:solid;border-width:1px 1px 0;margin:0;padding:3px 3px 0}
.guppy_info{background:#eee;color:#000;font-family:Arial, Helvetica, sans-serif;font-size:85%;border-color: #aaa;border-style:solid;border-width:0 1px;padding:4px}
.guppy_info2{background:#eee;color:#000;font-family:Arial, Helvetica, sans-serif;border-color:#09f;border-style:solid;border-width:0 1px;padding:4px}
.guppy_comments{background:#fff;color:#000;font-family:Arial, Helvetica, sans-serif;border-color: #aaa;border-style:solid;border-width:0 1px;padding:4px}
.guppy_foot{background:#646464;color:#fff;font-family:Arial, Helvetica, sans-serif;border-color: #aaa;border-style:solid;border-width:0 1px;padding:2px;margin-bottom:3px}
.guppy_user{font-family:sans-serif;font-size:100%;font-weight:700}
.guppy_date{font-family:Verdana, helvetica, sans-serif;font-size:80%;color:#900}

img.watermark{ display: none; }
.watermark_box_125x125{position:relative;height:121px;width:121px;border:1px solid silver;margin:2px;padding:1px}

#navigation, #rightcolumn, #header, #footer, #mainfooter, .note, .nav_links
{
	display: none;
}
#faux {
 background: #ffffff;
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
}
#pageheader {
 width: 100%;
 height: 60px;
 margin: 0px;
 background: #C3D9FF url('fract_flake3.png') no-repeat bottom left; /* was #EEF5FB, #C3D9FF .. #E0ECFF */
}

#leftcolumn
{
	float: none;		/* no need to float anything now since we're
				   just showing the middle column. */
  padding-left: 5px;				   
}


/******************************************************************************/