#tooltip {
	position: absolute;
	width: 200px;
	z-index: 3000;
}

#balk {
	position: relative;
	height: 62px;
	width: 955px;
	margin: 0 0 0 5px;
	background-color:#FFF;
}
#goRight, #goLeft {
	position: absolute;
	width: 20px;
	height: 15px;
	top: 0px;
	text-indent: -9000px;
	cursor: hand;
	cursor: pointer;
}
#goRight {
	right: 0px;
	background: url(images/goRightarrow.gif) no-repeat right center;
}
#goLeft {
	left: 0px;
	background: url(images/goLeftarrow.gif) no-repeat left center;
}


#vrijzoeken {
	float:right;
	margin: 10px 0 10px 10px;
	position:relative;
	width:230px;
	z-index:75;
}
*+html #vrijzoeken {
	margin-left: 5px;
}
#vrijzoeken input {
	border: solid 1px #666;
	float: left;
	width: 190px;
	padding: 3px 2px 3px 2px;
	position: relative;
	height: 15px;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size: 1em;
}
*+html #vrijzoeken input {
	padding-top: 4px;
	
}
#vrijzoeken #filter,
#vrijzoeken #un-filter  {
	background: url(images/dropdownzoek.gif) no-repeat 4px 7px;
	position: relative;
	float: left;
	width: 23px;
	height: 23px;
	text-indent: -9000px;
	cursor: hand;
	cursor: pointer;
}
#vrijzoeken #un-filter  {
	display: none;
	background: url(images/un-filter.gif) no-repeat 4px 5px;
}
.ui-resizable-e, .ui-resizable-w {
	background-color: red;
	bottom: 0px;
	cursor: e-resize;
	font-size: 0.1px;
	height: 100%;
	position: absolute;
	top: 0px;
	width: 10px;
}
ui-resizable-handle {
	overflow: auto;
}

.ui-resizable-e {
	right: 0px;
	overflow: auto;
	background:url(images/bckgr_drag_E.gif) no-repeat left top;
}
* html .ui-resizable-e {
	right: -1px;
}
.ui-resizable-w {
	left: 0px;
	overflow: auto;
	background:url(images/bckgr_drag_W.gif) no-repeat left top;
}

*+html .ui-resizable-e {
	right: 0px;
}
*+html .ui-resizable-w {
	left: 0px;
}

#calendar-container {
	width: 950px;
	/* height: 100px; */
	overflow: hidden;
	position: relative;
	padding: 1px 0;
	margin-left: 5px;
}
#calendar-holder {
	width: 830px;
	margin-left: 120px;
	position: relative;
}
#locationlist {
	position: absolute;
	width :120px;
	left: 0px;
	top: 0px;
	z-index: 10;
	background-color: #FFF;
	padding-top: 15px;
	border: solid 1px #000;
	border-top: none;
	border-left: none;
}
*+html #locationlist {
	padding-top: 18px;
}
* html #locationlist {
	padding-top: 18px;
}
#locationlist ul,
#locationlist ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
#locationlist ul li {
	margin: 0;
	padding: 0 2px 0px 0;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	text-align: right;
	line-height: 12px;
}

#calendar {
	width: auto;
	position: relative; 
/*	height: 80px; */
	left: 0px;
	top: 0px;
	z-index: 5;
}

#agenda-container {
	margin-left:5px;
	overflow:hidden;
	padding:1px 0;
	position:relative;
	width:950px;
}

#agenda-holder {
	position:relative;
	width:950px;
}

.dag {
	width: 80px;
	height: 80px;
	border: solid 1px red;
	position: relative;
	float: left;
}

.uitvoering {
	background-color: #FFF;
	position: relative;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	clear:both;
	overflow: hidden;
	float:left;
	margin-bottom:5px;
	width:100%;
}
.highlightstar {
	position:absolute;
	left: 50%;
	margin-left: -11px;
	top: -5px;
	display:block;
	width: 21px;
	height: 21px;
	background: transparent url(images/highlight-star.png) no-repeat left top;
}
.highlight .highlightstar {
	display: block;
	
}
.voorstellingcol {
	
}
.genrecol div.star {
	position: absolute;
	margin-left: 89px;
	margin-top: -1px;
	height: 22px;
	width: 18px;
}
.genrecol .highlightstar {
	left: 0px;
	top: 0px;
	margin-left: 0px;
	position: absolute;
}

