.frameBody {
	margin: 0 auto;
	padding: 10px;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background-color:#FFFFFF;
}

.result_reduced {
	overflow:auto;
	margin-bottom:5px;
	padding:5px;
	border-bottom: 1px solid #999999;
	width: 490px;
}

.result_reduced a {
	border: 0;
}

.image_small {
	height: 60px;
	width: 60px;
	max-height: 60px;
	max-width: 60px;
	float:left;
	margin: 0 10px 0px 10px;
	border:0;
}

.image_sidebar {
	height: 60px;
	width: 60px;
	margin: 5px;
	border:0;
	clear:both;
}

.blue_link {
	color:#0000FF;
	cursor:pointer;
}

.message {
	text-align:center;
	font-weight:bold;
	margin:5px 0 5px 0;
	color:#0000FF;
}

.sidebar_upload_iframe {
	width: 260px;
	height:	100px;
	overflow:hidden;
	border:0;
	margin:0;
}
.sidebar_upload_iframe_content {
	background: #f5f5f5;
	margin:0;
	font: 0.7em Tahoma, sans-serif;
	font-size:11px;
}

/* Property Search Results */
.search_result
{
	width: 90%;
	text-align:center;
	border-bottom: 1px solid;
	padding: 5px;
	padding-right:5px;
	overflow:auto;
	margin:5px;
}

.search_result img
{
	float:left;
	max-width:150px;
	max-height:150px;
	margin-right:5px;
}

.search_result_image
{
	float:left;
	max-width:150px;
	max-height:150px;
	margin-right:5px;
	margin-bottom:10px;
}

.search_result h3
{
	font-weight:bold;
	font-size:12px;
	margin-left:0;
}
.search_result h3, .search_result p
{
	text-align: left;
}
.search_result a, .search_result a:hover
{
	border: 0;
	text-decoration:none;
} 
.search_result span
{ 
	text-align:center;
	font-weight:bold;
	font-style:italic;
}

.summary_details
{
	margin-bottom: 10px;
	clear:both;
	overflow:auto;
}
.summary_details_item
{
	width: 50%;
	float: left;
}
.summary_details_item li
{
	margin:0;
	padding:0;
	list-style:square;
}

/* Enquiry Results */
.resultContainer{ width: 90%; }

.result{	
	width:90%;
	margin: 5px 0 5px 5px;
	padding: 5px 10px 5px 10px;
	overflow:auto;
	clear:both;	
}
.resultSideBar{	
	width:250px;
	margin: 0;
	padding: 5px 10px 5px 10px;
}
.evenRow { background-color:#CCCCCC; }