﻿@import url(common.css);

html {
	height: 100%;
}

body {
	height: 100%;
}

body, table, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	vertical-align: top;
}

input {
	font-family: Arial,Helvetica,sans-serif;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

ul.list0 {
	list-style-image: url(graphics/system/bullet0.gif);
	margin-left: 1em;
	padding: 0;
}

ul.list1 {
/*	list-style-image: url(../graphics/system/bullet1.gif); */
	margin-left: 2em;
	padding: 0;
}

ul.list2 {
/*	list-style-image: url(../graphics/system/bullet2.gif); */
	margin-left: 4em;
	padding: 0;
}

ul.list3 {
/*	list-style-image: url(../graphics/system/bullet3.gif); */
	margin-left: 1em;
	padding: 0;
}

/* --------- bug-fix & utility css --------- */
 .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;		
}

a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ------ search box style ------ */
.searchbox .formfieldtext {
	width: 120px;
}

/* --------- sitemap styles --------- */
/* number represents level within sitemap hierarchy */
/* can be defined individually, and extended indefinitely */
.sm1 {
	color: #000;
	font-size: 14px;
}

.sm1 a:link, .sm1 a:visited {
	/* normal link: colour, style */
}

.sm1 a:hover, .sm1 a:active {
	/* normal link rollover: colour, style */
}



.submitButton
{
	
background:url('../img/bg_submit_trans.png') no-repeat scroll 0 0; 

	border:medium none; 
cursor:pointer; 
display:inline; 
float:left; 
height:19px; 
margin-left:.2em; 
overflow:hidden; 
padding-left:1px; 
text-indent:-999em; 
width:71px; 
	
}



/*----- login box styles -----*/
.loginbox label {
	display: block;
	padding: 0 0 6px 0;
}

.loginbox span {
	width: 70px;
	padding: 4px 2px 0 0;
	text-align: right;
	float: left;
}

.loginbox .formfieldbutton {
	margin-left: 73px;
}

.loginbox .formerror {
	color : #B00;
	font-weight : bold;
	margin-bottom: 2px;
}

/* --------- navigation styles --------- */
/* ---- main nav - VT graphics ---- */
.mainnav {
	margin: 0;
	padding: 85px 0 0 0;
	background: #00013c url(../graphics/system/drw_2008_mainnavbg.gif) repeat-x top left;
}

.mainnav ul, .mainnav li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.mainnav li {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1px;
	font-size: 1px;
}

/* ---- subnav lv 1 - vt text ---- */
.subnav1 {
	/* common font face, size, formatting */
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: #000038 url(../graphics/system/drw_2008_subnav1_bg.gif) repeat-x top left;
}

.subnav1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.subnav1 li {
	display: block;
	padding: 0 0 0 0;
	line-height: normal;
	font-size: 11px;
}

.subnav1 a {
	display: block;
	padding: 3px 19px 4px 19px;
}

.subnav1 a:link, .subnav1 a:visited {
	/* normal link: colour, style */
	color: #7adef5;
	text-decoration: none;
	background: url(../graphics/system/drw_2008_subnav1_dots.gif) no-repeat bottom left;
}

.subnav1 a:hover, .subnav1 a:active {
	/* normal link rollover: colour, style */
	color: #7adef5;
	text-decoration: underline;
	background: url(../graphics/system/drw_2008_subnav1_dots.gif) no-repeat bottom left;
}

.subnav1c a:link, .subnav1c a:visited {
	/* current link: colour, style */
	color: #00002a;
	text-decoration: none;
	background: #96d9fe;
}

.subnav1c a:hover, .subnav1c a:active {
	/* current link rollover: colour, style */
	color: #00002a;
	text-decoration: none;
	background: #96d9fe;
}

/* ---- subnav lv 2 - vt text ---- */
.subnav2 {
	/* common font face, size, formatting */
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 3px 0;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: url(../graphics/system/drw_2008_subnav1_dots.gif) no-repeat bottom left;
}

.subnav2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.subnav2 li {
	display: block;
	font-size: 11px;
}

.subnav2 a {
	display: block;
	padding: 2px 19px 2px 37px;
}

.subnav2 a:link, .subnav2 a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: none;
	background: none;
}

.subnav2 a:hover, .subnav2 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
	background: none;
}

