@import url(_fonts.css);
@import url(_layout.css);

#TableGrid {
	width: 545px;
}

#TableGrid td {
	padding: 5px 3px;
	border-bottom: 1px solid #999966;
}

#TableGrid tr.Highlight td {
	background-color: #999966;
	color: #FFFFFF;
	font-weight:bold;
}

#TableGrid tr.AltColor td {
	background-color: #FFFFCC;
}

#FormTable {
	border-top: 1px solid #999966;
	border-left: 1px solid #999966;
}

#FormTable td {
	padding: 5px 3px;
	border-bottom: 1px solid #999966;
	border-right: 1px solid #999966;
}

/*Listings*/
#CityTable {

}

#CityTable td {
	padding-right: 30px;
	vertical-align:top;
}

/*Listing Drilldown*/
#PropertyPhoto {
	float: left;
	width: 258px;
	text-align:center;
}

#PropertyAddress {
	float: left;
	width: 265px;
	padding: 10px;
	text-align:center;
}

.TitleBar {
	width: 545px;
	padding: 3px 0px;
	background-color: #999966;
	color: #FFFFFF;
	font-weight:bold;
	clear:both;
	margin-top: 5px;
	text-align:center;
}

.PropertySpecs {
	float: left;
	width: 252px;
	padding: 10px;
	text-align:center;
}

.PropertySpecs td {
	padding: 3px;
}

#PhotoGallery td {
	padding: 3px;
	text-align:center;
}

/*Projects*/
#ProjectMenu {
	float: left;
	width: 89px;
}

.ProjectMenuButtons {

}

#ProjectLogo {
	float: right;
	width: 340px;
}

