/*  ..............  GENERAL INFORMATION  ... */

/* version: v1.0
    date: october 22 2007
    fix: print version
    author: marinus.ames@strawberries.nl
    company: strawberries
    client: eurolines
    project: marketing website

    HP	Home page (with Booking module, step 1)
    CP	Content page
    BM	Booking module 
    LI	List page

    The page is optimized for A4. It won’t show:
    - Main navigation
    - Travel agent navigation
    - Step 1 for booking (if applicable)
    - Footer navigation

    It will show:
    - Eurolines logo with language header
    - Titles and content
    - Banners or images in the right column
    - Copyright & sender */

/*  ..............  GLOBAL  ..............  */

html {
    height: 100%;
}

body {
    text-align: left;
}


#loginBarWrapper,
#loginChoice,
#languageChoice,
#mainNavigation,
#placeholderSecondaryContent,
#bookingNavigation,
#footerNavigation,
#busyIFrame, 
.changeDate, 
.availableLines .itemAvailableLines a.viewDetailsColumn {
    display: none;
}
#footer {
	background:none;
}
#copyrightAndSender {
    padding-left: 20px;
	padding-top:50px;
}
img.print{
    display: block;
}
