.basicdatepicker {
	white-space: nowrap;
}
.bdpWrapper {
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	border: 1px solid #989898;
	background: white;
	padding-bottom: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.bdpNextPrev {
	cursor: pointer;
}
.bdpPopUp {
	width: 165px;
	background: white;
}
.bdpPopUp td {
	padding: 4px;
	padding-bottom: 0px;
	text-align: center;
}
.bdpPopUp td {
	text-align: center;
}
.bdpPopUp, .bdpPopUp th, .bdpPopUp td, .bdpPopUp div {
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
}
.bdpPopUp a, .bdpPopUp a:link, .bdpPopUp a:visited, .bdpPopUp a:active, .bdpPopUp a:hover {
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: black;
	cursor: pointer;
}
.bdpTitle {
	width: 100%;
	/*background: #9EBEF5;*/
	/*height: 15px;*/
	height: 24px;
}
.bdpTitle td {
	padding: 0px 4px 0px 4px;
}
.bdpTitle th {
	width: 100%;
	/*font-weight: normal;*/
	font-weight: bold;
	white-space: nowrap;
	padding-bottom: 2px;
}
.bdpCalendar {
	width: 146px;
	margin: 1px auto 5px auto;
	border-collapse: collapse;
}
.bdpCalendar td {
	padding: 0;
	text-align: center;
}
td.bdpDay {
	color: #ACA899;
	text-align: center;
	padding-bottom: 1px;
	height: 17px;
	vertical-align: middle;
	border: 1px solid #BFBFBF;
	cursor: default;
}
div.bdpFooter {
	text-align: center;
	margin: -4px 5px -4px 15px;
	padding-left: 10px;
}
div.bdpFooter input {
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	width: 48px;
	margin: 5px 6px 1px 6px;
}
.bdpOtherMonthDay {
	background: #E0E0E0;
}
.bdpDayHeader {
	font-weight: bold !important;
	text-align: center;
	font-size: 10px !important;
}
td.bdpOtherMonthDay a, td.bdpOtherMonthDay a:link, td.bdpOtherMonthDay a:visited, td.bdpOtherMonthDay a:active, td.bdpOtherMonthDay a:hover {
	color: #000000 !important;
	cursor: pointer;
}
td.bdpSelectedDay {
	background-color: #CADDED !important;
	/*border: 1px solid #CADDED;*/
}
td.bdpTodayDay {
	border: 2px solid #C52800;
}
td.bdpWeekNumber {
	color: black;
	font-size: 8px;
	border-right: 1px solid #ACA899;
	background: #CEDEFA;
	text-align: right;
	padding: 0 3px;
}
img.bdpButton {
	vertical-align: top;
	margin-top: 1px;
	margin-left: 2px;
	cursor: pointer;
	border: 0;
}
a.bdpButton {
	margin-left: 2px;
}
div.bdpFootNote {
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	background: #EBEAE7;
	padding: 2px;
	text-align: center;
	margin: 4px;
}
.bdpMonthSelector {
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	border: 1px solid #989898;
	background: white;
	padding: 0px;
	width: 74px;
}
.bdpYearSelector {
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	border: 1px solid #989898;
	background: white;
	padding: 0px;
	width: 43px;
}
.bdpMonthSelector a, .bdpYearSelector a {
	padding: 1px 10px;
}
a.bdpMonthSelectorItem, a.bdpMonthSelectorItem:link, a.bdpMonthSelectorItem:visited, a.bdpMonthSelectorItem:active {
	display: block;
	text-decoration: none;
	color: black;
	text-align: left;
}
a.bdpYearSelectorItem, a.bdpYearSelectorItem:link, a.bdpYearSelectorItem:visited, a.bdpYearSelectorItem:active {
	display: block;
	text-decoration: none;
	text-align: center;
	color: black;
}
a.bdpMonthSelectorSelectedItem, a.bdpMonthSelectorSelectedItem:link, a.bdpMonthSelectorSelectedItem:visited, a.bdpMonthSelectorSelectedItem:active,
a.bdpMonthSelectorSelectedItem:hover, a.bdpMonthSelectorItem:hover {
	display: block;
	text-decoration: none;
	color: white;
	background: black;
	text-align: left;
}
a.bdpYearSelectorSelectedItem, a.bdpYearSelectorSelectedItem:link, a.bdpYearSelectorSelectedItem:visited, a.bdpYearSelectorSelectedItem:active,
a.bdpYearSelectorSelectedItem:hover, a.bdpYearSelectorItem:hover {
	display: block;
	text-decoration: none;
	text-align: center;
	color: white;
	background: black;
}
a.bdpYearSelectorImg {
	display: block;
	text-align: center;
	background-color: white;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.bdpSpecialDate a, td.bdpSpecialDate a:link, td.bdpSpecialDate a:visited, td.bdpSpecialDate a:active, td.bdpSpecialDate a:hover,
td.bdpSpecialDate a:visited:hover {
	font-weight: bold;
}
/* Uncomment to view WeekendDay style */
/* 
td.bdpWeekendDay {
	background: #EBEAE7;
	border: 1px solid #EBEAE7;
}
*/