@charset "UTF-8";
/* CSS Document */


/* ---- reset browsers ---- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus
{
	outline: 0;
}
body
{
	line-height: 1;
	color: #000;
	background: white;
}
ol, ul
{
	/*list-style: none;*/
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}
/* ---- end reset ----*/


/*________________________GROUND RULES________________________________________*/

html   { height: 100%;
         font-size: 100.01%; /* prevent extreme font resizing in IE */
         }

body {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    font-size: 13px;
    color: #000;
    background: #fff;
    height: 100%; /*The 101% vs. 100% causes a virtical scrollbar in all cases and thus prevents page shift - Remove this line if you don't want a scrollbar*/
    }
		
body, p, ul, li, h1, h2, h3, h4, form, html, input, img, a { /*Starts you off with no padding or margin which you can add later on a more specialized basis.*/
    margin:0; 
    padding:0; 
    } 

table, td { margin:0; padding:0; border-spacing: 0px; border-collapse:collapse; text-align:left; } /*This equates too: <table cellspacing="0" cellpadding="0" border="0"> thus, in your HTML your table tags can look like this <table>... </table>. Warning: if you're accommodating IE MAC use: <table cellspacing="0">... </table> */

img, a img, a:link img, a:visited img {border:none; background:none;} /* remove border from images and linked images */    


h4, h3, h2, h1 {padding:0; margin:0;}

/* Default links */
a:link 
{
	color: #9F0E13;
	text-decoration: none
}
a:hover 
{
	color: #9F0E13;
	text-decoration: underline
}
a:visited 
{
	color: #9F0E13
}
a:visited:hover 
{
	color: #9F0E13
}

/*________________________ END GROUND RULES________________________________*/




html
{
}

body
{
	background: url(../images/bg.png) repeat-y center top;
	font: 10px Verdana, Geneva, sans-serif;
}

#homeBody
{
	background: url(../images/home_bg.png) repeat-y center top;
}

h1, .header1
{
	font: bold 140% Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000;
	padding: 00;
	margin: 4px 0 0 0;
}

h2, .header2
{
	font: bold 110% Gill Sans, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #3A6CA9;
	letter-spacing: 3px;
	padding: 50px 0 0 0;
}

h3, .header3
{
	font: bold 110% Gill Sans, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 3px;
	margin: 8px 0 0 0;
}

h4, .header4
{
	font: bold 110% Gill Sans, Helvetica, Arial, sans-serif;
	color: #3A6CA9;
	letter-spacing: 3px;
	margin: 4px 0 0 0;
}

p
{
	font-size: 100%;
	margin: 10px 0;
}

ul,
ol
{
	font-weight: bold;
	margin: 0 2px 18px 40px;	
}

ul li
{
	list-style: url(../images/bullet.gif) outside;
	padding: 6px 2px 6px 2px;
	margin: 0 2px 0 0;
}

ol li
{
	padding: 6px 2px 6px 0;
	margin: 0 2px 0 20px;
}


dl
{
}

dt
{
}

dd
{
}

form
{
}

label
{
}

fieldset
{
}

strong
{
	font-weight: bold;
}

em
{
	font-weight: bold;
	font-style: italic;
}

#mainWrapper
{
	margin: 0 auto;
	padding: 0 0 0 0;
	border: 0;
	width: 1000px;
	height: 100%;
	position: relative;
	background: url(../images/main_bg.png) repeat-y left top;
	display: block;
	border: 0;
}

#hMainWrapper
{
	margin: 0 auto;
	padding: 0 0 0 0;
	border: 0;
	width: 1000px;
	height: 100%;
	position: relative;
	background: url(../images/main_bg.png) repeat-y left top;
	display: block;
	border: 0;
}


#main
{	
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 1000px;
	height: 100%;
	position: absolute;
}

#logo
{
	width: 306px;
	height:99px;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	float: left;
}

#logo img
{
	margin: 0;
	padding: 0;
	border: 0;
}

#breadcrumbs
{
	padding: 15px 18px 0 0;
	margin: 0 0 0 306px;
	text-align: right;
	background: #fff;
	font: 115% Arial, Helvetica, sans-serif;
	width: 676px;
	clear: both;
	background: #fff;
}

