/*
 * css jamboree :: print.css :: info - dirkjan.degroot@accensible.nl
 * 25-10-2008
 */


body {
 	background-color:#fff;
	font-family:verdana;
	font-size:.8em;
}

div#head, div.leftpane, div.servicemenu {
	display:none;
}

div#content {
	background-color:#fff;
}

div.rightpane {
	width:100%;
}

h1 {
	font-size:1.1em;
}

h2 {
	font-size:1em;
}

h3 {
	font-size:.9em;
}

table {
	margin-bottom:3em;
}
table td, table th, table caption {
	border:1px solid #ccc;
	padding:.3em;
}

table td a {
	font-size:.8em;
	text-decoration:none;
	color:navy;
}

div.more-info {
	margin-bottom:2em;
	border:1px solid #ccc;
	padding:.5em;
}

div.errors, button {
	display:none!important;
}