.subnav2c a:link, .subnav2c a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: none;
	background: #00267e url(../graphics/system/drw_2008_subnav2_arrow.gif) no-repeat 25px 6px;
}

.subnav2c a:hover, .subnav2c a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: none;
	background: #00267e url(../graphics/system/drw_2008_subnav2_arrow.gif) no-repeat 25px 6px;
}

/* ---- utility nav - hz graphics ---- */
.utilitynav {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 3;
	width: 512px;	
	margin: 71px 0 0 0;
	padding: 0;
}

.utilitynav ul {
	float: right;
}

.utilitynav ul, .utilitynav li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.utilitynav li {
	diplay: block;
	float: left;
	padding: 0 0 0 26px;
}

/* ---- language nav ---- */

.languagenav {
	position: absolute;
	width: 180px;
}

.languagenav ul, .languagenav li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.languagenav li {
	display: block;
	float: left;
	padding: 0 0 0 20px;
}


/* ---- trail nav ---- */
.trailnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffdd73;
	text-decoration: none;
}

.trailnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.trailnav li {
	display: inline;
}

.trailnav a:link, .trailnav a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: none;
}

.trailnav a:hover, .trailnav a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
}

/* ---- footer nav - flowing text ---- */
.footernav {
	/* common font face, size, formatting */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #fefae6;
	text-decoration: none;
}

.footernav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footernav li {
	display: inline;
}

.footernav a:link, .footernav a:visited {
	/* normal link: colour, style */
	color: #fef6dc;
	text-decoration: none;
}

.footernav a:hover, .footernav a:active {
	/* normal link rollover: colour, style */
	color: #fef6dc;
	text-decoration: underline;
}

.footernavc a:link, .footernavc a:visited {
	/* current link: colour, style */
	color: #fef6dc;
	text-decoration: underline;
}

.footernavc a:hover, .footernavc a:active {
	/* current link rollover: colour, style */
	color: #fef6dc;
	text-decoration: underline;
}

/* ---- buy ticket hotlink nav - hz graphics ---- */
.hotlinknav {
	position: absolute;
	z-index: 1;
	margin: 50px 0 0 522px;
	width: 238px;
	height: 64px;
}

.hotlinknav ul, .hotlinknav li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.hotlinknav li {
	display: block;
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t2, .t3, .t4 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .t0 {
/*	color: #000; */
	color: #0a52d5;
	font-size: 20px;
	margin: 0;
	padding: 0 0 15px 0;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
}

/* --------- text style 1 --------- */
.t1 {
/*	color: #000; */
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
}

.t1 a:link, .t1 a:visited {
}

.t1 a:hover, .t1 a:active {
}

/* --------- text style 2 --------- */
.t2 {
/*	color: #000; */
	color: #0a52d5;
	font-size: 14px;
	font-weight: bold;
}

.t2 a:link, .t2 a:visited {
}

.t2 a:hover, .t2 a:active {
}

/* --------- text style 3 --------- */
.t3 {
/*	color: #000; */
/*	font-size: 12px; */
}

.t3 a:link, .t3 a:visited {
	
}

.t3 a:hover, .t3 a:active {
}

/* --------- text style 4 --------- */
.t4 {
/*	color: #555; */
	font-size: 10px;
}

.t4 a:link, .t4 a:visited {
}

.t4 a:hover, .t4 a:active {
}

/* --------- text style 5 (fast facts text) --------- */
.t5 {
/*	color: #555; */
	display: block;
	margin: 0 0 -1em 0;
	padding: 0;
	line-height: normal;
	color: #b00000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dotted #fc0000;
}

.t5 a:link, .t5 a:visited {
}

.t5 a:hover, .t5 a:active {
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 11px;
}

.error {
	color: #900;
	font-weight: bold;
}

.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
    padding: 0 3px 1px 3px;
}

/* --------- quick table row styles --------- */
.r1 {
	/*background: #DDD;*/
}

.r2 {
	/*background: #F4F4F4;*/
}

/*  --------- main page styles --------- */
#pagebody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
	background: #b7b7b7 url(../graphics/system/drw_2008_bg.jpg) repeat-x top left;
}

#toplevel {
	width: 952px;
	height: 100%;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #ffa500 url(../graphics/system/drw_2008_standard_header.jpg) no-repeat;
}

