
.option_logged_in {
    display:inline-block;
    padding: 30px 20px;
}
.option_logged_in a{
	margin:5px;
	padding:5px;
	border:1px solid #ddd;
	background:#eee;
}

.option_prices{
	display:inline-block;
	margin-right:50px;
}
	.option_prices label{
		margin-left:5px;
	}
.options {
    display: inline-block;
    color: #111;
    margin-left:30px;
    float: right;
    margin-top: 30px;
}
.options label{
    color: #fff;
}
.options div{
    display: inline-block;
    padding: 6px;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

html[xmlns] .clearfix {
    display: block;
}


#accom-tabs{
	margin-top:10px;
}

	#accom-tabs .tabcont{
		overflow:auto;
	}


ul.tabNavigation {
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	margin-bottom:12px;

	width:100%;
	height:35px;
	text-align:center;
}

ul.tabNavigation li {
    background: #fff;
	color: #555;

    height: 35px;
    /*margin-right: -2px;*/
    /*padding-right: 14px;*/
	/*border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:0;*/
	/*margin:0 4px 0 0;*/

	font-size:106%;

	margin:0;
	/*padding:7px 1.55%;*/
	padding:0;

	display:inline-block;

	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
}
ul.tabNavigation li:first-child{
	margin-left:0;
}
ul.tabNavigation li:last-child{
	/*border-right:1px solid #ddd;*/
	/*margin:0;*/
	margin-right:0;
}

ul.tabNavigation li a{
	color: #888;
	display:block;
	padding:10px 15px;
	line-height:100%;

	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
}

ul.tabNavigation li.li_selected {
	font-weight:bold;

	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
}
	ul.tabNavigation li.li_selected:after {
		width: 0;
		height: 0;
		position: relative;
		content:"";
		display:block;
		/* Ads an arrow effect exploiting the way that browsers join borders together */
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #555;
		/* centers relative to parent */
		left: 50%;
		top: 0;
		/* Compensates for width of border (arrow) */
		margin-left: -8px;
	}

ul.tabNavigation li.li_selected, ul.tabNavigation li:hover {
	background:  #555 none repeat scroll 0 0;
	color: #fff !important;
}
	ul.tabNavigation li.li_selected a, ul.tabNavigation li:hover a{
		color: #fff !important;
	}


/*.blue{
	background:#ade;
}
.green{
	background:#dfd;
}*/
.top_availability{    
    display: block;
    width: 100%;
    min-height: 60px;
}
.dateTable td.blue, .blue{
	/* catered */
	/*background:#c6ecdb;
	border:1px solid #fff;
	color:#3a8a12;*/

	background:#4b9db8;
	color:#fff;
}
.dateTable td.green, .green{
	/* self catered */
	/*background:#d4eec8;
	border:1px solid #fff;
	color:#3a8a12;*/

	background:#5c8d49;
	color:#fff;
}
.dateTable td.red, .red{
	/* booked */
	/*background:#fdd8d6;
	border:1px solid #fff;
	color:#e88883;*/

	background:#ffb6c1;
	color:#000;
}
.dateTable td.orange, .orange{
	/* on-hold */
	/*background:#ffefd6;
	border:1px solid #fff;
	color:#f6a531;*/

	background:#f9ce66;
	color:/*#5E1D00*/#363636;
}
.dateTable td.orange a{
    color:#363636;
}

.dateTable {
	/*border: 1px solid #82bbce;*/
	border-collapse: collapse;
	color: #333333;
}

.dateTable caption {
	font-size: 14px;
	text-align: left;
}

.dateTable td {
	/*border: 1px solid #e5e5e5;*/

	border:1px solid #555555;
	background: #444444;
	color: #F8F8F8;

	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-family: "Open Sans",sans-serif;

	padding: 0 1px;
	/*max-width: 10px;*/
    min-width: 16px;
    overflow: hidden;
}

