/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
	font-family:arial,verdana !important;
}
.ui-datepicker-header {
	background: #47aeaa;
	color: #FFF;
	font-size:16px;
	line-height: 30px;
}
.ui-datepicker-title {
	text-align: center;
	text-transform:uppercase;
		font-family:arial,verdana !important;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../img/css/arrow-sh.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #47aeaa;
	border-bottom: 1px solid #47aeaa;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px 0;
	color: #fff;
}
.ui-datepicker tbody td {
padding:0;
	font-size: 10px;
	margin:0;

}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	/*border-bottom: 1px solid #bbb;*/
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	text-align: center;
	width:34px;
	height: 34px;
	line-height: 34px;
	color: #000;
	text-decoration:none;

}
.ui-datepicker-calendar .ui-state-default {
	background: #fff;
}
.ui-datepicker-calendar .ui-state-hover {
	background: #47aeaa;
	color:#fff;
}
.ui-datepicker-calendar .ui-state-active {
	background: #47aeaa;
	position: relative;
		color:#fff;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #fff;
	color: #ccc;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 34px;
	margin-left: 0px;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 34px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 34px;
	margin-bottom: 0;
}