/* CSS Document */
/* box layout */
/*boxbody = boxleft + boxcenter */
/*boxwrap = boxbody + boxright */
/* boxwrap:   Width of the page and centring for modern browsers. */
.boxwrap {
	width: 735px; 
	margin-left: auto; 
	margin-right: auto;
}
 
/* boxbody:   It holds the content and left columns. It is floated left, so this leaves room on the right for "boxright" to make the right hand column. */
.boxbody {
	width: 730px; 
	float: left;
}

/* boxcenter: This is the content box. It is floated right, inside the body box ("boxbody") which effectively puts it in the centre of the page, between the two columns.*/
.boxcenter {
	width: 578px; 
	float: right; 
}
	
/* In the header we need a div for login and free trial*/ 
.boxheadercenter {
	display:none;
}

/* In the header we need a div for LOGO*/ 
.boxheaderleft {
	width: 550px; 
	float: left; 
	padding:0 0 0 0px;
	*padding:0 0 0 0px;
	padding:0 0 0 0px#;
}

/* boxleft:   As it says on the ID: this box contains the left column. Floated left so that if it is longer than the content, its background colour will not spill out.*/
.boxleft   {
	width: 158px; /* the width is 153 becaue have to deduct 2px ob the border*/
	float: left;
}
			 

/* boxright:  The right column, floated right for the same reason that the left column is floated: to stop its background colour spilling out.*/
.boxright {
	width: 0px; 
	float: right; 
}

/* boxheader: Where you put you header. Nothing special.*/
/*.boxheader { width: 100%;  
			 clear: both; 
			 }*/
.boxheader { 
	width: 700px; 
	float:none;
	display:table-cell;
	margin-bottom: 12px;
}

.boxheader, .boxheadercenter, .boxheaderclear, .boxbody, .newbd, .maincolumns #left{ float:none !important}

.boxbody{
	display: block;
}

/* boxfooter: Holds the footer text, and is cleared on both sides. Puts it below all the columns above it.*/
#newfooter {
	display:none;
}
.boxfooter a:link, .boxfooter a:visited, .boxfooter a:hover, .boxfooter a:active{
	width: 100%;  
	clear: both;  
	color:fff;
}
	
/* boxclear:  This div helps out browsers who don't like the fact that boxbody has no non-floated content.*/
.boxclear {
	clear: both; 
	line-height: 0px 
}

/* ie hack: */
  .iehackwrap { text-align: center; vertical-align: top; }
  .boxwrap    { }     

/* box style */
.boxwrap   { background: #FFF; }
.boxheader { background: #FFF; }
.boxfooter { background: #FFF; }
.boxcenter { background: #FFF; }
.boxleft   { background: #FFF; }
.boxright  { background: #FFF; }

div {
	margin: 0px; 
	padding: 0px; 
}

/* top green bar*/
.topbar{
	display:none;
}
/* hide from IE Mac \*/
.topbar
{
	
	margin-left:-4px !important;
	margin-left:-4px;
	margin-left/**/:/**/-3px;

	margin-right:-1px !important;
	margin-right:-1px;
	margin-right/**/:/**/-1px;


}
	
/* end hiding */
.panenarrow{
	width: 29%;
	float: left;
	margin:1%;
	color:#666;
	float:right;
}

.panenarrow br {
	margin:-5px;
}

.panenarrow ul li {
	margin:0px 20px 10px -10px;
	text-align:left;
}

.panewide{
	width: 65%;
	float: left;
	margin:1%;
	color:#666;	
}

.paneheading{
	border:1px solid #e5e5e5; 
	background-color:#EFEFEF;
}

.panebody{
	border:1px solid #e5e5e5;
	margin-top:1px;
	background-color:#F8F8F8;
}

/* ---------------------------------------------------------formatting------------------------------------------ */
body {
	background: none;
	color: #000; 
	margin: 0px; 
	padding: 0px;
}

.boxwrap {
	text-align: left; 
	margin-bottom: 2em; 
}
		 
h1 {
	padding: 2px 10px; 
	margin: 0px;
}
	 
p  {
	padding: 5px 10px; 
	margin: 0px;
}

select{ }

.breadcrumb{
	padding: 10px 0px 4px 10px;
	margin-left: 5px;
}		

#refinesearch{
	margin-left: 13px;
	background-color: #DDE4E8;
	color: #333;
	width: 728px;
	clear: both;
	border-left: 1px solid #949494;
	border-right: 1px solid #949494;
	font-size: 11px;
	height: 68px;
}

/* following rule hidden from IE5-Mac \*/
#refinesearch {
	height: 58px;
 	width: 726px !important;
	width: 726px;
	width/**/:/**/728px;
}
/**/

#refinesearch form{
	padding-top: 8px;
	margin-left: 8px;
}
#refinesearch input{
	width:40px;
}
#refinesearch input[type=checkbox]{
	width:14px;
}

#refinesearch select{
	width:60px;
}

