/* Print Overrides
----------------------------------------------- */
body, table, form, input, textarea, select, div, h3 {
	background: none ! important;
	color: #000 ! important;
	font-size: 10pt;
}

.noprint, .debug, #links, #header, #menubar, #patbar, #leftcol, #rightcol, #credits, #footer {
	display:none;
}

#container, #main, #content, #content .page {
	border: 0px;
	width: 100%;
	position: static;
	float: none;
	overflow:visible;
}

.submit {
	display:none;
}

input, select, textarea {
	border: 0px solid #fff;
}

/*a[href]:after {
	content: "(" attr(href) ")"
} */