#bodyCopy
{
	padding: 6px 38px 26px 27px;
	background: #fff url(../images/body_copy_bg.jpg) repeat-x center bottom;
	font-size: 13px;
	border: 0;
	position: relative;
	width: 629px;
}

#bodyCopy h1
{
	padding: 4px 0px 6px 0px;
	margin: 0;
}

#bodyCopy h2,
#bodyCopy h3,
#bodyCopy h4
{
	padding: 0px 0px 2px 0px;
	margin: 10px 0 0 0;
}

#bodyCopy h3
{
	font-size: 100%
}


#bodyCopy p
{
	padding: 0px 0px 15px 0px;
	margin: 0;
}
#bodyCopy ul,
#bodyCopy ol
{
	font-weight: normal;	
}

#bodyCopy ul li ul 
{
	margin-bottom: -6px;
}

#bodyCopy .imageRight
{
	float: right;
	margin: 0 8px 4px 12px;
}

#bodyCopy .imageRightContainer
{
	float: right;
	margin: 0 8px 4px 8px;
	text-align: center;
	clear: both;
	width: 160px;
	border: 0;
}

#bodyCopy .imageRightContainer img
{
	clear: both;
	display: block;
	margin: 0 auto 30px auto;
}

#bodyCopy .imageBorder
{
	border: solid 1px #ccc;
	padding: 4px;
}

#wrapper
{
}

#hMain
{	
	/*background: url(../images/main_bg.png) repeat-y left top;*/
	width: 1001px;
	margin: 0 auto;
	padding: 0;
}

#hLeft
{	
	margin: 0;
	padding: 0;
	width: 307px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	clear: both;
	display: block;
	float: left;
}


#intMain
{
	background: url(../images/main_bg.png) repeat-y left top;
	width: 1001px;
	margin: 0 auto;
	padding: 0;
}

#intLeft
{	
	margin: 0;
	padding: 0;
	width: 306px;
	float: left;
	clear: both;
}


#intRight
{	
	padding: 0;
	border: 0;
	width: 695px;
	float: left;
	margin:0;
}

#hRight
{	
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 695px;
	left: 307px;
	position: absolute;
	top: 0px;
	border: 0;
	/*display: block;*/
	height: auto;
	clear: both
}

#hNav
{	
	position: absolute;
	margin: 0 auto;
	padding: 10px 0 0 0;
	border: 0;
	width: 1001px;
	height: 38px;
	background: url(../images/nav_bg.png) repeat-x center top;
	top: 97px;
	text-align: center
}

#hNav > ul
{	
	padding: 0 0 0 38px;
	margin: 0;
}

#hNav li
{	
	padding: 0;
	display: inline;
	font-size: 106%;
}

a.levelOne 
{	
	color: #000;
	font: bold 14px Arial;
	/*font: bold 128% Helvetica, Arial, sans-serif;*/
	/*font: bold 128% Arial, sans-serif;*/
	padding: 0 !important;
	/*margin: 0 !important;*/
	/*padding: 0 9px 0 9px !important;*/
	margin: 0 0 0 0 !important;
	text-align: left;
}

a:visited.levelOne 
{	
	color: #000
}

a:hover.levelOne 
{	
	color: #000
}

a:visited:hover.levelOne 
{	
	color: #000
}

a:active.levelOne 
{	
	color: #000
}

/* ---------- homepage left pane ----------- */

#promos
{
	padding: 0;
	margin: 0;
	border: 0;
	width: 291px;
	border: 0;
}

.hPromo
{
	/*margin-top: 160px !important;*/
	margin-top: 5px !important;
}

#location {
    color:white;
    font:oblique normal 13px/1.4em Georgia, Times; 
    height:30px; 
    padding-left:17px; 
    margin-top:145px;
    }

#promos a:link,
#promos a:hover
{
	text-decoration: none;
}

#promos a:hover
{
	color: #fff;
}



.promoWrapper
{
	padding: 0;
	margin: 0;
	background: #9F0E13 url(../images/promos_header.gif) no-repeat right top;
}


div#promo1
{
	width: 261px;
	background: #9F0E13 url(../images/promos_footer.gif) no-repeat right bottom;
	margin: 0 0 30px 0;
	padding: 0 0 4px 0;
}

div#promo1 p
{
	padding: 8px 8px 8px 18px;
}

div#promo1 .promoFluidCopy
{
color: #fc0
}