.uitvoering .visual,
.uitvoering .text {
	float: left;
}
.uitvoering .visual {
	width: 40%;
}
.uitvoering .tijd {
	display: none;
}

	.uitvoering .visual .image {
		overflow: hidden;
		width: 100%;
		position: relative;
		background-color:#CCCCCC;
		z-index:5;
	}
	.uitvoering .visual .image img{
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -50px;
		margin-top: -50px;
	}
	.uitvoering .visual .genre{
		height: 10px;
		background-color:#CCCCCC;
		margin-top: 1px;
		text-transform: uppercase;
		font-size: 9px;
		/*overflow: hidden;*/
		color: #FFF;
		z-index:10;
	}
	.uitvoering .visual .genre table {
		
	}
	.genre table {
		width: 100%;
		height: 10px;
		border-collapse: collapse;	
		border: none;	
	}
	.genre table td {
		border: none !important;	
		height: 10px;	
		width: 1%; /* needed for Safari */
	}
.uitvoering .text {
	width: 56%;
	margin-left: 2px;
	margin-top: 2px;
	padding-bottom: 2px;
	
	}
	.uitvoering h2 {
		/*display: inline;*/
		font-weight: bold;
		font-size: 1em;
		margin-bottom: 0px;
	}
	.uitvoering p {
		font-size: 1em;
		/*display:inline;*/
		margin: 0;
		text-transform:normal;
		
		line-height: 120%;
	}
	.uitvoering p.usp {
		display: none;
		text-transform: none;
	}


.uitvoering .functional {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	font-size: 9px;
	width: 100%;
	height: 12px;
	background-color: #666;
	
}
.uitvoering .functional input {
	margin: 1px;
	width: 13px;
	height: 13px;
}
.ui-draggable-dragging .functional {
	background-color: #000;
}
.uitvoering .functional a {
	display: none !Important;
}
.uitvoering .showfunctions {
	
}
.uitvoering .showfunctions a {
	display: block !Important;
}
.uitvoering .location {
	position: relative;
	float: right;
	display: none;
}

.uitvoering .enlarge {
	width: 100%;
	min-height: 100%;
	text-indent: -9000px;
	top: 0px;
	right: -1px;
	position: absolute;
	display:block;
}
* html .uitvoering .enlarge {
	height: 500px;
	top: auto;
	bottom: 0px;
	
	
}
.uitvoering .showEnlarge{
	width: 100%;
	min-height: 100%;
	border: solid 1px #000;
	top: 0px;
	background: transparent url(images/greyout.png) repeat left top;
	bottom: -1px;
	right: -1px;
	text-indent: 0px;
	position: absolute;
	display:block;
}
* html .uitvoering .showEnlarge{
	background: transparent url(images/greyout_IE6.gif) repeat left top;
	top: auto;
	
	
}
.uitvoering .enlarge a.btn {
	display: none;
}
.uitvoering .showEnlarge a.btn {
	cursor: hand;
	cursor: pointer;
	display: block;
	position: absolute;
	border: solid 1px #FFF;
	margin: 0 0 0 3px;
	bottom: 5px;
	right: 5px;
}
#mijnHFcontainer .uitvoering .showEnlarge {
	height: 108px;
}
#mijnHFcontainer .uitvoering .showEnlarge a.btn {
	bottom: 22px;
}
.uitvoering .showEnlarge a.btn_add {
	bottom: 31px;
} 


.uitvoering .uitvoering {
	
	width: 100%;
	max-height: 90px;
	clear :both;
	float: left;
	position: relative;
	margin-bottom: 5px;
	border: solid 1px #000;
	padding: 1px;
}

.balkdag {
	position: relative;
	float: left;
	border-left: dotted 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	height: 24px;
	margin-top: 18px;
	z-index: 5;
	font-size: 9px;
	background-color: #ededed;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.bd_first {
	border-left: none !important;
}
#slider .bd_first {
	border-left: dotted 1px black !important;
}
.balkdag span,
.balkdag div {
	padding: 1px 2px;
}
.balkdag span {
	display: block;
	text-align: center;
}
.balkdag div {
	font-size: 1.3em;
	text-align: center;
	
	font-family: "Times New Roman", Times, serif;
}


#slider, #daycontainer {
	position: absolute;
	left: 0px;
	z-index: 70;
	cursor: move;
	height: 62px;
	background:url(images/bckgr_daycontainer.gif) repeat-x left top;
	overflow: hidden;
}
#daycontainer {
	margin-right: -3px;
}
#daycontainer .balkdag {
	position: relative;
	float: left;
	border: none;
	border-left: dotted 1px black;
	background-color: transparent;
	
	color: #000;
	height: 26px;
	margin-top: 18px;
	z-index: 5;
	
}
#daycontainer .balkdag span {
	text-transform: uppercase;
	}
