/**
  * search.css
  * 
  * @author Candi Ligutan <candice.ligutan@residentsource.com>
  * @version $Id$
  **/ 
#content {
	background: url(../images/content-txt-midbg.jpg) repeat-y;
	width: 728px; 
	min-height: 560px; 
	float: left; 
}
#nav h2 { 
	float: left;
	margin: 10px 0 0 20px;
	color: #F3F18D;
}
.searchResults { 
	float: right; 
	width: 280px; 
	margin: 10px 20px 0 0;
	font-weight: bold; 
}
table { 
	width: 728px;
	color: #F3F18D;
}
th { 	
	font: bold 12pt Arial;  
	color: #2E2118;
	text-align: left;  
	padding: 15px 0 0 0;
}
tr { 
	background: url(../images/bg11.jpg) no-repeat center center;
	width: 726px;
	height: 30px; 
	line-height: 30px; 
}
tr:hover { 
	background: url(../images/bgRO.jpg) no-repeat center center; 
	width: 726px;
	height: 30px;
	cursor: pointer; 
	color: #2E2118;
}
tr:hover, tr:hover a { color: #2E2118; }
a { color: #F3F18D; }
a:hover { color: #2E2118; text-decoration: underline; }
thead tr, thead tr:hover {
	background: transparent url(../images/result-bg.jpg) no-repeat top center;
	width: 726px;
	height: 49px;
	border: 0;
	_height: 35px;
}
*+html thead tr { height: 35px; }
td { _vertical-align: middle; }
.floorplan { padding-left: 20px; width: 140px; }
.community { width: 135px; }
.center { text-align: center; width: 60px; }
.citystate { width: 130px; }
.sqft { text-align: center; width: 90px; }
.blank { 	text-align: center; }
.blank a { 
	text-decoration: underline !important;
	color: #FFF;
}