.promoFluidCopy .moreImg
{
	margin-right: 9px;
}

#promo1 a {
	color: #ffffff;
}
#promo1 a:hover, 
#promo1 a:visited:hover
{
	text-decoration: underline;
}
#promo1 a:link, 
#promo1 a:visited 
{
	text-decoration: underline;
}



.promoFixed
{
	background: url(../images/promo_bg.png) no-repeat right top;
	height: 99px;
	padding: 0;
	margin: 0 0 30px 0;
	border: 0;
	clear: both;
	text-decoration: none !important;
}

.promoFixed:hover
{
	background: url(../images/promo_bg_over.png) no-repeat right top;
	cursor: pointer;
	text-decoration: none !important;
	color: #fff !important;
}

.promoFixed a:link
{
	text-decoration: none;
	color: #C9D0D0 !important;
}

.promoFixed a:visited
{
	color: #C9D0D0 !important;
	text-decoration: none !important;
}

.promoFixed a:hover
{
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer
}

.promoFixed p:hover
{
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer
}

.promoFixed a:visited:hover
{
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer
}

#promoFixedA
{
	width: 276px;
	text-decoration: none !important;
}

#promoFixedB
{
	width: 292px;
	text-decoration: none !important;
}

.promoImg
{
	float: left;
	width: 130px;
	height: 99px;
	border: 0;
	padding: 0;
	margin:  0 0 0 14px;
}

.promoImg img
{
	padding: 0;
	margin: 0;
	border: 0;
}

.promoCopy
{
	float: left;
	height: 87px;
	border: 0;
	padding: 5px 0 0 5px; 
}

.promoCopy a
{
}

/*.promoCopy p a:hover
{
	color: #fff;
	text-decoration: none !important;
}

.promoCopy p a:visited:hover
{
	color: #fff;
	text-decoration: none !important;
}
*/
#promoFixedA .promoCopy
{
	width: 115px;
	text-decoration: none !important;
}

#promoFixedB .promoCopy
{
	width: 130px;
	text-decoration: none !important;
}

.promoLink
{
	float: right;
	width: 17px;
	margin: 0;
	text-align: left;
	vertical-align: bottom
}

.promoLink img
{
	margin: 78px 2px 0 0;
}

div#promo2
{
	width: 276px;
	height: 99px;
	background: #9F0E13 url(../images/promos_footer.gif) no-repeat right bottom;
	margin: 0 0 25px 0;
}
div#promo3 
{
	width: 292px;
	height: 99px;
	background: #9F0E13 url(../images/promos_footer.gif) repeat-x right bottom;
	margin: 0 0 25px 0;
}
div#promo3 .promoCopy
{
	width: 125px;
}

#promos h3
{
	color: #fff;
	padding: 0 2px 0 14px;
	margin: 0 2px 2px 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: bold 100% Gill Sans, Helvetica, Arial, sans-serif;
}
/*
#promos a:link
{
	color: #C9D0D0;
	text-decoration: none
}*/

#promos a:hover
{
	color: #fff;/*
	text-decoration: underline*/
}

#promos p
{
	margin: 0;
	color: #C9D0D0;
	font-size: 11px;
	line-height: 15px;
}


#promos .more
{
	float: right;
}

#promos .more img
{
	position: relative;
	padding: 0;
	top: -4px;
	right: -2px;/*
	margin: -4px -5px 10px 10px;*/
	clear: both;
	border: none
}

/*
#promoFluidCopy p a:link
{
	color: #C9D0D0 !important;
	text-decoration: none !important;
	background: url(../images/more.png) no-repeat bottom right !important;
	padding-right: 21px;
}

#promoFluidCopy p a:visited
{
	color: #C9D0D0 !important;
	text-decoration: none !important;
	background: url(../images/more.png) no-repeat bottom right !important;
	padding-right: 21px;
}

#promoFluidCopy p a:hover
{
	color: #fff !important;
	text-decoration: none !important;
	background: url(../images/more_over.gif) no-repeat bottom right !important;
}

#promoFluidCopy p a:visited:hover
{
	color: #fff !important;
	text-decoration: none !important;
	background: url(../images/more_over.gif) no-repeat bottom right !important;
}
*/

.moreImg
{
	float:right;
	clear:both;
	margin: 0 0 10px 0;
}


/* ---------- image rotate ----------- */

#imageRotate
{
	position: absolute;
	width: 695px;
	height: 591px;
	top: 0;
	left: 306px;
	border: 0;
	margin: 0;
	padding: 0 0 200px 0;
	z-index: 0;
	overflow: hidden;
}

#imageRotate img
{
	border: 0;
	margin: 0;
	padding: 0;
	clear: both;
	width: 695px;
}


#imageRotateGradient
{
	position: relative;
	/*background: url(../images/rotation_gradient_footer.png) no-repeat bottom center;*/
	width: 695px;
	height: 50px;
	top: 555px;
	left: 306px;
	border: 0;
	margin: 0;
	padding: 0;
	z-index: 1;
}


/* ---------- homepage right pane ----------- */

#search
{
	text-align: right;
	margin: 6px 15px 0 0;
	padding-top: 5px;
	z-index:99;
}

input#searchBox
{
	background: url(../images/search_bg.png) repeat-x center center;
	border-style: solid;
	border-width: 0 1px;
	border-color: #01316C;
	color: #294B7C;
	padding: 3px 3px 4px 3px;
	width: 131px;
	font-size: 90%;
}

#hHeader
{
	text-align: right;
	/*margin: 0 10px 242px 0;*/
	margin: 0 10px 420px 0;
	width: auto
}

#intHeader
{
	text-align: right;
	margin: 0 10px 107px 0;
	width: auto
}

#hHeader div,
#intHeader div
{
	width: 210px;
	float: right
}

#headerBg
{
	background: url(../images/header_bg.jpg) no-repeat center top;
	padding: 130px 0 0 0;
	border-right: solid 1px #C5C5C5;
	width: 1001px;
}

#header
{
	text-align: right;
	margin: -6px 10px 34px 0;
	background: url(../images/header_bg.jpg) no-repeat center top;
	width: 1002px;
	clear: both;
	height: 99px;
}

#conditions
{
	background: url(../images/conditions_1217.png) no-repeat right top;
	text-align: right;
	height: 108px;
	padding: 57px 0 0 0;
	color: #000;
	z-index:999 !important;
	border: 0;
	margin-top: -25px;
}



#conditions p
{
	padding: 0 0 0 0;
	margin: 5px 0 0 20px;
	text-align: left
}

#conditions a
{
	text-decoration: none;
}

#conditions a:link
{
	font: bold 8px Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
}

#conditions a:hover
{
	text-decoration: underline;
	color: #9F0E13;
}

#conditions a:visited:hover
{
	text-decoration: underline;
	color: #9F0E13;
}

#conditions span
{
	font-size: 50%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

/*#conditions div
{
	display: inline-table;
	margin: 0;
	padding: 0;
	float: right;
	font-size: 210%;
	font-weight: bold;
	border: dotted 1px #009;
}*/

#condUpdated
{
	position: relative;
	font: 9px Verdana, Geneva, sans-serif;
	top: 2px;
	left: 435px;
	padding: 0;
	margin: -36px 0px 0 0px;
	overflow:hidden;
	float: left;
	clear: both;
}

#condAlert
{
	position: relative;
	font: bold 10px Verdana, Geneva, sans-serif;
	top: 2px;
	left: 435px;
	padding: 0;
	margin: -20px 0px 0 0px;
	overflow:hidden;
	float: left;
	clear: both;
}

#condEmergencyMessage
{
	position: relative;
	font: bold 10px Verdana, Geneva, sans-serif;
	top: 2px;
	left: 435px;
	padding: 0;
	margin: -20px 0px 0 0px;
	overflow:hidden;
	float: left;
	clear: both;
}


#dynamicWeather
{
	clear: both;
	z-index:999 !important;
}

#dynamicWeather div
{
	display: inline-table;
	margin: 0;
	padding: 0;
	float: right;
	font-size: 210%;
	font-weight: bold;
	border: 0;
}



div#condIndicator
{
	width: 75px;
	height: 53px;
	margin-top: 1px;
	border: 0;
}

div#condTemp
{
	width: 54px;
	height: 53px;
	padding: 16px 0 0 0;
	text-align: center;
}

div#condBase
{
	width: 71px;
	height: 53px;
	padding: 16px 0 0 0;
	text-align: center;
}


div#condSnow
{
	width: 72px;
	height: 53px;
	padding: 16px 0 0 0;
	text-align: center;
}



#conditions img#condMore
{
	position: relative;
	top: 58px;
	left: 83px;
	padding: 0;
	margin: 0 0 0 0;
	float: right;
	z-index:999 !important;
	border: none;
}

#footWrapper
{
/*	background: #fc0;*/
	padding: 0 0 20px 0;
	width: 694px;
}

.hFootWrapper
{
	margin-top: -4px;
}
#copyrightLegal,
#sponsor
{
	padding: 0 36px;
	background: #DEDCDD;
	border: 0;
	clear: both;
}

#footerNav
{
	color: #000;
	padding: 20px 20px 0 19px;
	font-family: Helvetica, Arial, sans-serif;
	background: #DEDCDD;
	
}

#footerNav a, #footerNav a:visited
{
	color: #9F0E13;
	margin: 0 6px;
	text-decoration: none;
	font-size: 110%
}

#footerNav a:hover
{
	color: #9F0E13;
	text-decoration: underline;
}

.footerNav
{
	margin: 0 0 13px 0;
}
.footerNav div
{
	float: left;
}

.hFooterNav
{
	margin: 0 0 13px 0;
	padding: 0;
}

.hFooterNav div
{
	float: left;
}

#footerLinks
{
	padding-top: 2px;
}

#mobileLink {
    padding: 5px 0 0 0;
    float: left;
    clear: both;
    font-size: 120%;
}

