#Booking-Container {
	display:block;
	position:relative;
	margin: 0 auto;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px dashed #f90;
	background-color:white;	
	padding:5px;
	width:100%;
	z-index:100;
}
.Booking-Calender {
	position:relative;
	border:8px solid transparent;
	box-shadow: 0px 0px 5px #666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	width:250px;
	font-size:14px;
	margin:0 auto;
}
.Selection-Box {
	width:auto;	
	bottom:100px;
}
.Selection-Box td {
	width:auto;	
}
.Booking-Calender td{
	width:45px;
}
.Booking-Calender .Booking-Calender-Day:hover {
	cursor:pointer;
}
#Booking-Container-Day {
	width:103px;	
}
.Booking-Calender tr:nth-last-child(2) {
	height:19px;	
}
.Highlight-Me-Begin {
	box-shadow: 0px 0px 1px black;
}
.Highlight-Me-End {
	box-shadow: 0px 0px 1px black;
}
.Days-Selection-Inbetween{
	box-shadow: 0px 0px 1px black;
}
.Lighten-Me {
	background-color:#ddd !important;	
	color:#aaa;
}
.Lighten-Me:hover {
	color:#aaa !important;
	cursor:default !important;	
}