#daycontainer .balkdag div {
	font-weight: bold;
	padding-top: 3px;
	
}
.ui-resizable-handle {
	z-index: 100;
}

/* overviewtable */
.overviewtable {
	border-collapse: collapse;
}

.overviewtable th {
	text-align:center;
	background-color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	padding: 0 0 2px 0;
	height: 15px;
	vertical-align: bottom;
	cursor: hand;
	cursor: pointer;
}
.biggest .overviewtable th,
.width-3 .overviewtable th {
	font-size: 1.3em !important;
}
.overviewtable td {
	border: solid 1px #000;
	background: #f1f1f1;	
	vertical-align: top;
	padding:0px;
	height: 24px;
}
.overviewtable td .genre{
	height: 11px;
	background-color:#cccccc;
	position: relative;
	margin-bottom: 1px;
	
}
#calendar .overviewtable td .genre {
	cursor: hand;
	cursor: pointer;
} 
#uitvoeringdragcontainer {
	z-index: 2000;
	position: absolute;
}
#uitvoeringdragcontainer .ui-draggable-dragging {
	width: 200px !important;
	border: solid 1px #000;
}

.width-3 .uitvoering h2 {
	display:block;
	font-size: 1.2em;
	margin: 0;
	clear: both;
}

.width-3 .uitvoering .text {
	padding: 0px 4px 4px 4px;
	font-size: 1.2em;
	width: 64%;
}


.width-3 .uitvoering .text .tijd,
.width-3 .uitvoering .text .location,
.width-3 .uitvoering .text h2,
.width-3 .uitvoering .text p {
	padding: 1px 0 3px 0;
}


.width-3 .uitvoering .text h2 {
	padding-bottom: 1px;
	line-height: 100%;
}

.width-3 .uitvoering .text p {
	text-transform: uppercase;
}


.width-3 .uitvoering .text p.usp {
	display: block;
	line-height: 120%;
	text-transform: none;
	color: #666;
	
}
.width-3 .uitvoering .tijd {
	display: block;
	width: 45px;
	float: left;
	color: #333;
	padding-top: 2px; /* omdat cijfers allemaal KAPITAAL zijn*/
}
.width-3 .location {
	line-height: 100%;
	color: #333;
	font-size: 1em;
	display: block;
	width: 76%;
	text-align: right;
}


.width-4 .uitvoering .text {
	padding: 2px 3px 3px 3px;
	font-size: 1.1em;
	width: 132px;
}
.width-4 .uitvoering h2 {
	font-size: 1.2em;
	line-height: 100%;
	margin-bottom: 2px;
}
.width-4 .uitvoering .text p {
	font-size: 1.1em;
}
.width-4 .uitvoering .text p.usp {
	display: block;
	font-size: 1em;
	margin-top: 2px;
	color:#666666;
}

.width-5 .uitvoering .text {
	padding: 1px 1px 1px 1px;
	font-size: 1em;
	width: 109px;
}
.width-5 .uitvoering h2 {
	font-size: 1.2em;
	line-height: 100%;
	margin-bottom: 1px;
}
.width-5 .uitvoering .text p {
	font-size: 1.1em;
}
/* genre-selector*/

#genre_selector_container {
	
	float: left;
	margin: 10px 0px 10px 10px;
	border: solid 1px #666;
	position: relative;
}

#select_allgenres,
#all_genres,
#all_genres li {
	float: left;
}

#select_allgenres {
	background-color: #FFF;
	color: #000;
	text-transform: uppercase;
	border: solid 2px #FFF;
	
	padding: 2px 3px 0 2px;
}
#all_genres {
	border: solid 1px #fff;
	position: relative;
	margin: 0 !important;
}
#all_genres_hider {
	display: none;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6; 
	background-color: #fff !important;
	padding: 0px !important;
	margin: 0px !important;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}
* html #all_genres_hider {
	height: 18px;
	
}
#genre_selector #all_genres li {
	background-color: #99CC00;
	margin: 1px;
	list-style-type: none;
	padding: 1px 4px 1px 3px;
}
#genre_selector input {
	margin: 0px;
	padding: 0;
	float: left;
}
*+html #genre_selector input {
	width: 13px;
	height: 13px;
}
* html #genre_selector input {
	width: 13px;
	height: 13px;
}
#genre_selector label {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
	float: left;
	line-height: 100%;	
}
*+html #genre_selector label {
	height: 13px;
}
* html #genre_selector label {
	height: 13px;
}
/* end: genreselector */
/* start: locatieselector */
#locatie_selector_container,
#bnr_selector_container,
#showhighlights  {
	border:1px solid #666666;
	float:left;
	margin: 5px 0px 10px 10px;
	position:relative;
	z-index: 75;
	width: 160px;
}

