/* CALENDAR */
div#dateselection {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0, #A5C4F3), color-stop(1, #4E82D2) );
	background:-moz-linear-gradient( center top, #A5C4F3 5%, #4E82D2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A5C4F3', endColorstr='#4E82D2');
	background-color: #6694DB;
	border:1px solid #6694DB;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	clear: both;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 20px 0 0;
	overflow: auto;
	padding: 10px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

div.calendar {
	background: #E3E3E3;
	border: 1px solid #888;
	border-radius: 5px;
	display: inline-block;
	overflow: auto;
	padding: 5px;
}

div#dateselection input,
div#dateselection select {
	border: 1px solid #222;
	border-radius: 5px;
	font-size: 0.9em;
	line-height: 16px;
	padding: 1px 3px;
	width: 150px;
}

div#dateselection input,
div#dateselection select {
	margin-right: 10px;
}

div#dateselection span#selectrooms {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-top: 3px;
	position: absolute;
	right: 28px;
}

/* RATES */
div#ratestable,
div.ratestable {
	border: none;
	border-radius: 0 0 8px 8px;
	clear: both;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative;
}

div#ratestable table,
div.ratestable table {
	border: 1px solid #6694DB;
	border-radius: 0 0 0 8px;
	border-spacing: 0;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 100%;
}

div#ratestable tr:last-child td:first-child,
div.ratestable tr:last-child td:first-child {
	border-bottom-left-radius: 8px;
}

div#ratestable tr:nth-child(even) td,
div.ratestable tr:nth-child(even) td {
	background-color: #EAF2F7;
}

div#ratestable td,
div.ratestable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	padding: 0;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

div#ratestable td.offer,
div.ratestable td.offer {
	width: 30px;
}

div#ratestable td.dates,
div.ratestable td.dates {
	width: 100px;
}

div#ratestable td.roomtype,
div.ratestable td.roomtype {
	padding-right: 5px;
	text-align: right;
	width: 55px;
}

div#ratestable td.roomtype img,
div.ratestable td.roomtype img {
	margin-top: 6px;
}

div#ratestable td.description,
div.ratestable td.description {
	width: intrinsic;
}

div#ratestable td.price,
div.ratestable td.price {
	width: 60px;
}

div#ratestable td.nights,
div.ratestable td.nights {
	font-size: 11px;
	width: 55px;
}

div#ratestable td.pax,
div.ratestable td.pax {
	border-right: 1px solid #C2DAFF;
	font-size: 11px;
	padding-right: 5px;
	width: 60px;
}

div#ratestable td.roomtotal,
div.ratestable td.roomtotal {
	border-right: 1px solid #C2DAFF;
	color: #4F83D2;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
	width: 80px;
}

div#ratestable td.rooms,
div.ratestable td.rooms {
	text-align: center;
	width: 55px;
}

div#ratestable td.rooms div.selectcontainer,
div.ratestable td.rooms div.selectcontainer {
	height: 100%;
	position: relative;
	width: 100%;
}

div#ratestable td.rooms select,
div.ratestable td.rooms select {
	font-family: Arial, Helvetica, sans-serif;
	min-width: 45px;
}

div#ratestable td.rooms span.disabled,
div.ratestable td.rooms span.disabled {
	background: url(../graphics/white25.png);
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

div#ratestable td i.label,
div.ratestable td i.label,
span.label {
	background-color: #555;
	border-radius: 0 12px 12px 2px;
	box-shadow: 1px 1px 2px #aaa;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	color: #fff;
	display: block;
	font-style: normal;
}

div#ratestable td i.label,
div.ratestable td i.label {
	left: -1px;
	margin-top: -13px;
	position: absolute;
	/* top: 5px; */	
}

div#ratestable td i.label.so,
div.ratestable td i.label.so,
span.label.so {
	background-color: #0da7f4;
}

div#ratestable td i.label.lm,
div.ratestable td i.label.lm,
span.label.lm {
	background-color: #f00;
}

div#ratestable td i.label span,
div.ratestable td i.label span,
span.label {
	box-shadow:  inset 1px 0 1px 0 rgba(50, 50, 50, 0.1);
	color: #fff;
	cursor: help;
	display: block;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	padding: 5px 6px 5px 4px;
}

span.label {
	box-shadow: none;
	display: inline;
	font-size: 9px;
	margin-left: 5px;
	padding: 7px 5px 6px;
}

div#ratestable .moreinfo {
	color: #888;
	cursor: help;
	font-size: 0.8em;
	font-style: italic;
}

