/* Print Styles */

@page {
	margin: 0.5cm;
}

	body {
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
	}

	button, input, #topheader, #IEWarning, .sectionheaderlink, .contentrightheader, #loanInformation,	
	#collaterals, #primaryBorrower, #jointBorrower, #coSigner, #PleaseWait, .FinancialInformation, #submitApplication,
	#footer, .tabs-headers, .modalDialog, #submitErrorMessage, .sideContent, h1  {
		display: none !important;
	}

	.shell {
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.clear, .topspacer, .mediumspacer, .smallspacer {
		clear: both;
	}

	.header {
		width: 100%;
		height: 100px;
	}

	.headerwrap {
		width: 100%;
	}

	.leftheader {
		width: 25%;
		height: 98px;
		display: block;
		background: none;
	}

	.leftheader img {
		width: 100%;
		height: auto;
		position: relative;
		top: 50%;
		margin-top: -28px;
		border: 0;
	}

	.rightheader {
		float: right;
		width: 73%;
		height: auto;
	}

	.contentright {
		width: 100%;
	}

		/* VERIFICATION TABLE
*******************************************************************************/

	#verification {
		display: block !important;
	}

	.printmessage {
		width: 100%;
		display: block;
		font-size: 0.9em;
		padding: 0 0 5px 0;
		border-bottom: 1px solid #666 ;
		margin: -10px 0 3px 0;
		text-align: justify;
	}

	.printborrower {
		display: block;
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
		padding: 3px 0;
		font-size: 1.2em;
		font-variant: small-caps;
		text-align: center;
	}

	.table {
		width: 97%;
		margin: 15px auto;
		border-radius: 0;
		border: 1px #666 solid;
		font-size: 0.85em;
		padding: 5px;
	}

	#tabs-1 {
		display: block;
	}

	#tabs-2, #tabs-3 {
		page-break-before: always;
		display: none;
	}

	.trow .sectionheader {
		text-align: left;
		font-size: 1.4em;
		font-weight: 600;
		padding: 0 10px 0 4px;
		color: #000;
		font-variant: small-caps;
	}

	.tcell.tthin {
		width: 50%;
		display: inline-block;
		margin-right: -4px;
		border-bottom: 1px solid #000;
	}

	.tcell.tfull {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #000;
	}

	.tcell.tspacer {
		width: 100%;
		display: inline-block;
		font-size: 0px;
		line-height: 0px;
	}

	.tcell .theader {
		font-weight: 400;
		text-transform: uppercase;
		font-size: 0.9em;
		text-align: left;
		padding: 0 0 0 1px;
		border: 0;
		color: #000;
	}

	.tcell .tdata {
		border-top: 0px;
		padding: 0 0 0 5px;
	}

	.tcell .tdata:after {
		content: "\00a0\00a0";
	}