/*****************************************************
*Project: CMS.TREMBLANT.CA
*Authors: Web Developers
*Filename: PRINT.CSS
*Purpose: Sets style for printing medias.

Note: Enter any comments for known issues, solutions,
and questions, and end them with your initials and date.
-LL 10/19/04
******************************************************/

/* This stylesheet adjusts the appearance for printing.
 * Mostly, this means hiding everything but the banner
 * graphic and the main content.
 */
td.clsHeaderBar, div#globalNavBar, div#vacationPlanner,
div#Bucket1, div#Bucket2, div#Bucket3, div#Bucket4,
div#Bucket5, div#travelInsuranceBucket, div.footerNavBar,
div#printTop, div#printBottom, ul.secondaryNavList,
div#seo
{
	display:none;
}