div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
}
.datepickerContainer {
	background: #121212;
	position: absolute;
	top: 10px;
	left: 10px;

	background: #FDFEFF;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 1px 5px rgba(0,0,0,0.15);
}
.datepickerGoPrev, .datepickerGoNext, .datepickerMonth {
	background: #333;
	padding: 5px;
}
.datepickerGoPrev{
	border-radius:3px 0 0 0;
}
.datepickerGoNext{
	border-radius:0 3px 0 0;
}
div.datepicker .datepickerDoW th {
	background: #e4e8eb;
	color: #898E91;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 1px 0 white;
	padding: 4px 4px;
	text-align: center;
	box-shadow: 0 1px 0 #fff inset;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: #eee;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #666;
}
tbody.datepickerDays td.datepickerSelected{
	background: #136A9F;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #17384d;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: left;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #333;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}


div.datepicker .datepickerDays a {
	color: #6E7275;
	text-shadow: 0 1px 0 white;
}
div.datepicker .datepickerDays td.datepickerSelected a{
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}
div.datepicker .datepickerDays td.datepickerNotInMonth a {
	color: #BBB;
}
div.datepicker .datepickerDays td.datepickerSelected {
	background: #42ADF0;
	box-shadow: 0 1px 0 rgba(255,255,255,.1) inset;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}

div.datepicker .datepickerDays td, div.datepicker .datepickerDays th {
	text-align: center;
	padding:5px 3px;
	border-left: 1px solid rgba(0, 0, 0, .05);
	border-top: 1px solid rgba(0, 0, 0, .05);
	border-collapse: separate;
	border-spacing: 0;
	box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
	font-weight: bold;
	background: #F0F4F7;
}
div.datepicker .datepickerDays td.datepickerNotInMonth {
	background: white;
}
div.datepicker .datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #17384D;
	background: #0F7ABD;
	
}
div.datepicker .datepickerDays td.datepickerNotInMonth.datepickerSelected a {
	opacity: .7;
}

tbody.datepickerDays td.datepickerSelected {
	
}
div.datepicker .datepickerDays th {
	background: #E0E6EB;
	border-left: none;
	position: relative;
	border-right: 1px solid rgba(0, 0, 0, .2);
	box-shadow: none;
}
div.datepicker .datepickerDays th a{
	color:#aaa;
}
.datepickerDays tr:last-of-type th{
	border-radius:0 0 0 3px;
}
.datepickerDays tr:last-of-type td:last-of-type{
	border-radius:0 0 3px 0;
}
div.datepicker .datepickerDays th:after {
	width: 5px;
	content: ' ';
	position: absolute;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(rgba(0, 0, 0, 0.1)));
	height: 100%;
	right: 0;
	top: 0;
	border-top: none !Important;
	box-shadow: none;
	border-bottom: none;
}