#showhighlights {
	padding:5px 2px 1px 24px;
	background: url(images/showhighlights.gif) no-repeat 2px 1px;
	text-transform: uppercase;
	height: 15px;
	cursor: hand;
	cursor: pointer;
	width: 68px;
}
*+html #showhighlights {
	padding-top: 6px;
}

.showinghighlights  {
	background: url(images/showhighlights.gif) no-repeat 2px -21px !important;
}
#locatie_selector_container {
	display: none;
	
}
#locatie_selector {
	position:relative;
	
}
#select_alllocaties,
#select_allBNRs  {
	background: #FFF url(images/dropdownarrow.gif) no-repeat 146px 8px;
	color: #000;
	text-transform: uppercase;
	width: 154px;
	height: 15px;
	padding: 3px 2px 3px 4px;
	float: left;
	cursor: hand;
	cursor: pointer;
}


#locatie_selector input {
	float:left;
	margin:0;
	padding:0;
	width: 13px;
	height: 13px;
}
*+html #locatie_selector input {
	margin-top: 1px;
}
#locatie_selector label {
	float:left;
	line-height:100%;
	margin:0;
	padding:1px 0 0 2px;
	width: 130px;
}
*+html #locatie_selector label {
	padding-top: 3px;
}
#locatie_selector li label  {
	padding:1px 0 2px 2px;
	
}
ul#all_locatie,
ul#all_BNRs {
	position: absolute;
	left: 0px;
	border: solid 1px #000;
	border-bottom: 0px;
	top: 15px;
	background-color: #FFF;
	width: 156px;
	display: none;
}
ul#all_locatie li,
ul#all_BNRs li {
	list-style-type: none;
	margin: 0;
	padding:  3px;
	border-bottom: 1px solid #000;
	float: left;
	width: 150px;
	clear: both;
	background-color: #fff;
	cursor: hand;
	cursor: pointer;
}

ul#all_locatie li:hover,
ul#all_BNRs li:hover,
ul#all_locatie li.ie_hover,
ul#all_BNRs li.ie_hover  {
	background-color: #f1f1f1;
}

ul#all_locatie li input,
ul#all_locatie li label {
	float: left;
}
/* end: locatieselector */
/* start: bnr selectie */
#bnr_selector_container {}
#bnr_selector {}
#select_allBNRs {
	padding: 5px 2px 1px 4px;
}
*+html #select_allBNRs {
	padding-top: 6px;
}
#selectedBNR {
	display: none;
	position: absolute;
	background:#FFFFFF url(images/un-filter.gif) no-repeat scroll 146px 4px;
	left: 0px;
	top: 0px;
	color:#000000;
	float:left;
	height:15px;
	padding:5px 2px 1px 4px;
	text-transform:uppercase;
	width:154px;
	cursor: hand;
	cursor: pointer;
}
#selectedBNR span {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 12px;
	border-left: 1px solid #000;
}
#alle_BNRs ul {}
#alle_BNRs ul li {}
/* end: bnr selectie */
.highlight .dimmer{
	display: none;
}

.dimmer {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 50;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5; 
}
* html .dimmer {
	height: 150px;
}
#calendar-holder td.dimTD {
	background-color: #CCCCCC;
}
#agenda-container td.dimTD {
	background-color: #999999;
}


.filter-options {
	height: 85px;
	padding: 3px;
	border: 1px solid #ccc;
}

.filter-options .item {
	float: left;
	font-size: 11px;
}


.filter-options select, .filter-options input {
	font-size: 11px;
	
}
.filter-options input {
	
	width: 125px;
}

.filter-options .item-locatie select {
	width: 200px;
}
*+html .filter-options .item-locatie select {
	width: auto;
}
.filter-options .item-highlight {
	background: url(images/highlight-star.png) no-repeat left 18px;
	padding-bottom: 10px;
	
}
.filter-options .item-highlight input{
	width: 13px;
	height: 13px;
	margin: 3px 0 0 20px;
	padding: 0;
}
#mijnHFcontainer .uitvoering h2 {
	display: block;
}


.width-3 {
	width: 949px !important;
}
.width-3  .overviewtable {
	width: 8227px;
}