img{
	border: 0;
}

.error {
	background-color:#FFFFCC;
	border: 1px solid #FF9900;
	margin:5%;
	padding:2% 5% 2% 5%;
	list-style: none;
}

/* ------------------------------------------------- style --------------------------------------------------------------*/

body { 
	font-family : Arial, Helvetica, sans-serif; 
	color: #666; 
}

h1 { 
	font-size: 1.3em;
}

p, li  { 
	font-size: 0.8em;
}
/* start links on footer style*/
.boxfooter {
	font-size: 11px; 
	text-align: center;
	padding-top: 10px;
}
			 
.boxfooter a{
	color: #666666;
	text-decoration:none;
}

.boxfooter a:hover{
	color: #333333;
	text-decoration:underline;
}
/*end links on footer style*/

/* start links on header style*/
.boxheader a{
	color: #FF9900;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 6px 0px 6px;
	font-weight: bold;
}

.boxheader a:hover{ 
	color: #FF7800; 
	text-decoration: underline;
}
/* end links on header*/
/* start breadcrumb font styles*/
.breadcrumb{
	text-decoration: none;
	font-size: 11px;
}		

.breadcrumb a{
	color: #FF9900;
	text-decoration: none;
	font-size: 11px;
}			 
/* end breadcrumb font styles*/
			 
.comment { 
	border: 1px solid #EEEEEE; 
	margin: 1em; 
	padding: 0.5em; 
	background: #fff; 
}

h1 span  { 
	font-weight: normal;
}

#scrolling div.boxleft, #scrolling div.boxright{ 
	overflow: auto; 
	height: 4em;
}

input{
	font-size: 11px;
}

select{
	font-size: 11px;
}

.even{
	background-color: #f6f6f6;
}
/*--------------------------------------------special definitions----------------------------------------------------*/
/* These widths are set so that IE mac doesn't  */
#countyName{
	max-width:150px;
	overflow: hidden; text-overflow:ellipsis;
	
}
#county_foreclosure{
	max-width:40px;
	overflow: hidden; text-overflow:ellipsis;
}
#county_preforeclosure{
	max-width:40px;
	overflow: hidden; text-overflow:ellipsis;
}
#county_bankruptcy{
	max-width:40px;
	overflow: hidden; text-overflow:ellipsis;
}
#county_fsbo{
	max-width:40px;
	overflow: hidden; text-overflow:ellipsis;
}


/* used on the state page to have the faded line over the map*/
.boxmap{
	background: #FFFFFF url("/css/img/states_lines.jpg") left top no-repeat;
	padding: 8px 8px 0px 10px;
	min-height:: 400px;
	color: #A1A1A1;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	
}

.highlighttext{
	color: #FF9900;
	font-weight: bold;
}

.datagrid{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left: 1px solid #949494;
	border-right: 1px solid #949494;
	
	margin: 0px 0px 4px 0px;
	/*border-spacing: 0px !important;*/
	border-collapse: collapse;
	width: 97%;
	text-align: left;
	margin-left: 13px;
	margin-top: 0px;
	clear: both;
	color: #333;
}

.datagrid th{
	background-color:#F6F6F6;
	text-align:left;
	padding-top: 5px;
}

.datagrid td{
	height: 19px;
}
.infogrid{
	padding-top:20px;
	width:695px;
	text-align:center;
	border-left: 1px solid #949494;
	border-right: 1px solid #949494;
	margin: 0px 0px 4px 0px;
	/*border-spacing: 0px !important;*/
	border-collapse: collapse;
	width: 97%;
	margin-left: 13px;
	margin-top: 0px;
	clear: both;
	color: #333;
}
	
#gridheader{
	margin-top: -13px;
	border-right: 1px solid #949494;
	border-left: 1px solid #949494;
	font-size:11px;
	clear: both;
	height:28px;
	width: 728px;
	margin-left: 13px;
	padding-top: 4px;
}

/* following rule hidden from IE5-Mac \*/
#gridheader {
	margin-top: 0px;
	height:25px;
	width: 726px !important;
	width: 726px;
	width/**/:/**/728px;
}
/**/	

#gridheader a{
	
    }

#gridfooter{
	margin-top: -4px;
	border-right: 1px solid #949494;
	border-left: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-top: 1px solid #949494;
	font-size:11px;
	height:25px;
	width: 728px;
	margin-left: 13px;
	padding-top: 4px;
 }
 