#footerTwitter,
#footerFaceBook
{
	width: auto;
	border: 0;
	margin: 0 5px 0 0;
	padding: 0;
	height: auto;
}


#copyrightLegal
{
	color: #999;
	padding: 0 0 0 27px;
	margin: 0 0 11px 0;
}

#sponsor
{
	color: #909090;
	padding: 0 0 0 27px;
	margin: 0 0 7px 0;
}

#hCopy
{
	padding: 0 36px 0 27px;
    font: normal 110%/18px verdana, sans-serif;
}

#hShim
{
	width: 695px;
	height: 100px;
	background: #DEDCDD;
}

.goButton
{
	background: url(../images/go_button.png) no-repeat center top;
	padding: 4px 5px 3px 5px;
	border: 0;
	color: #123861;
	font: 9px Helvetica, Arial, sans-serif;
}


/* ---- sub navigation ----*/

#subNav
{
	width: 261px;
	margin: 0 0 30px 0;
}
#subNav ul
{
	background:  url(../images/sub_nav_footer.gif) no-repeat left bottom;
	padding: 8px 14px 14px 16px;
	margin: 0;
}

#subNav ul li
{
	list-style: url(../images/sub_nav_bullet.png) outside;
	padding: 4px 2px 2px 4px !important;
	margin: 0 2px 0 14px !important;
	font: normal 130% Arial, Helvetica, sans-serif !important;
}


#subNav ul li ul
{
	background: #9F0E13;
	padding: 4px 14px 4px 15px;
	margin: 6px 0 6px 0;
	border-style: solid;
	border-width: 1px 0 1px 0;
	color: #ccc;
}

#subNav ul li ul li
{
	list-style: url(../images/sub_nav_tier_2_bullet.png) outside;
	padding: 4px 2px 4px 0 !important;
	margin: 0 2px 0 0 !important;
	font: normal 90% Arial, Helvetica, sans-serif !important;
}

#subNav a:link
{
	color: #fff;
	text-decoration: none;
	font-weight: normal !important;
	padding:  0;
	margin: 0;
	vertical-align: top
}

#subNav a:visited
{
	color: #fff;
	text-decoration: none;
	font-weight: normal !important;
	vertical-align: top
}

#subNav a:hover
{
	color: #000;
	font-weight: bold;
}

#subNav a:active
{
	color: #fff;
	font-weight: bold;
}

#subNav a:visited:hover
{
	color: #000;
	vertical-align: top
}

/* ---- utility ---- */

