div#calendar {
	z-index: 99;
	border: 1px solid #8B9F50; 
	width: 170px;
	background-color: #efefef;
	}
div#calendar_date {
	height: 16px;
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: #8B9F50;
	}
a#calendar_prev, a#calendar_next {
	width: 18px;
	height: 16px;
	}
a#calendar_prev {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/calendar_prev.png) no-repeat;
}
a#calendar_next {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/calendar_next.png) no-repeat;
}
div#calendar div#l_button {
	padding: 2px 0;
	text-align: center;
	}
div#calendar button {
	width: 60px;
	height: 17px;
	font-size: 9px;
	font-weight: normal;
	color: white;
	background-color: #8B9F50;
}
div#calendar table.calendar {
	margin: 2px auto;
	border-collapse: collapse; 
	}
div#calendar table.calendar td {
	width: 20px;
	padding: 1px;
	text-align: right;
	}
div#calendar table.calendar td.selected a {
	font-weight: bold;
	color: #660000;
	}
div#calendar table.calendar td.today a {
	font-weight: bold;
	color: black;
	}
div#calendar table.calendar a {
	text-decoration: none;
	color: black;
	}