/* following rule hidden from IE5-Mac \*/
#gridfooter {
	height:25px;
	width: 726px !important;
	width: 726px;
	width/**/:/**/728px;
}

/**/			
.SearchResultCountBar{
	padding:5px;
	float:left;
	width:200px;
}

.SearchResultPagesBar{
	float:right;
	margin-right:5px;
	margin-top:-10px;
}
/* following rule hidden from IE5-Mac \*/
.SearchResultPagesBar {
	padding-top:5px;
	text-align:right;
	float:left;
	width:512px;
	margin-right:0px;
	margin-top:0px;
}
/**/			


/* State page special*/
.searchbox {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	/*padding:2px;*/
	width:154px;
	border-bottom:1px solid #d3d3d3;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	background-color:#F6f6f6;
	margin-left: 12px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.searchboxheading{
	color:#FF9933;
	font-size:15px;
	font-weight:bold;
}

.goButton {
	background-color:#F7FFE5;
	border-width:thin;
	padding-left:2px;
}

.searchbox select{
	width: 100px;
	font-size:10px;
}

.searchbox input{
	font-size:10px;
}
.searchbox table {
	font-size: 11px;
}
/* end of state page*/


/*-----------------------------------------------------------tabs styling----------------------------------------------------------*/
#tabs {
	margin-left: 13px;
	float:left;
	width:732px;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	background:#fff url("/css/img/tab_bg.gif") repeat-x bottom;
}
/* ie6w fixup \*/
* html #tabs {
	margin-left:6px;
}
/**/
/* be nice to msnm */
html>body #tabs {
	margin-left:11px;
}

/* following rule hidden from IE5-Mac \*/
#tabs {
	width:728px;
	width:728px !important;
	width/**/:/**/731px;
}
/**/	

#tabs a {
	color:#3980a0;
}

#tabs ul {
	margin:0 0 0 0px;
	padding:0;
	list-style:none;
	display: inline;
}

#tabs li {
	text-align: center;
	float:left;
	background:url("/css/img/tab_dim_right.gif") no-repeat right top;
	margin-left: 3px;
	padding-left:0;
	font-size:12px;
	font-weight:bold;
}

#tabs li a {
	vertical-align: middle;
	text-align: center;
	float:left;
	display:block;
	background:url("/css/img/tab_dim_left.gif") no-repeat left top;
	padding: 3px 15px 4px 15px;
	color:#094B8E;
	text-decoration:none;
	padding-bottom:5px;
}
#tabs li a:hover {
	text-decoration:underline;
}

#tabs #current {
	background:url("/css/img/tab_lit_right.gif") no-repeat right top;
}
#tabs #current a {
	background:url("/css/img/tab_lit_left.gif")  no-repeat left top;
	padding-bottom:6px;
}
/* following rule hidden from IE5-Mac \*/
#tabs ul li a {
	float:none;
}
/**/

/*----------------------------------------------------end of tabs styling-----------------------------------------*/

/*--------------------------------------------------- homepage styling-----------------------------------------*/
.homebg{
	margin-left: 9px;
	margin-top: 20px;
	background: #fff url("/css/img/home_bg.jpg") no-repeat;
	min-width: 735px;
	height: 387px;
}

.map{
	padding-top: 50px;
	margin-left: px;
	float:right;
	width: 500px;
}


.bottom{
	margin-top: 378px;
}

#sidenav{
	margin-left:-1px;
	float: left;
	font-weight:bold;
	font-size: 14px;
}
	
#nav {
}
	
#nav, #nav ul {
	margin:-10px 0px 0px 0px;
	padding: 0;
	list-style: none;
}
	
#nav li {
	display: inline;
	font-size: 14px;
	margin-left: 3px;
	margin-right: 14px;
	display: block;
	padding: 4px 25px;
	text-decoration: none;
	color: #0099CC;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
}
	
.sidenavitem{
 	padding-top:3px !important;
 	padding-top:3px ;
 	padding-top/**/:/**/4px;
	margin-left:20px;
	font-weight:bold;
	
}

.propcount{
 	padding-bottom:3px !important;
 	padding-bottom:3px ;
 	padding-bottom/**/:/**/4px;
	margin-left:25px;
	color: #9fb465;
	font-weight: bold;
}

#powersearch{
	background: #fff url("/css/img/powersearch.gif") no-repeat;
	width: 117px;
	height: 52px;
	margin-left: 20px; 
	margin-top: 19px;
	cursor: pointer;
}

