.search_field
{
	font-size: 12px;
	color: #333333;
	border: 1px solid #333333;
	width: 90px;
}

.search_field_wide
{
	font-size: 12px;
	color: #333333;
	border: 1px solid #333333;
	width: 185px;
}

.search_field_error
{
	font-size: 12px;
	color: #333333;
	border: 1px solid #ff4800;
}

.search_field_prompt
{
	font-size: 12px;
	color: #333333;
	padding-top: 2px;
	padding-left: 2px;
}

.search_criteria_header
{
	color: #0b8350;
	font-size: 11pt;
	font-weight: bold;
}

td.search_box_top
{
	background-image: url(/eriweb/assets/img/search/box_top.png);
	background-repeat: repeat-x;
	height: 4px;
}

td.search_box_top_right
{
	background-image: url(/eriweb/assets/img/search/box_top_right.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 4px;
}

td.search_box_mid
{
	background-color: #e8e7e3;
	padding-left: 5px;
}

td.search_box_mid_right
{
	background-image: url(/eriweb/assets/img/search/box_mid_right.png);
	background-repeat: repeat-y;
	width: 8px;
}

td.search_box_bot_left
{
	background-image: url(/eriweb/assets/img/search/box_bot_left.png);
	background-repeat: no-repeat;
	width: 3px;
	height: 11px;
}

td.search_box_bot
{
	background-image: url(/eriweb/assets/img/search/box_bot.png);
	background-repeat: repeat-x;
	height: 11px;
}

td.search_box_bot_right
{
	background-image: url(/eriweb/assets/img/search/box_bot_right.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 11px;
}

table.search_box
{
	padding: 0px;
	border-collapse: collapse;
}

.search_text
{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.search_text_small
{
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.search_location
{
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 22px;
}

div.search_results_content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	width: 470px;
	overflow: auto;
}
				
a.search_results_address_link
{
	color: #0b8350;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none !important;
}

img.search_results_photo
{
	border: 1px solid;
	border-color: #666666;
	height: 78px; 
	width: 118px;
	height: expression(this.height > this.width && this.height > 78 ? '78px' : true); /* IE Syntax */
	width: expression(this.height < this.width && this.width > 118 ? '118px' : true); /* IE Syntax */
}

font.search_results_price
{
	font-size: 11pt;
}

font.search_results_price_per_sqft_number
{
	font-size: 13pt;
	font-weight: bold;
	color: #0b8350;
}

font.search_results_price_per_sqft_text
{
	font-size: 8pt;
	font-weight: bold;
	color: #0b8350;
}

font.search_results_eppraisal_number
{
	font-size: 13pt;
	font-weight: bold;
	color: #0066cc;
}

font.search_results_eppraisal_text
{
	font-size: 8pt;
	font-weight: bold;
	color: #0066cc;
}

td.search_results_details
{
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
	vertical-align: top;
}

.search_table
{
	padding: 0px;
	border-collapse: collapse;
}

.search_save_detail_name
{
	width: 90px;
	text-align: right;
	padding-right: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.search_save_detail_value
{
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 2px;
	height: 20px;
}

td.hot_search_header
{
	height: 38px;
	vertical-middle: top;
	padding-left: 43px;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	background-image: url(/eriweb/assets/img/icon_fire.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}

td.hot_search_cell_red,
td.hot_search_cell_blue
{
	vertical-align: top;
	border-top: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-left: 40px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: 2px 5px;
	cursor: pointer;
}

td.hot_search_cell_red
{
	background-image: url(/eriweb/assets/img/icon_arrow_right_red.png);
}

td.hot_search_cell_blue
{
	background-image: url(/eriweb/assets/img/icon_arrow_right_blue.png);
}

td.hot_search_cell_red:hover,
td.hot_search_cell_blue:hover
{
	background-image: url(/eriweb/assets/img/icon_arrow_right_green.png);
	background-color: #efefef;
	background-repeat: no-repeat;
	background-position: 2px 5px;
}

div.hot_search_location
{
	font-size: 10pt;
	font-weight: bold;
}

div.hot_search_details
{
	font-size: 8pt;
}

td.hot_search_hits
{
	vertical-align: top;
	font-size: 8pt;
	text-align: center;
}

.property_item
{
	width: 220px;
	float: left;
	padding: 5px;
}

.property_content
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

a.property_link
{
	color: #0b8350;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none !important;
}

img.property_photo
{
	background-color: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	cursor: pointer;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
	height: 50px;
	max-width: 66px;
  	width: expression(this.width > 66 ? 66: true);
}

div.hot_properties_header
{
	height: 26px;
	padding-top: 10px;
	padding-left: 40px;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	background-image: url(/eriweb/assets/img/icon_fire.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}

.hot_properties_header_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

div.hot_properties_border_top
{
	height: 10px;
	background-image: url(/eriweb/assets/img/property/heat_top.png);
	background-repeat: repeat-x;
}

div.hot_properties_border_bot
{
	clear: both;
	height: 10px;
	background-image: url(/eriweb/assets/img/property/heat_bot.png);
	background-repeat: repeat-x;
}
.search_investor_container
{
	width: 470px;
}

.search_investor_container > h1
{
	color: #666666 !important;
	font-size: 12pt !important;
	font-weight: 800 !important;
	margin: 0px !important;
	padding-bottom: 5px !important;
}

.search_investor_container > h3
{
	color: #666666 !important;
	font-size: 12pt !important;
	font-weight: 500 !important;
	margin: 0px !important;
	padding: 0px !important;
	padding-bottom: 7px !important;
}

.search_investor_container > h2
{
	border-top: 1px solid #cccccc !important;
	color: #e59100 !important;
	font-family: Arial !important;
	font-size: 12pt !important;
	font-weight: bold !important;
	margin: 0px !important;
	padding: 0px !important;
	padding-bottom: 7px !important;
}
