@import url("default.css");

@media screen
{
	table#propertiesTable { margin-bottom: 15px; }
	table#propertiesTable th { text-align: left; text-transform: capitalize; padding: 4px; }
	table#propertiesTable td { border-top: 2px solid #ddd; padding: 4px; }
	table#propertiesTable td p { margin: 0; }
	table#propertiesTable tr:hover td { background-color: #f5f5f5; }

	div#developmentDetailsPod img { border: 1px solid #999; }

	div#offerPod { position: relative; width: 559px; height: 92px; margin: -10px 0 10px 0; background: url(/images/development-offer-pod.png) no-repeat; overflow: hidden; }
	div#offerPod ul.tickList { margin: 0 0 2px 10px; padding: 10px 0 0 0; height: 38px; }
	div#offerPod ul.tickList li { width: 95px; color: #4f737d; text-transform: uppercase; vertical-align: baseline; font-weight: bold; height: 38px; line-height: 12px; overflow: hidden; font-size: 11px; margin: 0 10px 0 0; float: left; }
	div#offerPod ul.tickList li a { color: #4f737d; text-decoration: none; }

	div#offerPod p.smallPrint { position: absolute; left: 10px; top: 50px; padding-bottom: 1px; color: #4f737d; font-size: 10px; border-bottom: 1px solid #4f737d; } 
	div#offerPod p.officeInfo { position: absolute; left: 10px; top: 68px; width: 539px; height: 14px; overflow: hidden; color: #4f737d; font-size: 12px; text-transform: uppercase; }
	div#offerPod p.officeInfoLarge { border-top: 1px solid #4f737d; border-bottom: 1px solid #4f737d; font-weight: bold; font-size: 12px; margin: 28px 10px 10px 10px; padding: 8px; color: #4f737d; text-align: center; text-transform: uppercase; }

	img#prelimStamp { position: absolute; right: 0; top: 185px; }
}