#emailalerts{
	display: none;
	background: #fff url("/css/img/emailalerts.gif") no-repeat;
	width: 102px;
	height: 66px;
	margin-left: 5px; 
	margin-top:9px;
	cursor: pointer;
}

.realtime{
	padding-left: 30px; 
	padding-right: 75px; 
	padding-top: 2px;
	color: #FF6600; 
	font-weight:bold; 
	text-align: left; 
	margin-top: 4px; 
	font-size: 14px;
}

*.sidedark, *.sidelight {
	height:auto;
	clear:both;
	border-left:1px solid #B4B4B2;
	border-right:1px solid #B4B4B2;	
	border-collapse: collapse;
	border-spacing: 0;
	padding-top:2px;
	padding-bottom:2px;
 	margin-left:3px ;
	width: 193px;
}

/* hide from IE Mac \*/
*.sidedark, *.sidelight {
	padding-top:0px;
	padding-bottom: 0px;
	width: 191px !important;
	width: 191px;
	width/**/:/**/193px;
 	margin-left:0px !important;
 	margin-left:0px ;
 	margin-left/**/:/**/3px;
}
/* end hiding */

.heightadjuster{
	float:left;
}


.sidedark{
	color: #FF6600; 
	background-color:#F1F3F0;
	border-bottom:1px solid #ddd;
}

.sidelight{
	color: #1F4B6D;
	background-color:#F9F9F9 ;
	border-bottom:1px solid #ddd;
}

.sidelight table{
	margin-left: 7px;
	font-size: 11px;
	text-align: right;
}

.sidelight table select{
	width: 80px;
}


.sidelight table input{
	height: 18px;
}

.sidebarimage{
	float: left;
}
/*-------------------------------------------------- end of homepage styling ----------------------------------*/


/*-------------------------------------------------- styling details page --------------------------------------*/
.boxheader {
	width:700px !important;
	clear:both;
}

#center_left_col, #center_right_col, .boxbody, .boxcenter, .boxheadercenter, .maincolumns #left, .maincolumns #right{
	float: none !important;
}

.sortableattributegroups{
	margin-top:11px;
}


#btn_bg_details, .newfooter, .boxfooter, #attributegroup_state_information, #attributegroup_check_your_credit, #attributegroup_investors_directory, #attributegroup_resource_center, .rap_thumbs, .underlay, #vcardDisclaimer{
	display:none;
}


.newdp #center_left_col, .maincolumns #left, .attributegroup_bg{
	width:710px !important;
}

#vcardwrap.onwrapvcarddisclaimer {
	margin-bottom:11px;
}

.newdp #center_left_col #leftside {
	width:70% !important;
	_width:65% !important;
}

.boxcenter .datagrid{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
	margin: 0px 0px 4px 0px;
	/*border-spacing: 0px !important;*/
	border-collapse: collapse;
	border: none;
	width: 100%;
	text-align: left;
	float:left;
}

.boxcenter .datagrid th{
	color: #000000;
	border: 1px solid #fff;
	background-color: #FFFFFF;
	font-size: 13px;
	text-align:left;
	padding: 0px 5px 0px 10px;
}

.boxcenter .datagrid td{
	height: 22px;
	padding: 0px 5px 0px 0px;
	vertical-align:top;
}

.datagrid_big{
	width: 100%;
}

.datagrid_big th{
	color: #000000;
	background-color: #f5f7f8;
	font-size: 15px;
	text-align:left;
	padding: 0px 5px 0px 10px;
}

.datagrid_big td{
	font-size: 13px;
	text-align:left;
	padding: 5px 5px 0px 0px;
	font-weight: bold;
}

.tools{
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	margin-left: 10px;
	background: #f5f7f8;
}

.tools td{
	padding-right: 10px;
}

.tools td img{
	vertical-align: bottom;
}

.tools a{
	font-size: 11px;
	text-decoration: none;
}

.tools a:hover{
	text-decoration: underline;
}

.boxcenter .datagrid .name{
	color: #003399;
	font-weight: bold;
	white-space:nowrap;
}

.boxleft .datagrid{
	margin-top: 3px;
	border: 1px solid #e5e5e5;
}
	
.boxleft .datagrid th{
	color: #FF9900;
	font-size: 13px;
	text-align:left;
}
	
.boxleft .datagrid td{
	padding-left: 5px;
	color: #003366;
	height: 22px;
}
	
.property_price{
	color: #3980a0;
}

#virtualCard{
	border:#ccc solid 1px !important;
	width: 360px;
}

div#vcardwrap {
	width:97.5%;
	_width:97.5%;
	width:97.5%#;
}

#attributegroup_avm_report, #attributegroup_investors_directory, #attributegroup_check_your_credit, #attributegroup_county_information, #attributegroup_resource_center{
	display:none;
}

