body {
	background-color: #E0E5E9;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px
}

table{ font-family: Verdana, Arial, Courier New; font-size: 10pt }

a { text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { }
	


/* Layout */
.LayoutTable{ }
.ContentBorderTable{ border: 1px #C2CBD4 solid; margin-top: 10px; background-color: White;}
.ContentTable{ background-color: White; }
.FooterRow{ height: 50px; }

/*
.LeftLayoutCell{ width: 120px; background-color: #dddddd; vertical-align: top}
.MiddleLayoutCell{ background-color: #ffffff; vertical-align: top}
.RightLayoutCell{ width: 120px; background-color: #dddddd; vertical-align: top}
*/

/* Header */
.header{ font-size: 0.8em; }
.searchcell { background-color: #FFFFFF; }
.topnavcell { background-color: #FFFFFF; }
.headerimagecell { background-color: #FFFFFF; }

/* TopNav */
.topnav{ font-size: 0.7em; color: teal }
.topnav a{ color: teal }

/* LeftNav */
.leftnavcell{ 
	background-image: url(/Images/Generic/left_nav/background.jpg);
	background-repeat: no-repeat;
	background-color: #E5F1D8;
}
.leftnav{ font-size: 0.8em; color: Green; }
.leftnav a{ color: Green }

/* Panels */
.paneltable { background-color: Lime }
.paneltitlecell { color: White; background-color: #B8CDA6 }
.panelcontentcell { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	color: #6F8958;
	background-color: #E5F1D8; 
	padding-left: 2px 
}

.panelcontentcell a {
	color: #6F8958;
	text-decoration: none;
}

.panelcontentcell a:hover {
	color: #6F8958;
	text-decoration: underline;
}

.panelmorebuttoncell { background-color: E5F1D8 }

.contactdetaillabel { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	color: #6F8958;
	font-weight: bold 
}

.propertytypepanelleftcell { background-color: #FBB379 }

.propertyheader { font-weight: bold; }

.propertyheadingsmall { font-size: 0.7em; font-weight: bold }
.propertydescriptionsmall { font-size: 0.7em; }

.propertyheadingmedium { font-size: 0.8em; font-weight: bold }
.propertydescriptionmedium { font-size: 0.8em; }

.propertyheadinglarge { font-size: 1em; font-weight: bold }
.propertydescriptionlarge { font-size: 1em; }

.spacercell { background-color: White }

/* content */
.featureslist { font-weight: bold }

.pagetitle { font-size: 1.4em }
.pageintro { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #6F8958
}
.pagetext { font-size: 0.75em }

.companyimages { float: right }
.companyimage { margin-bottom: 2px }
.companyimagescaption { 
	font-style: italic; 
	font-size: 0.7em; 
	white-space: normal;
	color: #6F8958 
}

.articleimages { float: right }
.articleimage { margin-bottom: 2px }
.articleimagescaption { font-style: italic; font-size: 0.7em }

/* Header Background */ 
.header {
	background-image: url(/Images/Generic/green_header.jpg);
	background-repeat: no-repeat;
	/*background-color: #00FFFF;*/
	background-color: #FFFFFF;
	background-position: right;
}

/* Footer text colours */ 
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	color: #8E9FAE;
}

.footer a {
	color: #8E9FAE;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

/* Main body text */
.bd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	color: #6F8958;
}

.bd a {
	color: #6F8958;
	text-decoration: none;
}

.bd a:hover {
	color: #6F8958;
	text-decoration: underline;
}

/* Main body text bold*/
.bdb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;	
	color: #6F8958;
}

.bdb a {
	color: #6F8958;
	text-decoration: none;
}

.bdb a:hover {
	color: #6F8958;
	text-decoration: underline;
}

.advancedtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	color: #4D5F73;
}

.advancedtext a {
	color: #4D5F73;
	text-decoration: none;
}

.advancedtext a:hover {
	color: #4D5F73;
	text-decoration: underline;
}


/* Page Titles */
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6F8958;
	font-weight: bold;
}


/* Property and Development Buckets*/
.buckets{ 
	background-color: #E5F1D8;
}

/* Profile image table*/
.profileimages {
	background-color: #E0E5E9;
}

/* Addtional nav in profile page*/
.profileadditional {
	background-color: #F2F8EB;
}

/* search */
a.searchresult
{
	font-weight: bold; text-decoration: underline; 
}
a:hover.searchresult
{
	font-weight: bold; text-decoration: none; 
}
table.advancedsearch 
{
	background-color: #E0E5E9;
}

.homecell { 	
	background-color: #E5F1D8;	
}

.newrelease
{
	position: absolute;
	z-index: 10;
}

.validationmessage { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	color: Red;
	font-weight: bold 
}
