	.calendarCalendar {
		border:1px solid #d2cfbd;
		background-image:url('background.gif');
		text-align:left;
	}
	.calendarTitle {
	font:bold 11px Arial;
	color:#bb9457;
	text-align:center;
	padding-bottom:1px;
	padding-top:4px;
	}
	.calendarArrowLeft {
		font:11px Arial;
		cursor:pointer; cursor:hand;
		background-image:url('arrow_left.gif');
		background-position:center center;
		background-repeat:no-repeat;
		height:9px;
		width:20px;
		margin-left:3px;
	}
	.calendarArrowRight{
		font:11px Arial;
		cursor:pointer; cursor:hand;
		background-image:url('arrow_right.gif');
		background-position:center center;
		background-repeat:no-repeat;
		height:9px;
		width:20px;
		margin-right:3px;
	}
	.calendarMonth {
		background-image:url('background_month.gif');
		background-repeat:no-repeat;
		background-position:center center;
	}
	.calendarMonthTitle {
		font:bold 11px Arial;
		text-align:center;
		padding-top:4px;
		padding-bottom:4px;
		color:#bb9457;
	}
	.calendarDayName {
		font:bold 11px Arial;
		color:#bb9457;
		text-align:center;
	}
	.calendarDay {
	font:11px Arial;
	color:#bb9457;
	text-align:center;
	cursor:pointer;
	cursor:hand;
	height:13px;
	width:22px;
	}
	.calendarDayToday {
		font:11px Arial;
		color:#bb9457;
		text-align:center;
		background-image:url('background_day_today.gif');
		background-repeat:no-repeat;
		background-position:center center;
		cursor:pointer; cursor:hand;
		height:13px;
		width:22px;
	}
	.calendarDayDisabled {
		font:11px Arial;
		color:#dad1cb;
		text-align:center;
		height:13px;
		width:22px;
	}
	.calendarDaySelected {
		font:11px Arial;
		color:#bb9457;
		text-align:center;
		background-image:url('date_selected.gif');
		background-repeat:no-repeat;
		height:13px;
		width:22px;
	}
	.calendarDaySpecial {
		font:11px Arial;
		color:#ffffff;
		text-align:center;
		background-image:url('background_day_special.gif');
		background-position:center center;
		background-repeat:no-repeat;
		height:13px;
		width:22px;
	}
	
	.calendarDatePickerButton {
		cursor:pointer; cursor:hand;
		vertical-align:bottom;
	}
