/**************************************************** CSS RESET *********************************************/
BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, FIELDSET, INPUT, TEXTAREA, P, BLOCKQUOTE, TH, TD
{
	margin: 0;
	padding: 0;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
FIELDSET, IMG
{
	border: 0;
}
ADDRESS, CAPTION, CITE, CODE, DFN, EM, STRONG, TH, VAR
{
	font-style: normal;
	font-weight: normal;
}
OL, UL
{
	list-style: none;
}
CAPTION, TH
{
	text-align: left;
}
H1, H2, H3, H4, H5, H6
{
	font-size: 100%;
	font-weight: normal;
}
Q:before, Q:after
{
	content: '';
}
ABBR, ACRONYM
{
	border: 0;
}
/**************************************************** CSS RESET ********************************************
*
* General.
 */
STRONG
{
	font-weight: bold;
}
BODY, DIV, H1, H2, H3, H4, H5, H6, P, PRE, BLOCKQUOTE, LABEL, UL, OL, LI, DL, DD, HR, ADDRESS
{
	/*[disabled]padding:0;*/
	/*[disabled]margin:0;*/
	/*[disabled]font-weight:normal;*/
	/*[disabled]font-style:normal;*/
}
BODY
{
	font: 0.86em/1.5em Verdana, sans-serif;
	color: #131313;
	background: #FFF url(bg-body.gif) repeat-x 0 0;
/*text-align: center;*/
}
H1, H2, H3, H4, H5, H6
{
	font-family: Georgia, "Times New Roman", Times, serif;
}
H1
{
	font-size: 2.5em;
}
H2
{
	text-align: center;
	font-size: 160%;
	line-height: 130%;
	border-bottom: thin solid #CCCCCC;
}
H3
{
	font-size: 140%;
	line-height: 130%;
}
H4
{
	font-size: 130%;
}
H5
{
	font-size: 120%;
}
H6
{
	font-size: 110%;
}
P
{
	margin: 0.6em 0 1.2em;
	padding-left: 5em;
	padding-top: 1.5em;
}
A:link, A:visited
{
	color: #990000;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
A:active, A.active
{
	color: #990000;
}
IMG, A IMG
{
	border: none;
}
/**
* Layout.
 */
#header
{
	/*[disabled]width:100%;*/
	/*[disabled]margin:0 auto;*/
	height: 8em;
	/*[disabled]position:relative;*/
	text-align: left;
	background: #F9F7ED url(bg-header.gif) repeat-x left bottom;
	padding-left: 20px;
}
#main
{
	float: right;
	width: 80%;
	text-align: left;
/*margin-top: 3.05em;*/
	background: url(bg-sidebar.jpg) repeat-x;
	padding-top: 2em;
}
#sidebar-left
{
	background: url(bg-sidebar.jpg) repeat-x;
	/*[disabled]min-width:5em;*/
	width: 20%;
	float: left;
	padding-top: 2em;
	margin-top: 3.05em;
	z-index: 1000;
}
#centre
{
	z-index: 500;
}
/**
* Header Area.
 */
H1.site-name
{
	padding: 0.2em 0 0;
}
#header H1.site-name A
{
	color: #990000;
}
#header H1.site-name A:hover
{
	color: #990000;
	text-decoration: none;
}
H1.site-name A IMG
{
	border: none;
	float: left;
	/*[disabled]margin-top:-0.2em;*/
}
H2.slogan
{
	font: bold 1.1em/1.43em Verdana, sans-serif;
	/*[disabled]padding-top:0.5em;*/
}
#concert_list
{
/*font: 0.8em/0.8em Verdana, sans-serif;*/
	padding-top: 2em;
	text-align: center;
}
P.programmetitle
{
	font-weight: bold;
	font-size: 4.5em;
	margin: -1em 0 0;
	color: #DFDFDF;
	/*[disabled]display:inline;*/
	padding-left: 1em;
}
P.programme
{
	padding-left: 10em;
	margin-top: -1.5em;
}
#menu
{
	font-family: Verdana, sans-serif;
	position: relative;
	z-index: 100;
	float: right;
}
#menu UL LI A, .menu UL LI A:visited
{
	background: #666666 none repeat scroll 0%;
	color: #F9F7ED;
	display: block;
	font-size: 0.7em;
	height: 38px;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width: 100px;
	font-weight: bold;
	margin: 1pt 2pt 2pt 0pt;
}
#menu LI.active A
{
	background: #CCCCCC;
	color: #990000;
}
#menu UL
{
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}
#menu UL LI
{
	float: left;
	margin-right: 0px;
	position: relative;
	padding: 0pt;
	margin: 0pt;
}
#menu UL LI UL
{
	display: none;
}
#menu UL LI:hover A
{
	background: #4C4F53 none repeat scroll 0%;
	color: #FFFFFF;
}
#menu UL LI:hover UL
{
	display: block;
	left: 0pt;
	position: absolute;
	top: 21px;
	width: 100px;
}
#menu UL LI:hover UL LI A.hide
{
	background: #66AA33 none repeat scroll 0%;
	color: #FFFFFF;
}
#menu UL LI:hover UL LI:hover A.hide
{
	background: #66FFCC none repeat scroll 0%;
	color: #000000;
}
#menu UL LI:hover UL LI UL
{
	display: none;
}
#menu UL LI:hover UL LI A
{
	background: #DDDDDD none repeat scroll 0%;
	color: #000000;
	display: block;
}
#menu UL LI:hover UL LI A:hover
{
	background: #66FFCC none repeat scroll 0%;
	color: #000000;
}
#menu UL LI:hover UL LI:hover UL
{
	display: block;
	left: 100px;
	position: absolute;
	top: 0pt;
}
#menu UL LI:hover UL LI:hover UL.left
{
}
