/*MOBILE CSS */

/* COLORS
BLUE: #03369C
RED: #A40205
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 10px 0px 10px;
	/* background-color: #484848; */
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;

}

#mobile_full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 395px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #e1d9a7;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 6px 0px 15px;
	text-align: justify;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}


#mobile_body_wrapper {
	margin: 0px auto;
	padding: 2px 0px;
	width: 395px;
	background-color: #ffffff;
	color: inherit;
	text-align: left;
}




.mobile_add_shadow {
	float: left;
	background: url('images/shadow_bot.gif') no-repeat 0% 100%;
	
}

.mobile_add_shadow div {
	display: block;
	float: left;
	background: url('images/shadow_right.gif') no-repeat 100% 0%;
	
}

.mobile_add_shadow div div {
	display: block;
	float: none;
	padding: 0px 5px 5px 0px;
	background: url('images/shadow_rightbot.gif') no-repeat 100% 100%;
	
	
}

.mobile_add_shadow div div div {
	padding: 0px;
	background: none;
	
}


/* Company Logo */

#mobile_company_header {
	margin: 45px 10px;
	z-index: 1;
	position: absolute;
	float: left;
}

#mobile_company_logo {
	padding: 0px 0px 0px 3px;
	color: #000;
	float: center;
}



#mobile_company_logo h1 {
	display: block;
	background: url('images/company_logo.gif') no-repeat 50% 3px;
	width: 368px;
	height: 368px;
	background-color:#FFFFFF;
}

#mobile_company_logo h1 span {
	display: none;
}


/* Navigational Menu */

#mobile_nav_menu {
	width: 410px;
	background-color: #03369C;
	color: #fff;
	border-bottom: #fff 2px solid;
	font-family: arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;


}

#mobile_nav_menu ul {
	width: 630px;
	height: 27px;
	overflow: hidden;
}

#mobile_nav_menu li {
	padding: 5px 11px 3px 10px;
	background: url('images/navmenu_div.gif') no-repeat 100% 7px;
	float: left;
}

#mobile_nav_menu li#last {
	padding-right: 10px;
	background-image: none;
}

#mobile_nav_menu a {
	text-decoration: none;
}

.webtitle {
	width: 410px;
	background-color: #fff;
	color: #e90000;
	border-bottom: #fff 2px solid;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
	letter-spacing: 1px;
}

	.webtitle a{
		color: #fff;
	}

/* Content Body */

#mobile_content_body {

	width:410px;
	background-color: #FFF;
	border-bottom: #fff 2px solid;
	color: #000000;
	text-align: center;

}



#mobile_content_body a {
	background-color: inherit;
	color: #000000;
	
}

#mobile_content_body a:hover {
	background-color: #dddacc;
	color: #a64a26;
}

#mobile_content_body .mobile_content_header2 {
	display: block;
	border: 2px solid #000;
	width: 408px;
	text-align: center;
	background-color: #A40205;
	color: #FFF;
	
}



#mobile_content_body .mobile_content_box {
	padding: 10px 15px 10px 10px;
	clear: both;
	float: none;
	width: 385px;
	text-align: center;
	letter-spacing:normal;
	font-family: verdana, arial, sans-serif;
}



/* Left Column */

#mobile_left_column {

	width:410px;
	float: left;
	text-align: center;
	background-color:#FFFFFF;
	}

#mobile_left_column .mobile_content_header {
	padding-bottom: 45px;
	text-align: center;
	
}

#mobile_left_column .mobile_content_header h2 {
	width: 410px;
	background-color: #009;
	color: #FFF;
	text-align: center;
}




/* Travel Gallery */

#mobile_travelgallery {
	padding-bottom: 5px;
	float: center;
	clear: both;
	text-align: center;
	width: 410px;
}

.mobile_gallery_thumbnail {
	float: center;
	padding: 5px;
}

.mobile_gallery_thumbnail .mobile_add_shadow {
	background-color: #000;
	color: #fff;
}

.mobile_gallery_thumbnail .mobile_add_shadow div div {
	padding-bottom: 3px;
}

.mobile_gallery_thumbnail .mobile_add_shadow img {
	margin: 1px;
}

#travelgallery .view_all {
	margin: 15px auto 0px;
	width: 154px;
	height: 26px;
	float: none;
	clear: both;
}

#mobile_travelgallery .view_all a {
	padding: 3px 5px;
	border: #000 1px solid;
	background-color: #c4bea1;
	color: #5c3424;
	display: block;
	font-weight: bold;
	font-family: arial, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

#mobile_travelgallery .view_all a:hover {
	background-color: #be552c;
	color: #fff;
}






.mobile_fineprint {

color: #000;
font-family: verdana, arial, sans-serif;
font-style:italic;
font-size: 7px;
LINE-HEIGHT:8px; 
	
	}


#mobile_policyfooter {
	width: 390px;
	background-color: #FFF;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-style:italic;
	font-size: 7px;
	LINE-HEIGHT:8px; 

}

#mobile_policyfooter a{
	color: #009;
	font-size: 9px;
	font-weight: bold;


}

/* Page Footer */

#mobile_page_footer {
	padding: 5px 0px;
	width: 410px;
	background-color: #03369C;
	color: inherit;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}



