.datepickerDispo {
	position: absolute;
	border: 2px solid #1C3262;
	font-size: 14px;
	width: 244px;
	padding: 3px;
	height: 288px;
	background: #fff;
	line-height: normal;
	z-index: 3003;
}

.datepickerDispo.column_2 {
	width: 393px;
}

.datepickerDispo.column_3 {
	width: 592px;
}

.datepickerDispo.column_4 {
	width: 791px;
}

.datepickerDispo.column_5 {
	width: 990px;
}

/* header
********************************************************/
.datepickerDispo .header {
	position: relative;
	background: #1C3262;
	height: 40px;
	line-height: 40px;
	padding-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	padding-left:40px;
	padding-right:80px;
}

.datepickerDispo .header .title {
	text-align: center;
	padding-top: 1px;
	position: absolute;
	color: #fff;
	font-weight: bold;
	width: 99999px;
}

.datepickerDispo .header .titleText {
}
.datepickerDispo .header .next,
.datepickerDispo .header .previous,
.datepickerDispo .header .closeButton {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height:34px;
	background: #fff;
	text-align: center;
	color: #666;
	top: 0px;
	cursor: pointer;
	font-size:36px;
}
.datepickerDispo .header .previous {
	left: 0px;
}
.datepickerDispo .header .next {
	right: 40px;
}
.datepickerDispo .header .closeButton {
	right: 0px;
}

/* body
********************************************************/
.datepickerDispo .body {
	position: relative;
	top: 0px;
	left: 0px;
	height: 244px;
	overflow: hidden;
}

/* Columns */

.datepickerDispo .body .column {
	float: left;
	width: 244px;
	min-height: 244px;
	margin-left: 5px;
}

.datepickerDispo .body .column.column_1 {
	margin-left: 0;
}

.datepickerDispo .titleText .column {
	float: left;
	width: 120px!important;
	margin-left: 0px;
}

.datepickerDispo .titleText .column.column_1 {
	margin-left: 0;
}

/* Footer */

.datepickerDispo.footer {
	height: 280px;
}

.datepickerDispo .footer {
	margin-top: 3px;
	padding: 15px 5px;
	height: 26px;
}

/* time
********************************************************/
.datepickerDispo .time {
	width: 100%;
	height: 100%;
	background: #eee;
}

.datepickerDispo .time .hour,
.datepickerDispo .time .separator,
.datepickerDispo .time .minutes {
	border: 1px solid #ccc;
	background: #fff;
	width: 50px;
	font-size: 32px;
	position: absolute;
	top: 50px;
	text-align: center;
	padding: 2px;
}

.datepickerDispo .time .hour {
	left: 30px;
}
.datepickerDispo .time .separator {
	background: transparent;
	border: 0px;
	width: 10px;
	left: 91px;
}

.datepickerDispo .time .minutes {
	left: 110px;
}
.datepickerDispo .time .ok {
	position: absolute;
	top: 105px;
	width: 136px;
	left: 30px;
	font-size: 20px;
}

/* days-grid
********************************************************/
.datepickerDispo .days .day {
	float: left;
	background: #ccc;
	cursor: pointer;
	text-align: center;
	padding-top: 4px;
	width: 31px;
	overflow: hidden;
	height: 31px;
	margin: 0 3px 3px 0;
	line-height:23px;
}

.datepickerDispo .days .day0 {
	margin-right: 0;
}

.datepickerDispo .days .week5 .day {
	margin-bottom: 0;
}

/* days-colors
********************************************************/
.datepickerDispo .days .title {
	background: #35b4e3;
	font-weight: bold;
	color: #fff;
	cursor: default;
	margin-top:5px;
}

.datepickerDispo .days .otherMonth {
	background: #eee;
	color: #aaa;
}

/* months
********************************************************/
.datepickerDispo .months .month {
	float: left;
	background: #eee;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	width: 62px;
	height: 31px;
	padding-top: 15px;
	margin: 0 3px 3px 0;
}

.datepickerDispo .months .month3,
.datepickerDispo .months .month6,
.datepickerDispo .months .month9,
.datepickerDispo .months .month12 {
	margin-right: 0;
	width: 64px;
}

.datepickerDispo .months .month10,
.datepickerDispo .months .month11,
.datepickerDispo .months .month12 {
	margin-bottom: 0;
}

/* years
********************************************************/
.datepickerDispo .years .year {
	float: left;
	background: #eee;
	cursor: pointer;
	text-align: center;
	padding-top: 11px;
	width: 46px;
	overflow: hidden;
	height: 25px;
	margin: 0 3px 3px 0;
}

.datepickerDispo .years .year3,
.datepickerDispo .years .year7,
.datepickerDispo .years .year11,
.datepickerDispo .years .year15,
.datepickerDispo .years .year19 {
	margin-right: 0;
	width: 47px;
}

.datepickerDispo .years .year16,
.datepickerDispo .years .year17,
.datepickerDispo .years .year18,
.datepickerDispo .years .year19 {
	margin-bottom: 0;
	height: 26px;
}

/* global
********************************************************/
.datepickerDispo .selected {
	background: #1c9ac9 !important;
	color: #fff !important;
}

.datepickerDispo .days .otherMonth.selected {
	background: #bbbfc8 !important;
}

.datepickerDispo .unavailable,
.datepickerDispo .body .days .week .day.unavailable:hover {
	/*background: #edd !important;
	color: #b88 !important;*/
	cursor: default !important;
}

.datepickerDispo .days .week .day:hover,
.datepickerDispo .months .month:hover,
.datepickerDispo .years .year:hover {
	background: #5D6E95 !important;
	color: #fff !important;
}

.datepickerDispo .days.weeknumbers .day {
	width: 22px;
}

.datepickerDispo .days.weeknumbers .day.weeknumber,
.datepickerDispo .days.weeknumbers .day.weeknumber:hover {
	color: #AAA !important;
	width: 16px !important;
	background: #EEE !important;
}

.datepickerDispo table {
	border-spacing: 0;
}

.datepickerDispo th,
.datepickerDispo td {
	padding: 0;
}
