.date-picker {
	background-color: #ada39a;
	color: #FFFFFF;
	width: 165px;
}
.month-line {
	width: 165px;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	text-align: center;
	cursor: pointer;
}
.week-line {
	width: 165px;
	color: #FFFFFF;
	font-size: 8pt;
	font-family: Verdana;
	text-align: center;
}
.day-grid {
	border: 1pt solid #ada39a; background-color : white;
	width: 165px;
	text-align: center;
	font-size: 8pt;
	font-family: Verdana;
	border-collapse: collapse;;
	background-color: white;
	cursor: pointer;
}
.current-month-selected {
	background-color: #ada39a;
	color:#FFFFFF;
}
.selected{
	background-color: #ada39a;
	color:#aaa;
}
.week-end {
	color:#aaa;
	background-color: #ded9d4;
}
.current-month-week-end {
	background-color: #ded9d4;
	color: black;
}
.other-day {
	color:#aaa;
}
.current-month-other-day {
	color: black;
}
.cant-be-selected {
	background-color:#eee;
	color:#D3D3D3;
}
.day-grid tr {
	height: 20px;
}
