.DoNotPrint {
	display: none;
}


.PrintOnlyBlock {
	display: block;
}


.PrintOnlyInline {
	display: inline;
}


.PrintOnlyTableCell {
	display: table-cell;
}

.PrintOnlyTableRow {
	display: table-row ;
}


body {
	font-size: 0.7em ;
	min-width: 0 ;
	width: 100% ;
}


div#mainContent, div.row, table#statusTable td:nth-child(3), table#statusTable td:nth-child(5), table#match {
	min-width: 0;
}


div#navigation, div#footer, div#banner, div#loginContainer, div#loginForm, div#floatdiv, div.instructionboxadmin {
	display: none;
}


/*
* {
	background-color: white;
}
*/


div#mainContent {
	max-width: none ;
/*	max-width: 80em ;  */
}


div#outsideFrame {
	border: none;
}


.bkggradient {
	background-image: none;
	background-color: white;
}


table.form tr td:first-child, table.employees th, table#question2n tr th, table.empLocation td, table.revenues td, #timeline td, #register tr td:first-child, #loginchange tr td:first-child, ul#listOfHonorees li table tr td:first-child, table#statusSelect td, table#statusTable td, table#statusTable td:nth-child(2), table#statusTable td:nth-child(4), table#statusTable td:last-child, table.loginedit td:first-child, table#results td, table#profiles1 td, table#profiles1 th, table#profiles2 td, table#profiles2 th, table.dueDiligence tr td:first-child, .nowrap, #navigation p:first-line, table#judgingStats td:first-child {
	white-space: normal;
}

.pageBreak {
/*	page-break-after: always;  */
}


/*  These "Sections" appear on formapp.  We need to be able to print the entire blank application from the formapp page, even though the "official" printable version is "formAppPrint".  */
div#Section1, div#Section2, div#Section3, div#Section4, div#Section5, div#Section6, div#Section7, div#Section8 {
	display: block;
}

table#formappLoginInfoView {
	display: block;
}

#roundTwoApp {
	width: 95% ;
	max-width: 80em ;
}