@charset "UTF-8";
/* PROPERTY FINDER ---------------------------------- */
.searchRightDiv
{
	background:transparent url(/html/img/bg_searchResult.jpg) no-repeat;
	margin:5px auto;
	min-height:160px;
	float:left;
	width:520px;
}

.tabs-container
{
	float:left;
}

#finderNavigationTabs {
	margin:20px 20px 0;
	}

#finderNavigationTabs li {
	display:inline;
	background:url(/html/img/bg_tab_off.jpg);
	padding:5px 10px;
	margin:0 1px;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	}	
	
	
	
	
#finderNavigationTabs li:hover {
	background:url(/html/img/bg_tabs_hover.jpg);
	}	
	
#finderNavigationTabs li.active {
	background:url(/html/img/bg_tab_on.jpg);
	color:AF1317;
	}


/*
#finderNavigationTabs {
	margin:20px 20px 0px 7px;
	}

#finderNavigationTabs li {
	display:inline;
	background:#74191F;
	padding:5px 10px;
	margin:0 1px;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
}	
	
#finderNavigationTabs li:hover, li.active {
	background:#3C0D10 !important;
}	*/
#finderNavigationTabs a{
	color:#FFF;
	text-decoration:none;
}	

a:hover, a:visited {
	/*color:#AF1317;*/
	/*text-decoration:none;*/
	color:#700000;
}	

#mapSearch, #areaSearch, #citySearch, #schooldistrictSearch, #subdivisionSearch, #openhouseSearch, #radiusSearch, #countySearch
{
	background:url(/html/img/bg_searchResult.jpg) no-repeat;
	width:240px;
	min-height:160px;
	margin:5px auto;
}

#propertyFinder_lt {
	width:300px;
	float:left;
	padding:10px;
}
.propertyFinder_lt {
	width:300px;
	float:left;
	padding:10px;
}

#propertyFinder_rt {
	float:right;	
	padding:10px;
	}

#propertyFinder_rt ul {
	margin-left:464px;
}

#propertyFinder_rt li {
	display:inline;
	background:#AF1317;
	padding:5px 10px;
	margin:0 1px;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	}	
	
#propertyFinder_rt li:hover {
	background:#3C0D10;
	}	
	
.search_box {
	margin-bottom:15px;
	}	
	.search_box h3 {
		color:#000;
		font-weight:bold;
		font-size:14px;
		margin-bottom:5px;
		}
	.search_box a {
		color:#000;
		text-decoration:none;
	}	

input.short {
	width:90px;
	}
	
td.label {
	width:70px;
	font-weight:bold;
	}	

#mapSearch td, #areaSearch td, #citySearch td, #schooldistrictSearch td, #subdivisionSearch td, #openhouseSearch td, #radiusSearch td 
{
	/*font-size:10px;*/
	padding:3px 0;
}

#mapSearch select, #areaSearch select, #citySearch select, #schooldistrictSearch select, #subdivisionSearch select, #openhouseSearch select, #radiusSearch select  {
	height:20px;
}
#areaSearch select.multiple, #citySearch select.multiple, #schooldistrictSearch select.multiple, #subdivisionSearch select.multiple, #openhouseSearch  select.multiple, #radiusSearch select.multiple 
{height:auto}

#mapSearch option, #areaSearch option, #citySearch option, #schooldistrictSearch option, #subdivisionSearch option, #openhouseSearch option, #radiusSearch option  {
	padding-right:10px;
	}

.spanned {
	margin:15px 0 8px;
	border-bottom:1px solid #FFF;
	padding:0 0 8px 15px;
	
}
	.spanned input {
		margin-left:15px;
		}
	
.finderLt {
	width:268px;
	float:left;
	border-right:1px solid #FFF;
	margin:0 10px 0 6px;
}

.finderMed {
	float:left;
	border-right:1px solid #FFF;
	margin:0px;
	width:290px;
}
.finderAdvanced
{   
    float:left;
	border-right:1px solid #FFF;
	margin:0px;
	width:790px;
}
.finderRt {
	float:right;
	margin-left:0px;
}

.rowTitle {
		font-weight:bold;
		text-align:right;
		font-size:11px;
		vertical-align:top;
		padding-right:6px !important;
		width:75px;		
	}
.rowLongTitleLeft {
		font-weight:bold;
		text-align:left;
		font-size:11px;
		vertical-align:top;
		padding-left:6px !important
	}
div.searchForm_majorSeparator {
    background-color:#AF1317;
    border:1px solid #8195B5;
    color:#FFFFFF;
    font-family:verdana,arial;
    font-size:11px;
    font-weight:bold;
    margin:0;
    padding:5px;
}
.info{
   /* background:transparent url(/images/home_searchbox_bg-geral.jpg) repeat-y scroll 0 0;*/
    height:23px;
    margin:0 5px 0 10px;
    padding:0 2px 0 15px;
    width:175px;
}
	
.rowLongTitle {
		font-weight:bold;
		text-align:right;
		font-size:11px;
		vertical-align:top;
		padding-right:6px !important;
	}	
	
.finderNav {
	width:500px;
	float:right;
	clear:both;
	text-align:right;
	margin:20px 0;
	}
	
#finderExpanded {
	border-top:#D8D2C4 1px solid;
	margin-top:15px;
	padding-top:15px;
}
	
.expandedLt {
	width:208px;
	float:left;
	border-right:1px solid #D8D2C4;
	margin:0 10px 0 6px;
	padding-left:60px;
}

.expandedMed {
	width:238px;
	float:left;
	border-right:1px solid #D8D2C4;
	margin:0 10px 0 36px;
}

.expandedRt {
	width:278px;
	float:right;
	margin-left:10px;
}

	.expandedRt td {
		width:134px;
	}	
	
	
	
	
