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;
	z-index:12345;
}
.datepickerContainer {
	/* background: #121212; */
	position: absolute;
	top:-1px; /* changed */
	/*left:-17px; /* changed */
	left:0; /* MK 06/06/2014 for biz services Calander */
}
.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	/*height: 10px;
	background: url(images/jet/datepicker_t.png);*/
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	/*height: 10px;
	background: url(images/jet/datepicker_b.png);*/
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	/*width: 10px;
	background: url(images/jet/datepicker_l.png);*/
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	/*width: 10px;
	background: url(images/jet/datepicker_r.png);*/
}
.datepickerBorderTL {
position: absolute;
	top: 0;
	left: 0;
	/*	width: 10px;
	height: 10px;
	background: url(images/jet/datepicker_tl.png);*/
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	/*width: 10px;
	height: 10px;
	background: url(images/jet/datepicker_tr.png);*/
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	/*width: 10px;
	height: 10px;
	background: url(images/jet/datepicker_bl.png);*/
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	/*width: 10px;
	height: 10px;
	background: url(images/jet/datepicker_br.png);*/
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: #eee;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
	border:1px solid #c6c6c6;
}
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;*/
	background-color:#e7e7e7;
}
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;
}
div.datepicker td.datepickerDisabled a,
	color: #999999;
}
div.datepicker td.datepickerDisabled.datepickerNotInMonth a{
	color: #dddddd;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}

/* custom */
.datepickerContainer { /*background:#c6c6c6;*/ }
.datepickerViewYears, .datepickerViewDays, .datepickerViewMonths{ /*border: 1px solid #c6c6c6;*/ background:#f9f9f9; position:relative; }
.datepickerViewYears thead, .datepickerViewMonths thead, .datepickerViewDays thead{ height:15px; background:url(../images/v1/calHd.jpg);}
.datepickerGoPrev  a , .datepickerMonth  a, .datepickerGoNext  a{ height:15px; line-height:15px;}
.datepickerGoNext, .datepickerGoPrev { position:relative; }
.datepickerGoPrev a { width:12px; height:13px;  background:url(../images/v1/calLeftArr.jpg); display:inline-block;/* position:absolute; top:2px; left:21px; margin-left:23px;*/ }
.datepickerGoNext a { width:12px; height:13px;  background:url(../images/v1/calRigArr.jpg);/* position:absolute; top:2px; left:0px; margin-right:23px;*/ }
div.datepicker a {color: #003571;}
.datepickerDoW th span { width:28px; height:14px; background:#003571; display:block; color:#ffffff; text-align:center; }
.datepickerDays tr td a { width:26px; height:18px; }
tbody.datepickerDays td.datepickerSelected{ /*background: #136A9F;*/width:26px; height:18px;  background:url(../images/v1/dateSel.jpg); }

.datepickerViewMonths .datepickerGoPrev a{ margin-left:31px;}
.datepickerViewMonths .datepickerGoNext a{ margin-right:31px;}
.datepickerMonth a:hover{background:url(../images/v1/calHd.jpg);}
/*.datepickerViewDays{ margin-right:10px;}
.datepickerViewDays thead{}*/
.datepickerViewYears { }
.datepickerViewDays .datepickerGoPrev , .datepickerViewDays .datepickerGoNext, .datepickerViewYears .datepickerGoPrev , .datepickerViewYears .datepickerGoNext{ position:realtive; }
.datepickerViewDays .datepickerGoPrev a { position:absolute; left:31px; top:1px; }
.datepickerViewDays .datepickerGoNext a { position:absolute; right:31px; top:1px; }
.datepickerViewYears .datepickerGoPrev a { position:absolute; left:31px; top:1px; }
.datepickerViewYears .datepickerGoNext a { position:absolute; right:31px; top:1px; }
.datepickerViewYears .datepickerMonth  a span { /*margin-left:20px; */}

div.datepicker table td.datepickerDisabled  a { color: #999999;}
div.datepicker table td.datepickerNotInMonth a { color:#dddddd; } 
div.datepicker table td.datepickerNotInMonth a:hover { color:#999999; }
div.datepicker td.datepickerDisabled a:hover {
	
	background:none;
}