#column1 {
	padding: 0 3px;
	width: 180px;
}

#column1inner {
	padding: 124px 0 0 0;
}

#column2 {
	padding: 0 3px 0 0;
	width: 763px;
}

#logolink {
	position: absolute;
	z-index: 100;
	display: block;
	margin: 50px 0 0 7px;
	width: 168px;
	height: 154px;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
	background: none;
}

#logo {
	position: absolute;
	z-index: 99;
	margin: 49px 0 0 3px;
	width: 180px;
	height: 160px;
	background: url(../graphics/system/drw_2008_logo.png) no-repeat top left;
}

*html #logo {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/drw_2008_logo.png',sizingMethod='scale');
}

#header {
	height: 122px;
}

#languageselect {
	position: absolute;
	z-index: 3;
	margin: 88px 0 0 125px;
}

#languageselect .formfieldtext {
	height: 20px;
	width: 175px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;	
	border: 1px solid #fdd334;
	background: #fab035;
}

#quicksearch {
	position: absolute;
	z-index: 2;
	margin: 88px 0 0 314px;
}

#quicksearch .searchbox .formfieldtext {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	width: 171px;
	height: 18px;
	border: 1px solid #fbc05f;
	border-right: none;
	background: #faad31;
	vertical-align: bottom;
}

#quicksearch .searchbox .formfieldimage {
	vertical-align: top;
}

#trail {
	padding: 8px 13px;
	height: 12px;
}

#region1 {
	padding: 0;
	margin: 0 0 4px 0;
}

#innerbga {
	width: 763px;
	background: #FFF;
}

#innerbgb {
	padding: 14px 0 10px 15px;
	background: url(../graphics/system/drw_2008_innerbg_btm1.gif) no-repeat bottom left;
}

#pagetitle {
	padding: 0 0 8px 6px;
}

#main {
	width: 733px;
	background: #FFF url(../graphics/system/drw_2008_innerbg_btm2.gif) no-repeat bottom left;
}

#region2 {
	padding: 16px 10px 80px 6px;
	min-height: 484px;
	height: auto !important;
	height: 484px;
}

#region3 {
	padding: 16px 6px 80px 0;
	width: 231px;
}

#pageutility {
	position: absolute;
	z-index: 99;
	margin: -64px 0 0 605px;
	width: 112px;
}

#pageutility img {
	margin: 0 0 8px 0;
}

#footer {
	margin: 6px 0 0 0;
	padding: 12px 0 45px 0;
	width: 763px;
	text-align: center;
	background: url(../graphics/system/drw_2008_footernavbg.gif) no-repeat top left;
}


#flux-drw-tabbox {
	border: 2px solid #e2e1e1;
	background: url(../graphics/system/drw_2008_tabboxbg.gif) repeat-y;
}

#flux-drw-tabpanel {
	width: 107px;
	float: left;
}

.flux-drw-tabtitle {
	padding: 5px 4px 3px 4px;
	width: 105px;
	background: #e2e1e1;
	border-bottom: 2px solid #FFF;
	display: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	text-align: center;
	font-style: italic;
	cursor: hand;
	cursor: pointer;
}

.flux-drw-tabtitleactive {
	padding: 5px 4px;
	width: 105px;
	background: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-style: italic;
	cursor: hand;
	cursor: pointer;
}

.flux-drw-tabcontent {
	margin: 0 0 5px 118px;
	padding: 18px;
	display: none;
	background: #FFF;
	zoom: 100%;
}

/* -- Annual Pass Checkout --- */
.apchkouttitle {
	color: #0a52d5;
}

#apchkoutcarta {
	background: #FFF url(../graphics/system/drw_2008_ap_chkout_cart_bg_btm.gif) no-repeat left bottom;
}

#apchkoutcartb {
	background: url(../graphics/system/drw_2008_ap_chkout_cart_bg_lhs.gif) no-repeat left top;
}

#apchkoutcartc {
	background: url(../graphics/system/drw_2008_ap_chkout_cart_bg_top.gif) no-repeat right top;
}

#apchkoutcartd {
	background: url(../graphics/system/drw_2008_ap_chkout_cart_bg_rhs.gif) no-repeat right bottom;
}


