html, body { height:100%; }
.Search_AddressNumLength { width: 50px; }
.Search_AddressLength { width: 270px; }
.Search_CityLength { width: 180px; }
.Search_MLSLength { width: 98px; }
.TopSearchButtons { margin-top:-24px;right:0px;position:absolute;width:240px; }
.RelSearchButtons { position:relative; }
#myprops, #mysearches { position: absolute; width: 295px;height: 360px; overflow: auto; background-color: #FFFFFF; border: 1px solid #4e4b46; display: none; z-index: 10000 }
#myprops { overflow:visible; }
html, body {background:white;color:black;font-family: Verdana,Helvetica,Arial;font-size: 11px;}.PhotoBorder{border: 1px solid #756A68;}.Flyout_CloseBar {background-color:#FBF3E6;}td {font:inherit;}.toplinks {color:#ffffff;}a:link,a:active,a:hover,a:visited {text-decoration:none;color:rgb(24,29,129);}a:hover {text-decoration:underline;}.header {color: white;text-decoration: none;font-weight: bold;line-height: 24px;padding-left: 15px;padding-right: 15px;}.header a:link {color: white;text-decoration: none;font-weight: bold;}.header a:visited {color: white;text-decoration: none;font-weight: bold;}.header a:hover {color: white;text-decoration: none;font-weight: bold;}.block {display:block;}.body {border:1px solid rgb(140,143,194);border-top:none;border-bottom:none;}.blue {background-color:rgb(195,197,246);padding:2px 5px;}.zeta_holder_small {width:185px;padding: 16px;}.prop_address1,.prop_price,.prop_address_block {color:black;font-size: 14px;font-weight: bold;float: left;}.prop_address2 {color:black;font-size: 12px;font-weight: normal;margin-bottom:20px;clear: both;}.prop_price_block {float: right;color:black;font-size: 14px;font-weight: bold;margin-right: 30px;}h2 {font-size:12px;}.prop_detail {float:left;padding-left: 10px;width:40%;}.popup_header {height:33px;background:url(images/blue/popup_header.jpg);}.tab {font-weight:bold;height:26px;width:136px;}.tab_yes {background:url(images/blue/tab_selected.gif);background-repeat:no-repeat;}.tab_no {background:url(images/blue/tab.gif);background-repeat:no-repeat;}.tab_box {position:relative;margin-top:-1px;background:#EFEFEF;border:1px solid #cccccc;}.formlabel {color: #756A68;}
/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
Modified By: Noah Winecoff (http://www.findmotive.com)
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:20000;
	width:350px;
	height:390px;
	margin:-250px 0 0 -160px;
	border:1px solid #000000;
	background:#ffffff;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:15000;
	background-color:#000000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

/*
background:url(shadow.png) no-repeat bottom right; 
*/
.autocomplete-w1 { position:absolute; top:7px; left:6px; /* IE6 fix: */ _background:none; _top:1px; }
.autocomplete { width:300px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE specific: */ _height:350px;  _margin:0px 6px 6px 0; overflow-x:hidden; }
.autocomplete .selected { background:#E0E0E0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }
