/*==========================================================================================================*/
/* =============================================== GENERAL Styles ========================================= */
/*==========================================================================================================*/
html, body {
	padding: 0;
	margin: 0;
}

body {
	font: normal 11px Arial, Tahoma, Verdana;
	color: #000;
	text-align: center;
	background: #fff url(body_bg.jpg) repeat-x top;
}

	body.sml {
		background: #fff url(body_bg2.jpg) repeat-x top;
	}

img {
	border: 0;
}

div#wrapper{ /* Overall wrapper used on all pages */
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	text-align: left;
}

br.clr {/* Used to clear floated divs */
	clear: both;
}

input.text, select.text, textarea.text, input.text1, select.text1, input.text2, select.text2, textarea.text2, input.text3, textarea.text3, select.text3, select.text3fixed, textarea.text4, input.text4, select.text4 {/*text input*/
	border: 1px solid #000000;
	width: 165px;
	font-size: 11px;
}

input.text {/*text input  - fix lining up*/
	width: 160px;
}

input.button {
	border: thin outset;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
}

p {
	margin: 10px 0 20px 10px;
}

h3,h4 {
	font-size: 12px;
}

td {
	vertical-align: top;
}

a {
	color: #0000FF;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}
/*------------------*/
/* - Table Styles - */
/*------------------*/
table.section1 {/*highlighted table*/
    border: solid 1px #CCCCCC;
    background-color: #f5f5f5;
}

table.section3{/*highlighted table*/
   border: solid 1px #CCCCCC;
	background-color: #d5e7ff;
}

table.collapselineTable { border-collapse: collapse;}
table.collapselineTable td { border: solid 1px #cccccc;}

td.bordercell {
	border-right: #CCCCCC 1px solid;
}
/*--------------------------*/
/* - Special Input Styles - */
/*--------------------------*/
input.text1, select.text1 {/*text size 1*/
	width: 50px;	
}

input.text2, select.text2 {/*text size 2*/
	width: 120px;
}

textarea.text2 {/*text size 2*/
	width: 250px;
}

input.text3, textarea.text3 {
	width: 345px;	
}

select.text3 {
	width: 210px;
}

select.text3fixed {
	width: 210px;
	height: 200px;
}

input.text4 {
	width: 205px;	
}

textarea.text4 {
	width: 605px;
}

select.text4 {
	width: 270px;
}
/*---------------------------------------*/
/* - ERROR/Notification message Styles - */
/*---------------------------------------*/
div.notify {
	background-color: #ffff99;
	border: dotted 1px #ff3333;
	padding: 2px 2px 2px 2px;
	margin: 0 10px 2px 2px;
}

	div.notify p {
		color: #000;
		margin: 0;
	}
/*==========================================================================================================*/
/* =============================================== HEADER Styles ========================================== */
/*==========================================================================================================*/
div#header {
	
}

div#header-icon-container {
	padding-top: 12px;	
	float: left;
}

span.header-icons{
	padding: 7px;
}

div#header-logo{
	padding-top: 9px;
}

div#header-banner{
	text-align: right;
	height: 70px;
	padding-top: 10px;
}

div#header-image-container {
}
	div#header-image-container img{
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
/*---------------------------------*/
/* - Top navigation menu - START - */
/*---------------------------------*/
div#header div.nav {
	margin: 0 0 0 0;
	padding-top: 4px;
	clear: both;
	height: 44px;
}

	div#header div.nav ul {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}

		div#header div.nav ul li {
			display: block;
			float: left;
			text-align: center;
			padding: 0;
			margin: 0;
		}

			div#header div.nav ul li a {
				background: #fff;
				border-top: 1px solid #D5DFC4;
				border-left: 1px solid #3D7622;
				border-bottom: 1px solid #3D7622;
				border-right: none;
				padding-left: 12px;
				padding-right: 13px;
				padding-top: 9px;
				padding-bottom: 8px;
				color: #4D4D4D;
				text-decoration: none;
				display: block;
				text-align: center;
				font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
			}

			div#header div.nav ul li a.last {
				border-right: 1px solid #3D7622;
			}

			div#header div.nav a#cur{
				background: #fff url(hdr_bk.jpg) repeat-x bottom;
			}
			
			div#header div.nav ul li a:hover {
				background: #fff url(hdr_bk.jpg) repeat-x bottom;
			}
