#theBody {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}


#nav {
    display: none;
}
.leftShadow {
	display: none;
}
#right {
	display: none;
}
.rightShadow {
    display: none;
}
#bottomShadow {
    display: none;
}
#print_tellafriend {
    display: none;
}
.goBack {
    display: none;
}
#LogoPrintDetail { 
	display: block;
    width: 100%;    
	background-color:#53c9ee;
	margin-top:0px;
	margin-bottom:20px;	
    height:111px;
}
#footer {
    display:none;
}
#logo {
    display: none; 
}
#LogoPrintImage {     
    float: left;   
    background-color:#53c9ee;    
    height: 111px;
}
.topContactDetails {
    float: right;
	text-align: right;    
    margin-right: 15px;
    color: white;    
    background-color:#53c9ee;    
}
.topContactDetails a {
	color: white;
	text-decoration: none;
}
.topContactDetails a:hover {
	color: white;
	text-decoration: none;
}
#PrintFooter {
	display: block;
}
#PrintFooter .copyright {
	color: white;
	clear: left;
	padding-top: 4px;
	padding-left: 20px;
	font-size: 10px;
	background-color: #53c9ee;
	height: 24px;
	width: 100%;
	
}

.formLabel {
	width: 100px;
}
.formField {
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-right: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
	padding-left: 2px;
	font-size: 12px;
	background-color: white;
}

.basicEnquiryTable td{
	text-align:left;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 5px;
}
