/*

General styling

*/

body {
	margin:0;
	background-color:#FFF;
	font-family:Verdana, Sans-Serif;
	font-size:9px;
}

	@page {
		size:landscape;
	}

a:link, a:visited {
	text-decoration:none;
	color:#000;
}


/*

Header and menu

*/

#header {
	display:none !important;
}

				
/*

Main content

*/

#maincontent {
	position:relative;
	padding:0;
}

	#maincontent h2 {
		font-weight: bold;
		color: #000;
		margin:25px 0 10px 0;
		font-size:14px;
		text-align:left;
		text-indent:10px;
		text-transform:uppercase;
	}

	#maincontent h3 {
		font-weight: bold;
		border-bottom:2px solid #000;
		color: #000;
		padding:10px 0;
		margin:0 0 0 0;
		font-size:12px;
		text-align:left;
		text-indent:10px;
	}

	#maincontent .maincontent_box {
		padding:10px;
		background-color:#EEE;
	}

	#maincontent table {
		border-spacing:0;
		line-height:14px;
		width:100%;
		color: #000;
		margin:0 0 25px 0;
		border-bottom:1px solid #000;
	}

	td, th {
		padding:5px 0 5px 0;
	}

	thead th {
		text-align: left;
		color: #000;
		border-bottom:1px solid #000;
		text-transform:uppercase;
		font-weight: bold;
	}

	thead th a:link, thead th a:visited {
		color:#000;
	}

	tbody tr {
		text-align:left;
	}
	
	tbody tr td {
		border-bottom:1px solid #000;
	}

	tbody tr.oddrow	{
		background-color:#EEE !important;
	}

	tbody tr.newform td {
		border-top:1px solid #000;
	}
	
/*

Header and menu

*/

#footer {
	display:none !important;
}

/*

Extra by nlbeck

*/

#commentFooter {
	display: none !important;
}

.hideWhenPrinting {
	display: none !important;
}