/*-------------------------------*/
/* - Top navigation menu - END - */
/*-------------------------------*/
/*==========================================================================================================*/
/* ============================================== CONTENT Styles ========================================== */
/*==========================================================================================================*/
div#content {
	padding-top: 7px;
}

	div#content p {
		margin: 10px 0 20px 10px;
	}

	div#content ul	{
		margin: 0 0 0 25px;
		padding: 0;
	}
	
		div#content ul li	{
			margin-bottom: 10px;
		}

td.content-main{/*main content box*/
	background-color: #f5f5f5;
	padding: 20px;
	width: 515px;
}

	td.content-main h1 {/*main content box h1*/
		color: #5DB335;
		font-size: 32px;
		border-bottom: solid 1px #d6d6d6;
		font-weight: normal;
		padding-bottom: 10px;
		margin: 0;
		margin-bottom: 20px;
	}

div.content-title { /*title of each section on content page*/
	background: #fff url(titlebars.gif) right no-repeat;
	color: #E9A667;
	font-weight: bold;
	font-size: 12px;
	border: solid 1px #d6d6d6;
	padding: 5px 5px 5px 10px;
}

div.content-title-alt { /*alernate title of each section on content page*/
	background: #fff url(titlebars.gif) right no-repeat;
	font-weight: bold;
	font-size: 12px;
	border: solid 1px #d6d6d6;
	color: #666666;
	padding: 5px 5px 5px 25px;
}

div.content-panel {/*coloured panel*/
	background: #d6d6d6 url(bg_arrow.gif);
	padding: 5px 5px 5px 5px;
	border-bottom: dotted 1px #000;
	margin: 0 0 15px 0;
}

div.content-panelclr {/*non-coloured panel*/
	padding: 5px 5px 5px 5px;
	border-bottom: solid 1px #d6d6d6;
	border-left: solid 1px #d6d6d6;
	border-right: solid 1px #d6d6d6;
	margin: 0 0 15px 0;
}
/*-------------------------*/
/* - Login section styles - */
/*-------------------------*/
td.content-login { /*login section container*/
	padding: 10px 20px 20px 20px;
	background-color: #efefef;	
	border-right: solid 1px #E5E5E5;
	width: 225px;
}

div.content-login-title {/*section title on login section*/
	background: url(arrow.gif) left no-repeat;
	color:  #0066FF;
	font-weight: bold;
	padding: 0 0 0 10px;
}
/*-------------------------*/
/* - Finance form styles - */
/*-------------------------*/
div#finance_container {
	padding: 2px 0 2px 2px;
	margin-bottom: 20px;
}

	div#finance_container td {
		color: #495C41;
	}

div.content-subbar {
	background-color: #D2D1D1;
	border: solid 1px #413F7A;
	padding: 5px 5px 5px 5px;
	font-weight: 500;
	font-size: 10px;
	color: #413F7A;
	text-align: center;
}
/*-----------------------------*/
/* - Homepage feature styles - */
/*-----------------------------*/
div.blockfeature_container {
	padding: 10px 10px 0 10px;
	height: 125px;
	background-color: #F5F5F5;
	border: solid 1px #D9D9D9;
}

	div.blockfeature_container h3 {
		font-weight: bold;
		font-size: 12px;
		color: #B6882B;
		margin: 0 0 8px 0;
	}

	div.blockfeature_container td {
		color: #3d7622;
	}
/*-------------------------------*/
/* - User login details styles - */
/*-------------------------------*/
div#lst_userdetails {
	background-color: #ffff99;
	border: dotted 1px #ff3333;
	padding: 2px 2px 2px 2px;
	margin: 0 10px 2px 2px;
	width: 100%;
}

	div#lst_userdetails td {
		color: #3d7622;
		font-weight: bold;
		font-size: 11px;
	}
/*==========================================================================================================*/
/* ============================================ LOGIN FORM Styles ========================================== */
/*==========================================================================================================*/
div#lnklogin_container {	
	padding: 10px 20px 20px 20px;
}

	div#lnklogin_container ul {
		margin: 0 0 0 15px;
		padding: 0;
		list-style-image: url(arrow.gif);
	}

		div#lnklogin_container ul li {
			color: #5DB335;
			font-weight: bold;
		}

	div#lnklogin_container p {
		margin: 0 0 15px 5px;
	}

	div#lnklogin_container p.text	{
		color: #000;
		margin: 10px 0 20px 15px;
	}

div.lnklogin_title {
	background: #fff url(titlebars.gif) right no-repeat;
	color: #666666;
	font-weight: bold;
	border: solid 1px #d6d6d6;
	padding: 5px 5px 5px 25px;
	margin: 0;
}

