/* drop down month - C.R.S */

#calendar_month_drop_container
{
	float: left;
	width: 124px;
	height: 20px;
	border: 1px solid #E9E9E9;
	color: #141A49;
	font-weight: bold;
}

#calendar_month_drop_container_mo
{
	font-weight: bold;
	float: left;
	width: 95px;
	padding: 2px;
	height: 20px;
	text-align: center;
	margin: 0px auto;
}

#calendar_month_drop_button
{
	width: 16px;
	height: 16px;
	padding: 2px 4px;
	border-left: 1px solid #E9E9E9;
	float: right;
}


#calendar_month_drop_list_container
{	
	margin-top: 2px;
	left: 0px;
	 top: 20px;
	 float: none;
	 clear: both;
	 position: absolute;
	 z-index: 10000;
	 height: 250px;
	 width: 124px;
	 border-right: 1px solid #E9E9E9;
	 border-left: 1px solid #E9E9E9;
	 border-bottom: 1px solid #E9E9E9;
	 background-color: #FFF;
	 cursor: pointer;
	 display: none;

}


#calendar_month_drop_list_container ul
{
	list-style-type: none;
	/*
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;

	padding-top: 2px;
	padding-left: 7px;
	padding-right: 2px;
	padding-bottom: 2px;*/
	margin: 0px;
	padding: 0px;


}

#calendar_month_drop_list_container li
{
	font-size: 8pt;
	height: 18px;

}

#calendar_month_drop_list_container li:hover
{
	font-size: 8pt;
	height: 18px;
	font-weight: bold;

}
