/* print styles */

@media print {

body {
	color: black; 
	background: white;
	font-size: 12pt;
	}

#header h1.printonly {
	color: black; 
	font: bold 26pt Verdana, Geneva, sans-serif;
	display:block;
	text-decoration:none;
	margin-bottom: 5px;
	padding:0;
	}

#header h2.printonly {
	color: black; 
	font: bold 20pt Verdana, Geneva, sans-serif;
	display:block;
	text-decoration:none;
	margin-bottom: 5px;
	padding:0;
	}
	

#updated, #onThisPage, #fixed {
	border: 0;
	}
	
div a[href="#top"] {
	display:none;
	}

/* firefox print fixes */
* div, #news, .newsitem, .newsimage, .newsstory  {
float: none !important;
position: relative;
overflow: visible !important;
}

#news .newsstory
		{
		display:inline;
		}

#globalnavbar, #breadcrumbs, #footer, #navigation {
	display: none;
	visibility:hidden;
	}
	
	
.noprint {
	display: none;
	visibility:hidden;
	}

.holygrail .colleft {
        border: 0;
	margin-left: -20%;
    }



.col1 {
	width:100%;
	}

div#maincontent {
	width: 900px;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent;
	font-size: 12pt;
	}
   
#maincontent a:link, a:visited { 
	color: #06C;
	background: transparent; 
	text-decoration: underline; 
	}


/*

#maincontent a:link:after, #maincontent a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#maincontent a[href^="/"]:after {
	content: " (https://www.training.nsw.gov.au" attr(href) ") ";	
}

#maincontent a[href^="#"]:after {
	display: none;
	visibility:hidden;
}

*/
	
#maincontent table {
	width: 99%;
	background:#fff;
	page-break-inside: avoid;
	/* page-break-before:always; */
	}
	
#maincontent table th, #maincontent table td {
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #b4b4b4; 
	}
	
#maincontent table th {
	font-weight: bold;
	text-align: left;
	}

#maincontent table#nobreak {
	width: 99%;
	background:#fff;
	page-break-inside:auto;
	page-break-before:auto;
	}


div#maincontent h1 {
	font-size: 18pt; 
	color:#231F20;
	border-bottom: 1px solid #666;
	margin: 1em 0 0 0;
        padding: 0;
	}

div#maincontent h2 {
	font-size: 16pt; 
	color:#2E4E6E;
	margin: 0 0 0 0;
    padding: 0;
	clear:both;
	}

div#maincontent h3 {
	font-size: 15pt; 
	color: #394A59; 
	margin: 1em 0 0 0;
        padding: 0;
	}
	
div#maincontent h4 {
	font-size: 14pt; 
	color: #394A59;
	margin: 1em 0 0 0;
        padding: 0;
	}
	
div#maincontent h5 {
	font-size: 14pt;
	color: #394A59;
	margin: 1em 0 0 0;
        padding: 0;
	}


div#maincontent h6 {
	font-size: 14pt; 
	color: #394A59;
	margin: 1em 0 0 0;
        padding: 0;
	}


div#maincontent div.panel,  div#maincontent div.panel.showaccordion {
	display:block !important;
	}


#relatedInfo {
		border-top: 1px dashed #ccc;
		border-bottom: 1px dashed #ccc;
		background-color: #E7F2C7;
		width:100%;
	}

/* Page breaks */

.page-break-before	{ 
		display: block; 
		page-break-before: always; }

.page-break-after	{ 
		display: block; 
		page-break-after: always; }


}
