div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px!important;/*add by jay*/
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
	z-index: 10000;
}
.datepickerContainer {
	background: #ffffff;
	position: absolute;

}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
	height:195px;
/*	margin-right:6px;*/
}
div.datepicker table thead {
	background: #000000;
    font-size: 12px;
}
div.datepicker table td.datepickerSpace{
	padding-right:6px;
}
div.datepicker table.datepickerViewDays {
	border:1px solid #999999;
}
div.datepicker a {
	/*color: #0055aa;*/
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align: center;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #FFF;
	font-weight: normal;
    font-size: 11px;
}
div.datepicker tbody th {
	text-align: center;
}
div.datepicker th.datepickerWeek a {
	/*color:#2970ec;*/
    color:#FFFFFF;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	width: 22px;
	line-height: 22px;
	height: 22px;
	margin-right:1px;
}
.datepickerYears a,
.datepickerMonths a{
/*	width: 44px;*/
	width: 40px;	
	line-height: 36px;
	height: 36px;
	text-align: center;
    font-size: 12px;
}
div.datepicker .datepickerYears a:hover,
div.datepicker .datepickerMonths a:hover{
	width: 40px;
	line-height: 36px;
	height: 36px;
	text-align: center;
	border:none;
	text-decoration:underline;
}
tbody.datepickerDays {
    background: #656D78;
}
tbody.datepickerDays td {
    font-size: 12px;
}
.datepickerDays td a{
    color:#FFF;
}
td.datepickerNotInMonth a {
	color: #c8c8c8;
	border:none!important;
	background:none!important;
	width:22px!important;
	height:22px!important;
	line-height:22px!important;	
    font-size: 12px;
}
tbody.datepickerDays td.datepickerSelected a{
	width:20px;
	height:20px;
	line-height:20px;
	background: #656D78;
	color:yellow;
	border:1px solid yellow;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #656D78;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
	border:1px solid #0055aa;
	width:20px;
	height:20px;
	line-height:20px;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #c8c8c8;
	border:none;
	width:22px;
	height:22px;
	line-height:22px;	
}
div.datepicker tbody th {
	text-align: center;
}
.datepickerSpace div {
	width: 20px;
}
div.datepicker .datepickerGoNext a,
div.datepicker .datepickerGoPrev a{
	text-align: center;
	height: 24px;
	line-height: 24px;
	color:#fff;
}
div.datepicker .datepickerMonth a {
	text-align: center;
	height: 24px;
	line-height: 24px;
	color:#fff;
	/*width:141px;*/
}

div.datepicker .datepickerMonth a:hover {
	border:none;
	text-align: center;
	height: 24px;
	width:auto;
	line-height: 24px;
/*	width:141px;*/	
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}

.datepickerGoPrev a span,.datepickerGoNext a span{
	display:inline-block;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	width:0;height:0;
}
.datepickerGoPrev a span{
	border-right:6px solid #666;
    margin-top: 5px;
}
.datepickerGoPrev a:hover span{
	border-right-color:#333;
}
.datepickerGoNext a span{
	border-left:6px solid #666;
    margin-top: 5px;
}
.datepickerGoNext a:hover span{
	border-left-color:#333;
}

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: #ccc;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}
/*0729*/
table.datepickerViewDays thead tr{
height:24px;
line-height:24px;
}
table.datepickerViewDays thead tr.datepickerDoW{
background:none;
border-top: 1px solid #656D78;
}
table.datepickerViewDays thead tr.datepickerDow th span{
color:floralwhite;
}
table.datepickerViewDays thead tr th.datepickerGoPrev a{
	height: 24px;
	width:16px;
	line-height: 24px;
}
table.datepickerViewDays thead tr th.datepickerGoNext a{
	height: 24px;
	width:16px;
	line-height: 24px;
}
table.datepickerViewDays thead tr th.datepickerGoPrev a:hover,
table.datepickerViewDays thead tr th.datepickerGoNext a:hover{
	border:none;
	text-align: center;
	height: 24px;
	width:16px;
	line-height: 24px;
	background-position:0 -30px;
}
/* 2011-11-24 modified by  edutech  START */
div.datepicker table.datepickerViewMonths {
    border:1px solid #999999;
}
table.datepickerViewMonths thead tr{
height:24px;
line-height:24px;
}
table.datepickerViewMonths thead tr.datepickerDoW{
background:none;
}
table.datepickerViewMonths thead tr th.datepickerGoPrev a{
    height: 24px;
    width:16px;
    line-height: 24px;
}
table.datepickerViewMonths thead tr th.datepickerGoNext a{
    height: 24px;
    width:16px;
    line-height: 24px;
}
table.datepickerViewMonths thead tr th.datepickerGoPrev a:hover,
table.datepickerViewMonths thead tr th.datepickerGoNext a:hover{
    border:none;
    text-align: center;
    height: 24px;
    width:16px;
    line-height: 24px;
    background-position:0 -30px;
}
div.datepicker table.datepickerViewYears {
    border:1px solid #999999;
}
table.datepickerViewYears thead tr{
height:24px;
line-height:24px;
}
table.datepickerViewYears thead tr.datepickerDoW{
background:none;
}
table.datepickerViewYears thead tr th.datepickerGoPrev a{
    height: 24px;
    width:16px;
    line-height: 24px;
}
table.datepickerViewYears thead tr th.datepickerGoNext a{
    height: 24px;
    width:16px;
    line-height: 24px;
}
table.datepickerViewYears thead tr th.datepickerGoPrev a:hover,
table.datepickerViewYears thead tr th.datepickerGoNext a:hover{
    border:none;
    text-align: center;
    height: 24px;
    width:16px;
    line-height: 24px;
    background-position:0 -30px;
}

/* 2011-11-24 modified by  edutech  END */

div.datepicker .datepicker_calendar_button a:hover{
border:none;
}
div.datepicker .datepicker_calendar_button a{
/*display:inline-block;*/
text-align:center;
/*color:#fff;*/
width:60px;
/*height:24px;*/
height:20px;
line-height:20px;
}
