/**handles:booking-stylesheet**/
#calendar{
	width: 243px;
	height: 165px;
	text-align: center;
	margin: 2px auto;
	background-color: #fff;
	/*background: url('https://decorehotels.com/malignelodge/wp-content/themes/decorehotels-maligne/library/images/booking-widget-bg.png') top left repeat;*/

	position: absolute;
	font: 11px Trebuchet MS;
	right: 300px;
	z-index: 490;
}

#calendar ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
.months, .emptM, .headDay, .dayNormal, .dayBlank, .dayDisabled, .dayWeekend, .dayCurrent, .yearBrowse, .monthDisabled, .currMonth, #closeBtn  {
	margin: 1px 0 0 1px;
	padding: 0;
	width: 39px;
	height: 14px;
	line-height: 14px;
	float: left;
	text-align: center;
	color: #000;
	display: inline;
}
.currMonth a{
	color: #47473f !important;
}

#closeBtn{
	background-color: #952B16;
	margin:0;
}

#closeBtn a{
	color: #952B16 !important;
}
.emptM, .dayDisabled, .monthDisabled{
	color: #d7d6d5;
	background-color: #f2f2f2;
}

.months a{
	color: #000 !important;
}

.maligne-site .headDay{
	color: #fff;
	background-color: #6A672C;
	width: 33px;
}

.maligne-site #closeBtn a{
	color: #6A672C !important;
}

.maligne-site .dayCurrent {background-color: #6A672C}

.maligne-site .dayCurrent a{
	color: #fff !important;
}

.currMonth{background-color: #fff}

.maligne-site .currMonth a{
	color: #6A672C !important;
	font-weight: bold;
}

.currMonth a{
	color: #952B16 !important;
	font-weight: bold;
}

.dayCurrent {
	background-color: #952B16;
	color: #fff;
	width: 33px;

}
#days .dayCurrent a{
	color: #fff !important;

}

.headDay{
	color: #fff;
	background-color: #952B16;
	width: 33px;
}


.dayNormal, .dayBlank, .dayWeekend{
	color: #fff;
	background-color: #f9f9f9;
	width: 33px;
}
.dayBlank{}
.dayWeekend{background-color: #efefef}

.dayDisabled{width: 33px}
#days{margin-left: 1px; width: 238px;}
#elements{height: 150px;}
.months a, #days a, .currMonth a{color: #000; text-decoration: none; display: block;}
.currMonth a{color: #47473f}
#days a{color: #47473f;}
.yearBrowse, #closeBtn {width: 240px; background-color: #FFF; line-height: 14px; border-top: 1px solid #e5e3de;}
.yearBrowse a, #closeBtn a{text-decoration: none; color: #f30; font-weight: bold; }

.yearBrowse{
	background-color: #f8f8f8;
}
.yearBrowse b{margin: 0 5px}