/*
	vss_version = "@(#)$Header: /credit-puc/client/layout/css/ew_generic_rec_application_print.css 3     5/18/09 12:16p Swoodbury $";
	vss_stop = "$NoKeywords: $"; 
*/
/*
EW Generic REC Application PRINT styles
7/17/2007
*/

body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
}
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
}
/*---------------------------------------*/
#navigation {
	display: none;
}
/*---------------------------------------*/
#content {
	float: none !important;
	position: relative;
	left: 0 !important;
	top: auto !important;
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
	width: 100%;
}
.logoutlink {
	display: none;
}
.toplink {
	display: none;
}
/*---------------------------------------*/
thead { display: table-header-group; }
thead tr th { border-top: 1px solid #000; }
table { page-break-inside: avoid; }
tr { page-break-inside: avoid; }
/*---------------------------------------*/
#footer {
	float: none !important;
	width: 100%;
	margin: 50px 0 0 0;
	padding: 0;
	color: #333;
	border-top: 1px solid #999;
}
