﻿@import url(form.css);
@media print {
	
	body,
	div.frame-header,
	div.frame-content,
	div.con-wrapper,
	div.con-main,
	div.inner-frame-header,
	div.inner-frame-content,
	div.content,
	div.form {
		background-image: none;
		background-color: #fff;
		width: 100%;
		margin: 0 !important;
		padding: 0 !important;
		}	
	div.con-printlogo {
		display: block !important;
		}
	div.con-printlogo img {
		width: 7cm !important;
		}	
	div.con-header,
	div.con-supp-1,
	div.con-footer,
	div.mod-sectionimage,
	ul.language-selector,
	div.frame-partners,
	div.mod-coursesearch,
	p.backtoresults,
	div.provider-enquiry {
		display: none;
		}
	div.title-wrapper {
		height: auto !important;
		padding: 60px 0 0 0;
		margin: 0;
		width: auto;
		background: pink;
		}	
	div.title-wrapper h1 {
		/*top: 0;
		left: 0;*/
		color: #ee3224 !important;
		background: none !important;
		border: none !important;
		margin: 1em 0 .7em 0 !important;
		line-height: 1.4em !important;
		}	
	
		
	div.con-main {
		padding: 0;
		margin: 0 auto !important;
		width: 92%;
		}
	
	/* SIFR - Do not remove */	
	.sIFR-flash {
	  display    : none !important;
	  height     : 0;
	  width      : 0;
	  position   : absolute;
	  overflow   : hidden;
	}

	.sIFR-alternate {
	  visibility : visible !important;
	  display    : block   !important;
	  position   : static  !important;
	  left       : auto    !important;
	  top        : auto    !important;
	  width      : auto    !important;
	  height     : auto    !important;
		}
}

