div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 414px;
	height: 227px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	margin: 0 auto;
	display: none;
	overflow: hidden;
	text-align: center;
}

div.datepicker a:hover {
	border:none;
}

.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
	width:100%;
}
div.datepicker a {
	color: #333;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align:center;
	padding:5px 0px;
	margin: 0;
	width: 202px;
	vertical-align: top;
}
div.datepicker table td.datepickerSpace {
	width: auto;
}
div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
tr.datepickerCurrD {
	height: 22px;
}
div.datepicker tr.datepickerDoW th {
	color:#393939;
	font-weight:bold;
	font-size:10px;
	padding:5px 0px;
}

.div.datepicker tbody a {
	display: block;
	text-align:center;
}

.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
}

.cal-outer {
	border:solid 1px #e7e7e7;
}

.datepickerDays td {
	text-align:center;
	width:14%;
	cursor:pointer;
}

div.datepicker table .datepickerDays td {
	padding: 1px 1px;
}

div.datepicker table .datepickerDays td a {
	display: block;
	padding: 2px 0;
	text-align: center;
	width: 100%;
	cursor:pointer;
}
div.datepicker table .datepickerDays td.datepickerSelected a {
	background:#ff6600;
}
div.datepicker table .datepickerDays td.datepickerSelected.datepickerNotInMonth a {
	background: #ffca5b;
}

.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}

td.datepickerNotInMonth a {
	color:#a4a4a4;
}
tbody.datepickerDays td.datepickerSelected {
	padding: 1px 2px;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}

.datepickerSpace div {
	width: 5px;
}

.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height:22px;
	color:#393939;
}

.datepickerGoPrev {
	background:none;
}

/*.datepicker .datepickerCurrD span {
	display: block;
}*/

.datepicker .datepickerGoPrev span,
.datepicker .datepickerGoNext span {
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center;
	cursor: pointer;
	height: 22px;
	width: 16px;
	display: inline-block;
}

.datepicker .datepickerGoPrev span {
	background-image: url('//ifrype.com/i/icons/grey_arrow_back.png');
}
.datepicker .datepickerGoNext span {
	background-image: url('//ifrype.com/i/icons/grey_arrow_next.png');
}

.datepicker .datepickerCurrD .datepickerMonth a span {
	color: #393939;
	text-shadow: 1px 1px #fff;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	display: block;
}

.datepickerGoNext a {
	float: right;
	display:block;
}
.datepicker th.datepickerMonth a {
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;

	background-color: #f1f2f3;
	background-image: url('//ifrype.com/i/sbook/buttons2/link.png');
	background-repeat: repeat-x;

	height: 22px;
	display: block;
}

.datepicker th.datepickerGoPrev a,
.datepicker th.datepickerGoNext a {
	position: relative;
	cursor: pointer;
	
	border: 1px solid #bebebe;
	
	background: url('//ifrype.com/i/sbook/buttons2/link.png') repeat-x #f1f2f3;

	height: 22px;
	line-height: 22px;
	display: block;
	width: 100%;
}
.datepicker th.datepickerGoPrev a {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
}
.datepicker th.datepickerGoNext a {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
}

.datepicker th.datepickerGoNext,
.datepicker th.datepickerGoPrev {
	width: 23px;
}

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: #818181;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
	color:#FFFFFF;
}

.datepickerMonth span {
    text-transform: capitalize;
}

.datepickerSelected a span {
	color:#fff;
}