﻿@media print {
    .noprint { display: none; }
    div.printonly { display: block; }
    
    #listingData h4 { text-decoration: underline; font-weight: bold; }
}
@media screen {
    div.printonly { display: none; }
}
/*---------------------------------
	Global Styles
---------------------------------*/
* { padding: 0; margin: 0; }
body { color: Black; line-height: 140%; height: 100%; }
body, input, select, textarea, table, td { font-size: 12px; font-family: Verdana, Arial, Sans-Serif; }
td, th { text-align: left; }
td { vertical-align: top; }
label { padding: 0 1px; }
img { border: 0; }
ul, ol { margin: 0; padding: 0; }
ul li, ol li { margin: 0 0 0 24px; padding: 0 0 3px 0; list-style-position: outside; vertical-align:top; }	
ol li { margin-left: 32px; }
p { margin-top: 10px; margin-bottom: 15px; }
a, a:link { color: Blue; text-decoration: underline; }
/* a:visited { color: #800080; } */ /* html standard purple */
a:active { color: #FF0000; } /* html standard red */
a:hover { text-decoration: underline; }
h1, h2, h3, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 8px 0 4px 0;
	font-weight: normal;
	line-height: 100%;
	font-family: Arial, Sans-Serif;
}
h1 { font-size: 170%; line-height: 100%; }
h2 { font-size: 150%; line-height: 100%; }
h3 { font-size: 150%; font-style: normal; }
h4 { font-size: 120%; font-weight: bold; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 100%; font-weight: bold; font-style: italic; }
select option { margin-right: 5px; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }	

.alignTop { vertical-align: top; }
.alignLeft { text-align: left; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }
span.inputhelp { font-size: 11px; }

