html {
  background-color: #c3c3c3;
  background-image: url('/images/html-bg.jpg');
  background-repeat: repeat-x;
}

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height: 170%;
  color: #666666;
  font-size: 10px;
  background-image: url('/images/body-bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
}

#container {
  width: 990px;
  margin: 0 auto 5px auto;
}

#title {
  height: 48px;
  background-image: url('/images/logo-bg.gif');
  padding: 0 1px;
}

#masthead {
  height: 130px;
  background-image: url('/images/header.png');
}

#navigation {
  height: 29px;
  border-top: 1px solid #e5e5e5;
  background-image: url('/images/nav-bg.gif');
}

#quote {
  height: 32px;
  background-image: url('/images/quote-bg.gif');
}

#quote p {
  margin: 0;
  padding: 7px 8px;
  font-style: italic;
  font-size: 1.1em;
  text-align: right;
}

#content {
  background-color: #ffffff;
  padding: 10px 20px;
  min-height: 643px;
  font-size: 1.2em;
}

#footer {
  height: 66px;
  background-image: url('/images/footer-bg.jpg');
  background-repeat: repeat-x;
  color: #ffffff;
  font-size: 11px;
}

#footer-shadow {
  height: 19px;
  background-image: url('/images/footer-shadow.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}

a {
  text-decoration: none;
  color: #e44c0f;
}

a:hover {
  text-decoration: underline;
}

/* Primary Navigation */

.navbar, .navbar * {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1000;
}

.navbar ul {
  position: absolute;
  top: -999em;
  width: 12em;
}

.navbar ul li {
  width: 100%;
  border-bottom: 1px solid #dc6245;
  border-right: 1px solid #dc6245;
}

.navbar li:hover {
  visibility: inherit;
  background-color: #dd4513;
  background-position: 0 29px;
}

.navbar > li {
  background-image: url('/images/nav-bg.gif');
  border-right: 1px solid #dd4513;
}

.navbar li {
  float: left;
  position: relative;
  background-color: #ad2f16;
}

.navbar > li > a {
  line-height: 29px;
}

.navbar a {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 1.1em;
  line-height: 22px;
  padding: 0 10px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.navbar li:hover ul, .navbar li.sfHover ul {
  left: 0;
  top: 29px;
}

.navbar li:hover li ul, .navbar li.sfHover li ul {
  top: -999em;
}

.navbar li li:hover, li li.sfHover {
  border-right: 1px solid #dd4513;
}

.navbar li li:hover ul, .navbar li.sfHover ul {
  left: 12em;
  top: 0;
  margin-left: 1px;
}

.navbar li li:hover li ul, .navbar li li.sfHover li ul {
  top: -999em;
}

.navbar li li li:hover ul, .navbar li li li.sfHover ul {
  left: 12em;
  top: 0;
}

.navbar > li > a.haschild {
  background-image: url('/images/haschild.gif');
  background-repeat: no-repeat;
  background-position: center bottom;
}

.navbar ul a.haschild {
  background-image: url('/images/hassubchild.gif');
  background-repeat: no-repeat;
  background-position: center right;
}

/* Footer */

#footer ul.links {
  padding: 10px 20px;
}

#footer ul.links li {
  float: left;
  margin-right: 20px;
}

#footer p {
  clear: left;
  margin: 5px 20px;
}

#footer a:hover {
  color: #ffffff;
}

/* Generic Content Styles */

#content .center {
  text-align: center;
}

#content h1 {
  font-size: 1.8em;
  line-height: 1.5em;
  color: #e44c0f;
  margin-top: 0;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, p,
#content blockquote, #content form, #content label, #content ul, #content ol,
#content dl, #content fieldset, #content address {
  margin: 0.5em 0;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  font-weight: bold;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover, #content h6 a:hover {
  text-decoration: none;
}

#content h2 {
  font-size: 1.7em;
  line-height: 1.4em;
}

#content h3 {
  font-size: 1.5em;
  line-height: 1.6em;
}

#content h4 {
  font-size: 1.4em;
  line-height: 1.5em;
  margin-top: 10px;
}

#content h5 {
  font-size: 1.2em;
  line-height: 1.6em;
}

#content .orange {
  color: #e44c0f;
}

#content p {
  line-height: 1.5em;
  margin: 10px 0;
}

#content strong {
  font-weight: bold;
}

#content em {
  font-style: italic;
}

#content .grey {
  color: #c0c0c0;
}

#content span.highlight {
  background-color: #e44c0f;
  border-bottom: 1px dotted #ffffff;
  border-top: 1px dotted #ffffff;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 3px;
}

