/* printing overrides */
html, body, body.admin, div, body.admin div, div#wrap, div#content, body.admin div#wrap, body.admin div#content {
	width: inherit;
	height: inherit;
	background: none;
	margin: inherit;
	padding: inherit;
	position: static;
}

div#content, body.admin div#content {
	width: 95%;
	margin-top: 1ex;
	overflow: inherit;
}

div#left-column, div#nav-menu {
	display: none;
}

div#search-results {
	position: relative;
	height: inherit;
	top: 0;
	left: 0;
	width: auto;
}

div#search-navigation {
	position: relative;
	width: auto;
	top: 0;
	left: 0;
}

div#wrap h1 a span { display: block; }
div#wrap h1 a {
	position: relative;
	width: auto;
	height: auto;
	background: none;
	margin: 1ex;
}

body.admin div#bottom-menu {
	display: none;
}

table.track-list tr th, table.item-list tr th {
	background: #ddd;
	color: black;
	font-weight: bold;
}

table.item-list tr.odd {
	background :#eee;
}
