/* Part of the e-Waste Tracking System. ©2003 TES-AMM Europe Ltd. All rights reserved. */
/*
 * Stylesheet for printed version of frontend pages.
 * Removes buttons & navigation bar.
*/

body {
	background:#fff;
	color:#000;
	margin:0;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
}

h2, h3, h4, h5, h6 {
	color:#000;
}

h2 {
	font-size:18pt;
	margin: 0 0 1em;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
}

#sidebar {
	display:none;
}

#banner {
	background:transparent;
	height:auto;
	margin-left:0;
}
#banner h1 {
	position:static;
	color:#444;
	font-size: 100%;
}
#banner h1 strong {
	color:#444;
}
#s1, #s2 {
	color:#444;
}

#login-details {
	display:none;
}

#content {
	left: auto;
	width: auto;

	margin: 0 0 0 12px;
	padding: 0 0 2em;
}
#contentarea {
	padding-left:0;
}

a {
	color:#000;
	text-decoration:none;
}

.button, .smallbutton, .objectshortcuts, .formactions, .query, .shortcut, .screen-only, #utc-offset {
	display: none;
}

.even td, .odd td {
	border-bottom: #ccc 0.5pt solid;
}
.even {
	background:#fff;
}
.odd {
	background: #f8f8f8;
}
thead th, .thead td {
	padding:1pt;
	border-bottom: #999 0.7pt solid;
}

.breakdown td {
	border-bottom-color: #eee;
}
.breakdown-header td {
	padding-top: 1ex;
	border-top: #444 0.4pt solid;
}

#footer 
{
	bottom:5px;
	color:#000;
	font-size:5pt;
	margin:0;padding:0;
	text-align:right;
}
#footer .tm {
	display:block;
}

table.report-parameters {
	margin: 0;
}
table.report-parameters td, table.report-parameters th {
	font-weight: inherit;
}

