body {
}
/* DatePicker Container */
.ui-datepicker {
	height: auto;
	height: auto;
	margin: 5px auto 0;
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.9em;
        border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
        padding: 3px;
        display: none;
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	color: #222222;
	font-weight: bold;
	line-height: 30px;
	border: 1px solid #aaaaaa;
        background: #cccccc;
}
.ui-datepicker-title {
	text-align: center;
        font-size: 1.2em;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('/images/arrow-datepicker.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: #ffffff;
}
.ui-datepicker th {
        text-align: center;
	font-weight: bold;
	font-size: 1em;
	padding: 5px 0;
	color: #222222;
}
.ui-datepicker tbody td {
	padding: 0;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 0px;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: right;
	width: 34px;
	height: 34px;
	line-height: 34px;
	color: #666666;
        margin: 1px;
        padding-right: 7px;
}
.ui-datepicker-calendar .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	font-weight: normal;
	color: #555555;
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	color: #fff;
	border: 1px solid #55838f;
	position: relative;
	margin: 1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 35px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 35px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 34px;
	margin-bottom: 0;
}