﻿#SearchForm
{
	padding-left: 10px;
	margin-top: 5px;
	width: 167px;
}

#results
{
	min-width: 612px;
	max-width: 836px;
}

#resultsPanel
{
	width: 100%;
	vertical-align: top;
	font-size: 11px;
}
#contentTable
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
	height: 100%;
	width: 100%;
	vertical-align: top;
}
/*                                  */
/* SEARCH RESULTS / LOADING MESSAGE */
/*                                  */
#Message
{
	display: none;
	font-family: Verdana, Arial;
	background-color: #FFFFFF;
	border: solid 1px #cececd;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	position: absolute;
	top: 177px;
	right: 6px;
	padding: 2px 2px 2px 2px;
	height: auto;
	z-index: 10;
}
#loading, #error
{
	margin-left: auto;
	margin-right: auto;
	display: none;
	background-color: #ffffff;
	font-family: Verdana, Arial;
	border: solid 1px #888888;
	font-weight: bold;
	font-size: 14pt;
	padding: 5px;
	height: 40px;
	position: absolute;
	vertical-align: middle;
	overflow: hidden;
	z-index: 100;
	text-transform: uppercase;
}
#error
{
	width: 250px;
	height: 65px;
	font-size: 8pt;
	font-weight: normal;
	text-transform: none;
}
#error a
{
	color: #002797 !important;
}
#loading img, #error img { vertical-align: middle; }
#loadingMessage
{
	position: relative;
	top: -5px;
}
#errorMessage
{
	width: 210px;
	float: right;
	position: relative;
	text-align: justify;
	top: 0px;
}
.safariFix
{
	width: 210px;
	float: right;
	position: relative;
	text-align: justify;
	top: 0px !important;
}
/*                          */
/*   RESULTS PAGE NUMBERS   */
/*                          */
#Pages
{
	text-align: right;
	font-size: 11px;
}
#Pages a:link, #Pages a:active, #Pages a:visited
{
	font-size: 11px;
}
/* LEFT SIDEBAR HEADER */
.sidebarHeader
{
	margin: 0 0 0 0;
	padding: 8px 0 0 0;
	text-align: center;
	background-color: #888888;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	height: 24px;
	width: 177px;
	border-bottom: solid 1px #565654;
	border-top: solid 1px #565654;
	display:block;
}
.searchResults 
{
	vertical-align: top;
}
#Info
{
	min-width: 590px;
	max-width: 639px;
	vertical-align: top;
	width: expression(document.body.clientWidth > 819? "639px": (document.body.clientWidth - 177 - 10) + "px");
}
#Info tbody a:active, #Info tbody a:link, #Info tbody a:visited, #Info tbody a:hover
{
	color: #002797; 
}
#Info tbody a:hover 
{
	text-decoration: underline;
}
/*                 */
/*  MAP HELP LINK  */
/*                 */
#tabs #Help a:link, #tabs #Help a:link, #tabs #Help a:active, #tabs #Help a:visited, #tabs #Help a:hover
{
	border: none;
	background-color: Transparent;
	text-align: left;
	padding: 0px;
	margin: 0px;
	color: #002797; 
	text-decoration: none;
	padding-bottom: 3px;
	font-size: 11px; 
	font-family: Verdana, Arial;
	font-weight: bold;
	z-index: 1;
}
#tabs #Help a:hover
{
	text-decoration: underline;
}
#ResultsSelect
{
	text-align: left;
	vertical-align: middle;
	width: auto;
}
.address
{
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
/*           */
/*   POPUP   */
/*           */
#Popup
{
	display: block;
	font-family: Verdana, Arial;
	background-color: #FFFFFF;
	border: solid 1px #afafaf;
	font-size: 10px;
	vertical-align: middle;
	padding: 2px;
	height: 120px;
	width: 228px;
	z-index: 99999999;
}
#RentalPopup
{
	display: block;
	font-family: Verdana, Arial;
	background-color: #FFFFFF;
	border: solid 1px #afafaf;
	font-size: 10px;
	vertical-align: middle;
	padding: 2px;
	height: 88px;
	width: 245px;
	z-index: 99999999;
	text-align: center;
}
.clientpopuptable
{
	display: block;
	font-family: Verdana, Arial;
	background: #ffffff;
	border: solid 1px #afafaf;
	font-size: 10px;
	vertical-align: middle;
	padding: 5px;
	z-index: 99999999;
	text-align: center;
	width: auto;
}
.rentalpopuptable, .rentalpopupdetails
{
	font-size: 10px;
	width: auto;
	z-index: 9999999;
	text-align: left;	
}
.rentalpopuptable
{
	width: 245px;	
}
.popuptable, .popupdetails
{
	font-size: 10px;
	width: auto;
	z-index: 9999999;
	text-align: left;
}
.popupdetails td.right
{
	text-align: right;
	padding-left: 5px;
}
#PopupHolder
{
	display: none;
	position: absolute;
	z-index: 9999999;
}
#beak_top_left
{
	height: 21px;
	width: 23px;
	position: absolute;
	display: none;
	z-index: 999999999;
	top: -19px;
	left: 0px;
}
#beak_top_right
{
	height: 21px;
	width: 23px;
	position: absolute;
	display: none;
	z-index: 999999999;
	top: -19px;
	right: 0px;
}
#beak_bot_left
{
	height: 21px;
	width: 23px;
	position: absolute;
	display: none;
	z-index: 999999999;
	bottom: -19px;
	left: 0px;
}
#beak_bot_right
{
	height: 21px;
	width: 23px;
	position: absolute;
	display: none;
	z-index: 999999999;
	bottom: -19px;
	right: 0px;
}
/*                */
/* MAP STYLE INFO */
/*                */
#map
{
	position:relative;
	margin: 0 5px 0 5px;
	/*border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;*/
	border: solid 1px #000000;
	z-index: 1 !important;
}
/*                   */
/* footer style info */
/*                   */
#maptablefooter
{
	height: 40px;
}
/*                     */
/* RESULTS TABLE STYLE */
/*                     */
#infoRow
{
	height: 24px;	
}
#resultsDiv
{
	min-width: 590px;
	max-width: 639px;
	width: expression(document.body.clientWidth > 819? "639px": (document.body.clientWidth - 177 - 10) + "px");
}
#resultsDiv a:link, #resultsDiv a:active, #resultsDiv a:visited
{
	font-size: 11px;
}
/*                   */
/* table header info */
/*                   */
.ThumbCol, .thumbHdr
{
	width: 105px;
}
.ThumbCol img
{
	border: solid 1px #565654 !important;
}
.thumbnail
{
	max-height: 70px;
	max-width: 100px;
	padding: 0px;
	margin: 0px;
}
.addressCol, .addressHdr
{
	min-width: 150px;
	max-width: 30%;
	width: 30%;
}
.cityCol, .addressHdr
{
	min-width: 140px;
	max-width: 140px;
	width: 140px;
}
.bedsCol, .bedsHdr
{
	max-width: 50px;
	min-width: 50px;
	width: 50px;
}
.bathsCol, .bathsHdr
{
	max-width: 52px;
	width: 52px;
	min-width: 52px;
}
.unitsCol, .unitsHdr
{
	max-width: 50px;
	width: 50px;
	min-width: 50px;
}
.sqFtCol, .sqFtHdr
{
	max-width: 60px;
	width: 60px;
	min-width: 60px;
}
.lotSizeCol, .lotSizeHdr
{
	max-width: 100px;
	width: 100px;
	min-width: 100px;
}
.zoningCol, .zoningHdr
{
	min-width: 60px;
	width: 60px;
	max-width: 60px;
}
.priceHdr
{
	min-width: 80px;
	width: 80px;
	max-width: 80px;
	text-align: left;
}
.priceCol
{
	min-width: 80px;
	width: 80px;
	max-width: 80px;
	text-align: right;
}
#ctl00_cphMain_ddPriceMin, #ctl00_cphMain_ddPriceMax
{
	width: 120px;
}
#ctl00_cphMain_ddCounty
{
	width: 140px;
}
#ctl00_cphMain_ddCity
{
	width: 150px;
}
#ctl00_cphMain_ddSchoolDistrict
{
	width: 160px;
}
.thumbnailholder
{
	width: 100px;
	height: 70px;
}

#divSaveSearch
{
	margin: 10px 0px 10px 0px;
}
#tblSaveSearch
{
	padding: 5px;
}
#tblSaveSearchError
{
	display: none;
	padding: 5px;
}
#divSavedSearchButtons
{
	text-align: center
}
.popupThumb
{
	max-height: 70px;
	max-width: 100px;
	padding: 0px;
	margin: 0px;
	border: solid 1px #afafaf !important;
}
#ctl00_cphMain_txtSearchName
{
	width: 300px !important;
}