/* general styles */
h3{
	font-family: verdana,arial,sans-serif;
	font-size: 110%;
	color: #333;
	border-bottom: 1px solid #1F6D9B;
	padding-bottom: 2px;
}
.text-centre{
	text-align: center;
}.text-right{
	text-align: right;
}
.text-bold{
	font-weight: bold;
}
.v-middle{
	vertical-align: middle;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
img{
	border: none;
	vertical-align: middle
}

/* search styles */
form.search{
	margin: 0px 0px 5px 0px;
	font-size: 100%;
	padding: 3px 0px 1px 0px;
}
form.advsearch{
	margin: 0px 0px 5px 0px;
	font-size: 100%;
}
input{
	border: 1px solid #666;
	font-size: 100%;
}
input.small{
	width: 30px;
}
input.submit{
	border: 1px solid #333;
	width: 75px;
	cursor: pointer;
	background: #E5E5E5;
	margin: 20px 0px 20px 0px;
}
input.radio{
	border: none;
}
select{
	font-size: 100%;
}
.hideelement{
	display: none;
}
a:link, a:visited{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #D24340;
	text-decoration: none;
}
a.searchresults:link, a.searchresults:visited{
	display: block;
	padding: 5px;
	background: #B71510;
	color: #fff;
}
a.searchresults:hover{
	display: block;
	padding: 5px;
	background: #F60400;
	color: #fff;
}
.red{
	color: red;
}

/* property results */
table.data{
	width: 100%;
	margin-top: 20px;
}
td.propertyimg{
	width: 125px;
	text-align: center;
	vertical-align: middle;
}
img.propertyimg{
	border: 1px solid #000;
	padding: 2px 2px 2px 2px;
}
div.noimagessmall{
	border: 1px solid #000;
	padding: 30px 0px 30px 0px;
	width: 102px;
	text-align: center;
	vertical-align: middle;
}
div.noimages{
	border: 1px solid #000;
	text-align: center;
	vertical-align: middle;
	width: 200px;
	padding: 60px 0px 60px 0px
}
td.propertydesc{
	width: 475px;
}
a.propertylink:link, a.propertylink:visited{
	font-weight: bold;
	color: #1F6D9B;
}
a.propertylink:hover{
	font-weight: bold;
	color: #FD985A;
}

/* view property */
td.propertyinfo{
	width: 80%;
	vertical-align: top;
}
td.imagelinks{
	width: 300px;
	vertical-align: top;
	text-align: center;
}
table.quicklink{
	border: collapse;
	padding: 0px;
	margin: 0px;
}
table.quicklink td{
	border: collapse;
	padding: 0px;
	margin: 0px;
	width: 12px;
}
a.quicklink:link, a.quicklink:visited{
	width: 12px;
	display: block;
	background: #B71510;
	color: #fff;
	padding: 3px;
	margin: 0px;
	text-align: center;
}
a.quicklink:hover{
	width: 12px;
	display: block;
	background: #F60400;
	color: #fff;
	padding: 3px;
	margin: 0px;
	text-align: center;
}
a.roomlink:link, a.roomlink:visited{
	color: #B71510;
	font-weight: bold;
}
a.roomlink:hover{
	color: #F60400;
	font-weight: bold;
}
h5{
	font-size: 100%;
	color: #1F6D9B;
	border-bottom: 1px solid #1F6D9B;
	font-weight: bold;
	padding-bottom: 2px;
	margin: 0px 0px 5px 0px;
}
td.rbutton{
	width: 160px;
	text-align: center;
	vertical-align: middle;
}
td.rbutton a:link, td.rbutton a:visited{
	width: 160px;
	display: block;
	background: #B71510;
	color: #fff;
	padding: 3px;
}
td.rbutton a:hover{
	width: 160px;
	display: block;
	background: #F60400;
	color: #fff;
	padding: 3px;
}
