/* basic elements */
html {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", arial, sans-serif;
	}
body { 
	font-size:12px;
	font-family: "Trebuchet MS",arial, sans-serif;
	color: #555753; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	text-decoration: none; 
	color:#D31123;
	}
a:visited { 
	text-decoration: none; 
	color:#D31123;
	}
a:hover, a:active { 
	color:#D31123;
	text-decoration: underline; 
	}
/* NEW CLASSES */
a.black_link:link, a.black_link:visited {
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #FFFFFF;
	font-size:13px;
	font-weight: normal;
	text-decoration:none;
	background-color: #000000;
	padding:0px;
	margin: 0px;
}
a.black_link:hover, a.black_link:active {
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #FFFFFF;
	font-size:13px;
	font-weight: normal;
	text-decoration: underline;
	background-color: #000000;
	padding:0px;
	margin: 0px;
}
a.arrow_link:link,a.arrow_link:hover,a.arrow_link:visited,a.arrow_link:active{
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #D31123;
	font-size:13px;
	font-weight: bold;
	text-decoration:none;
	background-image: url(images/red_arrow.png);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left:10px;
	margin:0px;
}
.red_title{
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #D31123;
	font-size: 24px;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
.black_title {
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
.grey_undertitle {
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #555753;
	font-size: 16px;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
.red_quote{
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #FFFFFF;
	font-size:16px;
	background-color: #D31123;
	padding:20px;
	margin:0px;
	
}
/* MENU */
ul {
	color:#FFFFFF;
	padding: 0;
	margin: 0;
	list-style: none;
  }
li {
	font-weight:bold;
	float: left;
	position: relative;
	height:27px;
	width: 98px;
	padding-left:8px;
	padding-top:8px;
	background-color:#CC0000;
	border-left:1px solid #ffffff;
	background-image:url('images/menuItemBg.gif');
	background-repeat:repeat-x;
  }
.menuItem {}
.subMenuUl {
	margin-left:-8px;
	margin-top:14px;
	}
.subMenu {
	border:0px;
	padding-top:13px;
	height:20px;
	float: left;
	position: relative;
	width: 220px;
	background-color:#CC0000;
  }
li ul {
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;
  }
li > ul {
	top: auto;
	left: auto;
	}
li:hover ul, li.over ul{display: block; }

/* specific divs */

table {
font-size: 13px;
}

#big_container {
	width:945px;
	padding: 0;
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	font-size: 13px;
	}
.clear{
	clear:both;
	}
#left {
	display:inline; 
	width:755px;
	float:left;
	padding: 0;  
	margin: 0; 
	}
#right {
	display:inline; 
	float:left;
	width:180px;
	padding:0;
	margin: 0; 
	}
#dnn_TopBannerPane {
	padding: 0;  
	margin: 0; 
	}
#dnn_SponsorBannerPane {
	height:140px;
	padding: 0;  
	margin: 0; 
	}
#header { 
	height:145px;
	padding: 0;  
	margin: 0;
	display:inline;
	}
#headerNav {
	text-align:right;
	height:20px;
	margin: 0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
#logo {
	height:89px;
	width:195px;
	float:left;
	padding: 0;  
	margin: 0; 
	}
#menu {
	height:35px;
	padding: 0;  
	margin: 0; 
	}
#dnn_SponsorBannerPane {
	padding: 0;  
	margin: 0; 
	margin-left:15px;
	}
#dnn_Logo50BannerPane {
	padding: 0;  
	margin: 0; 
	margin-left:15px;
	}
#dnn_SkyBannerPane {
	padding: 0;  
	margin: 0; 
	margin-left:15px;
	margin-top:15px;
	}
#dnn_ContentPane {
	padding: 0;
	margin-top:30px;
	margin-bottom:15px;
	float: left;
	margin-right: 0;
	margin-left: 0;
	}
#dnn_FooterPane {
	font-size:10px;
	width:750px;
	padding: 0;
	margin: 0;
	float: left;
	}
	 
#logoGent { width: 130px; float:left; padding-top: 10px; margin-top: 10px; margin-left: 30px; left: 120px; position:relative;}	
#languageSelect {
	text-align:right;
	float:right;
	width: 90px;
	padding-top: 10px;
	padding-right: 2px;
	color: #000000;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