div.lnklogin_panel {
	background: #d6d6d6 url(bg_arrow.gif);
	padding: 5px 5px 5px 5px;
	border-bottom: dotted 1px #000;
	margin: 0 0 15px 0;
}

div.lnklogin_panelclr {
	padding: 5px 5px 5px 5px;
	border-bottom: solid 1px #d6d6d6;
	border-left: solid 1px #d6d6d6;
	border-right: solid 1px #d6d6d6;
	margin: 0 0 15px 0;
}

div#login_container {
}

	div#login_container p {
		color: #4F4F4F;
		padding: 0 0 3px 10px;
		margin: 0;
	}

	div#login_container a {
		color: #5DB335;
		font-weight: bold;
	}
/*==========================================================================================================*/
/*============================================= SEARCH BOX Styles ==========================================*/
/*==========================================================================================================*/
div#srch_container {
}

	div#srch_container table td {
		padding: 5px;
		color: #5DB335;
	}

div#srch_market {
	background-color: #acd696;
	border: dotted 1px #ff3333;
	padding: 2px 2px 2px 2px;
	margin: 10px 10px 2px 2px;
	width: 410px;
}

	div#srch_market input {
		margin: 0 0 0 10px;
	}

	div#srch_markettitle {
		margin: 2px 40px 0 0;
	}
	
	div#srch_marketsales {
		font-weight: bold;
	}
	
	div#srch_marketlet	{
		font-weight: bold;
	}
/*--------------------------*/
/* - AdvSearchForm Styles - */
/*--------------------------*/
div#adv_container {
	color: #5DB335;
	font-weight: bold;
}

	div.adv_text {
		width: 100px;
		float: left;
		padding: 0 0 10px 0;
	}

	div.adv_dd	{
		width: 180px;
		float: left;
		padding: 0 0 10px 0;
	}

/*==========================================================================================================*/
/* =========================================== RESULTS LIST Styles =========================================*/
/*==========================================================================================================*/
div#search-output-container {/*results list container*/
	float:left;
	width:580px;
}
/*-----------------------------*/
/* - Navigation menu - START - */
/*-----------------------------*/
div#ctlListForm_search_output_nav {/*results list navigation container (underscore required in name since ID is to be used in vb.net)*/
	color: #C60001;
	font-weight: 600;
	border-top: dotted 1px #818181;
	border-bottom: dotted 1px #818181;
	float: left;
	background-color: #DEE5EF;
	padding: 5px 30px 5px 20px;
	font-size: 11px;
}

	div#ctlListForm_search_output_nav a {/*results list navigation link*/
		color: #3C5782;
	}

div#search-output-navlinks {/*numerical navigation container*/
	float: left;
}

div#search-output-navcmd {/*prev/next navigation container*/
	float: right;
}
/*---------------------------*/
/* - Navigation menu - END - */
/*---------------------------*/
div.search-output {/*results list item container*/
	border-bottom: dotted 1px #818181;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
}

	div.search-output table.premium {/*premium ad design*/
		background-color: #CCE8BE;
	}

	div.search-output td {/*each item is split into a 2 column table - left for picture - right for content*/
		vertical-align: top;
	}

	div.search-output p {
		margin: 0 0 10px 0;
	}

		div.search-output p.price {/*price text*/
			color: #3C5782;
			font-weight: 600;
		}

		div.search-output p.ptype {/*property type text*/
			font-weight: 600;
		}

div.search-output-pic {/*picture container*/
	border: solid 1px #959B97;
	width: 125px;
	margin: 0 10px 10px 0px;
}

	div.search-output-pic img {
		margin: 2px 2px 2px 2px;
	}

div.search-output-status {/*status image container*/
	float:right;
}

div#search-output-banner {/*banner ad*/
	float:left;
	width:200px;
	text-align: right;
}
/*==========================================================================================================*/
/* ======================================== FULL PAGE DISPLAY Styles =======================================*/
/*==========================================================================================================*/
/*-----------------------------*/
/* - Navigation menu - START - */
/*-----------------------------*/
div#prop-output-nav {/*property details navigation container */
	color: #C60001;
	font-weight: 600;
	border-top: dotted 1px #818181;
	border-bottom: dotted 1px #818181;
	background-color: #DEE5EF;
	padding: 5px 30px 5px 20px;
	font-size: 11px;
	margin: 0 0 20px 0;
	height: 14px;
}

	div#prop-output-nav a {/*property details navigation link*/
		color: #3C5782;
	}

div#prop-output-status {/*numerical navigation container*/
	float: right;
}

