/* Datepicker
----------------------------------*/

.ui-datepicker { 
	margin: -3px 0 0 -5px;
	display: none;
	background-image: url('../img/jmenu.png');
	background-repeat: no-repeat;
	height: 215px;
	padding: 20px 0 0 0;
	}
	
.ui-datepicker {
	width: 225px;
	}
.ui-datepicker-header {
	position: relative;
	height: 30px;
	width: 200x;
	}
.ui-datepicker-buttonpane {
	}
.ui-datepicker-title {
	font-weight: bold;
	color: #6a778f;
	}
.ui-datepicker-prev {
	position: absolute;
	left: 20px;
	}
.ui-datepicker-next {
	position: absolute;
	right: 20px;
	}

table.ui-datepicker-calendar {
	width: 185px;
	margin: 2px 2px 2px 20px;
	border-collapse: collapse;
	}
table.ui-datepicker-calendar th {
	font-size: 77%;
	color: #6a778f;
	text-align: center;
	padding: 0 0 5px 0;
	}
table.ui-datepicker-calendar td {
	height: 25px;
	color: #ccd2dd;
	border: 1px solid #ccd3e1;
	}
table.ui-datepicker-calendar tbody {
	border-right: 1px solid #e3e7ee;
	border-bottom: 1px solid #e3e7ee;
	}
	
	
table.ui-datepicker-calendar td a {
	display: block;
	height: 20px;
	padding: 5px 0 0 0;
	width: auto;
	color: #4b74b1;
	}
	
.ui-datepicker-today {
	background-color: #eaf1fc;
	font-weight: bold;
	}
.ui-datepicker-today a {
	color: #31373e;
	}
a.ui-state-active {
	background: url('../img/today.png');
	font-weight: bold;
	color: #819d3b;
	}
.reserved {
	background-color: #f4f6f8;
	color: #6a778f;
	}
.reserved a.ui-state-default {
	color: #6a778f;
	}
.reserved a.ui-state-default:hover {
	text-decoration: none;
	}
	
	
	
a.ui-datepicker-next,
a.ui-datepicker-prev {
	background-image: url('../img/toggle.png');
	text-indent: -3000px;
	display: block;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	cursor: pointer;
	}
a.ui-datepicker-prev {
	background-position: 0 -180px;
	}
a.ui-datepicker-prev:active {
	background-position: 0 -200px;
	}
	
a.ui-datepicker-next {
	background-position: 0 -140px;
	}
a.ui-datepicker-next:active {
	background-position: 0 -160px;
	}
	
	
	
	
	
	
	
	
	
	

	