#content blockquote {
  background-color: #fefbf3;
  border: 1px solid #cccccc;
  padding: 10px;
}

#content blockquote.quote {
  background-color: #ffffff;
  background-image: url('/images/quote.gif');
  background-repeat: no-repeat;
  border: none;
  color: #999999;
  padding: 6px 10px 10px 65px;
}

#content div.hr {
  background-image: url('/images/dotted-line.png');
  height: 1px;
  margin: 10px 0;
}

#content pre {
  background: #eeeeee;
  border-left: 5px solid #cccccc;
  color: #777777;
  margin: 0.5em 0;
  padding: 10px;
}

#content .morelink {
  text-align: right;
}

#content .epicText {
  font-weight: bold;
  color: #e44c0f;
}

#content .clear {
  clear: both;
}

#content .clear_left {
  clear: left;
}

/* Lists */

#content ul li {
  background-position: 5px 5px;
  background-color: transparent;
  background-repeat: no-repeat;
  padding: 2px 0 2px 23px;
  background-image: url('/images/li-star.gif');
  margin-left: 1em;
}

#content ul.li-arrow li {
  background-image: url('/images/li-1.png');
}

#content ul.li-arrow2 li {
  background-image: url('/images/li-2.png');
}

#content ul.li-arrow3 li {
  background-image: url('/images/li.png');
}

#content ul.li-plus li {
  background-image: url('/images/li-plus.gif');
  background-position: 7px 7px;
}

#content ol {
  padding: 0;
}

#content ol li {
  padding: 2px 0 2px 5px;
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: 1em;
  color: #e44c0f;
}

#content ol li span {
  color: #666666;
}

#content ul.horizontal li {
  float: left;
  background-image: none;
  padding: 2px;
  margin: 0 10px 0 0;
}

#content dl {
  display: block;
  clear: both;
}

#content dt {
  width: 100px;
  font-weight: bold;
  float: left;
  padding: 2px 0;
  clear: left;
  margin-left: 1em;
}

#content dd {
  width: auto;
  padding: 2px 0;
}

#content dl.star dt {
  padding-left: 23px;
  background-image: url('/images/li-star.gif');
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 5px 5px;
}
/* Flash Notices */

#content div.error {
  background-color: #ffcfab;
  border-left: 5px solid #b40300;
  color:#b40300;
  padding: 5px 7px;
}

#content div.notice {
  background-color: #daf7d4;
  border-left: 5px solid #c1ee71;
  color: #7e8e50;
  padding: 5px 7px;
}

#content div.error li {
  background-image: url('/images/li-error.gif');
  background-position: 7px 7px;
}

/* Paragraphs */

#content p.error {
  background-color: #ffcfab;
  border-left: 5px solid #b40300;
  color:#b40300;
  padding: 5px 7px;
}

#content p.notice, #content div.notice {
  background-color: #daf7d4;
  border-left: 5px solid #c1ee71;
  color: #7e8e50;
  padding: 5px 7px;
}

#content p.tip {
  background-color: #ffffcc;
  border-left: 5px solid #ffe78b;
  color: #ff9900;
  padding: 5px 7px;
}

#content p.help {
  background-color: #dee8ff;
  border-left: 5px solid #b8d9ff;
  color: #6699ff;
  padding: 5px 7px;
}

#content p.lightgreen {
  background-color: #daf7d4;
  border: 1px solid #c1ee71;
  color: #7e8e50;
  padding: 5px 7px;
}

#content p.lightorange {
  background-color: #ffffcc;
  border: 1px solid #ffe78b;
  color: #ff9900;
  padding: 5px 7px;
}

#content p.lightblue {
  background-color: #dee8ff;
  border: 1px solid #b8d9ff;
  color: #6699ff;
  padding: 5px 7px;
}

#content p.lightgrey {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  color: #999999;
  padding: 5px 7px;
}

#content p.whitedotted {
  border: 1px dashed #e44c0f;
  color: #e44c0f;
  padding: 5px 7px;
}

#content p.lushorange {
  padding: 6px 7px;
  color: #ffffff;
  background-image: url('/images/nav-bg.gif');
  background-repeat: repeat-x;
  background-color: #e44c0f;
}

#content p.lushgrey {
  padding: 5px 7px;
  color: #ffffff;
  border: 1px solid #999999;
  background-image: url('/images/lushgrey.png');
  background-repeat: repeat-x;
  background-color: #9b9b9b;
}

/* Tables */

