@import "property.css";
@import "template.css";

/* Headings */
h2 { margin-bottom:10px }
h4.inventory { font:11px Arial, Helvetica, sans-serif; letter-spacing:1px; padding-top:8px; padding-bottom:2px }

/* Tables */
table#subdivisionGrid { width:100% }
table#subdivisionGrid tr { vertical-align:top }
table#subdivisionGrid tr td { text-align:center }

/* Images */
img.subdivisionLogo { margin-bottom:8px }

/* Lists */
ul.subdivisionList { margin-top:0px; margin-bottom:0px }

/* Colors */
.sold { color:#eee }
.spec { color:#06f }
.buildToSuit { color:#090 }
.forSale { color:#900 }

/* Legend */
div.colorSwatch { position:relative; top:-1px; border:1px solid Black; float:left }
td.legendCell { padding-left:5px }
div#availability table { width:auto }

/* Lot Inventory */
div.sidePhotograph { position:absolute; top:0; left:-100px; z-index:5; display:none }

/* Contract Box */
div.contractBox { background-color:#42516e; color:White; padding:8px }