/* CSS Document */

body, input, select { 
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}
body { 
	background-color: #243F8F; 
	margin: 0;
}
form { 
	margin: 0;
}
h1{
	font-family:Arial, Helvetica,Verdana,  sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: lowercase;
}
h1.homemainh1 {
	text-transform: none;
	color: #73797b;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1.homesubh1 {
	text-transform: none;
	color: #73797b;
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
	font-weight: bold;
	background: url(../images/feature_underline.gif) no-repeat left bottom;
}
.feature .details h1,
.listing .details h1 { text-transform: none; }
h2{
	font-family:Arial, Helvetica,Verdana,  sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: lowercase;
}

hr { 
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}

p {
	margin: 0 0 0.5em 0;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#pageContainer {
	width: 760px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background-color: #FFFFFF; 
}

.columnLeft {
	width: 179px;
	float: left;
}
.columnMain {
	float: right;
	margin: 0;
	width: 556px;
	/* margin: 0 0 0 190px; */
	padding: 0px 10px 10px;
	border: none;
	background: #FFFFFF;
}

#homebg{
	float: right;
	margin: 0 -7px 0 0;
	*margin: 0 0px 0 0;
	_margin: 0;
	width: 551px;
	min-width: 551px;
	max-width: 551px;
	padding-top: 0px; 
	padding-right:7px;
	padding-bottom:5px;
	padding-left:10px;
	*padding-left:6px;
	_padding-left:10px;
	border: none;
	background: #EFF3EF url(../images/feature_bg.gif) no-repeat 0px 0px;
	overflow: hidden;	
	
}

.columnMain .divider {
	height: 10px;
	margin: 10px 0 0 0;
	border-top: 1px solid #bdc7c6;
	clear:both;
}

/*====================================
	Header
====================================*/
#pageHeader {
	width: 736px;
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #94cbe7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#pageHeader table {
	height: 34px;
	border: none; 
	padding: 0;
	margin: 0;
}

#pageHeader table tbody td {
	height: 34px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

#pageHeader table tbody td.button {
	font-weight: normal;
	width: 70px;
	height: 34px;
	padding-left: 1px;
	text-transform: lowercase;
	color: #FFFFFF;
	font-size: 10px;
	background: #999999 url("../images/header_button_left.gif") top left no-repeat; 
}

#pageHeader table tbody td.firstbutton { background-image: none; }
#pageHeader table tbody td.current { background-color: #454545; }
#pageHeader table tbody td.buttonOver { background-color: #454545; }

#pageHeader table tbody td.button a {
	color: #FFFFFF;
	text-decoration: none;
}

#pageHeader table tbody td.button a:hover {
	text-decoration: none;
}

.adminMenu {
	margin: 0 0 10px 0;
	background-color: #FFFFFF; 
	border: 1px solid #CCCCCC; 
	padding: 4px;
}
.adminMenu a {
	font-size: 11px;
	color: #666666;
}
.adminMenu  a.current {
	color: #000000;
}

/*====================================
	Menu
====================================*/
div.menu {
	position: absolute;
	width: 73px;
	z-index: 100;
	visibility: hidden;
	padding: 0;
}

div.menu table {
	width: 70px;
	border: none; 
	padding: 0;
	margin: 0;
	border-collapse:collapse;
}

div.menu table tbody, div.menu table tr {
	margin: 0;
	padding: 0;
	border: none;
}

