/**
 * @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/)
 */
#cmbLanguage {width:120px;}

.msDropDown div {
    display:inline-block; 
    font-family:Lucida Grande,Arial,helvetica,sans serif;
    font-size:11px;
    color:#000000;    
}

.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 {
	background: url(../images/DisplaysValue.gif) repeat-x left;
	border:0px solid #9C9C9C;
	padding:1px 0 0 2px;
	width:auto;
	display:inline-block;
	position:absolute;
	font-weight:normal;
	font-size:11px;
}
.msDropDown .msDropDown_Child{border:1px solid #9C9C9C;display:none; width:auto; margin:0; padding:0; cursor:pointer; background-color:#FFFFFF; height:auto; overflow-y:auto; overflow-x:hidden}
.msDropDown .msEnabled{cursor:pointer}
.msDropDown .msDisabled{cursor:default;}
.msDropDown .msArrow{width:20px;padding:2px 0 3px 1px; position:relative; float:right;}
.msDropDown .msDropdownTitle{height:19px;width:auto; display:inline-block;float:left;padding-top:3px;padding-left:2px; overflow:hidden; font-size:11px;font-weight:bold;color:#3D3D3D;text-indent:5px;}
.msDropDown img{border:0}
.msDropDown a img.icon{padding-right:2px;}
.msDropDown .msDropDown_Child a{padding:3px 0 3px 2px; text-decoration:none; display:block; height:auto; clear:both; margin:0; width:130%;}
.msDropDown .msDropDown_Child a, .msDropDown .msDropDown_Child a:visited{color:#000000;}
.msDropDown .msDropDown_Child a:hover{color:#000000; background-color:#F0F0F6;}
.msDropDown .msDropDown_Child a.selected{color:#000000; background-color:#F0F0F6;}

