.hasDatepicker{
	float: right;
    width: 100%;
}

.ui-datepicker thead{
	border-bottom:1px solid #E2E2E2;
	font-size:11px;
}
/* Reset */
.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0;
}

/* Calendar Wrapper */
.ui-datepicker {
	display: none;
	cursor: default;
	text-transform: uppercase;
	font-size: 12px;
	background: #fff;
	border:1px solid #e2e2e2;
}

/* Calendar Header */
.ui-datepicker-header {
	position: relative;
	background:url(../images/calender-top.jpg) no-repeat;
	padding:11px 0;
}

.ui-datepicker-title { text-align: center; }

/* Month */
.ui-datepicker-month {
	position: relative;
	padding-right: 15px;
	color: #565656;
	font-family: TrocchiRegular;
	color:#fff;
	font-size:15px;
}

.ui-datepicker-month:before {
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 5px;
	height: 5px;
	content: '';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* Year */
.ui-datepicker-year {
	padding-left: 8px;
	color: #fff;
	font-size:20px;
	font-family: TrocchiRegular;
}

/* Prev Next Month */
.ui-datepicker-prev,
.ui-datepicker-next {
	position: absolute;
	cursor: pointer;
	top:15px;
}

.ui-datepicker-prev {
	left: 10px;
	padding-left: 0;
}

.ui-datepicker-next {
	right: 10px;
	padding-right: 0;
}

.ui-datepicker-prev span,
.ui-datepicker-next span{
	display: block;
	width: 9px;
	height: 12px;
	text-indent: -9999px;
	background-image: url(../images/arrows.png);
	top:0;
}

.ui-datepicker-prev span { background-position: 0px 0px; }

.ui-datepicker-next span { background-position:-9px 0; }

.ui-datepicker-prev-hover span { background-position: 0px -13px; }

.ui-datepicker-next-hover span { background-position:-9px -13px; }

/* Calendar "Days" */
.ui-datepicker-calendar th {
	padding:7px 0;
	text-align: center;
	font-weight: normal;
	color: #a8a8a8;
}

.ui-datepicker-calendar td {
	text-align: center;
	line-height: 33px;
	background: url(../images/date-bg.jpg) repeat-x;
	border-bottom:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
}

.ui-datepicker-calendar .ui-state-default {
	display: block;
	outline: none;
	text-decoration: none;
	color: #595959;
	border: 1px solid #fff;
}
.ui-datepicker-calendar .ui-state-default:hover{
	background:url(../images/hover-dot.jpg) no-repeat center 24px;
}
/* Day Active State*/
.ui-datepicker-calendar .ui-state-active {
	color: #fff;
	border-color: #e2e2e2;
	background:url("../images/date-dot.png") no-repeat center 24px #C45C27;
}
.ui-datepicker-calendar .ui-state-active:hover{
	background:url("../images/date-dot.png") no-repeat center 24px #C45C27;
}
/* Other Months Days*/
.ui-datepicker-other-month .ui-state-default { color: #979797; }
span.ui-state-default{
	background:#fff;
}
span.ui-state-default:hover{
	background: url(../images/date-bg.png) repeat-x !important;
} 