/*
	$Id: print.css 1089 2004-12-17 10:08:56Z cbalan $
*/

/* hide screen only elements and remove layout formatting */
#admintopwrapper, 
#toplinks, #topmenu, #contentcategory #helpme, 
#hrzbottom,
#auxicons, #crumbs, #nuggetsright, #menu, #menu2, #searchbox
{
	display: none !important;
}
*, 
#body *, 
#body #contents *
{
	margin: 0 !important;
	padding: 0 !important;
	border: none 0 !important;
	border-top: none 0 !important;
	float: none !important;
}
#outerwrapper, #mainwrapper, #contentwrapper, #headerwrapper *, #footerwrapper *, #currentcategory *
{
	height: auto !important;
	width: auto !important;
}
#body #headerwrapper #lheader h1 *, #body #headerwrapper #currentcategory h2 *, #body #footerwrapper .print {
	display: block !important;
}

#contents {
	margin: 10pt 50pt !important;
}
#contents h4 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1.2em !important;
}
/* hide buttons */
.buttons, .slimbuttons {
	display: none;
}
/* remove default list formatting */
#body * ul, #body * li {
	list-style-type: disc !important;
	padding: 0 !important;
}
#body * ul {
	margin: 0.2em 1em 1em 1em !important;
}
#body * li {
	margin: 0 1em !important;
}
#body * .tix, #body * .tixcontainer, #body * .bntz {
	display: none !important;
}

/* show print only elements */
#printheader, #printfooter {
	display: block !important;
}

/* generic print styles */
* {
	background-color: #ffffff !important;
	background-image: none !important;
	color: #000000 !important;
	font-family: Georgia, Times New Roman, Times, serif !important;
	line-height: 140% !important;
}
body {
	font-size: 12pt !important;
	font-weight: normal !important;
	padding-bottom: 4em !important;
}

h1, h2, h3, h4, h5, h6, 
#body h1, #body h2, #body h3, #body h4, #body h5, #body h6, 
#body #contents h4, #body #contents h5, #body #contents h6, 
{
	margin: 1em auto .5em auto !important;
}
#body h1 {
	margin-left: 10pt !important;
}
#body h2 {
	margin-left: 20pt !important;
}
#body #contents h3 {
	margin-left: -20pt !important;
}
#body #contents h4 {
	margin-left: -10pt !important;
}

ul, 
#body ul, 
#body #contents ul
{
	margin: 10pt 20pt !important;
}

h1, h1 * { font-size: 18pt !important; }
h2, h2 * { font-size: 16pt !important; }
h3, h3 * { font-size: 14pt !important; }
h4, h4 * { font-size: 12pt !important; }
h5, h5 * { font-size: 10pt !important; }
h6, h6 * { font-size: 8pt !important; }

/* show urls after links */
a:link, a:visited {
	font-weight: bold !important;
}
a:link:after, a:visited:after {
	content: " - " attr(href);
	font-size: 8pt;
	font-weight: normal;
	padding-left: 1em;
	text-decoration: none;
}
#headerwrapper h1 a:link:after, #headerwrapper h1 a:visited:after {
	content: "" !important;
	display: none !important;
}

#printheader, #printfooter {
	margin: 10pt !important;
}
	#printheader hr, #printfooter hr, #footertext hr {
		height: 1pt !important;
		width: 100% !important;
		clear: both !important;
	}
	#printlogo {
	}
#printfooter {
}

