
.CalendarHeaderLine
{
	float: left;
	width: 100%;
	padding-bottom: 0.5rem;
}

.CalendarHeaderLine select
{
font-size: 16px;
}

.CalenderHeaderData
{
	float: left;
	padding-left: 1rem;
	padding-right: 1rem;
font-size: 100%;
padding-left: 1rem;
padding-right: 1rem;
}


.BookingLine
{
	float: left;
	width: 100%;
	padding-bottom: 0.5rem;
}

.BookingDataLine
{
	float: left;
width: 30rem;
	
	border: 1px solid white;
}

.BookingDataLeft
{
	float: left;
width: 23rem;
}

.BookingDataRight
{
	float: left;
width: 5rem;
	text-align: right;
}

.BookingDataFull
{
	float: left;
	width: 100%;
	font-size: 100%;
}

.BookLines
{
	float: left;
	width: 95%;
	padding-top: 1rem;
	padding-left: 5%;
}

.BookLines select
{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
font-size: 16px;
}

.SearchResults
{
	float: left;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}

.SearchResultsRow
{
	float: left;
	width: 100%;
border: 2px solid #cccccc;
	
	border-radius: 6px 6px 6px 6px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	background-color: #f5f5f5;
}

.SearchResultsRow:hover
{
	border: 2px solid black;
}

.CabinSearchImage
{
	float: left;
width: 40%;
	border-radius: 5px 0px 0px 5px;
}

.SearchDetails
{
	float: left;
width: 52%;
	padding-left: 6%;
	padding-right: 2%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #333333;
	background-color: white;
	font-size: 1rem;
	border-radius: 0px 5px 0px 0px;
}

.SearchDetailsFooter
{
	float: left;
width: 52%;
	padding-left: 6%;
	padding-right: 2%;
	padding-bottom: 0.5rem;
}

.SearchDetailsAmenities
{
	float: left;
	width: 100%;
	padding-top: 1rem;
}

.SearchDetailsName
{
	float: left;
	width: 100%;
	font-size: 1rem;
	font-weight: bold;
}

.GrayText
{
	color: #cccccc;
}
	
.buttons a
{
    display: block;
    float: left;
    margin: 5px 5px 0 5px;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 2px 2px 2px 2px; /* Links */
}

.buttons button
{
    width: auto;
    overflow: visible;
    padding: 4px 10px 4px 4px; /* IE6 */
    cursor: pointer;
    font-size: 100%;
    line-height: 130%;
}

.buttons button[type]
{
    padding: 7px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}

.buttons a:hover
{
    background-color: #dff4ff;
    color: #336699;
}

.buttons a:active
{
    background-color: #6299c5;
    //border: 1px solid #6299c5;
    color: #fff;
}

.CabinName
{
	width: 100%;
	text-align: center;
}
 
textarea#styled
{
	width: 100%;
	height: 40px;
}

.RentalText
{
	float: right;
	width: 100%;
	padding-right: 2%;
	padding-bottom: 3rem;
	text-align: right;
}

.CalendarDivLeft
{
	float: left;
width: 49.9%;
	padding-right: 0.2%;
}

.CalendarDivRight
{
	float: left;
width: 49.9%;
}

#AvailabilityDiv
{
}

.Calendar
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	color: white;
	border-color: white;
	font-size: 12px;
	background-color:#000; 
	font-family:Verdana, Georgia, Arial, Helvetica, sans-serif;
}

.CalendarHeader
{
	float: left;
	width: 100%;
	text-align: center;
	background-color:#3c69b8;
	height: 2rem;
	font-size: 100%;
	color: white;
}

.CalendarHeader a
{
	color: white;
	text-decoration: none;
}

.CalendarHeader select
{
font-size: 160%;
}


.CalendarCellInactive
{
	float: left;
	width: 13%;
	text-align: center;
	height: 0;
	margin-right: 1%;
	margin-bottom: 1%;
	padding-bottom: 13%;
}

.CalendarDayHeader
{
	width: 13%;
	float: left;
	line-height: 2rem;
	text-align: center;
	color: black;
	margin-right: 1%;
}

.CalendarCell
{
	float: left;
	width: 13%;
	font-size: 100%;
	position: relative;
	text-align: center;
	height: 0;
	margin-right: 1%;
	margin-bottom: 1%;
	padding-bottom: 13%;
	z-index: 0;
}

.CalendarCell:hover
{
	background-color: #E9D66B;
	color: #666666;
}

.CalendarRow
{
	width: 98%;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	background-color: white;
}

.Week
{
	color: white;
	background-color: white;
	font-size: 90%; 
	font-family:Verdana, Georgia, Arial, Helvetica, sans-serif;
	line-height: 1.3EM;
	text-align: center;
}

.Week a
{
	text-decoration: none;
	color: white;
}

.Booked
{
	background: url('../images/booking/unavailable.png') left top no-repeat;
}

iframe
{
	width: 100%;
	height: 900px;
}

.Selected
{
	background-color: #3366cc;
	font-size: 100%;
	color: white;
}

.Selected a
{
	color: white;
}

