body {
	font: 13px sans-serif;
	text-align: center;
	background: url(./body-background.png) repeat-x 0 20px;
	margin: 0;
	padding: 0;
}
.center {
	text-align: left;
	width: 856px;
	margin: 0 auto;
}
.position {
	position: absolute;
	padding: 180px 89px 20px 40px;
	width: 770px;
}
.menu {
	position: absolute;
	top: 0;
	left: 0;
	background: white url(./header.png) no-repeat 0 0;
	width: 856px;
	height: 126px;
	margin: 0;
	padding: 0;
}
.menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu li a, .menu li a:visited {
	display: block;
	position: absolute;
	font-size: 9px;
	height: 35px;
	line-height: 35px;
	top: 56px;
	text-align: center;
}
.menu-home a, .menu-home a:visited {
	left: 560px;
	width: 44px;
}
.menu-home a:hover, .menu-home a:visited:hover, .menu-home a.selected, .menu-home a.selected:visited {
	background: url(menu-home.png) no-repeat;
}
.menu-tickets a, .menu-tickets a:visited {
	left: 606px;
	width: 98px;
}
.menu-tickets a:hover, .menu-tickets a:visited:hover, .menu-tickets a.selected, .menu-tickets a.selected:visited {
	background: url(menu-tickets.png) repeat-x;
}
.menu-events a, .menu-events a:visited {
	left: 706px;
	width: 40px;
}
.menu-events a:hover, .menu-events a:visited:hover, .menu-events a.selected, .menu-events a.selected:visited {
	background: url(menu-events.png) repeat-x;
}
.menu-contact a, .menu-contact a:visited {
	left: 748px;
	width: 63px;
}
.menu-contact a:hover, .menu-contact a:visited:hover, .menu-contact a.selected, .menu-contact a.selected:visited {
	background: url(menu-contact.png) repeat-x;
}
.menu li a, .menu li a:visited {
	color: black;
	text-decoration: none;
}
a.to-home, a.to-home:visited {
	text-decoration: none;
	display: block;
	position: absolute;
	top: 20px;
	left: 41px;
	width: 280px;
	height: 105px;
}
form.search {
	position: absolute;
	top: 130px;
	left: 41px;
	height: 27px;
	width: 306px;
	line-height: 31px;
	background: #ffcd05 url(./search-background.png) no-repeat;
	padding: 4px 0 0 20px;
	margin: 0;
}
.search input.text {
	width: 210px;
	border: 1px solid white;
	background: #efe943;
	margin: 0;
}
.search input.submit {
	border: 1px solid white;
	background: #51c9f5 url(./input-blue.png) repeat-x;
	margin: 0;
}
.about {
	position: absolute;
	top: 130px;
	left: 371px;
	width: 436px;
	height: 27px;
	font-size: 10px;
	background: #ffcd05 url(./about.png) no-repeat 100% 0;
	padding: 3px 3px 1px 3px;
}
.panel {
	position: absolute;
	top: 180px;
	left: 41px;
}
.panel form {
	margin: 0;
	padding: 0;
}
.panel .find {
	width: 179px;
	background: url(./find-footer.png) no-repeat 0 100%;
	padding: 0 0 11px 0;
	margin: 0 0 10px 0;
}
.panel .find h2 {
	background: #51c9f5;
	margin: 0 0 3px 0;
	padding: 0;
	color: white;
	font-size: 14px;
	height: 37px;
	line-height: 37px;
	text-align: center;
}
.panel .find .graphic-design {
	position: absolute;
	display: block;
	width: 179px;
	height: 37px;
	background: url(./find-header.png);
}
.panel .find .body {
	border: 2px solid #57cbf6;
	border-width: 2px 2px 0 2px;
	background: #dcf2fd;
	padding: 10px 0 0 10px;
	text-align: center;
}
.panel .find .body select {
	display: block;
	border: 1px solid #57cbf6;
	margin-top: 18px;
	width: 152px;
}
.panel .find select.first {
	margin-top: 0;
}
.panel .calendar {
	width: 179px;
	background: url(./calendar-footer.png) no-repeat 0 100%;
	padding: 0 0 12px 0;
	margin: 0 0 10px 0;
	text-align: center;
}
.panel .calendar h2 {
	background: #fff20d;
	margin: 0 0 3px 0;
	padding: 0;
	color: white;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
}
.panel .calendar .graphic-design {
	position: absolute;
	display: block;
	width: 179px;
	height: 36px;
	background: url(./calendar-header.png);
}
.panel .calendar .body {
	border: 2px solid #ffcc05;
	border-width: 2px 2px 0 2px;
	background: #fff1b2;
	padding: 10px 0 0 3px;
}
.panel .calendar .body select {
	display: block;
	border: 1px solid #ffcc05;
	margin: 18px 0 0 7px;
	width: 152px;
}
.panel .calendar .month {
	font-weight: bold;
	color: #f2565b;
}
.panel .calendar .month a.previous, .panel .calendar .month a.previous:visited {
	position: absolute;
	left: 9px;
	text-decoration: none;
	background: url(./calendar-left.png) no-repeat 0 4px;
}
.panel .calendar .month .previous span, .panel .calendar .month .next span {
	visibility: hidden;
}
.panel .calendar .month a.next, .panel .calendar .month a.next:visited {
	position: absolute;
	left: 167px;
	text-decoration: none;
	background: url(./calendar-right.png) no-repeat 0 4px;
}
.panel .calendar table {
	width: 170px;
	text-align: center;
}
.panel .calendar table th {
	font-weight: normal;
	background: #ffcc05;
	color: white;
}
.panel .calendar table a, .panel .calendar table a:visited {
	text-decoration: none;
	font-weight: bold;
	color: white;
	background: #ffcc05;
}
.panel .calendar table td.select {
	border: 1px solid #f2565b;
	color: #f2565b;
}
.panel .calendar table td.select a, .panel .calendar table td.select a:visited {
	background: #fff1b2;
	color: #f2565b;
}
.panel .calendar table td.no-current, .panel .calendar table td.no-current a, .panel .calendar table td.no-current a:visited {
	color: gray;
}
.panel .shopping-cart {
	width: 179px;
	background: url(./shopping-cart-footer.png) no-repeat 0 100%;
	padding: 0 0 11px 0;
	margin: 0 0 10px 0;
	text-align: center;
}
.panel .shopping-cart h2 {
	background: #c9da31;
	margin: 0 0 3px 0;
	padding: 0;
	color: white;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
}
.panel .shopping-cart .graphic-design {
	position: absolute;
	display: block;
	width: 179px;
	height: 36px;
	background: url(./shopping-cart-header.png);
}
.panel .shopping-cart .body {
	border: 2px solid #cbdb2a;
	border-width: 2px 2px 0 2px;
	background: #eff4bf;
	padding: 10px 0 0 3px;
	text-align: center;
}
.panel .shopping-cart input {
	border: 1px solid #cbdb2a;
	font-weight: normal;
	color: white;
	background: url(./shopping-cart-submit.png) repeat-x;
	height: 21px;
}
.panel .shopping-cart .body div input {
	font-weight: bold;
}
.panel .newsletter {
	width: 179px;
	background: url(./newsletter-footer.png) no-repeat 0 100%;
	padding: 0 0 11px 0;
	margin: 0 0 10px 0;
}
.panel .newsletter h2 {
	background: #ee549e;
	margin: 0 0 3px 0;
	padding: 0;
	color: white;
	text-align: center;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
}
.panel .newsletter .graphic-design {
	position: absolute;
	display: block;
	width: 179px;
	height: 36px;
	background: url(./newsletter-header.png);
}
.panel .newsletter .body {
	border: 2px solid #ec008c;
	border-width: 2px 2px 0 2px;
	background: #f9b2dc;
	padding: 10px 0 0 5px;
}
.panel .newsletter input.text {
	border: 1px solid #ec008c;
	width: 160px;
}
.panel .newsletter select {
	border: 1px solid #ec008c;
	width: 160px;
}
.panel .newsletter input.submit {
	border: 1px solid #ec008c;
	font-weight: normal;
	color: white;
	background: url(./newsletter-submit.png) repeat-x;
	height: 21px;
}
.panel .newsletter p {
	font-size: 10px;
	margin: 5px 0 0 0;
}
.content {
	padding-left: 200px;
}
input, select, textarea, .venue input.button {
	border: 1px solid #57cbf6;
	margin: 1px 0;
	background: white;
}
h1 {
	color: #f2565b;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	height: 29px;
	line-height: 29px;
	border-top: 1px solid #ffce00;
	background: url(./title.png) repeat-x;
	width: 550px;
	border-width: 1px 0 0 0;
}
.events-more {
	color: #6c9d30;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	height: 29px;
	line-height: 29px;
	position: absolute;
	border-left: 25px solid white;
	background: white url(./events-more.png) repeat-x;
	left: 607px;
	width: 180px;
}
.events-more div {
	border-top: 1px solid #8cc63f;
	padding: 0 0 0 20px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 input {
	font-size: 15px;
	font-weight: bold;
}
a {
	color: #f2565b;
}
a:hover, a:visited:hover {
	text-decoration: none;
}
a img {
	border: none;
	text-decoration: none;
	padding-top: 10px;
}
ul.events {
	padding: 0;
	margin: 0;
}
.events li {
	display: block;
	list-style: none;
	background: url(./event-background.png) no-repeat 100% 100%;
	padding-bottom: 20px;
}
.events .date {
	color: #f2565b;
	padding: 0 187px 0 110px;
}
.event-date {
	color: #f2565b;
}
.events .image {
	position: absolute;
	left: 240px;
}
.details {
	float: right;
	width: 177px;
	padding: 0 0 10px 10px;
}
.events .details {
	position: absolute;
	left: 635px;
	float: none;
	padding: 0;
}
.details .header {
	height: 8px;
	background: url(./event-details-header.png) no-repeat 100% 100%;
}
.details .body {
	border: 1px solid #ffcc05;
	border-width: 0 1px;
	padding: 0 8px;
	background: white;
	font-size: 11px;
}
.details .footer {
	height: 8px;
	background: url(./event-details-footer.png) no-repeat;
	width: 177px;
}
.events p {
	margin: 0;
	padding: 5px 187px 0 110px;
}
.details p {
	margin: 0;
	padding: 5px 0;
}
.events .links {
	padding: 15px 187px 5px 110px;
}
.footer {
	text-align: center;
	width:  773px;
	height: 29px;
	line-height: 29px;
	margin: 0;
	padding: 0;
	background: url(./footer.png) no-repeat;
}
.footer li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 10px 0 10px;
	border-right: 1px solid #f2565b;
}
.footer li.last {
	border-right: none;
}
.banner {
	width: 750px;
	height: 70px;
	text-align: center;
	padding: 3px 11px 4px 12px;
	margin-top: 3px;
	background: url(./banner-background.png) no-repeat;
}
.banner img {
	margin: 0;
	padding: 0;
}
.copyright {
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
}
.author {
	text-align: center;
	font-size: 10px;
	width: 100%;
}
.author p {
	margin: 0;
	padding: 0;
}
.access-enter, .access-enter-hidden {
	margin: 5px 0;
	position: absolute;
	background: white;
}
.access-enter form {
	border: 1px solid #57cbf6;
	background: #dcf2fd;
	padding: 5px;
}
.access-enter input, .access-enter-hidden input {
	border: 1px solid #57cbf6;
	background: white;
}
.access-enter-hidden form {
	visibility: hidden;
}
.input-title {
	position: absolute;
	left: 243px;
}
div.input {
	padding-left: 9em;
}
.input-dir {
	padding-left: 9em;
}
.venue-preview-control {
	position: absolute;
	left: 602px;
	width: 210px;
}
.control {
	float: right;
}
.gallery a {
	margin: 0 5px;
}
.seats td, .seats th {
	width: 20px;
	height: 20px;
	text-align: center;
}
.seats td.no-exist {
	background: #b5b5b5;
}
.seats td.taken {
	background: #b50000;
}
.seats td.price {
	width: auto;
	text-align: right;
}
.buy {
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
}
.buy a
{
  color: #FF0000;
}
.zone-map {
	float: left;
	padding: 0 30px 50% 0;
}
.tickets {
	border: 2px solid #ffce00;
	width: 100%;
	border-collapse: collapse;
}
.tickets th {
	background: #ffce00;
	color: white;
	padding: 0 2px;
}
.tickets td {
	border: 1px solid #ffce00;
	padding: 0 2px;
}