/*--------------------------------------------------- end of styling details page -----------------------------*/

/*--------------------------------- styling ads----------------------------------------------------------*/

/* google ads*/
#promotions{
	padding-top:30px;
	width: 100%;  
	clear: both;
	text-align:center;
}
/*ad row in datagrid*/
.adrow{
	background-color: #F0F4F6;
	color: #666;
}

.adrow a{
	text-decoration: none;
	color: #6DA2BD;
}

.adrow a:hover{
	text-decoration: underline;
}
/*--------------------------------- end styling google ads----------------------------------------------------------*/

.price{
	text-align: right;
	color: #FF0000;
	padding-right: 7px;
}

.numeric{
	text-align: right;
	padding-right: 5px;
}

.priceHeader{
	text-align:right;
}

.panebody .datagrid{
	border: none;
}

.panebody .datagrid td{
	padding-left: 2px;
}

.panebody .datagrid th{
	padding-left: 3px;
}

.clickable{
	cursor:pointer;
}


/*-------------------------------------------press------------------------------------------------------------*/

.press_articles{
	margin-left: 15px;
}

.press_articles td{
	height: 145px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-bottom: 40px;
	padding-left: 20px;
	line-height: 160%;
	border-bottom: 1px dotted gray;
}

.date{
	color: #666666;
	font-size: 10px
}

.more{
	color:#FF6600;
	text-decoration:none;
}

.more:hover{
	text-decoration: underline;
	color: #FF6600;
}
.style1 {
	color: #FFA622;
}

.title{
	color: #003399;
	padding-bottom: 7px;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

.title:hover{
	color: #003399;
	padding-bottom: 7px;
	text-decoration: underline;
}

img{
	border: none;
}
.listingmessage{
	font-size:9px !important;
	color:#CC0000;
}

/*---------------------------------------end press--------------------------------------------*/

.fsbolegend{
	font-size: 9px !important;
	color: #CC0000;
}

.searchbox table td{
	vertical-align:top;
}

.press_articles_nav {
	height: 145px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-bottom: 40px;
	padding-left: 12px;
	line-height: 160%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: gray;
	font-weight: bold;
}

.press_articles_nav div a{
	text-decoration: underline;
}

.press_articles_nav div a:hover{
	text-decoration:underline;
}

/*-------------------------------------- FAQS table---------------------------------*/

.faqs_table ul li{
	margin-bottom: 6px;
	list-style-position: outside;
	list-style-image: url("/css/img/faqs_bullet_image.gif");
}

.faqs_table p{
	line-height: 17px;
}

.question_par:first-line{
	line-height: 30px;
}

.faqs_table ul li a{
	text-decoration: none;
	color: #14608C;
}

.faqs_table ul li a:hover{
	text-decoration: underline;
}

.olcaption{
	color: #333;
	padding: 3px 0px 3px 5px;
	font-size: 11px;
	background-color: #dfdfdf;
}

.oltext{
	color: #333;
	font-size: 11px;
}

.price_overlib{
	color: #3980a0;
	font-weight: bold;
}

.calc_tools {
	display:none;
}

#results_header { /*display:none;*/ }

#attributegroup_mortgage_information .details_tab_header, #attributegroup_avm_analysis .details_tab_header{ 
	_padding-left: 0px; 
	padding-top:0px; 
	margin-top:0px;
}

#realestate_assistance {
	display:none;
}

#tabs, #termsabb_btn, #realestate_assistance, #results_header, .calc_tools, #refinesearch, .boxleft, .breadcrumb, #promotions, .learningcenter
{
	display:none;
}

.steps, #rap_alltools table, .sitetools, .learningcenter, .alertstate_banner, .sponsoredlinks, #tabs, #refinesearch, .searchdropdown{
	display:none;
}

#sellerInformation, #additionalInformation{ 
	display:block !important;
}

.propinfo_blurb img, .propinfo_blurb a {/*display: none;*/}

.dp_tab_2 table{ 
	display:block; 
	border:none;
}

.details_container, .details_container td, .details_row_left, .propinfo_blurb, .propinfo_header, .details_tab_header{
	background:none;
}

#attributegroup_mortgage_information{ 
	padding-left: 0px;
}

.details_li_comment, li.details_li_estimated_monthly_payment{
	width:100% !important;
}

#zestimate{ 
	border:none;
	background:none;
}

#comparables { 
	border:none; 
}

#zestimate #updated {
	text-align:left; 
}

#Content_Map, #Content_Photo{ 
	display:block !important;
}

#photos_thumbs{
	display:none;
}


#float_back{
	display:none;
}

