/*
 * GLOBAL AJAX CSS
 */


/* --- SITEWIDE CSS --- */

/*body {
  margin: 0;
  font: normal 11pt Verdana, Arial;
}

a, a:visited {
  color: #00f;
}

a:hover {
  color: #f00;
}

#header {
  background-color: #369;
  padding: 5px;
  color: #fff;
  font-weight: bold;
}

#subheader {
  font-weight: normal;
  font-size: 8pt;
  color: #900;
  border-bottom: 1px solid #ccc;
  padding: 1px 5px 2px 5px;
}

#subheader a, #subheader a:visited {
  text-decoration: none;
  color: #900;
}

#subheader a:hover {
  text-decoration: underline;
  color: #000;
}

#buildVersion {
  font-weight: normal;
  font-size: 8pt;
  color: #999;
  padding: 1px 5px 1px 5px;
}

#content { padding: 10px; }

h1 { font-size: 1.2em }
h2 { font-size: 1.1em }
h3 { font-size: 1.0em }
h4 { font-size: 0.9em }

label {
  font: bold 1em Verdana;
  display: block;
  margin-top: 1em;
  margin-bottom: 0.25em;
}

fieldset {
  width: 500px;
  border: 1px solid #999;
  padding: 10px;
}

legend {
  padding: 1px 4px;
  border-color: #999 #ccc #ccc #999;
  border-style: solid;
  border-width: 1px;
  background: #eee;
}

label { font-size: 0.8em; }

input [type="text"] {
  background-color: #ffd;
  border-width: 1px;
}

input [type="button"] {
  border: 1px solid #999;
  background-color: #eee;
  cursor: pointer;
  color: #000;
}


#homepageTable {
  border: 1px solid #ccc;
  width: 650px;
}

#homepageTable THEAD TR TH {
  border-bottom: 2px solid #999;
  background-color: #eee;
}

#homepageTable TBODY TR TD:first-child {
  font-weight: bold;
}

#homepageTable TBODY TR.description TD {
  font-size: 90%;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}



FORM.basicForm FIELDSET {
  width: 80%;
  border: 1px solid #ccc;
  padding: 1em;
}

FORM.basicForm LEGEND {
  font-size: 0.8em;
  color: #999;
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 4px 2px;
}

FORM.basicForm LABEL {
  display: block;
  margin-top: 1em;
  margin-bottom: 0.25em;
}

FORM.basicForm INPUT {
  font: normal 12px Verdana, Arial;
  padding: 3px;
}

FORM.basicForm INPUT[type="text"] {
  border: 1px solid #ccc;
}

FORM.basicForm INPUT[type="text"]:focus {
  border-color: #000;
}*/







/* --- TAB PANEL CSS --- */

#tabPanelWrapper {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.tabContent {
  background: #241905;
  border: 0px;
  border-top: none;
  clear: both;
  margin: 0px;
  padding: 0px;
}

.tabPanel {
  border-bottom: 0px;
  margin: 0;
  padding-bottom: 19px;
  padding-left: 0px;
}

.tabPanel ul, .tabPanel li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tabPanel a:link, .tabPanel a:visited {
  background: #875600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	letter-spacing: -1px;
  float: left;
  line-height: 34px;
  margin-right: 2px;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
  vertical-align: middle;
}

.tabPanel a:link.ajaxCurrentTab, .tabPanel a:visited.ajaxCurrentTab {
  background: #332D1B;
  color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
}

.tabPanel a:hover {
  color: #CCC;
}

.tabPanel a:hover.ajaxCurrentTab {
  color: #999999;
}


/* buy tickets page */
#tabPanelWrapperBuy {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

.tabPanelBuy {
  border-bottom: 0px;
  margin: 0;
  padding-bottom: 0px;
  padding-left: 0px;
  float: right;
}

.tabPanelBuyLoc {
  float: left;
  padding: 10px;
}

.tabPanelBuy ul, .tabPanelBuy li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tabPanelBuy a:link, .tabPanel a:visited {
  background: #875600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	letter-spacing: -1px;
  float: left;
  line-height: 34px;
  margin-right: 2px;
  padding: 2px 12px 2px 12px;
  text-decoration: none;
  vertical-align: middle;
}

.tabPanelBuy a:link.ajaxCurrentTab, .tabPanel a:visited.ajaxCurrentTab {
  background: #332D1B;
  color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
}

.tabPanelBuy a:hover {
  color: #CCC;
}

.tabPanelBuy a:hover.ajaxCurrentTab {
  color: #999999;
}



/* index page */
.tabContentIndex {
  background: #332D1B; 
  border: 0px;
  border-top: none;
  clear: both;
  margin: 0px;
  padding: 0px;
}

.tabPanelIndex {
  border-bottom: 0px;
  margin: 0;
  padding-bottom: 19px;
  padding-left: 0px;
}

.tabPanelIndex ul, .tabPanelIndex li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tabPanelIndex a:link, .tabPanel a:visited {
  background: #875600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	letter-spacing: -1px;
  float: left;
  line-height: 34px;
  margin-right: 2px;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
  vertical-align: middle;
  width: 134px;
}

.tabPanelIndex a:link.ajaxCurrentTabIndex, .tabPanel a:visited.ajaxCurrentTabIndex {
  background: #332D1B;
  color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
}

.tabPanelIndex a:hover {
  color: #CCC;
}

.tabPanelIndex a:hover.ajaxCurrentTabIndex {
  color: #999999;
}



@media print {
.tabPanelBuy a:link, .tabPanel a:visited {
display:none;
}
.tabPanelBuy a:link.ajaxCurrentTab, .tabPanel a:visited.ajaxCurrentTab {
display:block;
}
.tabPanelBuy {
float: none;
}
.tabPanel a:link, .tabPanel a:visited {
display:none;
}
.tabPanel a:link.ajaxCurrentTab, .tabPanel a:visited.ajaxCurrentTab {
display:block;
}
.tabPanelIndex a:link, .tabPanel a:visited {
display:none;
}
.tabPanelIndex a:link.ajaxCurrentTabIndex, .tabPanel a:visited.ajaxCurrentTabIndex {
display:block;
}
}