.calendarCalendar {
	BORDER-RIGHT: #003265 1px solid; BORDER-TOP: #003265 1px solid; BORDER-LEFT: #003265 1px solid; BORDER-BOTTOM: #003265 1px solid; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: left
}
.calendarTitle {
	FONT: 12px Courier New; COLOR: #333333; TEXT-ALIGN: center
}
.calendarArrowLeft {
	FONT: bold 13px Courier New; MARGIN-LEFT: 8px; CURSOR: hand; COLOR: #333333
}
.calendarArrowRight {
	FONT: bold 13px Courier New; CURSOR: hand; COLOR: #333333; MARGIN-RIGHT: 8px
}
.calendarMonth {
	
}
.calendarMonthTitle {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; FONT: bold 12px Courier New; COLOR: white; PADDING-TOP: 4px; BACKGROUND-COLOR: #003265; TEXT-ALIGN: center
}
.calendarDayName {
	PADDING-BOTTOM: 4px; FONT: bold 10px Courier New; COLOR: white; PADDING-TOP: 4px; BACKGROUND-COLOR: #b8c6d3; TEXT-ALIGN: center
}
.calendarDay {
	FONT: 11px Courier New; CURSOR: hand; COLOR: #013366; TEXT-ALIGN: center
}
.calendarDayToday {
	FONT: 11px Courier New; CURSOR: hand; COLOR: white; BACKGROUND-COLOR: #003265; TEXT-ALIGN: center
}
.calendarDayDisabled {
	FONT: 11px Courier New; COLOR: #c0c2c1; TEXT-ALIGN: center
}
.calendarDaySelected {
	FONT: 11px Courier New; CURSOR: pointer; COLOR: navy; BACKGROUND-COLOR: #b8c6d3; TEXT-ALIGN: center
}
.calendarDaySpecial {
	FONT: 11px Courier New; CURSOR: pointer; COLOR: crimson; TEXT-ALIGN: center
}
.calendarDatePickerButton {
	VERTICAL-ALIGN: bottom; CURSOR: hand
}