#languageSelect a {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
.skinobject {
	color:#000000;
}

.ConcertTitle {
	display: block;
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

.ConcertTitleProg {
	display: block;
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #D31123;
	font-size: 18px;
	font-weight: bold;
}

.ConcertRow {
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #000000;
	font-size: 18px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D31123;
	padding-top: 10px;
	font-weight: bold;
}

.ConcertRowProg {
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #555753;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D31123;
	padding-top: 10px;
	font-weight: normal;
}

.ConcertSubtitle {
	display: block;
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #000000;
	font-size:13px;
}

.ConcertMoreInfo {
	display: block;
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #D31123;
	font-size:13px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/red_arrow.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	font-weight: bold;
}

.ArrowHyperlink {
	display: inline;
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #D31123;
	font-size:13px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/red_arrow.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	font-weight: bold;
}


.ConcertBack {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555753;
	font-size:13px;
	background-image: url(images/red_arrow.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	font-weight: bold;
}
.ConcertBack2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555753;
	font-size:13px;
	background-image: url(images/red_arrow.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	font-weight: normal;
}

.ViewConcertTitle {
	display: block;
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #D31123;
	font-size: 24px;
	width: 750px;
	padding-top: 10px;
	font-weight: bold;
}

.ViewConcertSubtitle {
	display: block;
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.ViewConcertTickets {
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #FFFFFF;
	font-size:13px;
	border: 1px solid #646264;
	font-weight: bold;
	background-color: #2C2B2C;
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
	padding-right: 4px;
	padding-left: 4px;
	margin-left: 10px;
}

.ViewConcertPrice {
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #D31123;
	font-size: 14px;
}


.ViewConcertDescription {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D31123;
	padding-top: 10px;
	display: block;
	font-size: 13px;
}


.ViewConcertProgramme {
	display: block;
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #D31123;
	font-size: 14px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #D31123;
	border-bottom-color: #D31123;
	padding-top: 4px;
}

.ViewConcertProgrammeTitle {
	display: block;
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #D31123;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
}


#menu
{
	width:100%;
	text-align:center;
	font-size:12px;
	font-weight:bold;	
	color:#FFFFFF;
}

.MainMenu_MenuItem
{
	height:35px;
	line-height:35px;
	background:url('images/menuItemBg.gif') repeat-x left top #CC0000;
	cursor:pointer;
	margin-left: 1px;
	text-align:center;
	vertical-align:middle;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size:12px;
	font-weight:bold;	
	color:#FFFFFF;	
	border-bottom:none;	
}  

.MainMenu_MenuItem td
{
	width:107px;
	/*min-width:107px;*/
	min-width: 16px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;	
}  

.MainMenu_MenuItemSel {
	height:35px;
	line-height:35px;
	background:url('images/menuItemBg_active.gif') repeat-x left top #CC0000;
	cursor:pointer;
	margin-left: 1px;
	text-align:center;
	vertical-align:middle;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size:12px;
	font-weight:bold;	
	color:#FFFFFF;		
}

.MainMenu_MenuItemSel td
{
	width:107px;
	min-width:107px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;	
}  

.MainMenu_SubMenu .MainMenu_MenuItem .MainMenu_MenuIcon {
	background:url('images/menuItemBg.gif') repeat-x left top #CC0000;
	width:16px;
	border-bottom:none;
}

.MainMenu_SubMenu .MainMenu_MenuItem .MainMenu_MenuArrow {
	background:url('images/menuItemBg.gif') repeat-x left top #CC0000;
	border-left:none;
	border-bottom:none;
	width:0px;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-top-width:1px;	
}

.MainMenu_SubMenu .MainMenu_MenuItem .MainMenu_MenuItem {
	border-left:none;
	text-align:left;
	width:220px;
}

.MainMenu_SubMenu .MainMenu_MenuItem .MainMenu_MenuItemSel {
	/*width: 220px;*/
	border-left:none;
	border-bottom:none;
	text-align:left;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-top-width:1px;
	background:url('images/menuItemBg_active.gif') repeat-x left top #CC0000;
	width: auto;
}

.MainMenu_SubMenu .MainMenu_MenuItem .dnn_dnnnav_ctlmenu_spmicn{
	width:16px;
	min-width:16px;
}

.MainMenu_SubMenu .MainMenu_MenuItem .dnn_dnnnav_ctlmenu_spmarw{
	width:0px;
	min-width:16px;
}

.DivConcertBack {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555753;
	display: block;
}

.DescriptionTitle {
	font-size: 18px;
	font-weight: bold;
}
.ConcertQuote {
	color: #FFFFFF;
	background-color: #D31123;
	font-size: 16px;
	padding: 20px;
}

.PaddedImage {
	margin: 10px;
}

.BrochureContainer {
	background-image: url(images/brochure_bgbottom.png);
	background-repeat: repeat-x;
	height: 173px;
	width: 750px;
	background-color: #CC0000;
}

.BrochureTopContainer {
	background-image: url(images/brochure_bgtop.png);
	background-repeat: repeat-x;
	height: 120px;
	color: #FFFFFF;
	background-color: #CC0000;
	width: 750px;
}

.BrochureTopInner {
	margin-top: 30px;
	margin-right: 50px;
	margin-left: 50px;
}

.BrochureInner {
	margin-right: 50px;
	margin-left: 50px;
	width: 600px;
}

.NormalBold
{
	color: #000000;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 14px;
	font-weight: bold;	
}
.BrochureInner img {
	display: none;
}
#flashcontent {
	border: 1px solid #BFBFBF;
	height: 100px;
	width: 164px;
}
.TopImage {
	text-align: right;
	position: absolute;
	left: 487px;
	top: 417px;
}

#dnn_HomeConcerts {
	width: 480px;
	float: left;
	margin-top: 15px;
	background-color: #262424;
	height: 317px;
}
#dnn_HomeImage {
	width: 272px;
	float: right;
	margin-top: 15px;
	margin-right: 3px;
}
.ConcertHomepageBottom {
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}

