/*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%; }
	.PropDetailImages {width:190px;max-width:190px; height:273px; min-height:273px; overflow:auto;}
	.PropDetailAmenities {width:100%;}
	.PropDetailRates {width:98%;height:140px; min-height:140px; overflow:auto; border-left:solid 2px #BFAF8F ;border-bottom:solid 2px #BFAF8F } /*height:140px; min-height:140px; overflow:auto;*/
	.PrintRentalTerms {height:150px;min-height:150px;overflow:auto}
}

