/*********************************************************************************************************/
/*	Page elements that shold not be printed
/*********************************************************************************************************/
.noprint,ul.menublock,ul.submenublock,#sidenav,#footer,#globalnav,#breadcrumbnav,#widget,#topnav,#globalnav
{
	display:			none;
}

/*********************************************************************************************************/
/*	Hide select edit elements
/*********************************************************************************************************/
a.selectedit,a.selectedit_preview,input.selectedit,input.siteeditbutton,input.selectedit_preview
{
	display:			none;
}

#selectedit_list
{
	display:			none;
}

/*********************************************************************************************************/
/*	Print-specific styling
/*********************************************************************************************************/
body
{
	margin:				0in 0.5in;
	background-color:	white;
	background-image:	none;
}

a#pagetitle
{
	display:			block;
	margin:				0em;
	margin-bottom:		15px;
	padding:			0em;

	line-height:		1.0em;
	font-family:		times new roman,serif;
	font-weight:		normal!important;
	font-size:			20pt;
	color:				rgb(0,82,156)!important;
}

h1
{
	margin:				18pt 0pt 10pt;
	font-family:		times new roman,times,serif;
	font-weight:		bold;
	font-size:			12pt;
	color:				rgb(0,82,156);
}

h2,h3
{
	font-size:			12pt;
	font-weight:		bold;
	color:				black;
}

a
{
	text-decoration:	none;
	color:				rgb(153,51,51);
}

/*	show URL of printed links	*/
h2 a:after, #content a:after
{
	content: 		" (" attr(href) ") ";
	font-size:		8pt;
	color:			rgb(153,51,51);
}

/*	for all root-relative links, prepend website URL	*/
h2 a[href^="/"]:after, #content a[href^="/"]:after
{
	content: " (http://uber.newfangled.com" attr(href) ") ";
}