.width-3 .uitvoering .visual,
.width-3 .uitvoering .visual .image,
.width-3 .uitvoering .visual .genre {
	width: 100px;
}
.width-3 .uitvoering .visual .image {
	height: 100px;
}
.width-3 #agenda-holder .dag-th {
	width: 316px;
}
.width-3 #agenda-holder td.agendadag,
.width-3 #agenda-holder .uitvoering  {
	width: 315px;
}



.width-4 {
	width: 948px !important;				/* mask = ( daywidth * [number of visible days] ) */
}
*+html .width-4 {
	width: 949px !important;
}
.width-4  .overviewtable {
	width: 6161px;							/* fulltable = ( daywidth * {days in the festival}*/
}

.width-4 .uitvoering .visual,
.width-4 .uitvoering .visual .image,
.width-4 .uitvoering .visual .genre {
	width: 94px; 							/* visualwidth = ( math.round (0.4 * daywidth) )*/		
}
.width-4 .uitvoering .visual .image {
	height: 94px;
}
.width-4 #agenda-holder .dag-th {
	width: 237px;							/* tdwidth =  ( daywidth + 1 ) */
}
.width-4 #agenda-holder td.agendadag,
.width-4 #agenda-holder .uitvoering  {
	width: 236px;							/* daywidth =  ( math.round ({950} / [number of visible days] ) ) */
}


.width-5 {
	width: 950px !important;
}
.width-5  .overviewtable {
	width: 4939px;
}

.width-5 .uitvoering .visual,
.width-5 .uitvoering .visual .image,
.width-5 .uitvoering .visual .genre {
	width: 76px;
}
.width-5 .uitvoering .visual .image {
	height: 76px;
}
.width-5 #agenda-holder .dag-th {
	width: 190px;
}
.width-5 #agenda-holder td.agendadag,
.width-5 #agenda-holder .uitvoering  {
	width: 189px;
}



.width-6 {
	width: 948px !important;
}
.width-6  .overviewtable {
	width: 4107px;
}

.width-6 .uitvoering .visual,
.width-6 .uitvoering .visual .image,
.width-6 .uitvoering .visual .genre {
	width: 63px;
}
.width-6 .uitvoering .visual .image {
	height: 63px;
}
.width-6 #agenda-holder .dag-th {
	width: 158px;
}
.width-6 #agenda-holder td.agendadag,
.width-6 #agenda-holder .uitvoering  {
	width: 157px;
}


.width-7 {
	width: 945px !important;
}
.width-7  .overviewtable {
	width: 3509px;
}

.width-7 .uitvoering .visual,
.width-7 .uitvoering .visual .image,
.width-7 .uitvoering .visual .genre {
	width: 54px;
}
.width-7 .uitvoering .visual .image {
	height: 54px;
}
.width-7 #agenda-holder .dag-th {
	width: 135px;
}
.width-7 #agenda-holder td.agendadag,
.width-7 #agenda-holder .uitvoering  {
	width: 134px;
}


.width-8 {
	width: 946px !important;
}
.width-8  .overviewtable {
	width: 3070px;
}

.width-8 .uitvoering .visual,
.width-8 .uitvoering .visual .image,
.width-8 .uitvoering .visual .genre {
	width: 47px;
}
.width-8 .uitvoering .visual .image {
	height: 47px;
}
.width-8 #agenda-holder .dag-th {
	width: 118px;
}
.width-8 #agenda-holder td.agendadag,
.width-8 #agenda-holder .uitvoering {
	width:117px;
}



.width-9 {
	width: 946px !important;
}
.width-9  .overviewtable {
	width: 2732px;
}

.width-9 .uitvoering .visual,
.width-9 .uitvoering .visual .image,
.width-9 .uitvoering .visual .genre {
	width: 42px;
}
.width-9 .uitvoering .visual .image {
	height: 42px;
}
.width-9 #agenda-holder .dag-th {
	width: 105px;
}
.width-9 #agenda-holder td.agendadag,
.width-9 #agenda-holder .uitvoering  {
	width: 104px;
}


.body .uitvoering .visual .image { /* for use withing #tooltip*/
	height: 80px;
}
.body .uitvoering .visual img.smallimage { /* for use withing #tooltip*/
	display:none;
}
.body .uitvoering .text h2 { 
	font-family: "Times New Roman", Times, serif !important;
	font-size: 1.3em;
}
.body .uitvoering .text p { 
	font-size: 1.2em;
}
.body .uitvoering .highlightstar { 
	display: none;
}

.audioplayer { display:block;width:300px;background-color:#f1f1f1;margin-top:10px; }
.audioplayer .audiotitle { display:block;padding:5px;font-size: 11px; }



