	.calendarCalendar {
		border:1px solid #E1D8C8;
	background-color: #EFEADE;
		text-align:right;
		background-image:url('background_month_ar.gif');
		background-repeat:repeat-x;
		background-position:top;
	}
	.calendarTitle {
	font: 12px bold Tahoma;
	color: #B31F10;
	text-align: center;
	font-weight: bold;
	background: none;
	padding-top:2px;
	padding-bottom:4px;
	text-transform: uppercase;
	}
	.calendarArrowLeft {
	font:0px Tahoma;
	color: #EFEADE;
	 cursor:hand;
	background-image: url('nextArrow.gif');
	background-repeat: no-repeat;
	background-position:center center;
	height: 22px;
	width: 20px;
		margin-left:3px;
	}
	.calendarArrowRight{
		font:0px Tahoma;
		color: #EFEADE;
		cursor:hand;
		background-image:url('prevArrow.gif');
		background-position:center center;
		background-repeat:no-repeat;
		height:22px;
		width:20px;
		margin-right:3px;
	}
	.calendarMonth {
		/*background-image:url('background_month_ar2.gif');
		background-position:center center;
		height:147px;*/
	}
	.calendarMonthTitle 
	{
		/*background-image:url('background_month_ar.gif');
		background-color:#EFEADE;*/
		font:12px Tahoma;
		text-align:center;
		padding:0 0 0 0 px;
		color:#B31F10;
	}
	.calendarDayName {
		font:11px Tahoma;
		color:#928f7e;
		text-align:center;
	}
	.calendarDay {
		font:11px Tahoma;
		color:#B31F10;
		text-align:center;
		cursor:pointer; cursor:hand;
		height:18px;
		width:22px;
	}
	.calendarDayToday {
		font:11px Tahoma;
		color:#666666;
		text-align:center;
	background-color: #D1C19B;
	background-image:url('background_day_today');
		background-repeat:no-repeat;
		background-position:center center;
		cursor:pointer; cursor:hand;
		height:18px;
		width:22px;
	}
	.calendarDayDisabled {
		font:11px Tahoma;
		color:#d6d5b1;
		text-align:center;
		height:18px;
		width:22px;
	}
	.calendarDaySelected {
		font:11px Tahoma;
		color:#000000;
		text-align:center;
	background-color: #D1C19B;
		background-image:url('date_selected.gif');
		background-repeat:no-repeat;
		height:18px;
		width:22px;
	}
	.calendarDaySpecial {
		font:11px Tahoma;
		color:#ffffff;
		text-align:center;
	background-color: #D1C19B;
		background-image:url('background_day_special.gif');
		background-position:center center;
		background-repeat:no-repeat;
		height:18px;
		width:22px;
	}
	
	.calendarDatePickerButton {
		cursor:pointer; cursor:hand;
		vertical-align:bottom;
	}