table.dateTable tr:first-child td{
	border-top:1px solid #82bbce;
	border-bottom:1px solid #82bbce;
}
table.dateTable tr td:first-child{
	border-left:1px solid #82bbce;
}
table.dateTable tr td:last-child{
	border-right:1px solid #82bbce;
}

table.dateTable tr:first-child td:first-child{
	border-right:1px solid #82bbce;
	border-top:none;
	border-left:none;
	background:none;
}

table.dateTable tr td.month{
	border:1px solid #82bbce;
	padding:0 4px;
	min-width:27px;
	/*border-bottom: 1px solid #82bbce;*/
}
table.dateTable tr td.location{
	border-right:1px solid #82bbce;
}
table.dateTable tr:nth-child(3n):hover td,
table.dateTable tr:not(:first-child):nth-child(3n+1):hover td{
	background: #666;
}
table.dateTable tr:nth-child(3n):hover td.weekend,
table.dateTable tr:not(:first-child):nth-child(3n+1):hover td.weekend{
	background: #4A4949;
}
table.dateTable tr:nth-child(3n):hover td.green,
table.dateTable tr:not(:first-child):nth-child(3n+1):hover td.green{
	background: #7cad69;
}
table.dateTable tr:nth-child(3n):hover td.red,
table.dateTable tr:not(:first-child):nth-child(3n+1):hover td.red{
	background: #ffd6e1;
}
table.dateTable tr.end-month td{
	border-bottom: 1px solid #82bbce;
}

.dateTable hr {
	size: 0;
	color: red;
	margin: 0;
	padding: 0;
	background: yellow;
}

.dateTable a{
	color: #fff;
}
.dateTable a:link,
.dateTable a:visited,
.dateTable a:active {
	position: relative;
	z-index: 24;
	color: #3b2d2d;
	text-decoration: none;
}

.dateTable a:hover {
	text-decoration: underline;
}

.dateTable a span {
	display: none;
}

.dateTable a:hover span {
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 15em;
	color: black;
	background-color: #FFFFF0;
	border: 1 solid black;
	font: 10px arial;
	text-align: left
}

.dateTable .weekend {
	/*background-color: #f7f7f7;*/
	background: #2A2929;
}

.dateTable td.sel_week,
.dateTable td.sel_day {
	border: 1px solid #B93765;
}

.dateTable .statusGrey {
	color: #bbbbbb;
}

.dateTable .row1 {
	background-color: #dddddd;
}
.dateTable .row2 {
	background-color: #eeeeee;
}

#keyTable td {
	text-align: center;
	font-size: 9px;
	font-family: sans-serif;
	line-height: 1.5em;
	padding: 2px;
}


@media all and (max-width: 1200px){
	ul.tabNavigation{
		display: inline;
		margin-bottom:10px;
	}

	ul.tabNavigation li{
		width: calc(100% / 3);
	}


	ul.tabNavigation li.li_selected:after {
		width: 0;
		height: 0;
		position: relative;
		content:"";
		display:block;
		/* Ads an arrow effect exploiting the way that browsers join borders together */
		border-right: 8px solid #fff;
		border-bottom: 8px solid transparent;
		border-top: 8px solid transparent;
		/* centers relative to parent */
		left: 0;
		top: -25px;
		float:right;
	}
	ul.tabNavigation li.li_selected:before {
		width: 0;
		height: 0;
		position: relative;
		content:"";
		display:block;
		/* Ads an arrow effect exploiting the way that browsers join borders together */
		border-left: 8px solid #fff;
		border-bottom: 8px solid transparent;
		border-top: 8px solid transparent;
		/* centers relative to parent */
		left: 0;
		top: 10px;
		float:left;
	}

	#accom-tabs .tabcont{
		margin-top:7px;
	}
}

@media all and (max-width: 767px){
	ul.tabNavigation li{
		width: 50%;
	}

}
@media all and (max-width: 479px){
	ul.tabNavigation li{
		width: 100%;
	}

}