label.error { width: auto; color: Red; }
input.error, select.error {background-color:#FFFFD5; border:2px solid red; margin:0px;}

/*---------------------------------
	Layout Panes and Styles
---------------------------------*/
div.hr { background: transparent url('images/bg_hr.gif') repeat-x left top; height: 2px; margin: 4px 0; }	

.button { cursor: pointer; font-size: 12px; color: White; font-weight: bold; border: 1px solid #676666; background: #F8AF7E url('images/bg_button1.gif') repeat-x left top; padding: 0px 2px; }
input[type="button"], input[type="submit"] { cursor: pointer; font-size: 12px; color: White; font-weight: bold; border: 1px solid #676666; background: #F8AF7E url('images/bg_button1.gif') repeat-x left top; padding: 0px 6px; }
input.action { cursor: pointer; font-size: 12px; color: White; font-weight: bold; border: 1px solid #676666; background: #F8AF7E url('images/bg_button1.gif') repeat-x left top; padding: 0px 6px; }

fieldset { border:1px solid #CCCCCC; background-color: #E0E0E0; padding: 0 2px; }
h2 { color: #006699; font-size: 14px; font-weight: bold; margin-top: 8px; }
	h2.expandable { display: block; background: url('images/icon_plus.gif') no-repeat 0 1px; padding-left: 18px; cursor: pointer; }
	h2.expandable.expanded { background-image: url('images/icon_minus.gif'); }
h4 { font-size: 10px; font-family: Verdana, Sans-Serif; padding: 0; }

#tabPage .topLogin { /*width: 510px;*/ text-align: right; margin: 3px 8px 0 0; }
#tabPage .header { width: 510px; text-align: center; margin: 0 auto; }
#tabPage #tabsContainer { margin-top: 14px; }
    #tabButtons { overflow: auto; }
	#tabButtons ul { list-style-type: none; margin-left: 70px; }
	#tabButtons ul li { float: left; display: block; list-style-type: none; margin: 0 4px; padding: 0; background: url('images/bg_tab_right.jpg') no-repeat right top; }
		#tabButtons ul a
		{
			display: block; font-size: 11px; color: Black; text-decoration: none; font-weight: bold;
			background: url('images/bg_tab_left.jpg') no-repeat left top;
			height: 19px;
			padding: 6px 8px;
			outline-style: none;
		}
		#tabButtons ul a:hover { text-decoration: underline; }
		#tabButtons li.ui-tabs-selected { background-image: url('images/bg_tab_right_on.jpg'); }
		#tabButtons li.ui-tabs-selected a { background-image: url('images/bg_tab_left_on.jpg'); }
		#tabPage #tabButtons { width: 590px; margin: 0 auto; }
		#tabContentWrapper { min-height: 205px; max-height: 520px; background-color: #F0F0F0; border: 1px solid #999999; margin-top: -1px; padding: 6px; }
		.tabContent { width: 560px; margin: 0 auto; font-size: 10px; }
			.tabContent input,.tabContent select,.tabContent textarea,.tabContent table,.tabContent td { font-size: 10px; }
			.tabContent table { width: 390px; }
			.tabContent td { padding: 4px; }
		
		#quickSearch { padding-left: 10px; padding-top: 20px; width: 580px; }
		    #quickSearch .txtKeyword { width: 290px; height: 18px; vertical-align: top; font-size: 14px; }
		    #quickSearch input[type='submit'] { width: 90px; font-size: 11px; padding: 2px 6px; }
		    #quickSearch .quickLinks li { list-style-type: none; }
		
		
		#basicSearch { padding-left: 130px; padding-top: 4px; }		
		#mapSearch { padding-left: 130px; padding-top: 4px; }
		#basicSearch select, #mapSearch select { width: 60px; }
		#basicSearch #priceSlider, #mapSearch #mapPriceSlider { width: 176px; }
		#basicSearch .waMultiSelect, #mapSearch .waMultiSelect { width: 176px; }
		#basicSearch .waMultiSelectPopup, #mapSearch .waMultiSelectPopup { width: 166px; }
		#basicSearch input[type='submit'], #mapSearch input[type='submit'] { width: 90px; font-size: 11px; padding: 2px 6px; }

#siteWrapper { width: 986px; margin: 4px; height: 100%; position: absolute; }

#dialogWrapper { margin: 4px; }
	#logoArea, .logoArea { float: left; text-align: left; }
	#topLogin { float: right; text-align: right; width: 300px; }
	#header, .header { height: 50px; margin-top: 8px; border-bottom: 2px solid #F37620; width: 100%; }
	
	#colCriteria { /*float: left;*/ width: 176px; background-color: #EEEEEE; font-size: 10px; padding: 0px 4px 4px 4px; }
	#colCriteria input, #colCriteria select, #colCriteria textarea, #colCriteria td { font-size: 10px; }
	#colCriteria input[type='radio'] { vertical-align: text-top; }
	#colCriteria select { width: 45px; }
	#colCriteria input[type='button'] { padding: 0px 3px; }	
	#colCriteria .multiSelect div.title { width: 150px; }
		#colCriteria input.MinMax { width: 34px; }
		#txtKeywords { width: 134px; }
		#txtStreetName { width: 150px; }
		#txtStreetNumber\.Min, #txtStreetNumber\.Max { width: 64px; }
    #multiSelect-ddlStatus-content ul { height: auto; }
    #colCriteria #ddlPropertyTypes, #colCriteria #ddlStatus { width: 168px; }
    #colCriteria #mapSearchContainer
    {
        background-color: #eeeeee;
        border: 1px solid #999999;
        position: absolute;
        /*left: 180px; top: -148px;*/
        margin-left: 180px; margin-top: -148px;
        width: 608px; height: 380px;
        padding: 0 0 0 4px;
    }
    #colCriteria #mapSearchContainer.hidden { margin-left: -9999px; }
    #colCriteria #mapFilterCanvas { width: 600px; height: 340px; }
    
    #colCriteria select.waMultiSelect { width: 168px; }
    #colCriteria div.waMultiSelectPopup { width: 168px; }
    
    .filterApplied { background-color: #F79F60; }
		   
    #areaTabs { overflow: auto; }		   
	#areaTabs ul { list-style-type: none; }
	#areaTabs ul li { float: left; display: block; list-style-type: none; margin: 0; padding: 0; }
		#areaTabs ul a
		{
			display: block; font-size: 10px; color: Black; text-decoration: none; font-weight: normal;			
			height: 19px;
			padding: 2px 8px;			 
			background-color:#DDDDDD;
			border: 1px solid #999999;
			border-left: none;
			border-bottom: none;
		}
		#areaTabs ul a:hover { text-decoration: underline; }
		#areaTabs li.ui-tabs-selected {  }
		#areaTabs li.ui-tabs-selected a { /*background-color:#EEEEEE;*/ font-weight: bold; }
		#areaTabs li.filterApplied a { background-color: #F79F60; }
		#areaFields .tabContent { background-color:#EEEEEE; width: auto; padding: 4px 2px; height: 140px; overflow: auto; border-top: 1px solid #999999; line-height: normal; }
		#areaFields .tabContent ul { list-style-type: none; }
		    #areaFields .tabContent ul li { margin: 0; }		    
	
	#sortByControls { color: #666666; font-weight: bold; }
	#sortBy { border: none; font-size: 10px; color: #006599; font-weight: bold; }

	#searchFirstLoad { margin: 8px; margin-bottom: 1000px; padding: 4px; font-size: 12px; font-weight: bold; }
	#noSearchMatches { margin: 8px; margin-bottom: 1000px; padding: 4px; font-size: 12px; font-weight: bold; }
	
	#colResults { /*float: left;*/ width: 643px; font-size: 10px; }
		span.matchedCount, span.totalCount { font-weight: bold; }
		span.matchedCount { color: Green; }
		#searchResultsHeader { padding: 4px; overflow: auto; }
		#searchResultsWrapper { border: 1px solid #999999; margin: 0 2px; padding: 4px 4px; }
		#searchResults { clear: both; }
			.pagination { float: right; }
			
			/*--rounded corner--*/
            div.propertyResult { width: 630px; margin-bottom: 6px; background: transparent url('images/bg_boxBottom.gif') no-repeat left bottom; }
            div.propertyResult.alt { background-image: url('images/bg_boxBottomAlt.gif'); }
            div.propertyResult.alt2 { background-image: url('images/bg_boxBottomAlt2.gif'); }
            div.propertyResult .keyFacts { text-align:right; padding: 2px 0 0 7px; background: transparent url('images/bg_boxTop.gif') no-repeat left top; }			
            div.propertyResult.alt .keyFacts { background-image: url('images/bg_boxTopAlt.gif'); }
            div.propertyResult.alt2 .keyFacts { background-image: url('images/bg_boxTopAlt2.gif'); }
			
			div.propertyResult {}
			div.propertyResult .row { clear: both; }
				.propertyResult .keyFacts span { font-weight: bold; }
				.propertyResult .keyFacts { margin-bottom: 4px; }
				.propertyResult span label { font-weight: normal; }
				
				.propertyResult .price { width: 80px; float: left; display: block; text-align: left; }
				.propertyResult .street { width: 200px; float: left; display: block; text-align: left; }
				.propertyResult .bedbath { width: 74px; float: left; display: block; text-align: left; }
				.propertyResult .tax { width: 80px; float: left; display: block; text-align: right; }
				.propertyResult .assessment { width: 84px; float: left; display: block; text-align: right; }
				.propertyResult .marketTime { width: 100px; float: left; display: block; text-align: right; }
				
				div.propertyResult .moreInfo { padding: 0 6px 6px 6px; }
				
				.propertyResult .photos { width: 172px; float: left; display: block; }
					.propertyResult .photos .main { width: 172px; height: 124px; }
					.propertyResult .photos .thumb { width: 35px; height: 35px; margin: 2px 4px 0 4px; }
				.propertyResult .remarks { width: 424px; margin-left:8px; float: left; display: block; }
				.propertyResult .footer { display:block; float:right; height:20px; padding: 8px; text-align:right; }
					.propertyResult .footer img { vertical-align: middle; }
					
    #siteFooter { text-align: center; font-size: 11px; margin-top: 8px; }					
	
	#colSaves { /*float: left;*/ width: 150px; background-color: #EEEEEE; font-size: 10px; padding: 4px; }		
	/*
	.inputForm { line-height: 140%; }
	.inputForm label { display: block; float: left; width: 250px; }
	.inputForm input, .inputForm select, .inputForm textarea { display: block; float: left; }
	*/	
	.inputForm label, .inputForm span.label { float: left; width: 130px; font-weight: bold; }
	.inputForm input, .inputForm textarea { /*width: 180px;*/ margin-bottom: 5px; float: left; }	 
	.inputForm span.inputhelp { margin-bottom: 5px; float: left; display: block; }
	.inputForm span.labelValue { display: block; float: left; white-space: nowrap; margin-bottom: 5px; }
	.inputForm textarea { /*width: 250px; height: 150px;*/ }
	.inputForm input[type='checkbox'] { width: 1em; }
	.inputForm input[type='submit'] { margin-left: 130px; margin-top: 5px; padding: 2px; }
	.inputForm br { clear: left; }	
	.inputForm th, .inputForm td { font-size: 11px; padding: 2px 8px; }
	.inputForm fieldset { border: none; background-color: Transparent; padding: 0 0 0 14px; }
		.inputForm fieldset legend { font-weight: bold; margin-bottom: 4px; margin-left: -14px; color: Black; }
		.inputForm fieldset label, .inputForm fieldset span.label { width: 116px; }
	
	.login th, .login td { font-size: 11px; padding: 2px 8px; }
	
	#savedProperties ul { list-style-type: none; }
		#savedProperties ul li { margin-left: 0; padding: 0; border-bottom: 1px solid #CCCCCC; }
		#savedProperties ul li table { width: 100%; }
			#savedProperties ul li td { font-size: 10px; }
	#savedSearches ul { list-style-type: none; }
		#savedSearches ul li { margin-left: 0; margin-top: 6px; padding: 2px; border-top: 1px solid #CCCCCC; }
		#savedSearches ul li table { width: 100%; }
			#savedSearches ul li td { font-size: 10px; }
		#savedSearches a img { vertical-align: middle; }			
	
	#listingDetail { width: 750px; /*background-color: #efefef;*/ }
		#listingDetail .photos { float: left; }
		#listingDetail .info { float: left; width: 446px; padding: 2px; }
		#listingDetail .info.additional { float: left; width: 100%; padding: 2px; }
			#listingDetail .info table { width: 100%; }
				#listingDetail .info td { font-size: 10px; font-weight: bold; padding: 0 2px; }
				#listingDetail .info td.label { font-weight: normal; white-space: nowrap; }
				#listingDetail .info td.col2 { text-align: right; }
			/*#listingDetail .info label { font-weight: normal; }
			#listingDetail .info label + span { font-weight: bold; }*/

    #listingData { line-height: normal; margin-top: 2px; }
    #listingData div.col1, #listingData div.col2 { float: left; width: 400px }    
        #buttonContainer { float: right; width: 150px; }
    #listingData div.col2span { clear: left; width: 800px }
    #listingData thead td { font-weight: bold; border-bottom: 1px solid black; }
    #listingData > table td { padding: 3px 6px; }
    #listingData table.group { /*border: 1px solid black;*/ margin: 10px 2px; width: 98%; }			
        #listingData table.group td { padding: 3px; vertical-align: top; font-size: 11px; }
        #listingData table.group td:first-child { width: 130px; }
        #listingData h4 { background-color:#EFEFEF; color:black; font-size:12px; margin-bottom:0pt; padding:4px; }
        #listingData table.buildingInfo {  }
        #listingData #morePhotos { display: block; background-color:#efefef; border: 1px solid black; color: Black; text-decoration: none; text-align: center; }
        #listingData img.mainPhoto { max-width: 400px; /*max-height: 200px;*/ }
        #listingData p.pageBreak { margin: 0; page-break-before: always; }
            #listingData .photos { margin-top: 4px; }
            #listingData .photos img { width: 200px; }
        #listingData a.button
        {
            background:transparent url(images/btn_gradient.jpg) no-repeat scroll left top;
            color:White;
            display:block;
            font-size:12px;
            font-weight:bold;
            height:32px;
            margin:0;
            padding-top:10px;
            text-align:center;
            text-decoration:none;
            width:149px;     
            border: none;
        }            
            
	
#ajaxLoader, #ajaxError, #loader
{
	background-color:#FBF29D;
	border:2px solid #F37620;
	color:#F37620;
	font-size:22px;
	font-weight:bold;
	height:60px;
	left:340px;
	padding-top:30px;
	position:absolute;
	text-align:center;
	top:100px;
	width:350px;
	z-index:99;
}
#ajaxError { background-color:#FFB4B4; border-color: #8B0000; color:#8B0000; font-size:14px; }

/*---------------------------------
	Dialog Styles
---------------------------------*/
/*.modalData iframe { border: 0; border-style: none; height: 418px; width: 390px; }
.dlgRequestShowing iframe { background-color: Red; }
.dlgEmailFriend iframe { height: 360px; }*/
#saveSearchPanel { position:relative; height:90px; top:-34px; background-color: #EEEEEE; }
body.ie7 #saveSearchPanel { top:-30px; }
    #saveSearchPanel input { font-size: 10px; }
    
#galleriaDialogWrapper { width: 514px; margin: 0 auto; }
    #mainImageContainer { text-align:center; overflow: hidden; }
    /*#mainImageContainer img { max-width: 512px; max-height: 400px; }*/
    #galleriaDialogWrapper ul.galleria { }
    #galleriaDialogWrapper p.nav { text-align: center; font-size: 16px; margin-bottom: 8px; }



/*---------------------------------
	Info Message Styles
---------------------------------*/
div.msg
{
	text-align: left;
	padding: 8px;
	margin: 4px 0;
	color: #444444;
	font-family: Verdana, Arial;
	font-size: 12px;	
}
	div.msg div.title { font-weight: bold; }
	div.msg div.text { padding: 4px; }

div.msg.info
{
	background-color: #F8FAFC;
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
}
div.msg.warning
{
	background-color: #FFF7C0;
	border-top: 2px solid #FED626;
	border-bottom: 2px solid #FED626;
}
div.msg.error
{
	color: Black;
	background-color: #FFBEBE;
	border-top: 2px solid #B32828;
	border-bottom: 2px solid #B32828;	
}
div.msg.success
{
	color: Black;
	background-color: #E2F9E3;
	border-top: 2px solid #99CC99;
	border-bottom: 2px solid #99CC99;	
}	
.FLogin
{
    padding: 0px;
    margin: 10px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

