/* dropdowns */		


	/*evenementen*/
	
	div#dropdowneventmonths input.dropDownTarget {
		width:211px;
		border:none;
		background: #ffffff url('/assets/images/dropdown_arrow_events.gif') no-repeat 192px 0px;
		margin:0px;
		padding:3px;
		height:15px;
		font-size:11px;
		color:#000000;
	}
	
	div#dropdowneventmonths input.dropDownTarget {
		cursor:pointer;
		cursor:hand;
	}
	div#dropdowneventmonths div.dropDown {
		border:1px solid #CCCCCC;
		height:80px;
		width:215px;
		overflow:auto;
		display:none;
		position:absolute;
		top:-2px;
		left:0px;
		background-color:#ffffff;
		color:#000000;
	}
	div#dropdowneventmonths div.dropDownContainer {
		position:relative;
		height:1px;
		line-height:1px;
		font-size:1px;
	}
	div#dropdowneventmonths div.dropDownContainer * {
		height:auto;
		line-height:15px;
		font-size:11px;
	}
	div#dropdowneventmonths div.dropDownRow {
		cursor:pointer;
		cursor:hand;
		padding:2px;
	}
	
	div#dropdowneventmonths div.hoverMode {
		background-color:#CCCCCC;
		font-size:11px;
		color:#000000;
	}
	div#dropdowneventmonths div.showRow {
		display:block;
	}
	
	
	
	
	
	
	/*tijd dropdown events*/
	
	div#eventStartDate input.dropDownTarget {
		width:66px;
		border:none;
		background: #B7E8EC url('/assets/images/dropdown_arrow_time.gif') no-repeat 56px 8px;
		margin:0px;
		padding:3px;
		height:17px;
		font-size:11px;
		color:#000000;
	}
	
	div#eventStartDate input.dropDownTarget {
		cursor:pointer;
		cursor:hand;
	}
	div#eventStartDate div.dropDown {
		border:1px solid #B7E8EC;
		height:80px;
		width:66px;
		overflow:auto;
		display:none;
		position:absolute;
		top:-2px;
		left:0px;
		background-color:#ffffff;
		color:#000000;
	}
	div#eventStartDate div.dropDownContainer {
		position:relative;
		height:1px;
		line-height:1px;
		font-size:1px;
	}
	div#eventStartDate div.dropDownContainer * {
		height:auto;
		line-height:15px;
		font-size:11px;
	}
	div#eventStartDate div.dropDownRow {
		cursor:pointer;
		cursor:hand;
		padding:2px;
	}
	
	div#eventStartDate div.hoverMode {
		background-color:#CCCCCC;
		font-size:11px;
		color:#000000;
	}
	div#eventStartDate div.showRow {
		display:block;
	}
	
	
	/*dropdownAanhef*/
	
	
	div#dropdownAanhef input.dropDownTarget {
		width:66px;
		border:none;
		background: #B7E8EC url('/assets/images/dropdown_arrow_time.gif') no-repeat 56px 8px;
		margin:0px;
		padding:3px;
		height:17px;
		font-size:11px;
		color:#000000;
	}
	
	div#dropdownAanhef input.dropDownTarget {
		cursor:pointer;
		cursor:hand;
	}
	div#dropdownAanhef div.dropDown {
		border:1px solid #B7E8EC;
		height:80px;
		width:66px;
		overflow:auto;
		display:none;
		position:absolute;
		top:-2px;
		left:0px;
		background-color:#ffffff;
		color:#000000;
	}
	div#dropdownAanhef div.dropDownContainer {
		position:relative;
		height:1px;
		line-height:1px;
		font-size:1px;
	}
	div#dropdownAanhef div.dropDownContainer * {
		height:auto;
		line-height:15px;
		font-size:11px;
	}
	div#dropdownAanhef div.dropDownRow {
		cursor:pointer;
		cursor:hand;
		padding:2px;
	}
	
	div#dropdownAanhef div.hoverMode {
		background-color:#CCCCCC;
		font-size:11px;
		color:#000000;
	}
	div#dropdownAanhef div.showRow {
		display:block;
	}
	
	
	/*Ga direct naar*/
	
	div#gadirectnaar input.dropDownTarget {
		width:175px;
		border:none;
		background: #ffffff url('/assets/images/dropdown_arrow_events.gif') no-repeat 156px 0px;
		margin:0px;
		padding:3px;
		height:15px;
		font-size:11px;
		color:#000000;
	}
	
	div#gadirectnaar input.dropDownTarget {
		cursor:pointer;
		cursor:hand;
	}
	div#gadirectnaar div.dropDown {
		border:1px solid #CCCCCC;
		height:80px;
		width:179px;
		overflow:auto;
		display:none;
		position:absolute;
		top:-2px;
		left:0px;
		background-color:#ffffff;
		color:#000000;
	}
	div#gadirectnaar div.dropDownContainer {
		position:relative;
		height:1px;
		line-height:1px;
		font-size:1px;
	}
	div#gadirectnaar div.dropDownContainer * {
		height:auto;
		line-height:15px;
		font-size:11px;
	}
	div#gadirectnaar div.dropDownRow {
		cursor:pointer;
		cursor:hand;
		padding:2px;
	}
	
	div#gadirectnaar div.hoverMode {
		background-color:#CCCCCC;
		font-size:11px;
		color:#000000;
	}
	div#gadirectnaar div.showRow {
		display:block;
	}
	