/*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; }
.regular9pt
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Trebuchet MS
}

}

@media screen
{
	.PropDetailDescription {width:97%; }
	.PropDetailImages {width:300px;max-width:300px; height:180px; min-height:190px; overflow:auto;}
	.PropDetailImagesPrint {width:185px;max-width:185px; height:300px; min-height:300px; overflow:auto;}
	.PropDetailAmenities {width:97%;}
 /*height:140px; min-height:140px; overflow:auto;*/
	.PrintRentalTerms {height:150px;min-height:150px;overflow:auto; background-image: none;}
}
