html,body{
	font-size:9pt;
	padding:0;
	margin:0;
	height:100%;
	min-height:100%;	
}
input{
	font-size:9pt;
	font-family:Verdana,Helvetica,Arial,sans-serif;
}
html,body,td,a,input,textarea,select,optgroup,option{
	font-family:Verdana,Helvetica,Arial,sans-serif;
	color: #174053
}
form{
	margin:0;
}
a{
	color:#006190;
}
a:hover{
	color:#53733a;
}
body{
	background-color:#444;
	background-image:url(/images/ui/site-shadow.png);
	background-position:top center;
	background-repeat:repeat-y;	
}
object.top{
	display:block;
	vertical-align:bottom;
	margin-top:-3px;
}
img.bordered{
	padding:2px;border:1px solid #004261;
}


.page-wrapper{
	width:760px;
	margin:auto;
	background-color:#fff;
	min-height:100%;
	height: auto !important;
	height:100%;
	position:relative;
}

.body{
	margin-top:0em;
	line-height:1.3em;
	font-size:0.915em;
	background-color:#fff;
	padding-bottom:75px;
	height:auto;
	overflow:auto;
}

.main{
	float:left;
	width:64%;
	padding:10px;
}
.main-full{
	padding:10px 15px;
}
.main h1,
.main-full h1{
	color:#A00;
	font-weight:bold;
	background-image: url(/images/ui/tinylogo.gif);
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:middle left;
	padding-left:25px;
	margin: 0 0 5px 0;
	font-size:1.09em;
	line-height:20px;
}
.center{
	text-align:center;
}
.justify{
	text-align:justify;
}
.indent{
	padding-left:20px;
}
.red-highlight{
	color:#A00;
}
.all-trip-list h2{
	font-style:italic;
	font-size:1.5em;
	font-weight:bold;
	margin:0;
	margin-bottom:3px;
}
.all-trip-list a{
	line-height:1.5em;
	margin-left:5px;
}
.itinerary p{
	margin-top:0;
}
.sidebar{
	padding:10px;
	margin-left:66%;
	height:100%;
}
.sidebar h2{
	font-size:1em;
	font-weight:bold;
	margin:0;
	color:#fff;
	background-color: #687933;
	line-height: 1.5em;
	padding-left:10px;
}
.sidebar .section{
	background-color:#e0e0e0;
	padding-bottom:5px;
	border:1px solid #d9d9d9;
}
.sidebar .section p,
.sidebar .section .p-mimic{
	padding-left:10px;
	padding-right:10px;
}
.sidebar .section .p-mimic{
	padding-top:10px;
	padding-bottom:10px;
}
.sidebar .section .p-mimic ul{
	margin-top:0;
	margin-bottom:0;
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
}
.sidebar .section .p-mimic ul.paragraph li{
	list-style-type:none;
	margin-bottom:0.5em;
}

.input-field{
	padding-left:3px;
	border-width:1px;
	border-bottom-color:#aaa;
	border-right-color:#aaa;
}
.input-submit{
	border:1px solid #888;
	background-color:#fff;
	cursor:pointer;
}
.input-submit:hover{
	color:#9bb562
}
.input-inline{
	padding:0 !important;
	font-size:1em !important;
}
.footer{
	background-color:#e0e0e0;
	position:absolute;
	bottom:0;
	display:block;
	width:754px;
	clear:both;
	padding:3px;
	text-align:center;
	font-size:0.9em;
	margin-top:50px;
	border-top:1px solid #d0d0d0;
}
ul.paragraph,
ol.paragraph,
{
	margin:0;
	padding:0;
}
ul.paragraph li,
{
	list-style:none inside url(/images/ui/bullet.gif);
	margin-bottom:1em;
}
ol.paragraph li{
	list-style-position:inside;
	margin-bottom:1em;
}
ul.paragraph li h3,
ol.paragraph li h3{
	margin-bottom:0;
}
hr.divider{
	border-width:0px;
	border-bottom:1px dashed #9ac;
}
span.more{
	line-height:16px;
	font-size:7pt;
	margin-left:5px;
}
span.more img{
	border-width:0;
	width:7px;
	height:7px;
	vertical-align:middle;
	border-width:0;	
}
/* Hide this & only display if the user has JS */
.more-tooltip{
	display:none;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	color:#fff;
}
#tooltip h3, 
#tooltip div{
	margin:0;
	padding:5px;
	font-size:0.9em;
	background-color: #004261;
}
#tooltip ul{
	margin:0;
	padding:0;
	margin-left:20px;
	margin-top:5px;
}
table.schedule{
	width:100%;
	border-spacing:1px;
}
table.schedule td{
	padding:2px;
}
table.schedule thead tr{
	background-color:#70b7ff;
	color:#000;
}
table.schedule thead tr th{
	padding-left:5px;
	padding-right:5px;
}
table.schedule tbody tr th{
	background-color:#b5c7c9;
	padding:3px;
}
table.schedule .available,
table.schedule .limited,
table.schedule .soldout{
	text-align:center;
	color:#000;
}
table.schedule .available{
	background-color:#32fd1d;
}
table.schedule .limited{
	background-color:#fcff00;
}
table.schedule .soldout{
	background-color:#f83930;
}
#upcoming-destinations{
	width:100%;
}
#upcoming-destinations th{
	font-size:1.5em;
	text-align:left;
}
#upcoming-destinations td{
	padding:3px;
}

.inthemedia p img{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.inthemedia hr{
	clear:both;
}