table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ui-datepicker {
	width: 230px;
	height: auto;
	margin:5px auto 0 -5px;
	font: 9pt Arial, sans-serif;
	display:none;
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
	border:1px solid #ced1d2;
	box-shadow:0px 2px 2px #ABAFB2;
	border-top:0px;
}
.ui-datepicker-header {
	background: url(https://images.moneycontrol.com/images/2016/broker_research/cal_titbg.png) no-repeat 0 0;
	color: #fff;
	font:bold 17px Arial, Helvetica, sans-serif;
	height:28px;
	padding:15px 32px 0;
	text-shadow: 1px -1px 0px #000000;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 8px;
	height: 11px;
	text-align: center;
	cursor: pointer;
	line-height: 600%;
	margin-top:5px;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background: url(https://images.moneycontrol.com/images/2016/broker_research/arw_dt.png) no-repeat 0 0;
}
.ui-datepicker-next {
	float: right;
	background: url(https://images.moneycontrol.com/images/2016/broker_research/arw_dt.png) no-repeat 0 -19px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #eff2f5 0%, #e0e6ec 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff2f5), color-stop(100%,#e0e6ec));
	background-image: -webkit-linear-gradient(top,  #eff2f5 0%,#e0e6ec 100%);
	background-image: -o-linear-gradient(top,  #eff2f5 0%,#e0e6ec 100%);
	background-image: -ms-linear-gradient(top,  #eff2f5 0%,#e0e6ec 100%);
	background-image: linear-gradient(top,  #eff2f5 0%,#e0e6ec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff2f5', endColorstr='#e0e6ec',GradientType=0 );
	border-bottom: 1px solid #cfd4d7;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 9px;
	padding: 5px 0;
	color: #6c7174;
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 28px;
	color: #6c7174;
	font-size:13px;
}

.ui-datepicker td span, .ui-datepicker td a:hover {
	background:url(https://images.moneycontrol.com/images/2016/broker_research/dt_active_white.png) no-repeat 0 0;	
	border:0px solid #488d32;
	position: relative;
	color:#488d32;
	margin: -0px;
}
.ui-datepicker-calendar{ background:#ffffff}
.ui-datepicker-calendar tr th{ padding-left:7px;}
.ui-datepicker-calendar .ui-state-default {
	background: #ffffff;	
}
.ui-datepicker-calendar .ui-state-active {
	background:url(https://images.moneycontrol.com/images/2016/broker_research/dt_active_white.png) no-repeat 0 0;	
	border:0px solid #488d32;
	position: relative;
	color:#488d32;
	margin: -0px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f0f4f7;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 32px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 32px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 32px;
	margin-bottom: 0;
}
.ui-state-disabled{-khtml-opacity:.50; 
 -moz-opacity:.50; 
 -ms-filter:"alpha(opacity=50)";
  filter:alpha(opacity=50);
 /* filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);*/
  opacity:.50;}
  
  .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background:url(https://images.moneycontrol.com/images/2016/broker_research/dt_active.png) no-repeat 0 0;	
	border:0px solid #488d32;
	position: relative;
	color:#fff;
	margin: -0px;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #fff;
}