.DatePickerContainer {
	border:				1px solid black;
	padding:			5px;
	box-shadow:			3px 3px 3px 0px #999999;
	background-color:		#ffffff;
	margin:				0 0 0 5px;
	}
.DatePickerTable {
	width:				auto;
	}
.DatePickerTable th,
.DatePickerTable td {
	padding:			0;
	}
.DatePickerTable thead th,
.DatePickerHeader th,
.DatePickerFooter th {
	text-align:			center;
	padding:			5px;
	}
.DatePickerTable tbody th {
	background-color:		#999999;
	}
.DatePickerTableLabel {
	margin:				0 5px 0 5px;
	}
.DatePickerDayContainer {
	cursor:				pointer;
	border:				1px solid transparent;
	}
.DatePickerCalendarWeekContainer {
	border:				1px solid transparent;
	}
.DatePickerDayContainer,
.DatePickerCalendarWeekContainer {
	vertical-align:			middle;
	text-align:			center;
	padding:			4px 4px 3px 4px;
	}
.DatePickerPeriodWeekEnd {
	background-color:		#f6f6f6;
	}
.DatePickerPeriodDay {
	background-color:		#dddddd;
	}
.DatePickerFeastDay {
	color:				#ff0000;
	}
.DatePickerDayContainer:hover {
	color:				#ffffff;
	background-color:		#999999;
	box-shadow:			1px 1px 1px 1px #666666;
	}
.DatePickerLastMonth,
.DatePickerNextMonth {
	color:				#999999;
	}
.DatePickerWeekend {
	color:				#bbbbbb;
	}
.DatePickerToday {
	border:				1px solid #ff0000;
	box-shadow:			1px 1px 1px 1px #666666;
	position:			relative;
	}
.DatePickerCurrentDay {
	border:				1px solid #0000ff;
	box-shadow:			1px 1px 1px 1px #666666;
	position:			relative;
	}
.DatePickerIconBox {
	position:			absolute;
	z-index:			1;
	}
