html { height: 100%; }
* {
	padding:0;
	margin:0;
}
.hide { display:none; }
.clr {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/************************GENERAL********************************/

body#portal{
	background-color:#fff;
	color:#040145;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0;
	padding:0;
	height: 99.8%;
	color:#999;
}
#portal h2{
	font-size:large;
}
body#portal #container{
	width:780px;
	margin:0 auto;
	padding:0;
	position: relative;
	min-height: 100%;
}
* html #container{
	height: 100%;
}

/************************PAGE***********************************/

#page{
	width: 760px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}
* html #page{ height: 99%; }

/************************CONTENT********************************/

#content { padding-bottom:3.3em; }
* html #content { padding-bottom:3.3em; }

/************************HEADER*********************************/

#portal #header { padding-top:7px; }
#portal #header h1{ display:none; }
#portal #header h2{ display:none; }
#portal #siteWideNavigation ul{ text-align:right; }
#portal #siteWideNavigation ul li{
	list-style-type:none;
	margin-left:10px;
	display:inline;
	color:#999;
}
#portal #siteWideNavigation ul li a {
	color:#040145;
	text-transform:uppercase;
	text-decoration:none;
	font-size:0.74em;
	font-weight:bold;
}
#portal #siteWideNavigation #topMenu li a:hover {text-decoration:underline;}
#portal #siteWideNavigation #topMenu li a.active {
	color:#fff;
	background-color:#040145;
	padding:0 2px;
}
#portal #siteWideNavigation #topMenu li a.active:hover { text-decoration:none; }

#portal #buyAndSellTickets {
	position:relative;
	right:0;
	margin-top:-78px;
	margin-bottom:78px;
}
* html #portal #buyAndSellTickets {
	margin-top:-76px;
	margin-bottom:70px;
}
#portal #buyAndSellTickets ul {
	width:167px;
	float:right;
}
#portal #buyAndSellTickets ul li {
	list-style-type:none;
	margin-bottom:3px;
}
* html #portal #buyAndSellTickets ul li { margin:0; }
#portal #buyAndSellTickets ul li span { display:none; }
#portal #buyAndSellTickets ul li a {
	display:block;
	width:167px;
	height:30px;
}
#portal #buyAndSellTickets ul li#buyTickets a {
	background-image:url(/images/byuticketsbtn.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
#portal #buyAndSellTickets ul li#sellTickets a {
	background-image:url(/images/sellticketsbtn.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
#portal #buyAndSellTickets ul li#buyTickets a:hover,
#portal #buyAndSellTickets ul li#sellTickets a:hover {
	background-position:bottom left;
}
/************************search***********************************/

#portal #search{
	margin-top:1em;
}
#portal #q{
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:25px;
	line-height:32px;
	height:37px;
	color:#040145;
	border:2px solid #040145;
	padding:3px 15px;
	margin-left:10px;
	width:558px;
}
#portal #q.indicator { background:url(/images/indicator_snake_big.gif) 98% 50% no-repeat; }
#portal #search label{
	width:175px;
	height:48px;
	display:block;
	float:right;
}
#portal #search label span.bkgImage{
	background:url(/images/butt_portal_livesearch.gif) no-repeat;
	width:175px;
	height:48px;
	display:block;
}
#portal #search label span{ display:none; }
#portal #search #frmSubmit{ display:none; }
#portal #search h4 {
	text-align:center;
	padding-top:1em;
	color:#040145;
}
#liveSearchResults{
	padding:0;
	margin:0;
	width:588px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
	color:#040145;
	border-right:2px solid #040145;
	border-left:2px solid #040145;
	border-bottom:2px solid #040145;
}
#liveSearchResults li{
	list-style:none;
	background-color:#A7A6BE;
}
#liveSearchResults li.result-noResults{
	color:#040145;
	padding:2px 2px 2px 7px;
	font-style:italic;
}
#liveSearchResults li a{
	display:block;
	text-decoration:none;
	padding:2px 2px 2px 7px;
	color:#040145;
}
#liveSearchResults li a:hover,
#liveSearchResults li.selected a{
	color:#fff;
	background-color:#040145;
}

/************************mainNavigation*********************************/

