
/* Date Picker */
img.ui-datepicker-trigger{
	position: relative;
	left: 5px;
	top: 2px;
}
.ui-datepicker {
	width: 280px;
	border: 1px solid #ccc;
	border-right: none;
	display: none;
	background: #fff;
}

.ui-datepicker-title {
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	border-right: 1px solid #ccc;
}

.ui-datepicker-prev, .ui-datepicker-next {
	position: absolute;
	top: 10px;
	cursor: pointer;
	width: 7px;
	height: 10px;
	text-indent: -99999;
}

.ui-datepicker-prev {
	left: 5px;
	background: url('../images/cal-prev.png') top left no-repeat;
}

.ui-datepicker-prev:hover {
	background: url('../images/cal-prev-active.png') top left no-repeat;
}

.ui-datepicker-next {
	right: 5px;
	background: url('../images/cal-next.png') top left no-repeat;
}

.ui-datepicker-next:hover {
	background: url('../images/cal-next-active.png') top left no-repeat;
}

.ui-icon-circle-triangle-e, .ui-icon-circle-triangle-w {
	display: none;
}

.ui-datepicker-calendar {
	width: 281px;
	height: 190px;
}

.ui-datepicker-unselectable {
	background: #e3e3e3;
}

.ui-datepicker-unselectable:hover {
	background: #e3e3e3 !important;
}

.ui-datepicker-unselectable:hover a{
	color: #000 !important;
}

.ui-datepicker-calendar a {
	text-decoration: none;
	color: #000;
}

 .ui-datepicker-calendar .ui-datepicker-current-day, .ui-datepicker-calendar td:hover {
 	background: #87cd2b;
 }

 .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar td:hover a {
 	color: #fff;
 }

.ui-datepicker-calendar td, .ui-datepicker-calendar th {
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: center;
	width: 40px;
	height: 35px;
}