div.wkdatepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 1000;
}
.wkdatepickerContainer {
	background: #ececec none repeat scroll 0 0;
	border-bottom: 1px solid #bbbbbb;
    border-radius: 0;
    box-shadow: 0 5px 0 -4px #f7f7f7, 0 5px 0 -3px #bbbbbb, 0 11px 0 -8px #f7f7f7, 0 11px 0 -7px #bbbbbb, 0 0 15px rgba(0, 0, 0, 0.3);
    padding: 0;
    position: absolute;
    top: 5px;
	left: 5px;
}
.wkdatepickerHidden {
	display: none;
}
div.wkdatepicker a {
	color: #000000;
	text-decoration: none;
	outline: none;
}
div.wkdatepicker table td {
	text-align: center;
	padding: 0;
	margin: 0;
	padding: 4px;
}
div.wkdatepicker tbody th {
	text-align: center;
}
div.wkdatepicker tbody a {
	display: block;
}
.wkdatepickerDays a {
	width: 20px;
}
.wkdatepickerDays .wkdatepickerWeek, .wkdatepickerDoW .wkdatepickerWeekTitle {
	background: #b2b2b2 none repeat scroll 0 0;
	padding: 0 3px;
	color: #000;
}
.wkdatepickerYears a,
.wkdatepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.wkdatepickerNotInMonth a {
    border-bottom: 1px solid #bbbbbb;
    color: #666666;
}
tbody.wkdatepickerDays td.wkdatepickerSelected{
	background: #148ad3 linear-gradient(#148ad3, #5db8f0) repeat scroll 0 0;
    border-color: #0b4d76;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) inset;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}
tbody.wkdatepickerDays td.wkdatepickerSelected a{
	color: #fff!important;
}
tbody.wkdatepickerDays td.wkdatepickerNotInMonth.wkdatepickerSelected {
	background: #148ad3 linear-gradient(#148ad3, #5db8f0) repeat scroll 0 0;
    border-color: #0b4d76;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) inset;
    color: white;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}
tbody.wkdatepickerYears td.wkdatepickerSelected,
tbody.wkdatepickerMonths td.wkdatepickerSelected{
	background: #17384d;
}
.wkdatepickerSpace div {
	width: 20px;
}
.wkdatepickerMonth{
	text-align: center!important;
	height: 20px;
	line-height: 20px;
}
.wkdatepickerGoNext a span,
.wkdatepickerGoPrev a span{
	color: #e0e0e0;
}
table.wkdatepickerViewDays thead tr:first-child{
	background: #393939 linear-gradient(#393939, #202020) repeat scroll 0 0;
    border: 1px solid black;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.3);
    color: #e0e0e0;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9);
}
table.wkdatepickerViewDays .wkdatepickerDoW{
	background: rgba(0, 0, 0, 0) linear-gradient(#222222, #555555) repeat scroll 0 0;
    color: #dadada;
    text-shadow: 0 1px 0 black;
}
table.wkdatepickerViewDays tbody.wkdatepickerMonths,
table.wkdatepickerViewDays tbody.wkdatepickerYears {
	display: none;
}
table.wkdatepickerViewMonths tbody.wkdatepickerDays,
table.wkdatepickerViewMonths tbody.wkdatepickerYears,
table.wkdatepickerViewMonths tr.wkdatepickerDoW {
	display: none;
}
table.wkdatepickerViewYears tbody.wkdatepickerDays,
table.wkdatepickerViewYears tbody.wkdatepickerMonths,
table.wkdatepickerViewYears tr.wkdatepickerDoW {
	display: none;
}
div.wkdatepicker a:hover{
	background: #148ad3 linear-gradient(#148ad3, #5db8f0) repeat scroll 0 0;
    border-color: #0b4d76;
    color: #fff;
}
div.wkdatepicker .wkdatepickerDisabled a:hover{
	background: #148ad3 linear-gradient(#ff1a1a, #ff8080) repeat scroll 0 0;
    border-color: #CD0000;
    color: #fff;
}
td.wkdatepickerDisabled a,
td.wkdatepickerDisabled.wkdatepickerNotInMonth a,
div.wkdatepicker td.wkdatepickerNotInMonth a:hover,
td.wkdatepickerDisabled a:hover{
	color: #bbb;
}
.fully-out-of-stock {
	background: #148ad3 linear-gradient(#ff1a1a, #ff8080) repeat scroll 0 0;
    border-color: #CD0000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) inset;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}
.fully-out-of-stock a:hover{
	background: #148ad3 linear-gradient(#ff1a1a, #ff8080) repeat scroll 0 0!important;
    border-color: #CD0000!important;
    cursor: default;
}
.wkdatepickerWeek a:hover{
	text-align: left;
	padding-left: 3px;
	width: 1070%;
	cursor: default;
}
