.calendarCalendar {
	background-color:#223D5B;
	text-align:left;
}
 
.calendarTitle {
	font:bold 12px Tahoma;
	text-align:center;
	color: white;
	padding:5px;
}

.calendarArrowLeft {
	font:10px Tahoma;
	color:White;
	cursor:pointer; cursor:hand;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	background-color: #808080;
	background-image: url('/design/A/images/calendar/arr_left.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 20px;
	margin-left:5px;
	-moz-box-sizing:border-box;
<!--
	font:bold 10px Tahoma;
	text-align:center;
	cursor:hand; cursor:pointer;
	color: white;
	vertical-align: middle;
	padding-left:10px;
//-->	
}

.calendarArrowRight {
	font:10px Tahoma;
	color:White;
	cursor:pointer; cursor:hand;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	background-color: #808080;
	background-image: url('/design/A/images/calendar/arr_right.gif');
	background-repeat: no-repeat;
	background-position: 2px 4px;
	height: 20px;
	width: 20px;
	margin-right:5px;
	-moz-box-sizing:border-box;
<!--
	font:bold 10px Tahoma;
	text-align:center;
	cursor:hand; cursor:pointer;
	color: white;
	padding-right:10px;
//-->	

}

.calendarMonthContainer {
	text-align:center;
}

.calendarMonth {
	width:161px;
	margin-left:auto;
	margin-right:auto;
	background-color: #223D5B;
	padding-left: 4px;
	padding-right: 4px;
}

.calendarMonthTitle {
	height: 16px;
	font: bold 12px Tahoma;
	color: White;
	text-align:center;
	padding-top:5px;
	padding-bottom:7px;
	border: 1px solid #61758E;
	background-image: url('/design/A/images/calendar/bgmonthtitle.gif');
	background-repeat: repeat-x;
	background-position: center;
}

.calendarDayName {
	font: bold 11px Verdana;
	color: black;
	text-align:center;
	padding-top: 6px;
	padding-bottom: 6px;
	color: White;
}

.calendarDay {
	font:12px Tahoma;
	color: #DDDDDD;
	text-align:center;
	cursor:hand; cursor:pointer;
	height: 20px;
}

.calendarDayToday {
	font:bold 12px Tahoma;
	color:white;
	text-align:center;
	cursor:hand; cursor:pointer;
	background-image: url('/design/A/images/calendar/bgtoday.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
}

.calendarDayDisabled {
	font:11px Tahoma;
	color:#606060;
	text-align:center;
	height: 20px;
}

.calendarDaySelected {
	font:bold 12px Tahoma;
	color:white;
	background-image: url('/design/A/images/calendar/bgsel.gif');
	background-repeat: no-repeat;
	background-position: center;
	text-align:center;
	height: 20px;
	cursor:hand; cursor:pointer;
}

.calendarDaySpecial {
	font:12px Tahoma;
	color:red;
	text-align:center;
	height: 20px;
	cursor:hand; cursor:pointer;
}

.datePickerButton {
}
