@media print {
	body {
		background: white;
		font-size: 8pt;
	}
	.globalNav {
		display:none;
	}
	.firstLevelNav {
		display:none;
	}
	#wormsearch {
		display:none;
	}
	.secondLevelNav {
		display:none;
	}
	.metaNav {
		display:none;
	}
	.loginBox {
		display:none;
	}
	#contentGrid {
		left:50px;
		top:100px;
	}
	#vodafoneLogo {
		display:none;
	}
	.singleColumn {
		display:none;
	}
	
	
	.footer {
		display:none;
	}
	.mod3Col .modBorder {
		background-image: none;
	}
	.modFooter {
		display:none;
	}
	.formButtons {
		display:none;
	} 
	
	/* BEGIN LMNP LIGHTBOX PRINT STYLES */
	
	.lightboxCheck, .lightboxSubmitBtns, .lightboxPrint {
		display: none !important;
	}
	#lightbox, #lightBoxContent, #lightBoxHolder, .LNMPpopupMess, #lightBoxContent img, #lightBoxContent div, #lightBoxContent p, #lightBoxContent h1, #lightBoxContent h2 {
		display: block !important;
	}
	#lightBoxContent span {
		display: inline !important;
		line-height: 100%;
		font-weight: bold;
	}
	
	#floatingContainerScroll { 
		position:absolute;
		top: 0;
		left: 0;
		z-index: 9998; 
		background-color: #fff;
	}
	#floatingContainerScroll img {
		display: block !important;
	}
	
	
	
	
	#floatingLayer {
		/*border: 1px dotted #000000;*/
		z-index:9999;
		float:none;
		display: block !important;
		background: #fff;
		width: 100%;
		height: 100%;
		
	}
	#floatingLayer .modCopy {
		display: block !important;
		/*border: 1px dashed #000000;*/		
		z-index:9999;
		font-size: 12pt;
		width: 100%;
		height: 100%;	
		background: #ffffff;
	
	
	
	}
	.lightboxCheck, .lightboxCheck label {
		display: inline !important;
		top: 2.0em;
		font-size: 12pt;
	}
	.lightboxYourName, .lightboxMnumber, 
	.lightboxAccountHolder, .lightboxMnumber {
		font-weight: bold;
	}
	.consent ol { display: block;list-style:decimal;}
	.consent ol li {font-size: 12pt;line-height: 13pt;}
	.consent ol li ul {display: block;}
	.consent ol ul li {list-style:lower-alpha;margin: 0.5em 2em;line-height: 13pt;}
	
	/* END LMNP LIGHTBOX PRINT STYLES */
	
	/* START OASIS Print Style */
	#pageMask { 
		display:none !important;		
	}
	.closeLightbox {
		display:none;
	} 
	#floatingContainer { 
		position:absolute;
		top: 0px;
		left: 0px;
		z-index: 9998; 
		background-color: #fff;
	}
	#floatingContainer img {
		display: block !important;
	}
	#NonPrintArea {
		display:none;
	}
	
	.lightboxCopyWide h2 {
		font-size: 24px;
	}
	
	.searchNav {
		display:none;
	} 
	
	
	/* END */
}