#content #mainNavigation {
	margin: 0 auto;
	padding: 0;
	width: 780px;
	height: 150px;

}

#content #mainNavigation ul {
	padding:0;
	margin:1em 0 0 0;
}

#content #mainNavigation ul li {
	list-style-type:none;
	float:left;
	width:125px;
	height:auto;
	margin:0 5px 0 0;
	padding:0;
}

#content #mainNavigation ul li a {
   text-decoration:none;
}

#content #mainNavigation ul li a span {
   display:none;
}

#content #mainNavigation ul li a {
	display:block;
	width:125px;
	height:126px;
}

#content #mainNavigation ul li a.concerts{ background: transparent url(/images/but_portal_concerts.gif) 0 0 no-repeat; }
#content #mainNavigation ul li a.concerts:hover{ background-position: 0 -135px; }

#content #mainNavigation ul li a.klassiek{ background: transparent url(/images/but_portal_klassiek.gif) 0 0 no-repeat; }
#content #mainNavigation ul li a.klassiek:hover{ background-position: 0 -135px; }

#content #mainNavigation ul li a.theater{ background: transparent url(/images/but_portal_theater.gif) 0 0 no-repeat; }
#content #mainNavigation ul li a.theater:hover{ background-position: 0 -135px; }

#content #mainNavigation ul li a.kids{	background: transparent url(/images/but_portal_kids.gif) 0 0 no-repeat; }
#content #mainNavigation ul li a.kids:hover{ background-position: 0 -135px; }

#content #mainNavigation ul li a.sport{ background: transparent url(/images/but_portal_sport.gif) 0 0 no-repeat; }
#content #mainNavigation ul li a.sport:hover{ background-position: 0 -135px; }

#content #mainNavigation ul li a.dance{ background: transparent url(/images/but_portal_dance.gif) 0 0 no-repeat; }
#content #mainNavigation ul li a.dance:hover{ background-position: 0 -135px; }

/************************partners*********************************/
#mainPartners {
   margin: 30px auto 0px auto;
   width: 780px;
   min-height: 100px;
   border-width: 0px;
   border-style: solid;
   border-color: #040145;
   padding: 4px;
}

#mainPartners h1.logoblock {
   padding: 0em;
   font-size: 16px;
   text-transform: normal;
	color: #040145;
   display: block;
   float: left;
   background: transparent;
   width: auto;
}

#mainPartners #logosPartners {
	display: block;
	text-align: center;
	margin: 0px 0px 0px 200px;
}

#mainPartners .partner {
	float: left;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	color: #040145;
	margin: 0 0 0 0.5em;
}

#mainPartners .partner a {
   font-size: 13px;
   text-decoration: none;
	color: #040145;
}
/************************footer*********************************/
#portal #footer {
	position: relative;
/*	margin: -4.5em auto 0 auto;*/
	height:2.2em;
}
#portal #footer h5 {
	background-image:url(/images/footer.gif);
	background-repeat:no-repeat;
	background-position:50% top;
	background-color: transparent;
	color: #040145;
	text-align:center;
	padding-top:14px;
}

/* only do this for modern browsers */
* html>body #footer{ margin-top: -2.2em; }

* html #mainNavigation .clr { display:none; }

#indicator_small {
	position:absolute;
	right:10px;
	margin-top:-10px;
	margin-top /**/:10px;
}
#content #mainNavigation .moreCategoryInfo {
	display:none;
	width:744px;
	border:1px solid #999;
	padding:15px;
	position:relative;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0.7em;
	color:#999;
	margin:0 0 0 1px;
	clear:both;
}
* html #content #mainNavigation .moreCategoryInfo {
	margin:0 0 0 2px;
	width:747px;
	clear:none;
}
#content #mainNavigation .moreCategoryInfo.active { display:block; }
#content #mainNavigation .moreCategoryInfo a {
	display:inline;
	width:auto;
	height:auto;
	color:#999;
	text-decoration:none;
}
#content #mainNavigation .moreCategoryInfo a:hover { text-decoration:underline; }
#content #mainNavigation .moreCategoryInfo.images a { margin-right:30px; }
#content #mainNavigation .moreCategoryInfo a img {
	vertical-align:middle;
	border:0;
}