

/*
 * DESCRIPTION
 * CSS styles used by the lay-out of the E-kenmerken application
 * Alter these styles to let the application have a custom look.
 *
 * CONTENT
 *     - Print styles
 */


/* Print styles 
-------------------------------------------------------------------------------------------------*/

body {
	background: none;
}

td, p, body {
	font: normal 12px/18px Verdana,Arial,sans-serif;
}
td {
	text-align: left;
}

p {
	float: left;
	clear: both;
	text-align: left;
	display: block;
	width: 100%;
	margin: 12px 0;
}

#print_seperator {
	display: block;
	font-size: 0;
	border-bottom: 1px solid #666;
	position: relative;
	clear: both;
}

.print_valign {
	vertical-align: top;
}

#application_name,
#application_owner {
	font: bold 14px/30px Verdana,Arial,sans-serif;
	color: #000;
	float: left;
}

#application_owner {
	float: right;
}

#body_footer {
	margin-top: 32px;
	text-align: left;
	width: 100%;
}


#body_top,
#pagination,
#buttons,
#footer_links,
#lightview {
	display: none;
}
