div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:238px;
	height:231px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
	overflow:hidden;
}

div.datepicker a:hover {
	border:none;
}

.datepicker table {
	border-collapse:collapse;
}

.datepickerContainer {
	background: #FFF;
	padding-left:1px;
	padding-right:1px;
}

.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
}
.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;
}
div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}

div.datepicker tr.datepickerDoW th {
	background:#545454;
	color:#fff;
	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:0;
}

div.datepicker table .datepickerDays td a {
	display: block;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	cursor:pointer;
}

.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}

.datepicker .datepickerMonth a span {
	padding-top:2px;
}

td.datepickerNotInMonth a {
	color:#a4a4a4;
}
tbody.datepickerDays td.datepickerSelected{
	background:#ff6600;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #ffca5b;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}

div.datepicker tbody th {
	text-align:center;
}
.datepickerSpace div {
	width: 20px;
}

.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height:38px;
	/*line-height: 20px;*/
	color:#393939;
}

.datepickerGoPrev {
	background:none;
}

.datepicker .datepickerCurrD th {
	background:url('images/cal_head_rep.jpg') repeat-x;
}

.datepicker .datepickerCurrD span {
	display: block;
}

.datepicker .datepickerGoPrev span,
.datepicker .datepickerGoNext span {
	background: url("/calendar/img/nextprev.png") no-repeat scroll center center transparent;
	cursor: pointer;
	height: 12px;
	left: 9px;
	position: absolute;
	top: 15px;
	width: 6px;
}

.datepicker .datepickerGoNext span {
	background-position:0px 0px;
}

.datepicker .datepickerGoNext a:hover span {
	background-position:-6px 0px;
}

.datepicker .datepickerGoPrev a:hover span {
	background-position:-6px -12px;
}

.datepicker .datepickerGoPrev span {
	background-position:0px -12px;
}

.datepicker .datepickerCurrD .datepickerMonth a span {
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}

.datepickerGoNext a {
	float: right;
	display:block;
}

.datepicker th.datepickerMonth {
	background:url('images/cal_head.jpg') center top no-repeat;
}

.datepickerGoPrev a {
	float: left;
	display:block;
}

.datepicker th.datepickerGoNext {
	background:url('images/cal_head_right.jpg') no-repeat right top;
}

.datepicker th.datepickerGoPrev {
	background:url('images/cal_head_left.jpg') no-repeat left top;
}

.datepicker th.datepickerGoPrev a,
.datepicker th.datepickerGoNext a {
	position:relative;
	cursor:pointer;
}

.datepicker th.datepickerGoNext,
.datepicker th.datepickerGoPrev,
.datepicker th.datepickerGoPrev a,
.datepicker th.datepickerGoNext a {
	width:25px;
	
}

table.datepickerViewDays {
	border-bottom:solid 1px #e7e7e7;
}

table.datepickerViewDays td.first {
	border-left:solid 1px #e7e7e7;
}

table.datepickerViewDays td.last {
	border-right:solid 1px #e7e7e7;
}


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;
	color:#FFFFFF;
}

.datepickerMonth span {
    text-transform: capitalize;
}

.datepickerSelected a span {
	color:#fff;
}
