/* PRINT-FRIENDLY CSS */

/* Page */
body {
	background: none;
	filter: none;
}
div#container {
	margin: 0;
}

div#header-legal-links {
	display: none;
}
div#footer {
	display: none;
}

div#top-nav {
	display: none;
}
div#top-nav-search div#note-category,
div#top-nav-search div#note-term {
	display: none;
}
div#left-nav {
	display: none;
}

div#content {
	float: none;
	clear: both;
	padding-bottom: 10px;
	border: 1px solid #000000;
}
div#content h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 1px;
	border: none;
}
div#content h2 {
	font-size: 17px;
}
div#content div.action-buttons {
	display: none !important;
}

/* Boxes */
div.box {
	border: 1px solid #000000;
}
div.box.three-col {
	min-height: 415px;
}
div#show-status hr {
	margin: 5px 2px;
}
div#show-status div#post-box {
	height: 53px;
	border-top: 1px solid #000000;
	background: none;
}

/* Forms */
input[type="radio"] {
	display: inline;
}
input[type="radio"] + label span.radio {
	display: none;
}
div#content ul.radio-buttons label,
div#modal ul.radio-buttons label {
	display: inline;
}

/* Tables */
table.list-records,
table.list-records th,
table.list-records td,
table.list-records tr:nth-child(odd) td,
table.list-records tr:nth-child(even) td {
	color: #000000;
	border-color: #000000;
	background: none;
	filter: none;
}
table.list-records th span.arrow {
	display: none;
}

/* Modal */
div#modal-overlay {
	display: none !important;
}
div#modal-container {
	position: relative;
}
div#modal {
	margin: 4px;
	border: 1px solid #000000;
}
div#modal h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 1px;
	border: none;
}
div#modal a.modal-close {
	display: none;
}
div#modal div.action-buttons {
	display: none;
}