/* CSS Document */

#leftcol { width: 100px; float: left; height: 100%; background-color: #eee; }
#middlecol { width: 420px; float: left; height: 100%; margin-left: 15px; }
#rightcol { width: 235px; float: left; height: 100%; margin-left: 15px; }

div.toptitle { text-align: left; background-color: #EEE; border: #ccc solid 1px; padding: 2px; margin-bottom: 5px; }

div#myhome { border: #bbb solid 1px; background-color: #eee; padding: 10px; margin-bottom: 15px; }
div#myhome h3 { padding: 0px; margin: 0px; }
div#myhome div.chart { margin-bottom: 10px; }
div#myhome div.homevalue { font-size: 150%; font-weight: bold; text-align: right; }
div#myhome div.lowvalue { font-size: 9pt; font-style: italic; font-color: #999; text-align: right; }
div#myhome div.highvalue { font-size: 9pt; font-style: italic; font-color: #999; text-align: right; }

#homesales { margin-bottom: 15px;  } 
#homesales table tr { border-bottom: #ccc solid 1px;  }
#homesales table tr td { font-size: 85%; }

.homesales {}
.home { padding-bottom: 10px; }
.home div.title { font-size: 130%; font-weight: bold; display: inline; }
.home div.datesold { display: inline; }
.home div.salesprice { display: inline;}
.home div.pricepersqft { display: inline; }
.home div.detailslink { display: inline; font-size: 90%; }
.home div.yearbuilt { display: inline; font-size: 90%; }

#news { width: 100%; overflow: hidden; margin-top: 15px; margin-bottom: 15px; }
#news div.title { font-weight: bold; }
#news div.pubdate { color: #999; }
#news div.body { }
#news div.body img { padding: 3px; border: #CCC solid 1px; float: left; margin-right: 5px; margin-bottom: 5px; }
#news div.more { text-align: right;}


#news div.body div.tright img, #news div.body div.tleft img { border: none; }

div.tright {
	float: right;
	text-align: center;
	margin-left: 5px; margin-top: 5px;
	padding: 3px; border: #CCC solid 1px; 
}
div.tleft {
	float: left;
	margin-right: 5px; margin-top: 5px;
	padding: 3px; border: #CCC solid 1px; 
	text-align: center;
	
}

#charts { }
#charts div.chart { margin-bottom: 15px; }
#charts div.chart div.image { text-align: center; }

#credits { padding-top: 10px; border-top: #ccc solid 1px; clear: both;}
#credits table tr td { font-size: 85%; color: #999; text-align: center; }

.credit { font-size: 85%; font-style: italic; text-align: center; margin-top: 10px; }
