/**
 * @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;}
#mes_ms_divtitle{background:none; width:121px;}
#mes_ms_title{padding-top:5px; width:93px !important; height:21px; background-color:#e3d9b5; padding-left:5px; }
#mes_ms{border:0; padding:0;width:121px; height:25px;}
#mes_ms_child{width:95px!important;}

#ano_ms_divtitle{ width:71px; background:none;}
#ano_ms_title{padding-top:5px; width:48px !important; height:21px; background-color:#e3d9b5; padding-left:0px;}
#ano_ms{border:0; padding:0;width:71px !important; height:25px;}
#ano_ms_child{width:50px!important;}

#setor_ms_divtitle{background:none; width:121px;}
#setor_ms_title{padding-top:5px; width:93px !important; height:21px; background-color:#e3d9b5; padding-left:5px; }
#setor_ms{border:0; padding:0;width:121px; height:25px;}
#setor_ms_child{width:95px!important;}

#estado_ms_divtitle{ width:71px; background:none;}
#estado_ms_title{padding-top:5px; width:50px !important; height:21px; background-color:#e3d9b5; padding-left:0px;}
#estado_ms{border:0; padding:0;width:71px !important; height:25px;}
#estado_ms_child{width:50px!important;}

#cidade_ms_divtitle{background:none; width:198px;}
#cidade_ms_title{padding-top:5px; width:170px !important; height:21px; background-color:#e3d9b5; padding-left:5px; }
#cidade_ms{border:0; padding:0;width:121px; height:25px;}
#cidade_ms_child{width:170px!important; height:200px !important; overflow-y:auto !important;}


.msArrow {
	background:none;
}

.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 {
	padding:0px 0 0 0px !important;
	display:inline-block;
	position:relative !important;
	color:#c0c0c0;
	font-size:12px;
	font-family:"verdana";
}
.msDropDown .msDropDown_Child{border:1px solid #c3c3c3;display:none; margin:0; padding:0; cursor:pointer; background-color:#e3d9b5; height:auto !important; overflow-y:auto !important; overflow-x:hidden !important;}
.msDropDown .msEnabled{cursor:pointer}
.msDropDown .msDisabled{cursor:default;}
.msDropDown .msArrow{padding:0; position:relative; float:right; width:21px; margin-left:0px;}
.msDropDown .msDropdownTitle{ display:inline-block;float:left; overflow:hidden;}
.msDropDown img{border:0}
.msDropDown a img.icon{padding-right:2px;}
.msDropDown .msDropDown_Child a{padding:0px 0 3px 0px; padding-left:5px; text-decoration:none;; display:block; height:auto !important; clear:both; margin:0; ;}
.msDropDown .msDropDown_Child a{color:#000000;}
.msDropDown .msDropDown_Child a:visited{color:#000000;}
.msDropDown .msDropDown_Child a:hover{color:#000000; background-color:#c0c0c0;}
.msDropDown .msDropDown_Child a.selected{color:#000000; background-color:#c0c0c0;}