/*BP: 6/29/2006 - CSS used here will determine how specific content will print but will not effect what is displayed in the browser (monitor) */

/*BP: 6/29/2006 - Hide navigation when printing */
@media print {
.DoNotPrintNav { display: none; }
}

@media screen
{
	.PropDetailDescription {width:97%; height:140px; min-height:140px; overflow:auto;border: solid 1px lightgrey}
	.PropDetailImages {width:278px;max-width:278px; height:185px; min-height:185px; overflow:auto;}
	.PropDetailPrintImages {width:185px;max-width:185px; height:190px; min-height:190px; overflow:auto;}
	.PropDetailAmenities {width:97%;height:138px;min-height:138px;overflow:auto;border: solid 1px lightgrey}
	.PropDetailRates {width:480px; } /*border: solid 1px lightgrey*/
	.PrintRentalTerms {height:200px;min-height:200px;overflow:auto; background-color:#FFFFFF}
}

