﻿body, html {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #004c88;

}

img {
	border: none 0px #000000;
}

p {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

#TicketsStage {
	position: relative;
	width: 998px;
	margin: 0px auto 0px auto;
	background-color: #175fd8;
	background-image: url(images/Background.jpg);
	background-repeat: no-repeat;
	border: solid 2px #307ee2;
	border-top-style: none;
	border-bottom-style: none;
		height:  2050px;
}

#TicketsHeader {
	position: static;
	height: 100px;
}

#TicketsHeaderLogoContainer {
	position: absolute;
	left: 119px;
	top: 0px;
}

#TicketsContent {
	position: relative;

}

#TicketsFooterContainer {
	width: 100%;
	
	background-position: center bottom;
	background-repeat: no-repeat;
}

#TicketsFooter {
position:relative;
	width: 920px;
	margin: auto;
	top:780px;
}

#TicketsSiteNav {
	position: absolute;
	left: 380px;
	top: 28px;
}

/********************************************************************/

#DetailShader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 1815px;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
	background-color: #ffffff;
	z-index: 100000;
	display: none;
}
#DetailContainer {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 100001;
	display: none;
	color: #ffffff;
}
#DetailStage {
	position: relative;
	margin: 175px auto 0px auto;
	width: 610px;
	height: 440px;
	border: solid 2px #052e89;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
#DetailCloseButton {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 1;
	color: #fff601;
	font-weight: bold;
	cursor: pointer;
}
#DetailFrame 
{
	padding-top: 10px;
}
#DetailBackground {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	/*
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	*/
	background-image: url(Images/Background.jpg);
	background-repeat: no-repeat;
}
.DetailContent {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
.SectionTitleContainer {
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #fff600;
}
.ContentContainer {
	position: relative;
	left: 0px;
	top: 0px;
}
.ContentStage {
	width: 590px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: solid 2px #307ee2;
	overflow: auto;
	height: 500px;
}

/********************************************************************/

.packageContainer, .packageContainerAlt, .package, .price, .value, .offer, .purchase {
	position: absolute;

}
.packageContainerAlt, .packageContainerAlt .package, .packageContainerAlt .price, .packageContainerAlt .price, .packageContainerAlt .value, .packageContainerAlt .offer, .packageContainerAlt .purchase {
	height: 110px;
}
.packageContainer, .packageContainerAlt {
	
	width: 417px;
	border: none 0px #000000;
}
.package {
	left: 0px;
	width: 251px;
}
.caption {
	position: absolute;
	left: 10px;
	top: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #1f74df;
	text-decoration: underline;
}
.TickHeader
{
    font-size: 15px;
	font-weight: bold;
	color: #1f74df;
	text-decoration: underline;
    }
	
a.TickHeader:link
{
	font-size: 15px;
	font-weight: bold;
	color: #1f74df;
	text-decoration: underline
	}

a.TickHeader:hover
{
	font-size: 15px;
	font-weight: bold;
	color: #1f74df;
	text-decoration: underline
	}


a.TickHeader:visited
{
	font-size: 15px;
	font-weight: bold;
	color: #1f74df;
	text-decoration: underline
	}
	
.PricingCaption {
	color: #898989;
	font-weight:normal;
	font-size: 9pt;
    display: inline;
}	

.ValuePrice
{
    position: relative;  
    text-align:left; 
    font-size: 10pt; 
    font-weight:bold;
    color:  #363636;
    display: inline;
}


.PurchaseValue
{
    position: relative; 
    left: 4px; 
    top:10px;
    text-align:left;

}

.glyph {
	position: absolute;
	left: 15px;
	top: 34px;
}
.details {
	position: absolute;
	left: 10px;
	top: 0px;

}
.details img {
	cursor: pointer;
}
.price {
	left: 235px;
	width: 108px;
    top: 0px;
}
.price table {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 104px;
	height: 45px;
	font-size: 13px;
	font-weight: bold;
}
.packageContainerAlt .price table {
	top: 33px;
}
.priceLeft {
	color: #636363;
	text-align: right;
	padding-right: 5px;
}
.priceRight {
	color: #0c2e5a; 
	padding-left: 5px;
}
.valueCaption {
	color: #636363;
	font-size: 14px;
}
.valuePrice {
	color: #cc6600;
	font-size: 14px;
}
.value, .purchase {
	left: 372px;
	width: 116px;
}
.value {
	font-size: 11px;
	color: #636363;
	text-align: center;
	font-weight: bold;
}
.value div {
	position: absolute;
	left: 0px;
	top: 8px;
	width: 116px;
}
.value div div {
	position: static;
	text-align: center;
	padding-bottom: 3px;
}
.offer {
	left: 252px;
	width: 240px;
	color: #636363;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.offer div {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 240px;
}
.packageContainerAlt .offer div {
	top: 28px;
}
.offer div div {
	position: static;
	padding-bottom: 3px;
}
.purchase div {
	position: absolute;
	left: 0px;
	top: 45px;
	width: 116px;
	text-align: center;
}
#TicketsContent {
	height: 980px;
}

#PageContainer, #Background, #Grid, #Box, #Promo1, #Promo2, #Promo3, #Promo4, #Benefits, #GridRows, #PayDay, #Passport, #TopStrip, #BottomStrip {
	position: absolute;
}
#PageContainer {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#PageStage {
	position: relative;
	margin: 0px auto 0px auto;
	width: 1000px;
}
#Background {
	left: 0px;
	top: 150px;
}
#Grid {
	left: 407px;
	top: 8px;
}
#Box, #Promo1, #Promo2, #Promo3, #Promo4 {
	left: 82px;
}
#Box {
	top: 8px;
}
#Promo1 {
	top: 365px;
}
#Promo2 {
	top: 525px;
}
#Promo3 
{
	top: 690px;
}
#Promo4 {
	top:855px;
}
#Benefits {
	left: 100px;
	top: 125px;
	width: 300px;
	font-size: 14px;
	color: #ffffff;
}
#Benefits tr {
	vertical-align: top;
}
#Benefits tr td {
	padding-right: 10px;
	padding-bottom: 10px;
}

#MoreParks {
   position:absolute;
	top:114px;
	left: 623px;
	width: 294px;
	height: 58px;
}
#GridRows {
	top: 128px;
	left: 410px;
	width: 490px;
	height: 950px;

}



#CustomerService {
	position:  relative;
	left: 318px;
	top: 643px;
}


#CustomerService, #CustomerService a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#PayDay {	
	left: 412px;
	top: 8px;
}
#Passport {
	left: 672px;
	top: 8px;
}
#TopStrip {
	left: 412px;
	top: -1px;
}
#BottomStrip {
	left: 412px;
	top: 76px;
}

.purchaseButton {
	position: absolute;
	top: 221px;

}	
.IMGMAP
{
    border:none,1,pink;
}

