@charset "utf-8";
/* CSS Document */

/*Begin new styles for April 2013 redesign */
html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	font-variant: normal;
	border: 0;
	/*indicating to users that more info is available */
	border-bottom: 1px dotted #000;
	cursor: help;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/*to enable resizing for IE*/
input,textarea,select {
	*font-size: 100%;
}

legend {
	color: #000;
}

i,em {
	font-style: italic;
}

b,strong {
	font-weight: bold;
}

a:link {
	color: #db4d69;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:hover {
	color: #00675A;
	text-decoration: underline;
}

a:visited {
	color: #db4d69;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

blockquote,ul,ol,dl { /*giving blockquotes and lists room to breathe*/
	margin: 1em;
}

ol,ul,dl { /*bringing lists on to the page with breathing room */
	margin-left: 2em;
}

ul.ulWithTitle {
	margin-top: 5px;
}

dl dd {
	margin-left: 1em;
}

caption {
	text-align: center;
	font-weight: bold;
}

table {
	position: relative;
	font-size: 12px;
	margin: 10px auto;
	text-align: center;
	border: 2px solid #000;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 3px #333;
	box-shadow: 2px 2px 3px #333;
	background-color: #ffffff;
	border-collapse: separate;
	border-spacing: 0;
}

th {
	font-weight: bold;
	text-align: center;
}

table td {
	padding: 2px;
}

table thead tr:first-child, table thead tr th:first-child {
	border-radius: 2px 0 0 0;
}

table thead tr:last-child, table thead tr th:last-child {
	border-radius: 0 2px 0 0;
}

table tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

table tr:last-child td:last-child {
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

table.plainTable {
	border: none;
	width: 800px;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
}

p,fieldset { /*so things don't run into each other*/
	margin-bottom: 1em;
}

h1 {
	font-family: "Arial Black", Gadget, Arial, sans-serif;
	font-weight: 900;
	font-size: 174%;
	color: #DB1F44;
	margin-bottom: 10px;
}

h2 {
	font-size: 153.9%;
	margin-bottom: 1em;
}

h2.ticketEntry {
	margin-bottom: .25em;
	clear: both;
}

h3 {
	font-size: 116%;
	margin-bottom: 5px;
}

h5 {
	font-weight: bold;
}

#mainNav, #header ul, #welcome, #footer nav.footerNav, footer, #siteHeader div.loginForm, nav#mainNav, #largeSlideShow, .skipNavigation, div.video, nav.accountNav, .hidden, #topBanner #gameNav, #backgroundTop, div.printCoupon, h1.printInstructions, p.printInstructions , div#thankYouDiv h1, div#thankYouDiv h2, div#thankYouDiv img {
	display: none;
}

#siteHeader {
	margin-top: -15px;
}

img {
	border: none;
}

#topBanner img {
	width: 100%;
	height: auto;
	margin: 5px 0px;
}

table {
	max-width: 98%;
}

#footer p {
	margin: 0;
	font-size: 70%;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

#mainContent {
	margin-top: 0;
	text-align: left;
}

#rightHome {
	text-align: center;
}

div#mainContent div.bogoCoupon { border: dashed; width: 305px; text-align: center; margin: 15px auto; }

div.bogoCoupon img {
	z-index: 1;
	margin-bottom: -60px;
}

div.bogoCoupon p {
	z-index: 10;
	margin: 0 16px 16px 16px;
	font-size: 12px;
	text-align: left;
}

div.bogoCoupon p.couponTitle {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 30px 10px 16px 10px;
}

div.bogoCoupon img.barcode {
	display: block;
	margin: 25px auto 20px auto;
}

div.bogoCoupon p.couponExp {
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	padding: 0;
	margin: 10px 12px 10px 6px;
	line-height: 65px;
	vertical-align: 65px;
}

div.bogoCoupon p.couponExp img {
	float: right;
	margin: 0;
	padding: 0;
}