
/* This provides properties for the print version of the page. This would be referenced
	from the HTML file as something like this:
	<link href="about-this-hotel-popups_print.css" rel="stylesheet" type="text/css" media="print" />
 */


/* ======================================= Content: Specific Elements ======================================= */

/* This currently appears on the Locations popup, immediately preceding the directions form */
div#content h3#additional-driving-directions
{
	display: none;
}

/* The Locations popup has a directions form */
div#content form#directions
{
	display: none;
}

/* The Results page for What's-Nearby has an input form */
div#content form#nearby
{
	display: none;
}

/* This is on the What's-Nearby page just before the form */
div#content h6#search-for-nearby-businesses-and-attractions
{
	display: none;
}

/* This currently just appears on the What's-Nearby page
	as introductory text to the form */
div#content p#form-introduction
{
	display: none;
}

/* This is the actual map on the What's-Nearby page */
div#content div#map-zoom
{
	border-width: 0em;
}

/* This is the zoom/unzoom control table */
div#content table#map-zoom-levels
{
	display: none;
}

/* The links in the Nearby Results table (on "What's Nearby"
	allow the user to "Get Driving Directions from Hotel" */
div#content table#nearby-results a
{
	display: none;
}