.Selected p
{
	color: white;
	font-size: 90%;
	position: absolute;
	bottom: 0px;
	left: 50%;
    transform: translate(-50%, 0);
}

.Day
{
	font-size: 100%;
	color: black;
}

.Day a
{
	text-decoration: none;
	color: black;
}

.DayUnAvailable
{
	font-size: 100%;
	color: #999999;
	border: 1px solid grey;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background: url('../images/booking/unavailable.png') left top no-repeat;
	background-size: cover;
}


.DayCheckInAvailable
{
	font-size: 100%;
	color: black;
	border: 1px solid #E9D66B; /* Arylide yellow (name colors) */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background: url('../images/booking/available-for-checkin.png') left top no-repeat;
	background-size: cover;
}

.DayCheckInAvailable:hover
{
	background: url('../images/booking/available-checkin-hover.png') left top no-repeat;
	background-size: cover;
}

.DayCheckInAvailable p
{
	font-size: 90%;
	position: absolute;
	bottom: 0px;
	left: 50%;
    transform: translate(-50%, 0);
    color: black;
}

.DayCheckInAvailable:hover p
{
	font-size: 90%;
	color: blue;
	visibility: hidden;
}


.DayCheckOutAvailable
{
	font-size: 100%;
	color: black;
	border: 1px solid #E9D66B; /* Arylide yellow (name colors) */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background: url('../images/booking/available-for-checkout.png') left top no-repeat;
	background-size: cover;
}

.DayCheckOutAvailable:hover
{
    -webkit-box-sizing: border-box;
	background: url('../images/booking/available-for-checkout-hover.png') left top no-repeat;
	background-size: cover;
}

.DayAvailable
{
	font-size: 100%;
	color: black;
	border: 1px solid #E9D66B; /* Arylide yellow (name colors) */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.DayAvailable a
{
	text-decoration: none;
	color: black;
}

.DayAvailable p
{
	font-size: 90%;
	position: absolute;
	bottom: 0px;
	left: 50%;
    transform: translate(-50%, 0);
	color: black;
}

.DayAvailable:hover p
{
	font-size: 90%;
	color: white;
}

.PastBookingDay
{
	font-size: 100%;
	color: #999999;
	border: 1px solid grey;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
	background: url('../images/booking/call-office-to-book.png') left top no-repeat;
	background-size: cover;
}

.PastBookingDay:hover
{
	background: url('../images/booking/call-office-to-book.png') left top no-repeat;
	background-size: cover;

}

.PastDay
{
	font-size: 100%;
	color: #999999;
	border: 1px solid grey;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.PastDay:hover
{
	background: url('../images/booking/past-day-hover.png') left top no-repeat;
	background-size: cover;

}

.ClearDatesDiv
{
	float: left;
	width:  98%;
	line-height: 2rem;
	text-align: right;
}

.td a
{
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}

.Weekdays
{
	position: relative;
	text-align: center;
	width: 14.257%;
	height: 0;
	padding-bottom: 14.257%;
	color: white;
	background-color:#666; 
	font-size: 100%;
	font-family:Verdana, Georgia, Arial, Helvetica, sans-serif;
}

.BlankWeekDay
{
}

#BackwardMonth
{
  display: block;
  float: left;
  margin-left: 0.5rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  border: 1px solid #3c69b8;
}

#BackwardMonth:hover
{ 
  border: 1px solid white;
}

#ForwardMonth
{
  display: block;
  float: right;
  margin-right: 0.5rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  border: 1px solid #3c69b8;
}

#ForwardMonth:hover
{ 
  border: 1px solid white;
}



@media screen and (max-width: 950px)
{
.RentalText
{
	font-size: 90%;
}
}

@media screen and (max-width: 900px)
{
.Day
{
	font-size: 130%;
}

.Week
{
	font-size: 85%; 
}

.RentalText
{
	font-size: 80%;
}


.CalendarDivLeft
{
	float: left;
	width: 100%;
}

.CalendarDivRight
{
	float: left;
	width: 100%;
}


}

@media screen and (max-width: 900px)
{
.Day
{
	font-size: 130%;
}

.Week
{
	font-size: 85%; 
}

.RentalText
{
	font-size: 80%;
}

.CalendarDivLeft
{
	float: left;
	width: 100%;
}

.CalendarDivRight
{
	float: left;
	width: 100%;
}


}


@media screen and (max-width: 850px)
{
	
.CalendarDivLeft
{
	float: left;
	width: 100%;
}

.CalendarDivRight
{
	float: left;
	width: 100%;
}

	.CabinSearchImage
	{
		width: 100%;   
	}
	
	.SearchDetails
	{
		width: 92%;   
	}
	
	.SearchDetailsFooter
	{
		width: 92%;
	}

}

@media screen and (max-width: 800px)
{
	.RentalText
	{
		font-size: 70%;
	}

}

@media screen and (max-width: 750px)
{
.Day
{
	font-size: 120%;
}

.Week
{
	font-size: 80%; 
}

.RentalText
{
	width: 35%;
	font-size: 80%;
}



}

@media screen and (max-width: 580px)
{

.RentalText
{
	width: 70%;
	font-size: 100%;
	margin-right: 25%;
	margin-top: 10%;
}


}
