
/* 
This stylesheet is used for printing only. 
Copy the entry below, remembering that 
we are working with Elements (e.g DIV), so 
use the element name, not the associated class.

REMEMBER! Set attributes as !important, so that they override any other settings!!

Peter Connolly
27 June 2002
*/

#DisplayContent {
 visibility : visible  !important;
 left: 0px !important;
 width: 100% !important;
 top:100px !important;
}
#lAddress {/* Contains the company contact details */
 visibility : visible  !important;
 left: 85px !important;
 top:15px !important;
 z-index: 1000;
 font-size: 10px;
}

#LogoLayer{/* Contains the  Logo */
 visibility : visible  !important;
 left: 10px !important;
 top:0px !important;
}
#HeaderLayer{/* Contains any information to be printed near the Logo */
 visibility : visible  !important;
 left: 500px !important;
 top:10px !important;
}

#printform{/* Contains any information to be printed near the Logo */
 visibility : visible !important;
 position: absolute !important;
 left: 0px !important;
 top:40px !important; 
}
/*
The following DIV labels are set to hidden,
so that they do not appear on any print-outs.

Peter Connolly
29 July 2002 
*/

#p7menubottom,#HeaderLayer2, #HomeLayer {
 visibility : hidden !important;
}

#p7menu1, #p7menu2, #p7menu3, #p7menu4, #p7menu5, #p7menu6, #p7menu7, #p7menu8, #p7menu9
{
 visibility : hidden !important;
}
#p7submenu1, #p7submenu2, #p7submenu3, #p7submenu4, #p7submenu5, #p7submenu6, #p7submenu7, #p7submenu8, #p7submenu9
{
 visibility : hidden !important;
}

#preamble, #joinus, #FaultReport, .omit, #bikeimage, #whitebackground, #prightbar {
	visibility: hidden !important;
}
.pagebreak {
page-break-after: always;
}
/* These don't do anything, but may in future. */
.lllltable, .llllltd {
	page-break-before: always;
}