/* =================================================================
 chf.css

 Description: IDX page formatting
================================================================== */

/*  id/classes for chf pages
	chf_email_updates.asp
	chf_idx.asp
	chf_listings.asp
	chf_open_houses.asp
	chf_prop_org.asp
	chf_sold_gallery.asp
**********************************************/

body {
	background: none;
}

table, tr, td {
	font:normal 1em/1.8em Arial, Helvetica, Verdana, Geneva, sans-serif;
}

 body table td.heading1 {
	display: none;
}
iframe.chf {
	height:810px; /* default height */
	width:100%;
	background-color:#fff;
}
	#chf_email_updates iframe,
	#chf_idx iframe,
	#chf_listings iframe,
	#chf_open_houses iframe,
	#chf_prop_org iframe,
	#chf_sold_gallery iframe,
	#chf_supplemental iframe {
		height:810px;
	}
		#chf_email_updates,
		#chf_idx,
		#chf_listings,
		#chf_open_houses,
		#chf_prop_org,
		#chf_sold_gallery,
		#chf_supplemental{
			height:810px;
		}

iframe.chf body {
	background:#fff;
}


table {
	width:465px;
	color:#666;
	/*font:normal 0.5em/1.5em Arial, Verdana, Helvetica, sans-serif;*/
	text-align:left;
}
table td {
	font-size:1em;
}
	table table {
		width:100%;
	}
table#ihResultsTable,
table#ihSearchTable {
	padding:0;
	margin:0;
	width:440px;
}
	/* ihSearchTable 
	table#ihSearchTable table {
		float:left;
		clear:both;
	}*/
	table#ihSearchTable table td {
		text-align:left;
	}
	
	/* ihResultsTable  */
	table#ihResultsTable table,
	table#ihResultsTable table table {
		width:100%;
	}
	
	div#ihfDetailNavContainer,
	div.ihfDetailNav,
	div.ihfDetailNav ul {
		width:inherit;
	}
	div.ihfDetailNav ul {
		margin: 20px 0 5px 0;
	}

	div.ihfDetailNav ul li.first i,
	div.ihfDetailNav ul li a {
		/*color:#000;*/
		font-weight:bold;
		background-image: none;
		background-color:#fff;
		border:1px solid #bbb;
		border-width:1px 1px 1px 0;
		padding:5px 4px;
		margin:0 0 20px 0;
	}
	div.ihfDetailNav ul li.first a {
		border-bottom: 1px solid #bbb;
	}
	div.ihfDetailNav ul li.first i,
	div.ihfDetailNav ul li.first a:hover{
		border-left:1px solid #bbb;
	}
	div.ihfDetailNav ul li a:hover {
		color:#fff; 
		background-color:#892034;
		border:1px solid #bbb;
		border-width:1px 1px 1px 0;
	}
		.ihfDetailNav ul li.first a {
			border-left: 1px solid #bbb; 
		}
	table tr.ihTableRowAlt td {
		background-color:#fff;
	}
	table tr.ihTableRow td {
		background-color:#eee;
	}
	table tr.ihTableHeader td,
	table tr td#ihfInfoRequestTitle{
		color:#fff;
		background-color:#000;
		text-indent:5px;
		border-bottom:2px solid #333;
	}
	
/* email updates */
#ihfSearchProfile1_Name,
#ihfSearchProfile1_Email,
#ihfSearchProfile1_Phone {
	width: 140px;
}