div.calendar_dates {
	
}
	div.calendar_dates div.no_dates {
		padding: 10px;
		border: 1px solid #ffc600;
		border-left: none; border-right: none;
		background: #ffeba6;
		color: #333;
		font-weight: bold;
	}
	
ul.calendar_dates li {
	padding-left: 20px !important;
}
ul.calendar_dates li.calendar_date {
	background: url('/images/calendar_icon.gif') no-repeat top left;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 5px;
}

/* Editing stuff for calendar dates */
