/* In general, the "onethird" things are of no relevance when it comes to printing 
   they are just "on the side" */
body, td, th, div, p { 
	font-size: 12px; 
	line-height: 14px; 
	font-family: arial;
}
div.onethird {
	display: none;
}
div#generic_top, div.pager, #navigation {
	display:none;
}
div.image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

table thead th {
	text-align: left;
	border-bottom: 1px solid black;
	vertical-align: top;
	border-right: 1px solid black;
	padding: 3px;
}
table tbody td {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 3px;
}
th.nw, td.nw {
	white-space: nowrap;
}