.ConcertHomepageLink {
	display: block;
	color: #FFFFFF;
	margin-top: 5px;
	background-image: url(images/white_arrow.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	font-size: 16px;
}
#dnn_StayInformedPane {
	float: right;
	margin-top: 3px;
	margin-right: 20px;
}
#SearchPane {
	float: right;
}
#dnn_dnnSEARCH_txtSearch {
	border: 1px solid #CCCCCC;
}
/*
#dnn_dnnMLLANGUAGESELECTOR_dlLanguages {
	display: none;
}
*/

a img {
	border:none;
}

.TopRightPanel {
	background-color: #D0122C;
	float: right;
	color: #FFFFFF;
	border: 1px solid #D0122C;
	font-size: 16px;
}

.TopLeftPanel {
	background-color: #FEFEFE;
	float: left;
	background-image: url(images/top_left_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px dashed #E0E0E0;
	color: #989898;
	font-size: 16px;
}
.TopLeftPanelRed {
	background-color: #CC0000;
	color: #FEFEFE;
}

.BottomPanel {
	display: block;
	float: left;
	margin-top: 10px;
}

.TopLeftInnerPanel {
	margin-top: 45px;
	margin-left: 45px;
}

.TopRightInnerPanel {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	overflow: auto;
	height: 284px;
	width: 212px;
}

.YourProfile {
	font-size: 18px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.UpdateProfile {
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #FFFFFF;
	font-size:13px;
	border: 1px solid #646264;
	font-weight: bold;
	background-color: #2C2B2C;
	padding-right: 4px;
	padding-left: 4px;
}

.ProfileContainer {
	background-color: #D0122C;
	text-align: left;
	padding: 30px;
}

.iconCss {display:none;}

.TicketsDiv
{
	float:left;
	margin:10px 0px 0px 120px;
	position:relative;
	top:15px;
	left:140px;
	width:70px;
}

.TicketsDiv a:hover {text-decoration:none;cursor:pointer;}

.Tickets, .Tickets2
{ 
	background-image:url(images/TICKETS.gif);
	background-repeat: no-repeat;
	height:16px;
	background-position: top;
	margin-top:3px;
}

.Tickets2 
{ 
	background-position: 5px -20px;
}

.VipTickets, .VipTickets2
{ 
	background-image:url(images/VIPTICKETS.gif);
	background-repeat: no-repeat;
	height:16px;
	background-position: top;
	margin-top:3px;
}

.VipTickets2 
{ 
	background-position: 5px -20px;
}