/**
 * 
 * File:        print.css
 * Comments:    Print styles
 * Author:      Pieter Schiks
 * 
 **/

@import url(type.css);
@import url(forms.css);

/* Adjust type */
html, body, div#container {
	font-size: 9pt;
	margin: 0;
	padding: 0;
	position: relative;
}

/* Adjust forms */
input, select {
	border: 0;
	border-bottom: 1px dotted #ccc;	
}

textarea {
	border: 1px dotted #ccc;
}

body,
h1, h2, h3, h4, h5, h6 {
	color: #000;
	background: #fff;
}

/* Elements to hide */
.hide, .textbrowser, .skip-links,
div#navigation, div#login-account, div#quicksearch, 
p.payoff, ul.breadcrumbs,
ul.toolbar,
div.buttons,
div#footer,
ol.sidemenu,
a.back {
	display: none;
}

div#logo {
	float: right;
	padding-bottom: 1em;
}

div#content {
	width: 100%;
	clear: both;
}