div#prop-output-savead {/*save ad container*/
	float: right;
	width: 350px;
}
/*---------------------------*/
/* - Navigation menu - END - */
/*---------------------------*/
div#prop-output {/*property details container*/
}

	div#prop-output p {/*property details paragraph*/
		margin: 0 0 5px 0;
	}

		div#prop-output p.address {/*property details - address*/
			font-weight: 600;
		}

		div#prop-output p.ptype {/*property details - property type*/
			font-size: 13px;
		}

		div#prop-output p.price {/*property details - price*/
			color: #A93C1A;
			margin: 0 0 15px 0;
			font-weight: bold;
		}

		div#prop-output p.title {/*property details paragraph titles*/
			color: #3C5782;
			font-weight: 600;
			border-bottom: dotted 1px #818181;
			margin: 10px 0 5px 0;
		}
		
		div#prop-output p.feature {/*property details feature*/
			background: url(tickbox.gif) left top no-repeat;
			padding: 0 0 10px 20px;
		}

div#prop-output-details {/*property details - primary details container*/
	float: left;
	width: 290px;
	padding: 0 5px 0 10px;
}

div#bannerImage, div#myGallery {/*image containers*/
	text-align: center;
	margin-left: 50px;
}

div#ctlBrochureForm_prop_output_description {/*lower description container*/
	padding: 0 0 0 10px;
}

	div#ctlBrochureForm_prop_output_description.inlined {/*inlined version for when no images exist and text is moved up beside upper description*/
		margin-left: 300px;
	}

		div#ctlBrochureForm_prop_output_description.inlined p.title {/*property detailsdescription container hack - blank out the parapgraph title border when block moved up because of no pictures*/
			border-bottom: solid 1px #fff;
		}

table#prop-output-footer {/*property details - contact and feature details */
	border-collapse: collapse;
	margin: 20px 0 0 10px;
}

	table#prop-output-footer td.prop-output-footer-item {
		border: solid 1px #959B97;
		vertical-align: top;
		width: 50%;
	}

div#ctlBrochureForm_prop_output_mortcalc {/*property details - mortgage calculator (underscore required in name since it's an asp.net server control) */
	border: solid 1px #959B97;
	margin: 20px 0 0 10px;
	width: 480px;
}

div#prop-output-mortcalc-title {/*property details - mortgage calculator title */
	background-color: #0066CC;
	font-size: 13px;
	color: #fff;
	padding: 5px 0 5px 2px;
	font-weight: bold;
}

div#prop-output-mortcalc-main {/*property details - mortgage calculator main*/
	text-align: center;
	background-color: #DFEFF2;
	padding: 10px 0 0 10px;
}

	div#prop-output-mortcalc-main td{
		text-align: left;
	}

div#prop-output-mortcalc-total {/*property details - mortgage calculator total */
	padding: 10px;
}

div#prop-output-mortcalc-footer {/*property details - mortgage calculator link footer*/
	text-align: center;
	background-color: #C1DFE6;
	font-size: 13px;
	padding: 5px;
	font-weight: bold;
}
/*==========================================================================================================*/
/* =============================================== ADMIN Styles ============================================ */
/*==========================================================================================================*/
div#adminmain{/*contains main body of page*/
	padding: 10px 10px 0 10px;
}
/*-----------------------*/
/* -- Admin Navigation --*/
/*-----------------------*/
div#adminnav {/*admin navigation container*/
	margin: 0 0 10px 0;
	padding: 0;
	height: 20px;
}

	div#adminnav ul {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}

		div#adminnav ul li {
			display: block;
			float: left;
			text-align: center;
			padding: 0;
			margin: 0;
		}

			div#adminnav ul li a {
				background: #fff;
				width: 175px;
				height: 18px;
				border-top: 1px solid #3D7622;
				border-left: 1px solid #3D7622;
				border-bottom: 1px solid #3D7622;
				border-right: none;
				padding: 0;
				margin: 0 0 10px 0;
				color: #5DB335;
				text-decoration: none;
				display: block;
				text-align: center;
				font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
			}

				div#adminnav ul li a.end {/*last admin menu button - no left border*/
					border-right: 1px solid #3D7622;
				}

				div#adminnav ul li a:hover {
					color: #fff;
					background: #3D7622;
				}
