div#calendar {
	font: 10px/14px Verdana,Arial,sans-serif;
	/*height: 250px;*/
	width: 172px;
	position:absolute;
	border: solid 1px #E5A700;
	background:  #E5E5E5;
	padding:0px;
	text-align:center;
	margin-top: -5px;
}

div#calendar div.calendar_months {
	/*background-color: #606060;*/
	color: #000000;
	float: left;
	width:100%;
	padding: 2px 0px;
}

div#calendar div.calendar_months div.month_prev {
	cursor: pointer;
	float: left;
	height: 14px;
	text-align: center;
	width: 15px;
	background:  url('../images/forms/calendar-left.gif')no-repeat center center;
}

/*
div#calendar div.calendar_months div.month_prev:before {
	content: '\AB'
} */

div#calendar div.calendar_months div.month_current {
	float: left;
	height: 14px;
	text-align: center;
	width: 140px;
}

div#calendar div.calendar_months div.month_next {
	cursor: pointer;
	float: left;
	height: 14px;
	text-align: center;
	width: 15px;
	background:  url('../images/forms/calendar-right.gif') no-repeat center center;
}

/*div#calendar div.calendar_months div.month_next:before {
	content: '\BB';
} */

div#calendar div.calendar_days {
	/*background-color: #606060;*/
	border-top: 1px solid #FFFFFF;
	float: left;
	padding: 2px;
	
}

div#calendar div.calendar_days div.header {
	float: left;
	clear:both;
	width:168px;
}

div#calendar div.calendar_days div.header div.weekday {
	color: #000000;
	height: 15px;
	float: left;
	margin: 2px;
	text-align: center;
	width: 20px;
  display:inline;	
}

div#calendar div.calendar_days div.week {
	float: left;
}

div#calendar div.calendar_days div.day {
	color: #000000;
	/*height: 15px;*/
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
	margin: 2px;
	text-align: center;
	width: 20px;

}

div#calendar div.calendar_days div.empty {
	background-color: #C0C0C0;
	width: 20px;
	height:12px;
	display:inline;
}

div#calendar div.calendar_days div.normal {
/*	background-color: #0000C0;*/
  background: url('../images/forms/calendar-day-bg.gif') no-repeat top left;
	cursor: pointer;
		display:inline;
}

div#calendar div.calendar_days div.current {
	/*background-color: #C00000;*/
	background: url('../images/forms/calendar-day-current-bg.gif') no-repeat top left;
	cursor: pointer;
	display:inline;
	color:#ffffff;
	font-weight: bold;
}