#content table.styled {
  width: 100%;
}

#content table.styled th {
  color: #ffffff;
  font-weight: bold;
  background-color: #e44c0f;
  background-image: url('/images/nav-bg.gif');
}

#content table.styled th a {
  color: #ffffff;
  text-decoration: none;
}

#content table.styled td, #content table.styled th {
  border-bottom: 1px solid #FFFFFF;
  padding: 4px 0;
  text-indent: 5px;
  height: 20px;
}

#content tr.odd {
  background-color: #f1f1f1;
}

#content tr.even {
  background-color: #f6f6f6;
}

#content th a.arrow {
  background-image: url('/images/haschild.gif');
  background-repeat: no-repeat;
  background-position: right 7px;
  padding-right: 15px;
}

#content th.center a.arrow {
  padding-left: 15px;
}

#content table.items td {
  vertical-align: top;
}

#content table.items .price {
  font-weight: bold;
  font-size: 13pt;
}

/* Forms */

#content input[type='text'], #content input[type='password'], #content select {
  padding: 2px 3px;
  background-repeat: repeat-x;
  background-image: url('/images/input-bg.jpg');
  border: 1px solid #c0c0c0;
}

#content input[type='text'], #content input[type='password'] {
  width: 300px;
}

#content button, #content input[type='submit'] {
  background-image: url('/images/button-bg.gif');
  height: 31px;
  border: 1px solid #cccccc;
  color: #ffffff;
  text-align: center;
  text-transform: lowercase;
  font-weight: bold;
  padding: 0 20px;
  font-family: Verdana, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content label {
  font-weight: bold;
}

#content label.plain {
  font-weight: normal;
}

#content .items label.plain {
  margin-top: 0;
}

#content .checkbox label {
  font-weight: normal;
}

#content div.terms {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #cccccc;
  padding: 5px;
}

#content textarea {
  background-color: #f3f3f1;
  background-image: url('/images/input-bg.jpg');
  background-position: top left;
  background-repeat: repeat-x;
  border: 1px solid #c0c0c0;
  padding: 3px;
}

#content input[type='text'].smalltextbox, #content input[type='password'].smalltextbox {
  width: 100px;
}

#content td.emptytable {
  height: 40px;
  vertical-align: middle;
  text-align: center;
  background-color: #f1f1f1;
}

/* News Slideshow */

#news_slideshow {
  width: 950px;
  height: 240px;
  position: relative;
}

#news_slideshow ul {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  z-index: 10;
}

#news_slideshow ul li.slideshow {
  float: left;
  width: 30px;
  height: 20px;
  overflow: hidden;
  margin: 2px 2px 0 0;
  background-image: none;
  padding: 0;
}

#news_slideshow ul li.slideshow a {
  display: block;
  width: 30px;
  height: 20px;
  background-image: url('/images/slideshow-buttons.png');
}

#news_slideshow ul li.slideshow a:hover, #news_slideshow ul li.current a {
  background-position: 0 20px;
}

#news_slideshow > div {
  width: 950px;
  height: 240px;
  position: absolute;
}

#news_slideshow h1 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 2px 5px;
  background-image: url('/images/opaque.png');
}

.news_slideshow_body {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  width: 950px;
  background-image: url('/images/opaque.png');
}

.news_slideshow_body p {
  padding: 3px 6px;
  margin: 0 !important;
}

/* News */

.news-footer {
  background-image: url('/images/dotted-line.png');
  background-repeat: repeat-x;
  background-position: top left;
  height: 20px;
  padding-top: 1px;
  margin-bottom: 30px;
}

.news-footer ul {
  float: left;
  margin: 0 !important;
}

.news-footer p {
  float: right;
  text-align: right;
  margin: 0 !important;
}

.news-footer a {
  display: block;
  height: 16px;
  width: 16px;
  background-position: -16px 0;
}

.news-footer a:hover {
  background-position: 0 0;
}

.news-footer li {
  background-image: none !important;
  padding: 0 !important;
  margin: 2px !important;
  float: left;
}

/* Seating Plan */

.seating_plan {
  border: 1px solid #c0c0c0;
  position: relative;
  background-image: url('/images/seating.png');
  background-position: top left;
  background-repeat: no-repeat;
}

.seat {
  border: 1px solid #c0c0c0;
  text-align: center;
  position: absolute;
  padding: 1px 2px;
  width: 30px;
  height: 18px;
  cursor: pointer;
  background-color: #ffffff;
}

.seat:hover {
  border: 1px solid #e44c0f;
}

