/* Gilbey's print style */
/* page elements */
* {
	margin: 0;
	padding: 0;
}
html {
	height: auto;
}
body {
	background: #fff;
	height: auto;
}
/* DIVs */
/* functional stuff */
.floatEnder {
	clear: both;
}
/* layout DIVs */
/* hidden for print */
.centre, .splashHolder, .splashArea, .splashLinks, .splashLinks#wide, .leftArea, .navArea, .navArea#sub,
.navSpecials  {
	display: none;
}
.container {
	width: 100%;
	height: auto;
}
.etonHolder {
	width: 100%;
	height: auto;
}
.holder {
	width: 100%;
	height: auto;
}
.mainArea {
	clear: both;
	width: 650px;
}
.bodyArea {
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.bodyContent {
	width: 100%;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
}
.bodyContent table{
	width: 100%;
}
.footerDetails {
	display: none;
}
.footerDetailsPrint {
	display: inline;
	padding-top: 20px;
	text-align: center;
}
.scroll-pane {
	overflow: visible;
}

.printLogo {
	display: inline;
	padding-bottom: 20px;
	text-align: center;
}
.printBreak {
	page-break-after: always;
}

/* =jScrollPane
----------------------------------------------------*/
.jScrollPaneContainer {
	position: relative;
	overflow: visible;
}
.jScrollPaneTrack, .jScrollPaneDrag, .jScrollPaneDragTop, .jScrollPaneDragBottom,
a.jScrollArrowUp, a.jScrollArrowUp:hover, a.jScrollArrowDown, a.jScrollArrowDown:hover, a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	
}
.footerDetails p, .bodyArea h1, .bodyArea h2, .bodyArea h3, .bodyArea h4, .bodyArea p {
	color: #000;
}
