.DetailBody {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background: left repeat-y url(/images/old/bkgd_BackOffice.gif) #FFFFFF;
	margin-bottom:0px;
}
#DetailContent { 
	display:block; /* set up as a block */
	height:100%; /* set height to full page */
	width:100%; /* set width to full page */
	max-height:100%;
	overflow:auto; /* add scroll bars as required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:1; /* allocate a suitable z-index */
	padding-bottom:5px;
}
#DetailFooter {
	position:absolute;
	margin-right:18px;
	bottom:0px;
	left:0px;
	display:block;
	width:800px;
	height:39px;
	text-align:left;
	z-index:1001;
}
#DetailMenu {
	position:absolute;
	top:100px;
	left:0px;
	display:block;
	width:120px;
	z-index:1002;
}
#PrintHeader {
	display:none;
}
