@charset "utf-8";
/* CSS Document */
/* Version : 1.5.0 */

body {
	padding-top:0;
	margin-bottom:0;
}

#main {
	padding: 0;
}

.monthname {
	color: #000;
}

#tblcalendar td.booked,
#tblcalendar td.past,
#tblcalendar td.currentDay {
	background-color: #dfdfdf;
  color: #9a9a9a;
}

#tblcalendar td:hover span {
	border-color:#7e7e7e;
}

.tpd-skin-dark .tpd-background {
	border-color: #7e7e7e !important;
}

#key ul li::before {
	border: 1px solid #7e7e7e;
}

#key ul li.offer::before {
	border-color: #7e7e7e;
}

#key ul li.past::before {
	background-color: #dfdfdf;
	border-color: #dfdfdf;
}