/*---- BEGIN ACCORDION CSS -----*/
.accordion {
  cursor: pointer;
  width: 75%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
 	font-family: verdana, arial, sans-serif;
	font-weight:bold;
	font-size:10px;
	color: #FFF;
	background-color: #03369C;
	padding: 3px;   
}

.active, .accordion:hover {
  background-color: #03369C;
}

.accordionred {
  cursor: pointer;
  width: 75%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
 	font-family: verdana, arial, sans-serif;
	font-weight:bold;
	font-size:10px;
	color: #FFF;
	background-color: #A40205;
	padding: 3px;   
}

.active, .accordionred:hover {
  background-color: #A40205;
}

.panel {
  padding: 0 10px;
  display: none;
  background-color: #fff;
  color:#000;
  overflow: hidden;
  border: solid; 
}

/*---- END ACCORDION CSS -----*/

.ticketheader {
    color:#fff;
    background-color: #03369C;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

.introheader {
    color: #000;
    font-size:9px;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    border-bottom: solid #009;
    padding-bottom: 10px;
}

.ticketheaderred {
    background-color: #A40205;
    color:#fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

.highlighttickets{
	color:#03369C;
	letter-spacing:normal;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align:left;
	font-weight:bold;
}

.highlightticketsred{
	color:#800000;
	letter-spacing:normal;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align:left;
	font-weight:bold;
}

.highlighttextlg{
    font-size: 14px;
}

.redtext{
    	color:#800000;
}

.navytext{
    color: #00074E;
}

.boatintrobox {
	padding: 0px 15px 0px 10px;
	clear: both;
	float: none;
}

    .boatintrobox img{
	padding: 2px 0px 2px 3px;
	width: 160px;
    height: 110px;
}
.ticketdescription{
	color:#000;
	font-family: verdana, arial, sans-serif;
	font-size: 8px;
	background-color: #fff;
	padding:8px;
	text-align: left;
	
}

.highlight{
	color:#03369C;
	letter-spacing:normal;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align:left;
	font-weight:bold;
}

   .content_header_lightblue {
	padding-bottom: 15px;
       
}

    .content_header_lightblue h2 {
	background-color: #03369C;
	color: #fff;
    display: block;
	border: 2px solid #000;
	width: 408px;
	text-align: center;       
}

   .content_header_red {
	padding-bottom: 15px;
       
}

    .content_header_red h2 {
	background-color: #A40205;
	color: #FFF;
    display: block;
	border: 2px solid #000;
	width: 408px;
	text-align: center;       
}


/*---- BEGIN DISCLAIMER ACCORDION CSS -----*/
.accordion2 {
  background-color: #A40205;
  color: #fff;
  cursor: pointer;
  padding: 10px;	
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
}

.active, .accordion2:hover {
  background-color: #03369C; 
}

.panel2 {
  padding: 10px 18px;
  display: none;
  background-color: #fff;
  color: #000;
  text-align: center;
  overflow: hidden;
  border: #00074E 1px solid;
}

	.panel2 a{
  	color: #064056;
	}

	.panel2 p{
  	text-align: center;
	}
/*---- END DISCLAIMER ACCORDION CSS -----*/

.topdisclaimer_box{
	width: 710px;
	float: left;
	padding: 10px;
	background-color: #fff;
	color:#000;
	text-align: center;
	border: #800000 2px solid;
	margin: 2px 0px 5px 5px;
}

	.topdisclaimer_box p{
		padding: 5px 0px 5px 0px;
		color:#000;
		text-align: center;
}

	.topdisclaimer_box a{
		color: #800000;
		font-weight: bold;
}

.eventspacetobottom {
	clear: both;
	height: 15px;
}


/*---- BEGIN COLLAPSIBLE TOGGLE CSS -----*/
/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #03369C;
  color: #fff;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
	font-weight: bold;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
	background-color: #A40205;
	color: #fff;
}

/* Style the collapsible content. Note: hidden by default */
.collapsiblecontent {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #fff;
  color: #000;	
}

	.collapsiblecontent ul{
	margin: 0 0 0 10px;
	padding: 0px;
	}
	.collapsiblecontent li{
	list-style: disc;
	padding: 5px;
	margin-left:30px;
	}
	.collapsiblecontent a{
		color: #E90000;
	}
/*---- END COLLAPSIBLE TOGGLE CSS -----*/

.td40h{
	height: 40px;
	text-align: center;
	padding-top: 12px;
}

.td50h{
	height: 50px;
	text-align: center;
	padding-top: 15px;
}

.td60h{
	height: 60px;
	text-align: center;
	padding-top: 15px;
}

.highlightred {
	color: #A40205;
}

.underline{
    text-decoration: underline;
}

.highlighttextlg{
    font-size: 14px;
}
.font12{
    font-size: 12px;
}
.redtext{
    	color:#0074FF;
}
.center{text-align: center;}

.underline{text-decoration: underline;}

.bold{font-weight: bold;}

.smallfont{font-size: 10px;}

.highlightticketsred2{
	color:#A40205;
	letter-spacing:normal;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align:center;
	font-weight:bold;
}
.webtitle {
	width: 410px;
	background-color: #A40205;
	color: #fff;
	border-bottom: #fff 2px solid;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}



/* COLORS
BLUE: #03369C
RED: #A40205
*/