/* ------------------------------------------------------------------------------------------- */
/* SEARCH CRITERIA */
.SearchPropertyCriteria{
text-align: left;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:11px;
border:none;
color:#000;
width:100%;
margin:0px;
margin-top:20px;
background:#ccc;
}
.SearchPropertyCriteria td{
padding:4px;
}
.SearchPropertyButton{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
text-decoration:none;
border:solid 1px #333333;
background-color:#6B6B6B;
padding:4px;
}
.SearchPropertyCriteriaToogleButton{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#fff;
text-decoration:none;
border:solid 1px #333333;
background-color:#6B6B6B;
padding:4px;
}
.SearchPropertyCriteriaToogleButton:hover{
color:#fff;
text-decoration:underline;
background-color:#333;
}

/* ------------------------------------------------------------------------------------------- */
/* SEARCH RESULTS - GLOBAL */

.SearchPropertyTitle{
text-align: left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#000;
text-decoration:none;
text-transform:uppercase;
}
.SearchPropertyTitle:hover{
text-decoration:underline;
}
.SearchPropertyResultsFeaturesBed{
background-image:url(/images/icon-bed.gif);
background-repeat:no-repeat;
background-position:center;
width:27px;
height:20px;
}
.SearchPropertyResultsFeaturesBath{
background-image:url(/images/icon-bath.gif);
background-repeat:no-repeat;
background-position:center;
width:27px;
height:20px;
}
.SearchPropertyResultsFeaturesCar{
background-image:url(/images/icon-car.gif);
background-repeat:no-repeat;
background-position:center;
width:27px;
height:20px;
}
.SearchPropertyResultsFloorPlanImage{
background-image:url(http://www.brightfox.com.au/foxdata/images/icon-floorplan.gif);
background-repeat:no-repeat;
background-position:center;
width:76px;
height:10px;
}
.SearchPropertyResultsVirtualTourImage{
background-image:url(http://www.brightfox.com.au/foxdata/images/icon-virtualtour.gif);
background-repeat:no-repeat;
background-position:center;
width:76px;
height:10px;
}

/* ------------------------------------------------------------------------------------------- */
/* SEARCH RESULTS - STANDARD */
.SearchPropertyResultsStandard{
text-align: left;
background:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
width:100%;
}
.SearchPropertyResultsStandard td{
padding:2px;
}
.SearchPropertyResultsStandardHeader{
text-align: left;
background-color:#EBEEF3;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#000;
width:100%;
text-transform:uppercase;
}
.SearchPropertyResultsStandardFeatures{
text-align: left;
background-color:#EBEEF3;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000;
}
.SearchPropertyResultsStandardFeaturestd{
padding:2px;
}

/* ------------------------------------------------------------------------------------------- */
/* IMAGES */

.SearchPropertyImage{
border:solid 1px #C2C2C2;
padding:4px;
margin-bottom:10px;
}
.SearchPropertyImage:hover{
border:solid 1px #62849D;
}

/* ------------------------------------------------------------------------------------------- */
/* FORMS */

.input {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
width:175px;
}
.input-textarea{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
width:175px;
height: 100px;


/* ------------------------------------------------------------------------------------------- */
/* BUTTONS AND PAGING */

.SearchPropertyPaging{
	font-weight:bold;
	margin-left:2px;
	margin-right:2px;
	margin-top:10px;
	margin-bottom:10px;
	background:#fff;
	color:#3F5665;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:10px;
	border: solid  1px #3F5665;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	}
.SearchPropertyPaging:link{
	font-weight:bold;
	color:#3F5665;
}
.SearchPropertyPaging:visited{
	font-weight:bold;
	color:#3F5665;
}
.SearchPropertyPaging:hover{
	background:#C9DBE6;
	color:#3F5665;
	text-decoration:underline;
	}
.SearchPropertyPaging:active{
	background:#3F5665;
	border: 1px solid #999;
	color:#fff;
	}
	
.SearchPropertyPagingCurrent{
	background:#3F5665;
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	border: solid  1px #3F5665;
	margin-left:2px;
	margin-right:2px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}
.SearchPropertyPagingCurrent:link{
	color:#fff;
}
.SearchPropertyPagingCurrent:visited{
	color:#fff;
}
.SearchPropertyPagingCurrent:hover{
	color:#fff;
	text-decoration:underline;
}
.PropertySearchError{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}



