div.datePicker {
	position:absolute;
	min-width:24em;
	width:24em;
	z-index:9999;
	text-align:center;
	font-size: 9px;
	background:transparent;
	-moz-user-select:none;
	-khtml-user-select:none;
}

div.staticDP {
	position:relative;
	top:5px;
	left:0;
}

iframe.iehack {
	position:absolute;
	background:#fff;
	z-index:9998;
	padding:0;
	border:0;
	display:none;
	margin:0;
}

span.date-picker-control {
	cursor:pointer;
}

div.datePicker th span {
	display:inline;
	padding:0;
	margin:0;
	text-align:center;
	line-height:1em;
	border-width:0;
	background:transparent;
	font-weight:bold;
	cursor:pointer;
}

div.datePicker th span.month-display,
div.datePicker th span.year-display {
	cursor:default;
}

div.datePicker th span.prev-but,
div.datePicker th span.next-but {
	font-size:1.8em;
	cursor:pointer !important;
}

div.datePicker th span.today-but {
	text-align:center;
	margin:0 auto;
	width:100%;
	text-decoration:none;
	cursor:pointer !important;
	font-size: small;
	text-transform: uppercase;
}

div.datePicker thead th span.fd-disabled {
	color:#aaa;
	cursor:default !important;
}

div.datePicker th span.fd-day-header {
	text-align:center;
	margin:0 auto;
	width:2em;
	text-decoration:none;
	text-transform:lowercase;
	line-height:1.4em;
}

div.datePicker table {
	position:relative;
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
	border-spacing:2px;
	table-layout:fixed;
	border-collapse:separate;
	background-color: #F8D985;
	border: 1px solid #BB8661;
}

div.datePicker table td {
	border: 1px solid #BB8661;
	padding:0;
	text-align:center;
	vertical-align:middle;
	line-height:1.2em;
	cursor:pointer;
	height:1.8em !important;
	outline:none;
	background-color: #FFF8ED;
}

div.datePicker table th {
	border:0 none;
	padding:0;
	line-height:1em;
	font-weight:bold;
	color:#222;
	text-align:center;
	vertical-align:middle;
}

div.datePicker table td.date-picker-unused {
	padding:0;
	cursor:default !important;
	border: 0;
	background-color: transparent;
}

div.datePicker table thead th.date-picker-title {
	width:auto;
	height:auto;
	padding:0.4em 0;
	color: white;
	background-color: #428A43;
}

div.datePicker table th.date-picker-day-header {
	text-transform:lowercase;
	width:3em;
}

div.datePicker table th.date-picker-day-header span {
	display:block;
}

div.datePicker table td.date-picker-today {
}

div.datePicker table td.date-picker-selected-date {
	color:#333 !important;
	border: 0;
	background-color: transparent;
	font-weight: bold;
}

td.date-picker-highlight {
}

div.datePicker table td.out-of-range {
	color:#ccc !important;
	font-style:oblique;
	cursor:default !important;
	border: 0;
}

div.datePicker table td.day-disabled {
	color:#aaa !important;
	background:transparent !important;
	cursor:default !important;
}

div.datePicker table tbody {
}

div.datePicker table tbody td.date-picker-hover {
	font-weight: bold;
	border: 1px solid #222;
}