div.menu table td {
	padding: 1px 0 0 0;
	margin: 0;
	border: none;
	width: 71px;
	height: 33px;
	text-align: center;
	vertical-align: middle;
	background: #999999 url("../images/header_button_top.gif") top left no-repeat; 
	font-size: 9px;
}
div.menu table td.menuItem_0 { background-color: #56575A; }
div.menu table td.menuItem_1 { background-color: #626366; }
div.menu table td.menuItem_2 { background-color: #6C6E71; }
div.menu table td.menuItem_3 { background-color: #76787B; }
div.menu table td.menuItem_4 { background-color: #808284; }
div.menu table td.menuItem_5 { background-color: #8D8F92; }

div.menu td a {
	color: #FFFFFF;
	text-transform: lowercase;
	text-decoration: none;
}

/*====================================
	Footer
====================================*/
.footer {
	float: right;
	clear: right;
	width: 555px;
	height: 20px;
	/* margin-left: 190px; */
	padding: 12px 10px 0;
	border-top: none;
	background-color: #FFFFFF; 
	background-image: url(../images/footer_line.gif);
	background-repeat: no-repeat;
	background-position: 10px 0;
	*background-position: 10px 0;
	_background-position: 0px 0;
}

.footer a {
	color: #666666;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer-link a {	
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dashed #bdc6c7;
}
.footer-link a:hover {	
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dashed #777;
}
p.blue-link a {
	color: #104da5;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
}
a.blue-a {	
	color: #104da5;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
}

/*====================================
	Results
====================================*/
.filter {
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.filterBottom {
	clear: 		both;
	padding-top: 2px;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	min-height: 19px;
}
.listing {
	clear: 		both;
	margin-bottom: 20px;
}
.listing .thumbnail { float: left; }
.listing .thumbnail .status { 
	position: absolute; 
	z-index: 100;
	width: 160px; 
	height: 120px; 
}
.listing .thumbnail .statusopenhouse { background: url("../images/status_openhouse.gif") no-repeat top left; }
.listing .thumbnail .statussold { background: url("../images/status_sold.gif") no-repeat top left; }
.listing .thumbnail .statusleased { background: url("../images/status_leased.gif") no-repeat top left; }
/*.listing .thumbnail .statusunderoffer { background: url("../images/status_undercontract.gif") no-repeat top left; }*/

/*3 Pixel Jog fix*/
* html .listing .thumbnail {
	margin: 0 -3px; ma\rgin: 0;
}
.listing .details { margin-left: 170px; }
.listing .details h1 { margin: 0; }
.listing .data {
	height: 16px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
}
.listing .actions { float: right; }
.listing .actions a { margin-left: 10px; font-weight: normal; }
.listing .actions a img { margin-right: 2px; }
.listing .description { margin: 4px 0; }
.listing .description .suburb { color: #000000; }
.features {
	color: #000000;
	font-weight: bold;
}

/*====================================
	Saved Searches
====================================*/
.savedsearch { 
	margin-bottom: 20px; 
}
.savedsearch h1 { margin: 0; }
.savedsearch .data {
	height: 16px; 
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
}
.savedsearch .actions { float: right; }
.savedsearch .actions a { margin-left: 10px; }
.savedsearch .actions a img { margin-right: 2px; }
.savedsearch .description { margin: 4px 0; }

/*====================================
	Feature
====================================*/
.feature { 
	/*margin-bottom: 20px;*/ 
}
.feature .image { float: left; }
.feature .image .status { 
	position: absolute; 
	z-index: 100;
	width: 90px; 
	height: 90px; 
}
.feature .image .statussold { background: url("../images/status_sold.gif") no-repeat top left; }
.feature .image .statusleased { background: url("../images/status_leased.gif") no-repeat top left; }
.feature .image .statusunderoffer { background: url("../images/status_undercontract.gif") no-repeat top left; }

.feature .details { margin-left: 375px; height: 270px;}
.feature .details h1 { margin: 0 0 2px 0; }
.feature .data {
	padding: 1px 0; 
	vertical-align: middle;
	border-top: none;
	border-bottom: none;
	color: #777;
	font-size: 110%;
}
.feature .actions { float: right; }
.feature .actions a { margin-left: 10px; }
.feature .actions a img { margin-right: 2px; }
.feature .description { 
	margin: 4px 0; 
	color: #777;
	font-size: 110%;
	line-height: 1.4em;
	padding-top:8px;
	padding-bottom:10px;
}

.pnp_frame {
	width: 69px;
	height: 95px;
	float: left;
	background: url('../images/pnp_ad_bg.jpg') right bottom no-repeat;
}
.pnp_image {
	width: 61px;
	height: 87px;
	overflow: hidden;
	border: 1px solid #999999;
}

.feature .description .suburb { color: #777;}
.feature .features {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 170%;
	color: #73797b; 
	font-weight: bold;
}
div.home-text {	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #737979;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	background: #FFFFFF;
}
div.home-text h1{	
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 21px;
	color: #005DAD;
	text-transform: none;
	padding-bottom:10px;
}
div.home-text p{	
	line-height: 1.5em;
	padding-bottom: 10px;
}
.littleFeature1 {
	float: left;
	width: 133px;
	height: 90px;
}
.littleFeature2{ 	
	float: left;
	width: 156px;
	height: 90px;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #bdc7c6;
}
.littleFeature3 { 	
	float: left;
	width: 131px;
	height: 90px;
	margin-left: 20px;
	padding-left: 45px;
	border-left: 1px solid #bdc7c6;
}
.littleFeature4 { 	
	float: left;
	width: 131px;
	height: 90px;
	margin-left: 20px;
	padding-left: 44px;
	border-left: 1px solid #bdc7c6;
}
.littleFeature2 { margin-left: 5px; }
.littleFeature1 h1, .littleFeature2 h1, .littleFeature3 h1 { margin-bottom: 2px; }
.littleFeature1 p, .littleFeature2 p, .littleFeature3 p { margin: 2px 0; }

/*====================================
	Table of Agents
====================================*/
table.agentTable { width: 100%; border: none; }
.agentTable td, .agentTable th { padding: 4px 3px; }
.agentTable thead tr { background-color: #EEEEEE; }
.agentTable thead th { text-align: left; }

.greenbar thead tr { background-color: #CCCCCC; }
.greenbar tr.even { background-color: #EEEEEE; }

/*====================================
	Search Map
====================================*/
.mapListColumnLeft {
	width: 260px; 
	float: left;
}

.mapListColumnRight {
	width: 260px; 
	margin-left: 270px;
	min-height: 350px;
}
.mapDistrictList, .mapSuburbList { 
	list-style: none; 
	margin-left: 0; 
	padding-left: 10px; 
}

.mapDistrictList li { 
	padding-bottom: 4px;
	padding-left: 10px;
	background: url("../images/map/selector_off.gif") repeat-y top left;
}
.mapSuburbList li { 
	padding-bottom: 2px;
	padding-left: 10px;
	background: url("../images/map/selector_off.gif") repeat-y top left;
}

.mapDistrictList li.selected{
	background: url("../images/map/selector_on.gif") no-repeat top left;
}
.mapDistrictList li.selected .mapSuburbList li{
	background: url("../images/map/selector_off.gif") repeat-y top left;
}
.mapDistrictList li.selected .mapSuburbList li.selected {
	background: url("../images/map/selector_on.gif") no-repeat top left;
}

.columnMain input.text, .columnMain textarea.text {
	width: 250px;
}

/*====================================
	Branch Map
====================================*/
.mapBranchList { 
	list-style: none; 
	margin-left: 0; 
	padding-left: 10px; 
}

.mapBranchList li { 
	padding-bottom: 4px;
	padding-left: 10px;
	background: url("../images/bullet.gif") no-repeat top left;
}

/*====================================
	Action Box
====================================*/

.actionBox {
	float: right;
	width: 155px;
	padding: 7px 10px 10px 10px;
	border: 2px solid #243F8F;
	margin: 0 0 5px 10px;
}

/*====================================
	Content Box Edit
====================================*/
.contentBox {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.contentBox td {
	padding-right: 5px;
}

/*====================================
	Content Edit
====================================*/
.editable {
	cursor:pointer;
}
.editableOver {
	background-color: #FFFFCC;
}

/*====================================
	Content Edit
====================================*/
.debug {
	margin: 20px 0;
	color: #CCCCCC;
}