@charset "UTF-8";
/* CSS Document */


/****
	Styles voor select boxes na DOM-manipulatie (mootools)
	
	SEE http://forum.mootools.net/viewtopic.php?id=10307
	
	OOK DE OVEREENKOMSTIGE STYLES IN CONTENT.CSS AANPASSEN!
****/
div.selectField {
	position: relative;
	left:0px;
	height:19px;
	background-color: #efefef;
	margin: 0px;
	padding: 0px;
	background-image: url(/img/visit_gent/bg/select_bg.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	cursor:default;
}
div#perso_select div.selectField,
div#uit_day div.selectField,
div#in_day div.selectField{
	width:41px;
	height:19px;
}
div#uit_month div.selectField,
div#in_month div.selectField{
	width:46px;
	height:19px;
}
div#uit_year div.selectField,
div#in_year div.selectField{
	width:51px;
	height:19px;
}
/* arrow button */
div.selectField div.status {
	padding: 0px;
	height: 19px;
	display: block;
	background-image: url(/img/visit_gent/bg/select_dropdown.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	cursor:pointer;
}
div.selectField:hover div.status {
	background-position: 100% 100%;
}
div.selectField div.status div.selected {
	padding: 2px 4px;
	font-size: 10px;
	color: #666666;
	display: block;
	overflow: hidden;
	cursor: pointer;
	height: 19px;
	line-height: 15px;
}
div.optContainer {
	display: none;
	position: absolute;
	font-size: 10px;
	padding: 0px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	width: 70px;
	height: 200px;
	overflow: auto;
	left: 0px;
	top: 19px;
}
div#uit_year div.optContainer,
div#in_year div.optContainer{
	height: 114px;
}
div#perso_select div.optContainer{
	height: 57px;
}
/*
div.optGroup div.optLabel {
	font-weight: bold;
}
*/
div.opt {
	cursor: default;
	padding: 2px 4px;
	color: black;
	height:15px;
	line-height:15px;
}
/*
div.optGroup div.opt {
	cursor: default;
	padding: 2px 2px 2px 15px;
}
*/
div.optContainer div.over {
	background: #bc260d;
	color: #ffffff;
}
div.optContainer div.disabled {
	color: #dddddd;
}
div.optContainer div.selected {
	background: #dddddd;
	color: #666666;
}