/* table +  */div.totalbar {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0, #A5C4F3), color-stop(1, #4E82D2) );
	background:-moz-linear-gradient( center top, #A5C4F3 5%, #4E82D2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A5C4F3', endColorstr='#4E82D2');
	background-color: #6694DB;
	border:1px solid #6694DB;
	border-top: none;
	border-radius: 0 0 8px 8px;
	display: inline-block;
	float: right;
	font-weight: bold;
	margin-top: 0;
	overflow: auto;
	padding: 5px 10px;
	text-align: right;
	text-shadow: 1px 1px 0 #aaa;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* table +  */div.totalbar .total {
	color: #fff;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	padding: 6px;
}

/* table +  */div.totalbar .total span {
	color: inherit;
	display: inline-block;
	font-family: inherit;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: right;
	width: 80px;
}

/* table +  */div.totalbar .total small {
  color: inherit;
  font-size: 0.8em;
}

/* BUTTON */
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
	background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#b8e356;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color: #444;
	cursor: pointer;
	float: none;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	margin: 0;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #86ae47;
}

.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background-color:#a5cc52;
}

.button:active {
	position:relative;
	top:0;
}

.button.disabled {
  visibility: hidden;
}

.button.blue {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0, #A5C4F3), color-stop(1, #4E82D2) );
	background:-moz-linear-gradient( center top, #A5C4F3 5%, #4E82D2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A5C4F3', endColorstr='#4E82D2');
	background-color:#A5C4F3;
	border:1px solid #6694DB;
	color:#ffffff;
	text-shadow:1px 1px 0px #528ecc;
}

.button.blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4E82D2), color-stop(1, #A5C4F3) );
	background:-moz-linear-gradient( center top, #4E82D2 5%, #A5C4F3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E82D2', endColorstr='#A5C4F3');
	background-color:#4E82D2;
}

.button.gotooffers,
.button.linktooffers {
	border-radius: 8px;
	float: right;
	font-size: 14px;
	line-height: 20px;
	margin-right: 7px;
	margin-top: 7px;
	width: 190px;
}

/* HELP BOX */
div#help {
  background-color: white;
  border: 1px solid #F00;
  border-radius: 8px;
  clear: both;
	color: red;
  float: none;
	font-size: 13px;
	font-weight: bold;
	margin-top: -35px;
	padding: 8px;
	width: 615px;
}

/* POPUP */
div.popup {
	display: none;
	position: absolute;
	z-index: 9999;
}

div.popup > div {
	box-shadow: 2px 2px 6px 0 #aaa;
	box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
}

/* LOADING */
div#loading {
	display: none;
	position: absolute;
	text-align: center;
}

div#loading img {
	height: 11px;
	width: 16px;
}

/* RATES MESSAGE */
.container p.ratesmessage {
  clear: both;
  float: none;
  height: auto;
  margin-top: 20px;
  min-height: 0;
	width: 935px;
}

/* OFFERS LIST */
div.offersheading {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0, #9DDDA6), color-stop(1, #79AA80) );
	background:-moz-linear-gradient( center top, #9DDDA6 5%, #79AA80 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9DDDA6', endColorstr='#79AA80');
	background-color: #9DDDA6;
	border:1px solid #79AA80;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	clear: both;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 0;
	overflow: auto;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

div.ratestable table.offers {
	border-color: #79AA80;
	border-radius: 0 0 0 8px;
}

table.offers thead tr {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0, #4EB4EA), color-stop(1, #3D8DB7) );
	background:-moz-linear-gradient( center top, #4EB4EA 5%, #3D8DB7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4EB4EA', endColorstr='#3D8DB7');
}

div.ratestable table.offers thead tr td:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 8px;
}

table.offers thead tr td:last-child {
	border-top-right-radius: 8px;
}

table.offers thead td {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

div.ratestable table.offers tbody tr td {
	line-height: 20px !important;
}

table.offers tbody td b {
	display: inline-block;
	font-size: 1.2em;
	padding: 3px 0;
}

table.offers tbody td b img {
	margin-right: 5px;
	vertical-align: middle;
}

table.offers tbody td.dates {
	padding: 0 10px;
	text-align: center;
	width: 150px;
}

table.offers tbody td.dates span.price {
	color: #4CBA5B;
	font-size: 1.2em;
	font-weight: bold;
}

table.offers tbody td.description {
	padding-right: 10px;
	text-align: justify;
}

table.offers tbody td.description,
table.offers tbody td.roomtotal {
	border-right: 1px solid #9DDDA6;
}

table.offers tr.disabled td {
	background-image: url("../graphics/disabled.png");
	background-repeat: repeat-x;
	opacity: .8;
}

table.offers + div.totalbar {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0, #9DDDA6), color-stop(1, #79AA80) );
	background:-moz-linear-gradient( center top, #9DDDA6 5%, #79AA80 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9DDDA6', endColorstr='#79AA80');
	border-color: #79AA80;
}

div.ratestable table.offers td.rooms span.cover {
	display: none;
	z-index: 0;
}

div.ratestable table.offers td.rooms span.cover.disabled {
	display: block;
	z-index: 100;
}