.ui-datepicker{
	display:block;
	width:194px;
	background:#fff;
	border:1px #dcdcdc solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ui-datepicker-header{
	display:block;
	background:url(../images/calendar/header.png) top center no-repeat;
	height:20px;
	text-align:center;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#838282;
	padding:10px 5px;
	line-height:20px;
}
.ui-datepicker-prev{
	display:block;
	height:20px;
	width:20px;
	background:url(../images/calendar/arrows.png) 0 0 no-repeat;
	text-indent:-9999px;
	float:left;
	cursor:pointer;
}
.ui-datepicker-prev:hover{
	background:url(../images/calendar/arrows.png) 0 -21px no-repeat;
}
.ui-datepicker-next{
	display:block;
	height:20px;
	width:20px;
	background:url(../images/calendar/arrows.png) -20px 0 no-repeat;
	text-indent:-9999px;
	float:right;
	cursor:pointer;
	}
.ui-datepicker-next:hover{
	background:url(../images/calendar/arrows.png) -20px -21px no-repeat;
}

.ui-datepicker-title{}

.ui-datepicker-calendar{
	width:182px;
	border-collapse:separate;
	border-spacing: 1px;
	padding-bottom:8px;
	margin:auto;
}

.ui-datepicker-calendar th{
	font:bold 11px Tahoma, Geneva, sans-serif;
	text-align:center;
	color:#8a8a8a;
	padding:3px 0;
}

.ui-datepicker-calendar th.ui-datepicker-week-end{}

.ui-datepicker-calendar td{
	width:22px;
	height:18px;
	font:11px Tahoma, Geneva, sans-serif;
	text-align:center;
	background:#f3f3f3;
	border:1px solid #d5d5d5;
	margin:1px;
	cursor:pointer;
	}
	.ui-datepicker-calendar td a{
		color:#444;
		display:block;
		text-decoration:none;
	}
.ui-datepicker-calendar td:hover{
	background:#FF9619;
	border:1px solid #FF9619;
	}
	.ui-datepicker-calendar td:hover a{
		color:#fff;
		text-decoration:none;
	}
.ui-datepicker-calendar td a.ui-state-default {
	background-image:none;
}
.ui-datepicker-other-month{
	color:#bbb;
	background:#fdfdfd !important;
	cursor:default;
	border:1px solid #dedede !important;
}
.ui-datepicker-other-month:hover{
	color:#bbb !important;
	background:#fdfdfd !important;
	cursor:default !important;
	border:1px solid #dedede !important;
}
