/*************************************************************************************************
Tropical Sky CSS - Print
*************************************************************************************************/

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed{
	display:none !important;
	height:0;
	width:0;
	position:absolute;
	overflow:hidden;
	}

span.sIFR-alternate{
	visibility:visible !important;
	display:block !important;
	position:static !important;
	left:auto !important;
	top:auto !important;
	}


#MainTopMast,
#TopNavigation,
#LeftColumn,
#Hotline,
#Breadcrumbs,
#Footer,
#Copyright,
Form,
h2.FormHeadShortOrange,
img.BannerSpace,
a img.BannerSpace,
h2.FormHeadRed,
a.BtnWeddingInfo,
div.EnlargeText,
#btnprint,
div.TestimonialHotel,
h2.testimonialtitle{
	display:none;
	}

*{
	border:none;
	font:1em/1.3em "tahoma", arial, helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align:left;
	color:#333;
	}

html{
	font-size:1em;
	}
	
body{
	font-size:62.5%;
	}

body{
	text-align:center;
	width:100%;
	}
#MainContent{
	margin-left:20px;
	}


/* HTML Control Tags *********************/

h1{
	font-size:2.2em;
	display:block;
	float:left;
	padding:20px 0 10px 0;
	}

h2{
	font-size:1.8em;
	padding:0 0 10px 0;
	}

h3{
	font-size:1.6em;
	padding:0 0 10px 0;
	}
	
a:link, a:visited {
	color:#036;
	background: transparent;
	text-decoration: underline;
	padding:6px;
	}

br{
	clear:left;
	}
	
em{
	font-style:italic;
	}

em a{
	font-style:italic;
	}

h1{
	font-size:2.2em;
	margin:20px 0 10px;	
	}
h2{
	font-size:1.7em;
	margin:0 0 10px;
	}

h3{
	font-size:1.4em;
	margin:0 0 10px;
	}

h5{
	font-size:1.3em;
	font-weight:bold;
	margin:15px 0 10px;
	padding:0 0 5px;
	}
.Red{
	color:#C00D34;
	}
.Blue{
	color:#003366;
	}
.DarkBlue{
	color:#104867;
	}
.Orange{
	color:#FF9900;
	}
h1.TourTitle,
h2.TourTitle{
	color:#F90;
	}
ol{
	margin-left:20px;
	margin-bottom:15px;
	}
.TextContent ol{
	margin-top:10px;
	}
	ol li{
		font-size:1.2em;
		margin-bottom:8px;
		}
		ol li h2{
			font-size:1em;
			font-weight:bold;
			margin:0;
			}
			ol li p{
				font-size:1em;
				}
				ol li ul li{
					font-size:1em !important;
					}
			
ul{
	margin-left:40px;
	margin-bottom:15px;
	}
	ul li{
		margin-bottom:8px;
		}
	.TextContent li{
		font-size:1.2em;
		}

p{
	clear:left;
	font-size:1.2em;
	line-height:1.5em;
	padding:0 0 15px;
	}
	
p strong{
	line-height:1.6em;
	}

strong{
	font-weight:bold;
	}

strong em{
	font-weight:bold;
	}

select optgroup{
	font-weight:bold;
	font-style:italic;
	}
	select optgroup option{
		padding-left:12px;
		}

#HotelGridTable{
	clear:both;
	margin-bottom:15px;
	font-size:1.1em;
	border:1px solid #D01133;
	}
#HotelGridTable th, #HotelGridTable td{
	padding:3px;
	}
#HotelGridTable th{
	text-align:center;
	color:#333;
	font-weight:bold;
	}
#HotelGridTable th.SubTH{
	color:#333;
	font-weight:bold;
	}
	#HotelGridTable td{
		text-align:center;
		padding:4px;
		border:1px solid #EDA0AE;
		}
#HotelGridTable td.AlignLeft{
		text-align:left !important;
		}

#TourGridTable{
	border:1px solid #BE1135;
	clear:both;
	margin-bottom:15px;
	font-size:1.1em;
	}
#TourGridTable th, #TourGridTable td{
	padding:4px;
	}
#TourGridTable th{
	font-weight:bold;
	text-align:center;
	}
	#TourGridTable td{
		border:1px solid #F4D8DE;
		text-align:center;
		}
	#TourGridTable td.AlignLeft{
		text-align:left;
		}
#HotelImages{
	float:left;
	display:block;
	}
.EnlargeText{
	padding:2px;
	text-align:center;
	}
#HotelImages dl{
	float:left;
	margin:0 0 10px;
	padding-left:5px;
	}
	#HotelImages dt{
		float:left;
		height:75px;
		margin:6px 6px 0 0;
		}