.ui-widget {
font-family:helvetica,arial,verdana,clean,sans-serif;

}

.ui-datepicker {
	padding:0 0 0 0;
	width:248px;
	font-style:normal;
	font-size:1.2em;
}

.ui-datepicker table {
	margin:0 0 0 0;
}

.ui-widget-header
{
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px dotted #b9b8b3;
}

.ui-datepicker-title
{
	font-size:0.9em;
}

.ui-datepicker td
{
	padding:0;
}

.ui-datepicker td a
{
	text-align:center;
	padding:5px 0;
}

.ui-datepicker th span
{
	color:#b9b8b3;
}

.active-date
{
	color:#fff !important;
	background: #F1F1ED url(../images/highlightCalendar-event.gif) no-repeat center !important;
}

.active-date.ui-state-active
{
	color:#65625D !important;
	background: #F1F1ED url(../images/highlight-date-event.gif) no-repeat center !important;
}

.ui-state-highlight
{
	color:#65625D !important;
	background: #F1F1ED url(../images/highlightCalendar-today.gif) no-repeat center !important;
}


.ui-widget-content a:visited {
color:#65625D;
}


