
/* ----- From Stayin ----- */

.stayin_calendars div.cal {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 193px;
	float: left;
	margin-right: 11px;
	border: 1px solid #B8B8B8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.stayin_calendars div.cal div.table_heading {
	font-size: 13px;
	font-weight: bold;
	color: #2d2d2d;
	text-align: center;
	position: relative;
	background: #e6e6e6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #d5d5d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#d5d5d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#d5d5d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e6e6e6 0%,#d5d5d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e6e6e6 0%,#d5d5d5 100%); /* IE10+ */
	background: linear-gradient(top,  #e6e6e6 0%,#d5d5d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-8 */
	border: 1px solid #B8B8B8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 0;
	margin: 0 3px 10px 3px;
}

.stayin_calendars table.calendar {
	margin-left: 2px;
	width: 100%;
}

.stayin_calendars table.calendar thead th {
	color: #4c4c4c;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}
.stayin_calendars table.calendar th, table.calendar td {
	text-align: center;
	padding: 0;
}

.stayin_calendars table.calendar span {
	background-color: #f1f1f1;
	border: 1px solid #DBDBDB;
	cursor: pointer;
	display: block;
	height: 16px;
	margin: 2px;
	width: 18px;
}

.stayin_calendars table.calendar span.unavail
{
	background: none repeat scroll 0 0 #FDFCFC;
	border: 1px solid #F8F8F8;
}

.stayin_calendars table.calendar span.booked_from
{
	background: url('/img/booking/booked_from.png') no-repeat #dbdbdb;
	border: 1px solid #DBDBDB;
	color: white;
	font-weight: bold;
}

.stayin_calendars table.calendar span.booked_to
{
	background: url('/img/booking/booked_to.png') no-repeat #dbdbdb;
	border: 1px solid #DBDBDB;
	color: white;
	font-weight: bold;
}

.stayin_calendars table.calendar span.is_checkin_out,
.stayin_calendars table.calendar span.booked_from.is_checkin_out,
.stayin_calendars table.calendar span.booked_to.is_checkin_out,
.stayin_calendars table.calendar span.avail.is_checkin_out,
.stayin_calendars table.calendar span.booked.is_checkin_out {
	font-weight: bold;
	color: #ea9301;
}

.stayin_calendars table.calendar span.is_checkin {
	border-left: 2px solid orange;
}

.stayin_calendars table.calendar span.is_checkout {
	border-right: 2px solid orange;
}

.stayin_calendars table.calendar span.booked
{
	background: none repeat scroll 0 0 #c73030;
	border: 1px solid #c73030;
	color: white;
	font-weight: bold;
}

.stayin_calendars table.calendar span.booked.blind
{
	background: none repeat scroll 0 0 #6d98ce;
	border: 1px solid #23446d;
	color: white;
}

.stayin_calendars table.calendar span.booked.nonblocked {
	background-color: #f2b8b8;
	border: 1px solid #DBDBDB;
}

.stayin_calendars table.calendar span.booked_from.nonblocked
{
	background-image: url('/img/booking/booked_from_nonblocked.png');
	border: 1px solid #DBDBDB;
}

.stayin_calendars table.calendar span.booked_to.nonblocked
{
	background-image: url('/img/booking/booked_to_nonblocked.png');
	border: 1px solid #DBDBDB;
}

.stayin_calendars table.calendar span.booked_to.booked_from
{
	background-image: url('/img/booking/booked_from_to.png');
	font-weight: bold;
	border: 1px solid #c73030;
}

.stayin_calendars table.calendar span.booked_to.booked_from.nonblocked {
	background-image: url('/img/booking/booked_from_to_nonblocked.png');
	border: 1px solid #DBDBDB;
}

.stayin_calendars table.calendar span.booked_from,
.stayin_calendars table.calendar span.booked_to,
.stayin_calendars table.calendar span.booked_to.booked_from,
.stayin_calendars table.calendar span.booked
{
	-webkit-text-shadow: 0px 0px 2px #000;
	-moz-text-shadow: 0px 0px 2px #000;
	-khtml-text-shadow: 0px 0px 2px #000;
	text-shadow: 0px 0px 2px #000;
}

.stayin_calendars table.calendar span.selected, .stayin_calendars table.calendar span.is_checkin_out.selected {
	background: none repeat scroll 0 0 #BFF400 !important;
	border: 1px solid #6b8900 !important;
	color: #666666 !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	-khtml-text-shadow: none !important;
	text-shadow: none !important;
}

.stayin_calendars a.cal_refresh {
	display: block;
	width: 30px;
	height: 40px;
	position: relative;
	top: 50%;
	margin-top: -20px;
}

.stayin_calendars div.cal_left, .stayin_calendars div.cal_right {
	float: left;
	height: 183px;
	width: 30px;
}

.stayin_calendars div.cal_left {
	padding-right: 11px;
}

.stayin_calendars div.cal_left a {
	background: url(/img/booking/cal_arrow_left.png) no-repeat;
}

.stayin_calendars div.cal_right a {
	background: url(/img/booking/cal_arrow_right.png) no-repeat;
}

div.stayin_calendars {
	padding-top: 10px;
	padding-bottom: 20px;
	min-width: 690px;
	width: 690px;
	margin: 0 auto;
}

/* ----- From Fewoscout ----- */

div.stayin_calendars {
	width: auto;
	min-width: inherit;
	padding: 0;
}

.stayin_calendars table.calendar {
	border-spacing: 1px;
}

.stayin_calendars div.cal_left {
	padding-right: 7px;
	padding-left: 3px;
}

.stayin_calendars div.cal_left a {
	background-image: url(/img/boxes/scroll_left.png);
	width: 10px;
	height: 18px;
	margin-top: -9px;
}

.stayin_calendars div.cal_right a {
	background-image: url(/img/boxes/scroll_right.png);
	width: 10px;
	height: 18px;
	margin-top: -9px;
}

.stayin_calendars div.cal_left, .stayin_calendars div.cal_right {
	width: 10px;
}

.stayin_calendars div.cal {
	margin-right: 5px;
	width: 186px;
}

div.box_w625 div.white div#object_cals {
	padding: 0 5px;
}

.stayin_calendars table.calendar {
	margin-left: 1px;
}

.stayin_calendars table.calendar thead th {
	padding-left: 2px;
}

div.box_w625 div.white #object_cals p,
div.box_w625 div.white #object_cals ul {
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 9px;
}

#object_cals ul.booking_details_list {
  padding-top: 0;
}
#object_cals ul.booking_details_list li {
  margin-bottom: 5px;
}

#object_cals ul.booking_details_list .booking_details_item_label {
  min-width: 10rem;
  display: inline-block;
  margin-right: 1em;
}
