/**
 * @name: dd.css
 * @description: customize dropdown 
 * @author: Marghoob Suleman - http://www.marghoobsuleman.com/
 * @version: 1.3 
 * @date: March 09, 2009 
 * @released: March 30, 2009 {1.3}, March 22, 2009 {1.2}, March 20, 2009 {1.0}
 * @category: Javascript Custom Component
 * @copyright (c) 2009 Marghoob Suleman (powered by: http://www.giftlelo.com/)
 */
.msDropDown div{
	display:inline-block;
	color:#000000; text-align:left;
}

.coloredScroll {
	/*
	* Works only in IE.
	*/ 
	/*
	scrollbar-face-color: 3dface !important;
	scrollbar-shadow-color: ThreeDDarkShadow !important;
	scrollbar-highlight-color: ThreeDHighlight !important;
	scrollbar-3dlight-color: ThreeDLightShadow !important;
	scrollbar-darkshadow-color: ThreeDDarkShadow !important;
	scrollbar-track-color: Scrollbar !important;
	scrollbar-arrow-color: ButtonText !important;
	*/
}
.msDropDown {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Sans-Serif;
	font-size: 11px;
	color:#404040;	

	background-color:#c4192b;

	background-image:url(/img/icon_triangle_select_down.gif);
	background-repeat:no-repeat;
	background-position:94% 4px;
	
	border:1px solid #86111d;
	padding:0 0 2px 4px;
	width:100%;
	display:inline-block;
	position:absolute;
}
.msDropDown .msDropDown_Child{
	border:1px solid #86111d;
	display:none;
	width:100%;
	margin:0;
	padding:0;
	cursor:pointer;
	background-color:#ffffff;
	float:left;
	
	min-height:16px	!important;
	height:auto	!important;
	/* overflow-y:auto;
	overflow-x:hidden */
}
* html .msDropDown .msDropDown_Child{ height:16px	!important;}
html + body  .msDropDown .msDropDown_Child{ height:16px !important;}

.msDropDown .msEnabled{ cursor:pointer; }
.msDropDown .msDisabled{ cursor:default; }
.msDropDown .msArrow{
	width:16px;
	padding:1px 1px 3px 0;
	position:relative;
	float:right;
}
.msDropDown .msDropdownTitle{
	width:100%;
	display:inline-block;
	float:left;
	padding-top:2px;
	overflow:hidden;
}
.msDropDown img{ border:0 }
.msDropDown a img.icon{ padding-right:2px; }
.msDropDown .msDropDown_Child a{
	padding:1px 0 1px 2px;
	text-decoration:none;
	display:block;
	min-height:16px	!important;
	height:auto	!important;
	clear:both;
	margin:0;
	width:98%;
}
* html  .msDropDown .msDropDown_Child a{ height:16px	!important;}
html + body  .msDropDown .msDropDown_Child a{ height:16px !important;}
	