/*----------------------------------------*/
/* -- Admin Instructions layout styles -- */
/*----------------------------------------*/	
div#admin_instructions {
	padding: 10px 10px 10px 10px;
	background-color: #D2E9C7;
	border: dotted 1px #5DB335;
	margin: 10px 10px 2px 2px;
}

	div#admin_instructions h1 {
		color: #5DB335;
		font-weight: bold;
		font-size: 15px;
		margin: 0 0 10px 0;
	}

	div#admin_instructions h2 {
		color: #5DB335;
		font-weight: bold;
		font-size: 12px;
		margin: 10px 0 5px 0;
	}

	div#admin_instructions p {
		color: #000000;
		padding: 0 0 3px 0;
		margin: 10px 0 0 0;
	}
/*------------------------------------*/	
/* -- Admin Fieldset layout styles -- */
/*------------------------------------*/
fieldset.stepSeperator {
	border:1px solid #5DB335;
	padding: 0 10px 10px 10px;
}

	fieldset.stepSeperator p {
		color: #5DB335;
		margin-top: 0;
	}

		fieldset.stepSeperator p.item {
			background: url(arrow3.gif) left top no-repeat;
			padding: 0 0 5px 20px;
			margin: 0 0 0 20px;
		}
		
		fieldset.stepSeperator p.note	{
			margin: 0;
		}
		
		fieldset.stepSeperator p.announce {
			color: #000;
			font-size: 12px;
		}

legend {
	font-size: 22px;
	color: #5DB335;
	font-style: italic;
}

	legend.stepHeader {	
		color: #5DB335;
		font-size: 20px;
		margin-bottom: 10px;
		font-style: normal;
	}

div.stepLink {
	border-bottom: 1px solid #5DB335;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

	div.stepLink a	{
		color: #2020FF;
	}

		div.stepLink a.stepLinkURL	{
			float: left;
		}

div.stepLinkNote {
	color: #797979;
	margin-left: 200px;
}
/*-----------------------------*/
/*-- Newspaper Layout styles --*/
/*-----------------------------*/
textarea.fieldPreview {
	color: darkblue;
	background-color: lightyellow;
	font-size: 8pt;
	border: 1px solid #808080;
	height:100px;
	width:200px;
	overflow: visible;
}

input.fieldBlank {
	width: 90px;
	color: green;
	border: 0px solid #808080;
	background-color: #f5f5f5; 
}

input.fieldBlankWarning {
	width: 90px;
	color: red;
	border: 0px solid #808080;
	background-color: #f5f5f5; 
}
/*----------------------*/
/*-- Prop List styles --*/
/*----------------------*/
tr.dlPropList_row1 {
	cursor: default;
	color: rgb(0,0,0);
	background-color: #dee6ff;
}

	tr.dlPropList_row1_mouseover {
		background-color: #111863;
		color: #ffffff
	}

	tr.dlPropList_row1_mouseout {
		background-color: #dee6ff;
		color: #000000
	}

tr.dlPropList_row2 {
	cursor: default; 
	background-color: rgb(255, 255, 255); 
	color: rgb(0, 0, 0);
}

	tr.dlPropList_row2_mouseover {
		background-color: #111863;
		color: #ffffff
	}

	tr.dlPropList_row2_mouseout {
		background-color: #FFFFFF;
		color: #000000
	}

div#dlPropList_main table tbody {
	background: #fff;
}

div#dlPropList_menu {
	border-top: 1px dashed #3D7622;
	border-bottom: 1px dashed #3D7622;
	padding: 5px 5px 10px 5px;
	background: #fff;
}

	div#dlPropList_menu a {
		margin: 0 10px 0 0;
	}

div.dlPropList_parent {
	background: #D2E9C7;
}

	div.dlPropList_parent h1 {
		color: #5DB335;
		font-weight: bold;
		font-size: 15px;
		margin: 0 0 10px 0;
	}

	div.dlPropList_parent h2 {
		color: #5DB335;
		font-weight: bold;
		font-size: 12px;
		margin: 0;
	}

	div.dlPropList_parent p	{
		color: #000000;
		padding: 0 0 3px 0;
		margin: 10px 0 0 0;
	}

div.dlPropList_left {
	float: left;
	padding: 10px 0 0 10px;
	text-align: center;
}

div.dlPropList_right {
	float: right;
	width: 440px;
	border-left: 1px solid #3D7622;
	padding: 10px 0 10px 10px;
}

div.dlPropList_bottom {
	border-top: 1px solid #3D7622;
	padding: 10px 0 10px 10px;
}
/*==========================================================================================================*/
/* =============================================== FOOTER Styles =========================================== */
/*==========================================================================================================*/
div#footer_container {
	background: #acd696 url(bg_line4.gif) repeat-x top;
	text-align: center;
	padding: 5px 0 5px 0;
	margin-bottom: 20px;
}

	div#footer_container p {
		margin: 0;
	}
