body {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	font-family: verdana;
}

/* SECTIONS WE DON'T WANT PRINTING
----------------------------------------------------------------------------------*/

#topbar {
	display: none;
}

#sidenav {
	display: none;
}

#navigation {
	display: none;
}

#homelink {
	display: none;
}

#search {
	display: none;
}


/* HEADER
----------------------------------------------------------------------------------*/

#header {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid black;
}

#header h1 {
	padding: 0 10px 0 10px;
	margin: 0;
	text-align: right;
}

#header h2 {
	font-size: 1.1em;
	padding: 0 10px 0 10px;
	margin: 0;
	text-align: right;
}

/* CONTENT
----------------------------------------------------------------------------------*/

#content {
	width :100%;
	line-height: 1.5em;
}

#content h2 {
	border-bottom: 1px solid gray;
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px;
	margin: 0;
}

/* OVERVIEW  PAGE
----------------------------------------------------------------------------------*/

#content .tabbernav {
	display: none;
}

.overview img {
	display: none;
}

.overview {
	border-bottom: 1px dashed gray;
	padding: 2px;
}

.overview .hidden {
	font-weight: bold;
	margin-right: 10px;
}

/* DETAILS PAGE
----------------------------------------------------------------------------------*/

#detail-header h3 {
	font-size: 1.3em;
	padding: 10px;
	margin: 0;	
}

#detail-header img {
	display: none;
}

#detail .detailtable {
	border-collapse: collapse;
	width: 100%;
}

#detail .detailtable td, #detail .detailtable th {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid gray;
}

#detail .detailtable th {
	text-align: right;	
	font-weight: bold;
}

.detailsubtable {
	width: 100%;
	border-collapse: collapse;
}

.detailsubtable th {
	text-align: left !important;
}


/* FOOTER
----------------------------------------------------------------------------------*/

#footer {
	border-top: 1px solid black;
	margin-top: 10px;
	font-size: 0.9em;
	padding: 10px;
}