.seat_label {
  position: absolute;
  padding: 0 8px 9px 0;
  height: 18px;
  z-index: 500;
  background-image: url('/images/shadow.png');
  background-position: bottom right;
  background-repeat: no-repeat;
}

.seat_label div {
  padding: 1px 3px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  background-image: url('/images/input-bg.jpg');
  background-position: bottom left;
  background-repeat: repeat-x;
}

.seat_taken {
  background-color: #ffcfab;
}

.seat_available {
  background-color: #daf7d4;
}

.seat_disabled {
  background-color: #eeeeee;
}

.seat_info {
  z-index: 1100;
  position: fixed;
  
  background-color: #ffffff;
  background-image: url('/images/input-bg.jpg');
  background-position: bottom left;
  background-repeat: repeat-x;
  border: 1px solid #c0c0c0;
  
  padding: 0 5px 5px 5px;
  
  top: 50%;
  left: 50%;
  margin-left: -135px;
  margin-top: -58px;
  width: 270px;
  height: 116px;
}

.seat_info_close {
  width: 16px;
  height: 16px;
  top: 1px;
  right: 1px;
  position: absolute;
  background-image: url('/images/close.png');
  background-position: 0 -16px;
  background-repeat: no-repeat;
  cursor: pointer;
}


.seat_info_close:hover {
  background-position: 0 0;
}

#blackout {
  background-image: url('/images/opaque.png');
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.devnotice {
  width: 99%;
  background-color: #e44c0f;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  padding: 2px;
  font-size: 12px;
  border-bottom: 1px solid #000000;
}

/* Event Navigation */


#event_navigation {
  width: 180px;
  float: right;
  padding: 30px 0 0 10px;
  height: 100%;
}


#event_navigation li {
  background-image: none !important;
  padding: 5px 0 !important;
  margin-left: 0 !important;
}

#event_navigation ul {
  margin: 0 !important;
}

#event_navigation img {
  border: 1px solid #000000;
}

table.eventpage {
  width: 760px !important;
}

dl.eventpage {
  clear: left !important;
}

/* Progress Bar */

.event_progress li {
  width: 105px;
  float: left;
  background-image: none !important;
  padding: 4px 10px 4px 15px !important;
  margin-left: 0 !important;
  color: #c0c0c0;
  font-weight: bold;
  text-align: center;
  cursor: default;
}

.event_progress li.progress_current {
  background-color: #e44c0f !important;
  background-image: url('/images/progress.png') !important;
  background-position: top left !important;
  color: #ffffff;
}

.event_progress a {
  display: block;
  width: 105px;
}

.event_progress {
  width: 650px;
  margin-left: 55px;
  height: 25px;
  background-image: url('/images/progress_bg.png');
}

.event_progress li.progress_current a {
  color: #ffffff;
}

.event_progress li.progress_current a:hover {
  text-decoration: none;
  color: #e0e0e0;
}

.event_progress li.progress_first {
  background-image: url('/images/progress_first.png') !important;
}

.event_progress li.progress_last {
  background-image: url('/images/progress_last.png') !important;
}

.event_progress li.link a {
  color: #c0c0c0 !important;
}

.event_progress li.link a:hover {
  color: #e44c0f !important;
  text-decoration: none;
}

.event_terms {
  width: 100%;
  border: 1px solid #c0c0c0;
  height: 120px;
  overflow-y: scroll;
  padding: 5px;
}

.event_terms h2 {
  font-size: 12px !important;
  line-height: 1.3em !important;
  margin-top: 0;
}

.event_terms h1 {
  display: none;
}

#content .right {
  text-align: right;
}

div.eventpage {
  width: 745px;
}

td.right, th.right {
  padding-right: 4px !important;
}

tr.total {
  background-color: #c0c0c0;
  font-weight: bold;
}

div.quarter_column {
  width: 25%;
  float: left;
}

dl.seating dt {
  width: 30px !important;
}

a:hover.grey {
  color: #e44c0f !important;
}

#progressbar {
  width: 950px;
  height: 16px;
  background-color: #f0f0f0;
  padding: 2px;
  margin: 10px 0 25px 0;
}

#progressbar .progress {
  height: 16px;
  background-color: #e44c0f
}

#submit_button {
  width: 90px;
}

#submit_button.disabled_submit {
  background-position: 0 -29px;
  border: 1px solid #f3f3f3 !important;
}

.question_form {
  padding-top: 40px;
}

.questiontable {
  width: 500px !important;
  margin-left: auto;
  margin-right: auto;
}
