div.dropdown_box_container {
	float:					left;
	height:					24px;
	border:					1px solid #DBDAD9;
	background:				#fff;
	color:					#444545;
}

div.dropdown_box_list {
	background:				#fff;
	position:				absolute;
	display:				none;
	border:					1px solid #DBDAD9;
	border-bottom:			none;
	margin-top:				-1px;
	/*max-height: 			125px;*/
	overflow-y:				hidden;
	z-index:				2;
}

div.dropdown_box_list li {
	cursor:					default;
	margin-left:			0px;
	display:				none;
	height:					20px; /* WAS 25px, maar dan is ie te hoog [HJ] */
	line-height:			20px; /* WAS 25px, maar dan is ie te hoog [HJ] */
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	border-bottom:			1px solid #e2e2e2;
	padding:				2px 5px;
	vertical-align:			baseline;
	position:				relative;
	color:					#454546;
	z-index:				2;
}

div.dropdown_box_list ul.multiple li {
	padding:				2px 5px 2px 24px;
	background-image:		url("../images/checkbox_unchecked.gif");
	background-position:	6px;
	background-repeat:		no-repeat;
}

div.dropdown_box_list ul.multiple li.choice {
	background-image:		url("../images/checkbox_checked.gif");
}

div.dropdown_box_list ul.multiple li.optgroup,
div.dropdown_box_list ul.multiple li.optgroup.choice {
	background-image:		none;
	padding:				2px 5px;
}

div.dropdown_box_list ul li.optgroup span{
	font-weight: bold;
}

div.dropdown_box_list li input {
	display:				none;
}

.dropdown_box_value {
	font-family:			Arial,Helvetica,sans-serif;
	font-size:				12px;
	padding-left:			4px;
	padding-top:			2px;
	cursor:					default;
}

.dropdown_box_value input {
	height:					23px;
	padding-top:			0px;
	margin-top:				-3px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	background:				#fff;
	border:					none;
}

div.dropdown_container li.selected {
	background-color:		#eaeaea;
	color:					#0071AA;
}

div.dropdown_container li.choice {
	background-color:		#e0e0e0 !important;
	color:					#5D7A00 !important;
}

.green div.dropdown_container li.selected {
	background-color:		#e3eebf;
	color:					#389e47;
}

.green div.dropdown_container li.choice {
	background-color:		#d7f5b6 !important;
	color:					#389e50 !important;
}

.red div.dropdown_container li.selected {
	background-color:		#e3b1b1;
	color:					#ef4141;
}

.red div.dropdown_container li.choice {
	background-color:		#f0bbbc !important;
	color:					#c23434 !important;
}

.yellow div.dropdown_container li.selected {
	background-color:		#fdf8c3;
	color:					#e58925;
}

.yellow div.dropdown_container li.choice {
	background-color:		#ebe6b5 !important;
	color:					#e58925 !important;
}

.orange div.dropdown_container li.selected {
	background-color:		#fde6c3;
	color:					#e58925;
}

.orange div.dropdown_container li.choice {
	background-color:		#f2dcbb !important;
	color:					#e58925 !important;
}

.pink div.dropdown_container li.selected {
	background-color:		#fbd8e7;
	color:					#ee448e;
}

.pink div.dropdown_container li.choice {
	background-color:		#edccda !important;
	color:					#ee448e !important;
}

.blue div.dropdown_container li.selected {
	background-color:		#b4e4f9;
	color:					#0072ad;
}

.blue div.dropdown_container li.choice {
	background-color:		#abd9ed !important;
	color:					#0072ad !important;
}

div.dropdown_box_list li.show {
	display:				block;
}

div.dropdown_box_list ul {
	list-style:				none;
	padding:				0 !important;
	margin:					0 !important;
}

div.dropdown_box_value {
	cursor: 				default;
	float:					left;
	background:				#fff;
	height:					20px;
	overflow:				hidden;
}

div.dropdown_box_button {
	float:					right;
	width:					24px;
	height:					24px;
	cursor:					pointer;
	border-left:			1px solid #DBDAD9;
	padding:				1px 0px 0px 0px;
}
