/* Hide Non-Printable Things ****************************************************************************************************************/
#nav,
#nav ul,
#nav li,
.footer,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:focus,
.footer_links,
.footer_links_last,
.footer_links li,
.footer_links li a:link,
.footer_links li a:visited,
.footer_links li a:active,
.footer_links li a:hover,
.footer_links li a:focus,
#copyright,
.wrapper #logo,
.header,
.no_print {
	display: none;
}

/* Reset all margins and padding **************************************************************************************************************/
* {
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

body {
	background: #2A2A2A;
}
p {
	line-height: 1.4em;
	margin: 5px 0 10px;
	font-size: 80%;
}
.subheader {
	display: none;
}
.subheader_inner {
	display: none;
}
.footer {
	display: none;
}
.footer_inner {
	display: none;
}
.nav_options {
	display: none;
}
.link_delete {
	display: none;
}
.link_edit {
	display: none;
}
.request_notes {
	display: none;
}
.related_documents {
	display: none;
}
.items {
	font-size: 70%;
}
.items tr {
	border-bottom: 1px solid #000;
}
.items td {
	padding: 1px 3px;
}

.sum {
	font-size: 110%;
	font-weight: bold;
	padding: 10px 0 0 0;
}
.request_details_number {
	text-align: center;
}
#account_code_form {
	width: 320px;
}
.request_details_title {
	margin: 0 0 5px 0;
}
.request_print {
	display: none;
}
#po_number_form {
	display: none;
}
