.DatePickerDaysNames, 
.DatePickerDay,
.DatePickerDayToday, 
.DatePickerSaturday,
.DatePickerSunday, 
.DatePickerYearPrevCell, 
.DatePickerYearNextCell, 
.DatePickerMonthPrevCell, 
.DatePickerMonthNextCell, 
.DatePickerYearCell, 
.DatePickerMonthCell,
.DatePickerTitleBarLink,
.DatePickerTitleBar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.DatePickerTable {
	border: 1px solid Black
}

/* --- TITLE BAR --- */
.DatePickerTitleBar {
	background-color: #5D5D5D;
	color: white;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

.DatePickerTitleBarCloseLink {
	color: #f2f2f2;
	font-weight: bold;
	text-decoration: none;
}

/* --- NAVIGATION BAR --- */

.DatePickerNavbarTable {
	background-color: #CCCCCC;
}
.DatePickerMonthPrevCell , .DatePickerMonthNextCell {
	background-color:  #CCCCCC;
	color: White;
	width: 10%;
}
.DatePickerMonthPrevLink, .DatePickerMonthNextLink {
	color: White;
	font-weight: bold;
	text-decoration: none;
}
.DatePickerMonthCell {
	background-color: #CCCCCC;
	color: Black;
	font-weight: bold;
	width: 30%;
	cursor: default;
}
.DatePickerYearPrevCell, .DatePickerYearNextCell {
	background-color:  #999999;
	color: White;
}
.DatePickerYearPrevCell { text-align: right; }
.DatePickerYearNextCell { text-align: left;}

.DatePickerYearPrevLink, .DatePickerYearNextLink {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}
.DatePickerYearCell {
	background-color: #999999;
	color: #Yellow;
	font-weight: bold;
	cursor: default;
}

/* --- TABLE WITH MONTH DAYS --- */

.DatePickerDaysNames {
	background-color: #DEDAD4;
	color: Black;
	padding: 5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 0px; 
	border-right: 0px; 
	cursor: default;
	font-weight: bold;
}
.DatePickerMonthTable {
	background-color: white;
}
.DatePickerDay, .DatePickerDayToday,
.DatePickerSaturday, .DatePickerSunday {
	text-align: center;
	padding: 3px;
}
.DatePickerDayToday {
	background-color: #f36f2e;
	color: White;
}
.DatePickerDayLink {
	color: Black;
	text-decoration: none;
}
.DatePickerSunday, .DatePickerSaturday,
.DatePickerSundayLink, .DatePickerSaturdayLink {
	text-decoration: none;
	background-color: #FFFF99;
	color: black;
}

