/* Default Print Stylesheet Template
	by Mark Wassmer of copious.co.uk
	Version: 14.05.2010
	Author: Mark Wassmer
	Copyright: 2010, Copious Ltd */
   

/* SECTION 1: Set default width, margin, float, and
   background. This prevents elements from extending 
   beyond the edge of the printed page, and prevents
   unnecessary background images from printing */
body, #wrapper {
	width: 100%;
	margin: 0;
	float: none;
	background: #fff url(none);
	line-height: 100%;
}


/* SECTION 2: Remove any elements not needed in print - includes element resets. */
#utilityBelt, #mainNav, #leftColInternal, #skippy, .topper, .digitalCom, .footCol01, .footCol02, .footCol03, .promoFeatured, .signUpModule, #gatewayBookNow, form, #pageFocus, .progressBar, #moveAlong, #mediaWrapper, #leadInWrapper, #dashboard  {display: none; }

h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address { margin: 0; padding: 0; }

/* SECTION 3: Set body font face, size, and color. */
body {font-family: Georgia, "Times New Roman", Times, serif; font-size: 18pt; line-height: 120%;}


/* SECTION 4: Set heading font face, sizes, and color and general typography */
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; margin: 0cm; padding: 0cm; margin-bottom: 3mm; line-height: 110%;}
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; font-style: italic; }

p, ul, ol {	font-size: 100%; margin-bottom: 5mm;}

img {border: 3px solid black; margin-bottom: 5mm;}


/* SECTION 5: Make hyperlinks more usable.
   Ensure links are underlined, and consider appending
   the URL to the end of the link for usability. */
a:link, a:visited {
	color: #353535;
	font-weight: bold;
	text-decoration: underline; }
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}


/* SECTION 6: Specific site content. */

body #mainContent {margin: 0; padding: 0;}
#header {text-align: left; margin-bottom: 5mm;}
div.footCol04 {font-style: italic; font-size: 14pt; line-height: 100%; border-top: 1mm solid gray; padding: 3mm 0; }

div.innerRight {border-top: 1mm solid gray; padding: 3mm 0;}

div.hotelChoice, div.socialCommunity, div.promotionDetail {border: 1mm solid gray; padding: 2mm; margin-bottom: 5mm;}

#breadcrumbs p {border: 1mm solid gray; padding: 1mm; margin: 0 0 5mm 0; font-size: 12pt; text-align: right;}

#bookingCompleteOverview,
#bookingCompleteOverviewUser,
#bookingCompleteOverviewCC,
#bookingThanks  {border: 1mm solid gray; padding: 2mm; margin-bottom: 5mm;}

div.socialCommunity img {float: right; padding: 2mm;}

/* Feature Table */
table#hotelFacilities,
table#roomFacilities,
#myBookingHistory table,
#myBookingSummery table {border: 1mm solid black; margin-bottom: 3mm; }

	
table#hotelFacilities caption, table#roomFacilities caption, #myBookingHistory table caption, #myBookingSummery table caption { text-align: left;}
	
table#hotelFacilities th,
table#roomFacilities th,
table#hotelFacilities td,
table#roomFacilities td,
#myBookingHistory table th,
#myBookingHistory table td,
#myBookingSummery table th,
#myBookingSummery table td {padding: 1mm; border: 1mm solid Black; font-size: 14pt; }	

table#hotelFacilities td.yes, table#roomFacilities td.yes { padding: 1mm; border: 2mm solid black;  font-weight: bold;}

