@charset "utf-8";

	.MyPulldownContent_button
	{
		border:1px solid transparent;
		cursor:pointer !important;
		text-decoration:none !important;
	}	
	
	.MyPulldownContent_button_hover
	{
		background-color:#ECF5FB !important;
		border:1px solid gray;
		background-image:url(button_bg.gif) !important;
		background-position:left;
		background-repeat:repeat-x;	
	}
	
	.MyPulldownContent_pulldownbox
	{
		z-index:101;
		background-color:#ffffff !important;

		/*
		background-image:url(box_bg.gif);
		background-position:bottom;
		background-repeat:repeat-x;
		
		
		margin-left:-10px;
		margin-top:2px;*/
		border-right:1px solid #445997 !important;
		border-left:1px solid #445997 !important;
		border-top:1px solid #445997 !important;
		border-bottom:3px solid #445997 !important;
				
		padding:0px 0px 0px 0px;
		vertical-align:middle;		
	}
	
	.MyPulldownContent_title
	{
		background-repeat:repeat-x;
		background-position:left top;
		vertical-align:middle;
		padding:0px 0px 3px 8px;	
	}
	
	.MyPulldownContent_content
	{
		overflow:auto;	
		padding:6px 4px 5px 15px;
		SCROLLBAR-FACE-COLOR: #dee3e7; 
		SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
		SCROLLBAR-SHADOW-COLOR: #dee3e7; 
		SCROLLBAR-3DLIGHT-COLOR: #d1d7dc; 
		SCROLLBAR-ARROW-COLOR: #006699; 
		SCROLLBAR-TRACK-COLOR: #efefef; 
		SCROLLBAR-DARKSHADOW-COLOR: #98aab1 
	}
		
	.MyPulldownContent_loading
	{		
		background-image:url(loading.gif);
		background-position:center middle;	
		background-repeat:no-repeat;
	}	
	
	

