/* DatePicker Container */
.ui-datepicker {
	
	height: auto;
	
	border:#000 solid 1px;
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background:#000;
	color: #e0e0e0;
	font-weight: bold;	
	text-shadow: 1px -1px 0px #000;	
	line-height: 40px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-title span{ margin:0 5px; font-size:20px;}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background-image: url('/home/artmuse/images/sub/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -25px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 5px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	width:14.2%;
	font-size:12px;
	text-transform: uppercase;
	padding: 15px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
}
.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;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #666666;
	/*text-shadow: 1px 1px 0px #fff; */
}
.ui-datepicker-calendar .ui-state-default {
	background: #FFF;
	/*box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);*/
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #ffbe00;
	
	/* box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;	*/	
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width:100%;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width:100%;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	width:100%;
	height: 100%;
	margin-bottom: 0;
}