#callendar .ui-datepicker-header a {
	display: none;
}
#callendar .ui-datepicker-header .ui-datepicker-title {
	text-align: center;
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #0b4044;
}
#callendar table {
	margin: 0px;
	padding: 0px;
	width: 180px;
	border-width: 0px;
	border-style: none;
}
#callendar table *  {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;	
}

#callendar table thead tr th{
	border-top: 0px solid #afb298;
	border-right: 0px solid #afb298;
	border-bottom: 1px solid #afb298;
	border-left: 0px solid #afb298;
	font-weight: normal;
	line-height: 20px;
}
#callendar table tbody tr td {
	line-height: 18px;
	text-align: right;
	margin: 0px;
	padding: 0px 2px 0px 0px;
	border-width: 0px;
	border-style: none;
	font-size: 13px;
	color: #0b4044;
	background: #ead6ad;
}
#callendar table tbody tr td .ui-state-disabled {
	line-height: 18px;
	text-align: right;
	text-decoration:none;
	margin: 0px;
	padding: 0px 2px 0px 0px;
	border-width: 0px;
	border-style: none;
	font-size: 13px;
	color:#063;
	background-color:;
	background: #f6e3bd;
}
#callendar table tbody tr td .ui-state-active {
	line-height: 18px;
	text-align: right;
	text-decoration:underline;
	margin: 0px;
	padding: 0px 2px 0px 0px;
	border-width: 0px;
	border-style: none;
	font-size: 13px;
	color:#063;
	background-color:;
	background: #f6e3bd;
}

#callendar table tbody tr td a {
	color: #0b4044;
	text-decoration: none;
}
