﻿html
{
	height:100%;
}
body
{
	width:910px;
	height:100%;
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:0.8em;
	background-color:WHITE;
	position:absolute;
	left:0px;
	top:0px;	
}
#mainPanel
{
	width:910px;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}
#topPanel
{
	width:910px;
	height:150px;
	position:absolute;
	left:0px;
	top:0px;
}
#topPanelRight
{
	width:420px;
	height:150px;
	background-color:white;
	position:absolute;
	left:490px;
	top:0px;	
}
#topPanelLeft
{
	width:455px;
	height:150px;
	position:absolute;
	left:0px;
	top:0px;
}
#topPanelLeftUpper
{
	width:455px;
	height:100px;
	background-color:White;
	position:absolute;
	left:0px;
	top:0px;	
}
#topPanelLeftLower
{
	width:455px;
	height:50px;
	background-color:White;
	position:absolute;
	left:0px;
	top:100px;		
}
#searchPanel
{
	width:910px;
	height:80px;
	background-color:Black;
	position:absolute;
	left:0px;
	top:150px;		
}
#searchPanelInner
{
	width:775px;
	height:60px;
	background-color:#99b2ff;
	position:absolute;
	left:125px;
	top:10px;	
}
#sectionArea
{
	position:absolute;
	left:10px;
	top:10px;	
	color:White;
}
#sectionBedroomCount
{
	position:absolute;
	left:165px;
	top:10px;	
	color:White;
}
#sectionPropType
{
	position:absolute;
	left:320px;
	top:10px;	
	color:White;
}
#sectionRent
{
	position:absolute;
	left:475px;
	top:10px;
	color:White;
}
#searchPanelInnerButton
{
	cursor: pointer;
	cursor: hand;	
	height:20px;
	width:120px;
	position:absolute;
	right:15px;
	bottom:10px;	
	background-color:White;
	font-weight:bold;
	text-align:center;
	border: 2px solid BLUE;
	vertical-align:middle;
}
#searchPanelOuter
{
	width:100px;
	height:40px;
	background-color:Black;	
	font-family:Tahoma, Arial, Helvetica, Sans-Serif; 
	font-size:1em;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	color:White;
	position:absolute;
	left:10px;
	top:25px;		
}
#contentPanelHomePage
{
	width:910px;
	background-image:url(../../Images/HLS_Background.JPG);
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:230px;	
	background-color:white;
}
#contentPanel
{
	width:910px;
	position:absolute;
	left:0px;
	top:230px;	
}
#contentPanelMain
{
	width:750px;
	position:absolute;
	left:160px;
	top:0px;	
}
#contentPanelRegistration
{
	width:155px;
	height:200px;
	position:absolute;
	left:0px;
	top:0px;	
	background-color:#E0E0E0;
}
#contentPanelRegistrationHeading
{
	height:15px;
	width:145px;
	position:absolute;
	left:5px;
	top:10px;	
	font-weight:bold;
	color:Black;
	text-align:left;	
}
#contentPanelRegistrationText
{
	width:115px;
	position:absolute;
	left:5px;
	top:35px;	
	color:gray;
	height:120px;

}
#contentPanelRegistrationButton
{
	cursor: pointer;
	cursor: hand;	
	height:20px;
	width:80px;
	position:absolute;
	left:5px;
	bottom:13px;	
	background-color:White;
	font-weight:bold;
	text-align:center;
	border: 2px solid Gray;
	vertical-align:middle;
}
#contentPanelLogo
{
	width:155px;
	height:125px;
	position:absolute;
	left:0px;
	top:205px;	
}
#contentPanelHeading
{
	height:100px;
	width:355px;
	position:absolute;
	left:10px;
	top:30px;
	color:White;
	font-weight:bold;
	font-size:1.5em;
}
#contentPanelMainArticle1
{
	width:355px;
	position:absolute;
	left:10px;
	top:150px;	
}
#contentPanelMainArticle1Header
{
	color:black;
	font-weight:bold;
	position:absolute;
	left:0px;
	top:0px;
	width:355px;
	height:20px;
	background-color:#E0E0E0;	
	padding-left:10px;
	padding-top:10px;	
}
#contentPanelMainArticle1Text
{
	color:Gray;
	position:absolute;
	left:0px;
	top:30px;
	width:355px;
	background-color:#E0E0E0;
	padding-left:10px;
	padding-top:10px;
}
#contentPanelMainArticle2
{
	width:355px;
	position:absolute;
	left:190px;
	top:30px;	
}
#contentPanelMainArticle2Header
{
	color:black;
	font-weight:bold;
	position:absolute;
	left:190px;
	top:0px;
	width:355px;
	height:20px;
	background-color:#E0E0E0;
	padding-left:10px;
	padding-top:10px;
}
#contentPanelMainArticle2Text
{
	color:Gray;
	position:absolute;
	left:190px;
	top:30px;
	width:355px;
	background-color:#E0E0E0;
	padding-left:10px;
	padding-top:10px;
}
.navButton
{
	cursor: pointer;
	cursor: hand;
	height: 20px;
	text-align:center;
	position:absolute;
	top:20px;	
	border-left: 2px dotted #E0E0E0;	
	vertical-align:middle;
}
.editButton
{
	cursor: pointer;
	cursor: hand;
	font-weight:bold;
	color:RED;
}
.searchTextBox
{
	width:140px;
}
.tblMoreDetailsLink
{
	text-decoration:none;
	color:white;
	font-weight:bold;
}
.tblDetails
{
	color:Gray;
}
.tblReference
{
	border: solid 2px gray;
}
.tblRefCode
{
	color:Black;
	font-weight:bold;
}
.tblHeader1
{
	color:Black;
	font-weight:bold;
}
.tblHeader2
{
	color:Gray;
	font-weight:bold;
}
.tblMoreDetails
{
	background-color:#99b2ff;
}
