﻿html,body {
  height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

p {
  margin-top: 0px;
	margin-bottom: 10px;
}

div.wrapper {
	padding-right: 50px;
}

a:link { color: #999900; text-decoration: none; }
a:visited { color: #999900; text-decoration: none; }
a:active { color: #999900; text-decoration: none; }

a.submenu:link { color: #999900; font-weight: bold; text-decoration: none; line-height: 17px; }
a.submenu:visited { color: #999900; font-weight: bold; text-decoration: none; line-height: 17px; }
a.submenu:hover { color: #C8DB00; font-weight: bold; text-decoration: none; line-height: 17px; }
a.submenu:active { color: #999900; font-weight: bold; text-decoration: none; line-height: 17px; }
.submenu-selected { color: #C8DB00; font-weight: bold; line-height: 17px; }

a.sidemenu:link { color: #333333; text-decoration: none; }
a.sidemenu:visited { color: #333333; text-decoration: none; }
a.sidemenu:hover { color: #999900; text-decoration: none; }
a.sidemenu:active { color: #333333; text-decoration: none; }

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

th {
  padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	background-color: #999900;
	color: #FFFFFF;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	color: #000000;
	background-color: #FDFFE8;
	border-style: solid;
	border-color: #555555;
	border-width: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

input.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	color: #000000;
	background-color: #FFD08F;
	border-style: solid;
	border-color: #333333;
	border-width: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

input.radio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	color: #000000;
	background-color: #FFFFFF;
	border-style: none;
	border-color: #FFFFFF;
	border-width: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	color: #FFFFFF;
	background-color: #555500;
	border-style: solid;
	border-color: #333333;
	border-width: 2px;
	margin-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

input.submit-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	color: #FFFFFF;
	background-color: #555500;
	border-style: solid;
	border-color: #333333;
	border-width: 2px;
	margin-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FDFFE8;
	border-style: solid;
	border-color: #555555;
	border-width: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

textarea.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFD08F;
	border-style: solid;
	border-color: #333333;
	border-width: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	color: #000000;
	background-color: #FDFFE8;
	border-style: solid;
	border-color: #555555;
	border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 0px;
	padding-left: 2px;
}

select.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	color: #000000;
	background-color: #FFD08F;
	border-style: solid;
	border-color: #333333;
	border-top-width: 2px; border-bottom-width: 2px; border-left-width: 2px; border-right-width: 1px;
	padding-left: 2px;
}

.full-height-table {
	height: 100%;
	width: 100%;
}

.content {
  padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}

.block {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}

.news {
  display: block;
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: justify;
}

.news-hide {
	display: none;
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: justify;
}

.news-divider {
	color: #999900;
	font-weight:bold;
	text-align:left;
	width:99%;
	margin-top:10px;
	margin-bottom:30px;
}

.passholder-divider {
	color: #999900;
	font-weight:bold;
	text-align:left;
	width:99%;
	margin-top:5px;
	margin-bottom:8px;
}
.sidebar {
  padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.sidebar-heading {
  padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 2px;
	margin-bottom: 1px;
  color: #FFFFFF;
	background-color: #333333;
}

.sidebar-row {
  padding-top: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-right: 0px;
}

.shows-photo {
  padding-top: 0px;
	padding-bottom: 5px;
	margin-left: 10px;
}

.shows-content {
  margin-top: 64px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	text-align: justify;
}

.shows-archive {
  margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	text-align: justify;
}

.heading-archive {
  position: relative; float: top; left: 15px; height: 27px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #999900;
}

.heading-archive-overlay {
  position: relative; float: top; top: -37px; left: 16px; height: 27px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #999900;
}

.heading-test {
  position: relative; float: top; left: 15px; height: 27px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #999900;
}

.ltgrey-text {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.error {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}

.available {
	color: black;
}

.limited {
	color: #cc9900;
}

.sold_out {
	color: #cc0000;
}

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

.show {
  display: block;
	padding-top: 5px;
	padding-bottom: 20px;
	/*text-align: justify;*/
}

.hide {
	display: none;
	padding-top: 5px;
	padding-bottom: 20px;
	/*text-align: justify;*/
}

#calendar {
	padding:5px 20px 10px 20px;
}
.cal_cell {
	background-color: #E5E5BF;
	padding-left: 5px;
	padding-top:5px;
	/*padding-bottom: 40px;*/
}

.cal_cell div {
	height: 45px;
}

.event {
	background-color: #C8DB00;
}

.event a {
	color: #fff;
	background-color: #C8DB00;
}

.event a:hover {
	text-decoration:underline;
}

.today {
	text-decoration:underline;
	font-weight: bold;
}

.center {
	text-align:center;
}
