<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ui-datepicker-div{
	background:#fff;
	/*width:519px;*/
	min-width: 240px;
	/*height:269px;*/
	padding-bottom:15px;
	display: none;
}

.ui-datepicker-prev, .ui-datepicker-next{
	width:22px;
	height:28px;
	background:#272727;
	display:block;
	cursor:pointer;
	position:absolute;
	top:19px;
	text-indent:-9000px;
}

.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled{
	display:none;
}

.ui-datepicker-prev{
	left:18px;
	background:url(/imagerie/booking/booking-engine/ui-datepicker-prev.png) 0 0 no-repeat;
}

.ui-datepicker-next{
	right:18px;
	background:url(/imagerie/booking/booking-engine/ui-datepicker-next.png) 0 0 no-repeat;
}

.ui-datepicker-group{
	width:232px;
}

.ui-datepicker-group-first{
	float:left;
	margin:0 0 0 18px;
}

.ui-datepicker-group-last{
	float:right;
	margin:0 18px 0 0;
}

.ui-datepicker-title{
	font:italic 20px/20px 'FuturaCom-BoldCondensed', arial;
	text-transform:uppercase;
	color:#333;
	margin:26px 0 12px 0;
	text-align:center;
}

.ui-datepicker-calendar{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-collapse: separate;
}

.ui-datepicker-calendar tr{
	height:32px;
}

.ui-datepicker-calendar td, .ui-datepicker-calendar th{
	font:normal 11px/11px arial, sans-serif;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:1px;
	color:#999;
	text-align:center;
}

.ui-datepicker-calendar th{
	padding:16px 0 0 0;
	height:16px;
	color:#000;
}

.ui-datepicker-calendar td.ui-state-disabled span.ui-state-default{
	width:30px;
	height:20px;
	padding-top:10px;
	display:block;
}

.ui-datepicker-calendar td a.ui-state-default{
	text-decoration:none;
	color:#000;
	display:block;
	width:30px;
	height:20px;
	text-align:center;
	padding-top:10px;
}

.ui-datepicker-calendar td a:hover{
	background:#ddd;
}

.ui-datepicker-calendar td a.ui-state-active, .ui-datepicker-calendar td a.ui-state-active:hover{
	background: #7D526D;
	color: #fff;
}

/* Meeting booking engine */
#booking-meeting-engine #ui-datepicker-div {display:none;}

.ui-datepicker-calendar td.ui-datepicker-today {
	border: 1px solid #7D526D;
}
.ui-datepicker-calendar td.ui-datepicker-today a:hover {
	background-color: #DDD;
}
.ui-datepicker-calendar td.ui-datepicker-today a.ui-state-default {
	color: #7D526D;
}
.ui-datepicker-wrapper .ui-state-highlight, .ui-datepicker-wrapper .ui-widget-content .ui-state-highlight {
	color: #7D526D;
	background: none;
}
</pre></body></html>