/* general styles */
.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
}
.red{
	color: #CC0000;
}
.width25{
	width: 25%;
}
.width33{
	width: 33%;
}
.width50{
	width: 50%;
}
.width100{
	width: 100%;
}
/* search styles */
form.search{
	margin: 0px 0px 5px 0px;
	font-size: 100%;
	padding: 3px 10px 1px 10px;
	text-align: left;
	color: #A43122;
	font-weight: bold;
}
form.advsearch{
	margin: 0px 0px 5px 0px;
	font-size: 100%;
}
input{
	font-size: 100%;
}
input.small{
	width: 30px;
}
input.submit{
	width: 75px;
	background: #E5E5E5;
	margin: 20px 0px 20px 0px;
}
input.radio{
	border: none;
}
input.tickbox{
	border: none;
}
select{
	font-size: 100%;
}
.hideelement{
	display: none;
}
a:link, a:visited{
	color: #C90750;
	text-decoration: none;
}
a:hover{
	color: #D24340;
	text-decoration: none;
}
a.searchresults:link, a.searchresults:visited{
	display: block;
	padding: 5px;
	background: #C1C2C4;
	color: #fff;
	margin: 110px 0px 0px 0px;
	width: 80%;
}
a.searchresults:hover{
	display: block;
	padding: 5px;
	background: #C1C2C4;
	color: #fff;
	margin: 110px 0px 0px 0px;
	width: 80%;
}

/* property results */
table.data{
	width: 750px;
}
td.propertyimg{
	width: 125px;
	text-align: center;
	vertical-align: top;
	padding:0px 0px 10px 0px;
}
img.propertyimg{
	border: 1px solid #000;
	padding: 2px 2px 2px 2px;
}
div.noimagessmall{
	border: 1px solid #000;
	padding: 40px 0px 40px 0px;
	margin:0px 0px 0px 20px;
	width: 120px;
	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;
	vertical-align: top;
	padding:0px 0px 10px 0px;
}
a.propertylink:link, a.propertylink:visited{
	font-weight: bold;
	color: #C90750;
}
a.propertylink:hover{
	font-weight: bold;
	color: #001A4A;
}

/* view property */
td.propertyinfo{
	width: 50%;
	vertical-align: top;
}
td.imagelinks{
	width: 50%;
	vertical-align: top;
	text-align: center;
}
a.quicklink:link, a.quicklink:visited{
	width: 12px;
	display: block;
	background: #C1C2C4;
	color: #fff;
	padding: 3px;
	margin-top: 2px;
	text-align: center
}
a.quicklink:hover{
	width: 12px;
	display: block;
	background: #C1C2C4;
	color: #fff;
	padding: 3px;
	margin-top: 2px;
}
a.roomlink:link, a.roomlink:visited{
	color: #C1C2C4;
	font-weight: bold;
}
a.roomlink:hover{
	color: #C1C2C4;
	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;
}
.rbutton{
	width: 160px;
	text-align: center;
	vertical-align: middle;
}
.rbutton a:link, .rbutton a:visited{
	width: 160px;
	display: block;
	background: #02295E;
	color: #fff;
	padding: 3px;
}
.rbutton a:hover{
	width: 160px;
	display: block;
	background: #C90750;
	color: #fff;
	padding: 3px;
}
/* form styles */
.formlabel{
	vertical-align: top;
}

.containerdiv {
	padding-bottom: 30px;
}
