/*==============================================================================

	This website/webapplication is developed by:
	Occhio Group
	http://www.occhio.nl/
	info@occhio.nl
	+31 (0)20 320 78 70
					
==============================================================================*/

/* ============================================================================= 
	STYLES FOR PRINT-CONTENT 
============================================================================= */

body * {	
	border: 0;
	color: #000000;
	background : #ffffff;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;  /* IE bugs on the verdana font*/
	font-size: 10pt;
	line-height: 12pt;
	float: none !important; /* Required for FireFox pre-3.6 to print past page 1 */

}

#container {
	height: 200%;
	min-height: 200%;
}

body,
input,
textarea,
select
{
	font-family: "Times New Roman", Times, serif;
}

a.skipmenu {
	display: none;
}

.clear {
	clear: both;
}

h1 {	
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-size: 16pt;
	line-height: 16pt;
	margin: 0 0 6pt 0;
}

h2 {
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-size: 14pt;
	line-height: 14pt;
	margin: 0 0 3pt 0;
}

h3, h4, h5, h6 {
	font-style: normal;
	font-weight: bold;
	color: #000;
	font-size: 12pt;
	line-height: 12pt;
	margin: 0 0 0 0;
}

h4, h5, h6 {
	font-weight: bold;
	font-size: 10pt;
}

a, a:link, a:visited, a:hover {
	color: #000;
	text-decoration: underline;
}

h1, h2, h3, h4,
h5, h6, legend {
    page-break-after: avoid;
}
table tr, ul, ol {
    page-break-inside: avoid;
}


/*------------------------------------------------------------
  Application overview
------------------------------------------------------------*/

div#header,
div#mod_ose4_toolBox,
div#breadcrumbs,
div#sideMenu,
div#sideWidgets,
h3 span,
div.overviewInfo,
form#appl_step6,
#footer {
	display: none;
}

div#mainColumn,
div#body,
div#contentColumn,
div#contentItems {
	width: 100%;
}

h1 {
	font-size: 3em;
}


h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
	background-color: #ddd;
}

table.applOverview {
	width: 90%;
}

table.applOverview,
table.applOverview th,
table.applOverview td {
	border-bottom: none;
}


div.printOnly {
	display: block;
}

div.printOnly p.address {
	margin: 0 0 0 2em;
}

div.sign {
	float: left;
	width: 100%;
	margin: 1em 0 3em 0;
}

div.sign p.signature,
div.sign p.name {
	float: left!important;
	width: 45%;
	height: 10em;
	border-bottom: 1px dotted #000;
}
div.sign p.name {
	margin: 0 0 0 8%;
}


/* print css bug 3.6 */

*{
overflow: visible !important; /* Required for FireFox pre-3.6 to print past page 1 */
}
div#contentColumn, div#contentColumn div{
float:none !important; /* Required for FireFox pre-3.6 to print past page 1 */
}