.floatRight
{
	float: right;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




/* ------ event calendar ---- */

#calendarTable
{
	border-spacing: 0px;
	margin:0; 
	border-collapse:collapse; 
	background-color: #e7e7e7;
}

#calendarTable td
{
	vertical-align: top;
	text-align: center;
	/* border:1px solid #333333; */
	padding: 4px;
	color: #000000;
	line-height: 1em;
}

#calendarTable td.month 
{
	font-size: 12px;
}

#calendarTable td.dayofmonth
{
	width: 20px;
}

#calendarTable td.dayofweek
{
	font-size: 12px;
	width: 20px;
}

#calendarContainer
{
	float: right; width: 219px; border: 1px solid #333333;
	margin: 10px;
}

.eventTable 
{
	border-spacing: 0px;
	margin:0; 
	border-collapse:collapse; 
	width: 400px;
	height: 200px;
}	

.eventTable td, .eventTable th
{
	vertical-align: top;
	text-align: left;
}

.formTable
{
	border-spacing: 0px;
	margin:0; 
	border-collapse:collapse; 
	/* width: 400px; */
	height: 200px;
}	

.formTable td
{
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 8px 0px;
	
}

.formTable th
{
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 8px 0px;
}

.formTable td.title
{
	text-align: right;
	padding-right: 10px;
}

.formTable th.title
{
	text-align: right;
	padding-right: 10px;
}

.videoBox
{
	width: 250px;
	font-size:11px;
	padding: 10px;
	margin: 0px 4px 15px 20px;
	padding-bottom: 24px; 
	position: relative; 
	height: 100px; 
	float: left;
}


.eventItem {
	padding-top: 18px;
	padding-bottom: 40px;
}

.toolMessage
{
	color: red;
}

.required-field
{
	color: #990000;
	font-weight: bold;
}


 /* Red Season Pass Purchase Buttons */
a.button {
/* Sliding right image */
background: transparent url('/images/button_right.png') no-repeat scroll top right; 
/*display: block;*/
float: left;
height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
text-align: center;
/* FONT PROPERTIES */
text-decoration: none;
color: #ffffff !important;
font: bold 110% Gill Sans, Helvetica, Arial, sans-serif;
width: auto;
}

a.button span {
/* Background left image */ 
background: transparent url('/images/button_left.png') no-repeat; 
display: inline-block;
height: 35px; 
line-height: 20px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
} 
a.button:hover span{
text-decoration:underline;
color: #ffffff !important;
}


 /* Red Season Pass Purchase Buttons - DEEP STYLE FOR PROGRAMS PAGES */
a.Deepbutton {
/* Sliding right image */
background: transparent url('/images/Deepbutton_right.png') no-repeat scroll top right; 
/*display: block;*/
float: left;
height: 70px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
text-align: center;
/* FONT PROPERTIES */
text-decoration: none;
color: #ffffff !important;
font: bold 110% Gill Sans, Helvetica, Arial, sans-serif;
width: auto;
}

a.Deepbutton span {
/* Background left image */ 
background: transparent url('/images/Deepbutton_left.png') no-repeat; 
display: inline-block;
height: 70px; 
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
padding: 12px 0 5px 18px;
} 
a.Deepbutton:hover span{
text-decoration:underline;
color: #ffffff !important;
}

.camFrame
{
}

#nordicMap
{
	width: 650px;
	height: 470px
}

table.busSchedule
{
	margin-bottom: 15px;
}

.busSchedule th
{
	padding: 0 20px 0 0;
	font-weight: bold;
}

.busSchedule td
{
	padding: 0 20px 0 0;
}

/* PASS PURCHASE PAGES TABLE */ 

.shopTable
{
	border-spacing: 0px;
	margin:0; 
	border-collapse:collapse; 
}	

.shopTable td
{
	vertical-align: top;
	text-align: left;
	padding: 0px 20px 8px 0px;
	
}

.shopTable td.product
{
	vertical-align: top;
	text-align: right;
	padding: 0px 20px 8px 0px;
}

#basketTable {
	border-collapse: collapse;
}

#basketTable td {
	padding: 6px 8px;
	border: 1px solid #999;
	font-size: 10px;
}

/* Comment Form Table */

.commentFormTable
{
	border-spacing: 0px;
	margin:0; 
	border-collapse:collapse;
	padding-top:30px;
}	

.commentFormTable td
{
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 8px 0px;
	
}

.commentFormTable th
{
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 8px 0px;
}

.commentFormTable td.title
{
	text-align: right;
	padding-right: 10px;
}

.commentFormTable th.title
{
	text-align: right;
	padding-right: 10px;
}
