/*

Print itineraries take out all the table formatting and pictures. 
Replace the linked itinerary.css with this one. Also remove the 
embedded css in the itinerary.

*/

body {
	font-family:arial,helvetica,sans-serif;
	font-size:0.8em;
	}
	
h2 {
	text-align:center;
	}



/* navigation at the top for within the page */
.pagenav {
	text-align:center;
	}
.pagenav a {
	padding:0 2px;
	}



.info_table table {
	border:1px solid #bbbbbb;
	margin:auto; /* center table */
	width:430px;
	}
.info_table td {
	padding:0.3em;
	border:1px solid #bbbbbb;
	vertical-align:top;
	}
.info_table th {
	padding:0.3em;
	border:1px solid #bbbbbb;
	vertical-align:top;
	}

/* info_table with no border */
.info_table_nb table {
	border:none;
	margin:auto;
	width:430px;
	}
.info_table_nb td {
	border:none;
	padding:0.3em;
	vertical-align:top;
	}
.info_table_nb th {
	border:none;
	padding:0.3em;
	vertical-align:top;
	}


/* for the boxed paragraphs such as info boxes */
.boxed_info { 
	border-width: 1px 3px 3px 1px;
    border-color: #000000; 
	border-style: solid; 
	margin:0 20px;
	padding: 8px;
	font-size: 0.95em;
	font-family: Geneva, Verdana, sans-serif;
	}
.boxed_info span {
	font-variant:small-caps;
	font-weight:bold;
	font-size:1.2em;
	}

/* for the quote boxes on many pages - this should probably be a class */
#quote {
	float: right; 
	width: 140px; 
	border-width: 1px 3px 3px 1px;
    border-color: black; 
	border-style: solid; 
	margin: 0px 0px 5px 5px;
	padding: 0 3px;
    background-color: #ffffff;
	color: #666666;
	font-size: 0.95em;
	font-family: Geneva, Verdana, sans-serif;
	text-align:center;
	}
#quote .author {font-style:italic;}
#quote a {color:#660000;}
#quote a:hover {color:#993333;}

.center {text-align:center;}

.title {
	text-align:center;
	font-size:1.5em;
	}
	
.sub_title {
	font-weight:bold;
	}

.strikeout {
	font-style:italic;
	text-decoration:line-through;
	margin-right:5px;
	}


/* this disables the images, but the page would load faster if they were removed from the file  
.image_ctr, .image_rt, .image_lt {
	display:none;
	}
*/