.msDropDown .msDropDown_Child a,
.msDropDown .msDropDown_Child a:visited{ color:#404040; }
.msDropDown .msDropDown_Child a:hover{
	color:#404040;
	background-color:#ebe026;
}
.msDropDown .msDropDown_Child a.selected{
	color:#404040;
	background-color:#ebe026;
}











.formulare_01 .msDropDown div{
	display:inline-block;
	color:#ffffff !important;
	text-align:left;
}

.formulare_01 .coloredScroll {
	/*
	* Works only in IE.
	*/ 
	/*
	scrollbar-face-color: 3dface !important;
	scrollbar-shadow-color: ThreeDDarkShadow !important;
	scrollbar-highlight-color: ThreeDHighlight !important;
	scrollbar-3dlight-color: ThreeDLightShadow !important;
	scrollbar-darkshadow-color: ThreeDDarkShadow !important;
	scrollbar-track-color: Scrollbar !important;
	scrollbar-arrow-color: ButtonText !important;
	*/
}
.formulare_01 .msDropDown {
		float:left;

		font-family: "Lucida Sans", "Lucida Sans Unicode", Sans-Serif;
		font-size: 13px;
		color:#ffffff !important;

		background-color: #7699cf;
		border:1px solid #cbcdc9;

		background-image:url('/img/icon_triangle_select_down_blue.gif');
		background-repeat:no-repeat;
		background-position:98% 6px;
	
		padding:2px 4px 0 8px !important;
		
		
		display:inline-block;
		position:absolute;
}




.formulare_01 .msDropDown .msDropDown_Child{
	border:1px solid #cccccc;
	display:none;
	width:100%;
	margin:0;
	padding:2px 4px 0 8px !important;
	cursor:pointer;
	background-color:#ffffff;
	float:left;
	color:#ffffff !important;
	
	min-height:16px	!important;
	max-height:96px	!important;
	height:auto	!important;
	overflow-y:auto	!important;
	z-index:99	!important;
}

* html .formulare_01 .msDropDown .msDropDown_Child{ height:16px	!important;}
html + body  .formulare_01 .msDropDown .msDropDown_Child{ height:16px !important;}


.formulare_01 .msDropDown .msEnabled{ cursor:pointer; }
.formulare_01 .msDropDown .msDisabled{ cursor:default; }
.formulare_01 .msDropDown .msArrow{
	width:16px;
	/* padding:1px 1px 3px 0; */
	position:relative;
	float:right;
	

}
.formulare_01 .msDropDown .msDropdownTitle{

	display:inline-block;
	float:left;
	padding-top:2px;
	overflow:hidden;
}
.formulare_01 .msDropDown img{ border:0 }
.formulare_01 .msDropDown a img.icon{ padding-right:2px; }
.formulare_01 .msDropDown .msDropDown_Child a{
	padding:0px 0 0px 2px;
	text-decoration:none;
	display:block;
	min-height:16px	!important;
	height:auto	!important;
	clear:both;
	margin:0;
}
* html  .formulare_01 .msDropDown .msDropDown_Child a{ height:16px	!important;}
html + body  .formulare_01 .msDropDown .msDropDown_Child a{ height:16px !important;}
	
.formulare_01 .msDropDown .msDropDown_Child a,
.formulare_01 .msDropDown .msDropDown_Child a:visited{ color:#404040; }
.formulare_01 .msDropDown .msDropDown_Child a:hover{
	color:#404040;
	background-color:#ebe026;
	/* width:296px; */
	/* width:282px; */
	width:100%;
	margin-left:-8px;
	padding-left:10px;
}
.formulare_01 .msDropDown .msDropDown_Child a.selected{
	color:#404040;
	background-color:#ebe026;
	/* width:296px; */
	/* width:282px; */
	width:100%;
	margin-left:-8px;
	padding-left:10px;
}










.formulare_01 .selectWidth_03 .msDropDown .msDropDown_Child a,
.formulare_01 .selectWidth_03 .msDropDown .msDropDown_Child a:visited{ color:#404040; }
.formulare_01 .selectWidth_03 .msDropDown .msDropDown_Child a:hover{
	color:#404040;
	background-color:#ebe026;
	/* width:190px; */
	width:100%;
	margin-left:-8px;
	padding-left:10px;
}
.formulare_01 .selectWidth_03 .msDropDown .msDropDown_Child a.selected{
	color:#404040;
	background-color:#ebe026;
	/* width:190px; */
	width:100%;
	margin-left:-8px;
	padding-left:10px;
}



.formulare_01 .selectWidth_04.msDropDown .msDropDown_Child a,
.formulare_01 .selectWidth_04 .msDropDown .msDropDown_Child a:visited{ color:#404040; }
.formulare_01 .selectWidth_04 .msDropDown .msDropDown_Child a:hover{
	color:#404040;
	background-color:#ebe026;
	/* width:50px; */
	width:100%;
	margin-left:-8px;
	padding-left:10px;
}
.formulare_01 .selectWidth_04 .msDropDown .msDropDown_Child a.selected{
	color:#404040;
	background-color:#ebe026;
	/* width:50px; */
	width:100%;
	margin-left:-8px;
	padding-left:10px;
}

















.docfinder_01 .msDropDown div{
	display:inline-block;
	color:#333333 !important;
	text-align:left;
}

.docfinder_01 .coloredScroll {
	/*
	* Works only in IE.
	*/ 
	/*
	scrollbar-face-color: 3dface !important;
	scrollbar-shadow-color: ThreeDDarkShadow !important;
	scrollbar-highlight-color: ThreeDHighlight !important;
	scrollbar-3dlight-color: ThreeDLightShadow !important;
	scrollbar-darkshadow-color: ThreeDDarkShadow !important;
	scrollbar-track-color: Scrollbar !important;
	scrollbar-arrow-color: ButtonText !important;
	*/
}
.docfinder_01 .msDropDown {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Sans-Serif;
	font-size: 13px;
	color:#333333 !important;

	background-color: #aac859 !important;
	border:1px solid #ffffff;

	background-image:url('/img/icon_triangle_select_down_green.gif');
	background-repeat:no-repeat;
	background-position:98% 6px;
	
	padding:2px 4px 0 8px !important;
	
	
	display:inline-block;
	position:absolute;
}
.docfinder_01 .msDropDown .msDropDown_Child{
	border:1px solid #86111d;
	display:none;
	width:100%;
	margin:0;
	padding:2px 4px 0 8px !important;
	cursor:pointer;
	background-color:#ffffff;
	float:left;
	color:#ffffff !important;
	min-height:16px	!important;
	height:auto	!important;
	
	z-index:99	!important;
}
* html .docfinder_01 .msDropDown .msDropDown_Child{ height:16px	!important;}
html + body  .docfinder_01 .msDropDown .msDropDown_Child{ height:16px !important;}

.docfinder_01 .msDropDown .msEnabled{ cursor:pointer; }
.docfinder_01 .msDropDown .msDisabled{ cursor:default; }
.docfinder_01 .msDropDown .msArrow{
	width:16px;
	/* padding:1px 1px 3px 0; */
	position:relative;
	float:right;
	

}
.docfinder_01 .msDropDown .msDropdownTitle{

	display:inline-block;
	float:left;
	padding-top:2px;
	overflow:hidden;
}
.docfinder_01 .msDropDown img{ border:0 }
.docfinder_01 .msDropDown a img.icon{ padding-right:2px; }
.docfinder_01 .msDropDown .msDropDown_Child a{
	padding:0px 0 0px 2px;
	text-decoration:none;
	display:block;
	min-height:16px	!important;
	height:auto	!important;
	clear:both;
	margin:0;
}
* html  .docfinder_01 .msDropDown .msDropDown_Child a{ height:16px	!important;}
html + body  .docfinder_01 .msDropDown .msDropDown_Child a{ height:16px !important;}
	
.docfinder_01 .msDropDown .msDropDown_Child a,
.docfinder_01 .msDropDown .msDropDown_Child a:visited{ color:#404040; }
.docfinder_01 .msDropDown .msDropDown_Child a:hover{
	color:#404040;
	background-color:#ebe026;
	width:296px;
	margin-left:-8px;
	padding-left:10px;
}
.docfinder_01 .msDropDown .msDropDown_Child a.selected{
	color:#404040;
	background-color:#ebe026;
	width:296px;
	margin-left:-8px;
	padding-left:10px;
}






.docfinder_01 .selectWidth_03 .msDropDown .msDropDown_Child a,
.docfinder_01 .selectWidth_03 .msDropDown .msDropDown_Child a:visited{ color:#404040; }
.docfinder_01 .selectWidth_03 .msDropDown .msDropDown_Child a:hover{
	color:#404040;
	background-color:#ebe026;
	width:190px;
	margin-left:-8px;
	padding-left:10px;
}
.docfinder_01 .selectWidth_03 .msDropDown .msDropDown_Child a.selected{
	color:#404040;
	background-color:#ebe026;
	width:190px;
	margin-left:-8px;
	padding-left:10px;
}














.kohleBox .msDropDown div{
	display:inline-block;
	color:#ffffff !important;
	text-align:left;
}

.kohleBox .coloredScroll {
	/*
	* Works only in IE.
	*/ 
	/*
	scrollbar-face-color: 3dface !important;
	scrollbar-shadow-color: ThreeDDarkShadow !important;
	scrollbar-highlight-color: ThreeDHighlight !important;
	scrollbar-3dlight-color: ThreeDLightShadow !important;
	scrollbar-darkshadow-color: ThreeDDarkShadow !important;
	scrollbar-track-color: Scrollbar !important;
	scrollbar-arrow-color: ButtonText !important;
	*/
}
.kohleBox .msDropDown {
		float:left;

		font-family: "Lucida Sans", "Lucida Sans Unicode", Sans-Serif;
		font-size: 13px;
		color:#ffffff !important;

		background-color: #57a6c5;
		border:1px solid #c0c2bd;

		background-image:url('/img/icon_triangle_select_down_kohle.png');
		background-repeat:no-repeat;
		background-position:98% 6px;
	
		padding:2px 4px 0 8px !important;
		
		
		display:inline-block;
		position:absolute;
}




.kohleBox .msDropDown .msDropDown_Child{
	border:1px solid #c0c2bd;
	display:none;
	width:100%;
	margin:0;
	padding:2px 4px 0 8px !important;
	cursor:pointer;
	background-color:#ffffff;
	float:left;
	color:#ffffff !important;
	
	min-height:16px	!important;
	max-height:96px	!important;
	height:auto	!important;
	overflow-y:auto	!important;
	z-index:99	!important;
}

* html .kohleBox .msDropDown .msDropDown_Child{ height:16px	!important;}
html + body  .kohleBox .msDropDown .msDropDown_Child{ height:16px !important;}


.kohleBox .msDropDown .msEnabled{ cursor:pointer; }
.kohleBox .msDropDown .msDisabled{ cursor:default; }
.kohleBox .msDropDown .msArrow{
	width:16px;
	/* padding:1px 1px 3px 0; */
	position:relative;
	float:right;
	

}
.kohleBox .msDropDown .msDropdownTitle{

	display:inline-block;
	float:left;
	padding-top:2px;
	overflow:hidden;
}
.kohleBox .msDropDown img{ border:0 }
.kohleBox .msDropDown a img.icon{ padding-right:2px; }
.kohleBox .msDropDown .msDropDown_Child a{
	padding:0px 0 0px 2px;
	text-decoration:none;
	display:block;
	min-height:16px	!important;
	height:auto	!important;
	clear:both;
	margin:0;
}
* html  .kohleBox .msDropDown .msDropDown_Child a{ height:16px	!important;}
html + body  .kohleBox .msDropDown .msDropDown_Child a{ height:16px !important;}
	
.kohleBox .msDropDown .msDropDown_Child a,
.kohleBox .msDropDown .msDropDown_Child a:visited{ color:#404040; }
.kohleBox .msDropDown .msDropDown_Child a:hover{
	color:#404040;
	background-color:#ebe026;
	/* width:296px; */
	/* width:282px; */
	width:100%;
	margin-left:-8px;
	padding-left:10px;
}
.kohleBox .msDropDown .msDropDown_Child a.selected{
	color:#404040;
	background-color:#ebe026;
	/* width:296px; */
	/* width:282px; */
	width:100%;
	margin-left:-8px;
	padding-left:10px;
}
