/* @override http://demo.cms-vita.fr/fr/fonctionnalites/user/themes/unify/css/calendar.css */

table.calendar_reservation, table.calendar_reservation td, table.calendar_reservation th {
	border-collapse: separate;
    border-spacing: 1px;
	color: #0000;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.calendar_reservation {
	margin-bottom: 20px;
}

.calendar_reservation th#prev, .calendar_reservation th#month, .calendar_reservation th#next {
	text-transform: uppercase;
	background-color: #ebebeb;
	font-size: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
}

.calendar_reservation th,
.calendar_reservation tbody td {
	text-align: center;
}

.calendar_reservation tbody td a {
	width: 44px;
	height: 44px;
	text-align: center;
	display: inline-block;
	line-height: 44px;
	text-decoration: none;
}

.calendar_reservation tfoot td {
	text-align: center;
	background-color: #404040;
	height: 25px;
}

.calendar_reservation thead th {
	background-color: #404040;
}

.calendar_reservation td, th {
	background: #fff;
}

.calendar_reservation td.actif {
	background: #fff;
}

.calendar_reservation a.booked {
	background: url(../img/booking/booked.png) no-repeat;
	color: white;
}

.calendar_reservation a.booked_am {
	background: white url(../img/booking/booked_am.png) no-repeat;
	color: white;
	text-shadow: gray 1px 1px 0;
}

.calendar_reservation a.booked_pm {
	background: white url(../img/booking/booked_pm.png) no-repeat;
	color: white;
	text-shadow: gray 1px 1px 0;
}

.calendar_reservation a.indispo {
	background: white url(../img/booking/indispo.png) no-repeat;
	color: white;
}

.calendar_reservation tfoot #prev:hover,

.calendar_reservation tfoot #next:hover {
	background: #fff !important;
	color: #404040;
	cursor: pointer;
}

#month a b {
	cursor: pointer;
}