body
{
	text-align: center;
	margin: 0px;
	background: #BEBEC0 url('../images/bg.jpg') repeat-y center;
}
body, div, table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
a
{
	text-decoration: none;
}
a:hover
{
}
a img
{
	border: none;
}
a:focus
{
	outline: none;
}
form { display: inline; }
.clear { clear: both; }
.a-center { text-align: center; }
.right { float: right; }
.left { float: left; }
/*** LAYOUT ***/
.body-div
{
	width: 958px;
	margin: 0 auto;
	text-align: left;
}
.main
{
	float: left;
	width: 555px;
	padding: 10px;
	padding-left: 30px;
}
.side
{
	float: right;
	width: 300px;
	padding: 10px;
	margin-right: 10px;
}
#bottom
{
	clear: both;
	margin-top: 10px;
	background: url('../images/ball-v.jpg') repeat-y 610px 0px;
}
	#bottom2
	{
		background: url('../images/ball.jpg') repeat-x top;
		padding-top: 10px;
	}
#header
{
	color: #fff;
}
#menu
{
	background: url('../images/header/menu.jpg') repeat-x center top;
	/*width: 960px;*/
	height: 127px;
}
	#header h1
	{
		margin: 0px;
		padding-bottom: 2px;
		background: url('../images/header/menu-div.jpg') no-repeat bottom center;
	}
	#header h1 a
	{
		display: block;
		height: 92px;
		background: url('../images/header/logo.gif') no-repeat top;
	}
		#header h1 a span { position: relative; z-index: -1; }
	#header ul
	{
		clear: left;
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
		#header ul li
		{
			float: left;
		}
		#header ul li a
		{
			display: block;
			line-height: 33px;
			padding-right: 5px;
			padding-left: 5px;
			color: #fff;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 9pt;
		}
		#header ul li a:hover { background: url('../images/header/menu-over.jpg') repeat-x; }
		#active
		{
			background: url('../images/header/menu-active.jpg') repeat-x !important;
			color: #FF6600 !important;
		}
	#newsletter
	{
		float: right;
		padding: 3px;
	}
	#newsletter .input
	{
		float: left;
		width: 100px;
		background: #EFCE92 url('../images/input.jpg') repeat-x top;
		border: 1px solid #716e6b;
		color: #000;
		padding: 3px;
		margin: 0px;
	}
	#newsletter label
	{
		float: left;
		width: 92px;
		height: 29px;
		background: url('../images/header/newsletter.jpg') no-repeat;
	}
		#newsletter label em { position: relative; z-index: -1; }
	#counter
	{
		float: left;
		margin-top: 20px;
		padding-top: 22px;
		padding-bottom: 17px;
		padding-right: 50px;
		padding-left: 10px;
		background: url('../images/header/counter.jpg') no-repeat right;
	}
#footer
{
	clear: both;
}
	#credits
	{
		width: 960px;
		font-size: .7em;
		line-height: 17px;
		text-align: center;
		background: #000 url('../images/footer.jpg') repeat-x top;
		color: #fff;
	}
		#credits a { color: #532124; }
		#credits .left { padding-left: 10px; }
#home
{
	background: url('../images/ball.jpg') repeat-x top;
	padding-top: 10px;
	margin-top: 10px;
}
#calendar-panel
{
	background: url('../images/calendar.jpg') no-repeat center;
	height: 400px;
	padding-left: 40px;
}
#cal
{
	width: 480px;
	float: left;
	margin-right: 5px;
	background: url('../images/calendar-div.jpg') no-repeat right;
}
#calendar
{
	padding-top: 50px;
}
#calendar table
{
	padding: 3px;
	width: 98%;
	height: 350px;
	color: #fff;
}
.calendar-nav
{
	color: #fff;
}
.calendar-nav a { color: #fff; }
.calendar-head {
	color: #FFF035
}
.calendar-days td, .calendar-head th, .calendar-nav th
{
	font-size: 1.5em;
	text-align: center;
}
.calendar-days td
{
	/*background: url('../images/calendar-days.jpg') no-repeat right bottom;*/
}
.calendar-days td a { color: #fff; }
.calendar-today, td.calendar-today a
{
	color: #ff0000;
	font-weight: bold;
}
.calendar-event
{
	border: 1px solid #191919;
}
.tooltip
{
	background-image: url('../images/tooltip.png') !important;
	background: url('../images/tooltip.gif') no-repeat;
	width: 204px;
	height: 166px;
}
	.tooltip span
	{
		display: block;
		margin: 10px;
		font-size: 10pt;
		font-weight: bold;
		color: #336699;
	}
	.tooltip span.tip-show
	{
		height: 109px;
		font-size: 11pt !important;
		background: url('../images/tip-show.gif') no-repeat left;
		padding-left: 75px;
		line-height: .9em;
	}
	.tooltip span.tip-reservation
	{
		height: 109px;
		background: url('../images/tip-reservation.gif') no-repeat left;
		padding-left: 75px;
	}
	.tooltip span.tip-unavailable
	{
		background: url('../images/tip-unavailable.gif') no-repeat left;
		padding-left: 65px;
	}

.legend
{
	color: #fff;
}
	.legend div
	{
		float: left;
		padding-left: 10px;
		font-size: 7pt
	}
	.legend span
	{
		float: left;
		width: 10px;
		height: 10px;
		border: 1px solid #191919;
	}

#panel
{
	float: left;
	padding-top: 20px;
}
#welcome
{
	position: relative;
	margin-left: -10px;
	height: 354px;
	line-height: 12pt;
	background: url('../images/splash.gif') no-repeat left bottom;
}
	#welcome p
	{
		padding-left: 210px;
	}
#preview
{
	width: 384px;
	height: 364px;
	font-weight: bold;
	color: #532124;
	background: url('../images/panel.gif') no-repeat center;
}
#preview a
{
	color: #2B4884;
}
.panel
{
	padding: 10px;
}
	.panel-title
	{
		margin: 0px;
		font-size: 14pt;
		text-transform: uppercase;
		text-align: center;
		border-bottom: 1px solid #fff;
		padding-bottom: 5px;
		margin-bottom: 5px;
		margin-right: 20px;
	}
	.panel-title em
	{
		float: left;
		padding-top: 7px;
		font-size: 10pt;
		font-style: normal;
	}
#preview p
{
	margin-top: 0px;
}
.preview-comments
{
	float: right;
	margin-right: 5px;
	text-align: center;
	font-size: 6pt;
	width: 50px;
	padding-top: 22px;
	padding-bottom: 5px;
	background-image: url('../images/comments.png') !important;
	background: url('../images/comments.gif') no-repeat;
}
	.preview-comments strong
	{
		display: block;
		font-size: 14pt;
		line-height: 10pt;
	}
#preview-info
{
	margin-right: 20px;
	margin-left: 170px;
	text-align: center;
	color: #336699;
	/*background-image: url('../images/panel-bg.png') !important;
	background: url('../images/panel-bg.gif');*/
}
#preview-info div
{
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #fff;
}
#preview-info h3
{
	margin: 0px;
	padding: 5px;
	font-size: 10pt;
	color: #666666;
	text-align: left;
}
#preview-desc
{
	float: left;
	width: 160px;
}
#preview-text
{
	clear: both;
	font-size: 9pt;
	text-align: center;
	padding: 3px;
	margin-right: 20px;
	/*background-image: url('../images/panel-bg.png') !important;
	background: url('../images/panel-bg.gif');*/
	color: #FF6600;
}
#preview-img
{
	margin: 3px;
}
#save_event
{
	display: block;
	background: url('../images/reservation.gif') no-repeat bottom left;
}
	#reservation-day
	{
		color: #365F25;
		font-size: 14pt;
	}
#save_event p { margin: 0px; }
#save_event div
{
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#save_event label
{
	float: left;
	width: 100px;
	padding-left: 20px;
	font-weight: bold;
}
#save_event .submit
{
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


#next_shows
{
}
#shows-title
{
	margin: 0px;
	height: 57px;
	background: url('../images/shows-title.jpg') no-repeat;
}
	#shows-title span { position: relative; z-index: -1; }
#hot-title
{
	margin: 0px;
	height: 56px;
	background: url('../images/hot-title.jpg') no-repeat;
}
	#hot-title span { position: relative; z-index: -1; }
#photos-title
{
	margin: 0px;
	width: 561px;
	height: 62px;
	background: url('../images/photos-title.jpg') no-repeat;
}
	#photos-title span { position: relative; z-index: -1; }
#details-title
{
	margin: 0px;
	width: 559px;
	height: 57px;
	background: url('../images/details-title.jpg') no-repeat;
}
	#details-title span { position: relative; z-index: -1; }
#infos-title
{
	margin: 0px;
	width: 163px;
	height: 35px;
	background: url('../images/infos-title.jpg') no-repeat;
}
	#infos-title span { position: relative; z-index: -1; }
#comments-title
{
	margin: 0px;
	width: 165px;
	height: 30px;
	background: url('../images/comments-title.jpg') no-repeat;
}
	#comments-title span { position: relative; z-index: -1; }
#next_shows form
{
	display: block;
	/*padding-right: 40px;*/
	padding-top: 5px;
	padding-bottom: 10px;
}
#next_shows .label
{
	float: left;
	width: 100px;
	margin-right: 10px;
	color: #532124;
	font-size: 8pt;
	text-align: right;
}
#next_shows select
{
	font-size: 8pt;
	width: 150px;
}
#nexts
{
	clear: both;
}
	.next-show
	{
		clear: both;
		color: #4c4c4c;
		border: 1px solid #fabc5b;
		background: #eee4d0;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	.next-show h3
	{
		margin: 0px;
		line-height: 12pt;
		font-size: 12pt;
		color: #532124;
		background: url('../images/content-title.jpg') repeat-x bottom;
		padding: 5px;
		margin-bottom: 5px;
	}
		.next-show h3 a { color: #532124; }
	.next-show-img
	{
		float: left;
		width: 70px;
		text-align: center;
	}
	.next-show-text
	{
		font-size: 10pt;
		margin-left: 75px;
	}
	.next-show-price
	{
		padding-top: 5px;
		padding-right: 5px;
		padding-left: 24px;
		text-align: left;
		font-size: 9pt;
		background: url('../images/euro.gif') no-repeat left;
	}
		.next-show-price strong
		{
			color: #FF6600;
		}
#shows_print
{
	display: block;
	background: url('../images/print.jpg') no-repeat left;
	line-height: 30px;
	padding-top: 6px;
	padding-left: 30px;
	color: #4C4C4C;
	text-align: center;
	font-weight: bold;
}
.no-item
{
	padding: 5px;
	color: #555;
}
#hot
{
}
.hot
{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #4c4c4c;
	border: 1px solid #fabc5b;
	background: #eee4d0;
}
	.hot h3
	{
		margin: 0px;
		line-height: 12pt;
		font-size: 12pt;
		color: #532124;
		background: url('../images/content-title.jpg') repeat-x bottom;
		padding: 5px;
	}
	.hot-text
	{
		padding: 5px;
	}