.ui-datepicker-month, .ui-datepicker-year{
	background: transparent;
	border: none;
}
#ilcCal{
	height: 140px;
	overflow: hidden;
	font-size: 11px;
}
#ilcCal .spec{
	background: no-repeat center center;
}
#ilcCal .spec a{
	color: #666666;
}

#ilcCal .ui-icon-circle-triangle-e{
	background: url(smoothness/images/arrow_e.png) no-repeat;
}
#ilcCal .ui-icon-circle-triangle-w{
	background: url(smoothness/images/arrow_w.png) no-repeat;
}
#ilcCal .ui-datepicker-title{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
}
#ilcCal .ui-datepicker .ui-state-highlight{
	/*color: #273C01;*/
	/*border-bottom: 2px solid #DDDDDD;*/
	text-decoration: underline;
	font-weight: bold;
}
#ilcCal .ui-datepicker .ui-state-active{
	color: #273C01 !important;
}
#ilcCal .ui-datepicker-title{
	line-height: 1.2em;
}
#ilcCal .ui-datepicker .ui-state-default{
	text-align: center;
}