/**
 * @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:#1375B4; 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 {
	background:#ffffff;
	
	border:0px solid #c3c3c3;
	color : #999999;
	font-size : 12px; 
	font-family : Arial, Helvetica, sans-serif;
	background : #ffffff; 
	color:#999999;
	width : 150px;
	display:inline-block;
	z-index:100;

}
.msDropDown .msDropDown_Child{border:1px solid #c3c3c3;display:none; width:150px; margin:5px 0px 5px 0px; padding:0; cursor:pointer; background-color:#FFFFFF; height:auto; overflow-y:auto; overflow-x:hidden; z-index:100}
.msDropDown .msEnabled{cursor:pointer}
.msDropDown .msDisabled{cursor:default;}
.msDropDown .msArrow{width:2;padding:0px 0px 0px 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; height:auto; clear:both; margin:0; width:150%;}
.msDropDown .msDropDown_Child a, .msDropDown .msDropDown_Child a:visited{color:#999999;}
.msDropDown .msDropDown_Child a:hover{color:#999999; background-color:#f4f4f4;}
.msDropDown .msDropDown_Child a.selected{color:#1375B4; background-color:#f4f4f4;}

