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

.BookLines select
{
	font-size: 200%;
font-size: 200%;
}

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

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

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

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

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

.SearchDetailsFooter
{
	float: left;
	width: 57%;
	padding-left: 6%;
	padding-right: 2%;
}

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

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

.GrayText
{
	color: #cccccc;
}

.DayOfWeekClass
{
	float: left;
	width: 1.83%;
	padding-top: 4px;
	color: #999999;
	height: 21px;
	font-size: 90%; 
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;
	line-height: 1.3EM;
	text-align: center;
}

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

.PaymentLine
{
	float: left;
	margin-left: 20%;
	width: 80%;
}

.PaymentLabel
{
	float: left;
	width: 40%;
	text-align: right;
}

.PaymentInput
{
	float: left;
	width: 40%;
	text-align: left;
	padding-left: 10px;
}

.PaymentSubmit
{
	float: left;
	width: 40%;
	text-align: left;
	margin-left: 30%;
	padding-top: 20px;
}

.SDAmountColumn
{
	float: left;
	width: 9%;
	padding: 2px;
	margin-right: 1%;
	text-align: right;
}

.SDDollarSignColumn
{
	float: left;
	width: .75%;
	padding: 2px;
	text-align: right;
}

.InvoiceLabel
{
	float:left;
	width: 30%;
	text-align: right;
	padding: 4px;
}
	
.InvoiceValue
{
	float:left;
	width: 60%;
	text-align: left;
	padding: 4px;
}
	
.SDNameColumn
{
	float: left;
	width: 15%;
	padding: 4px;
	text-align: left;
}

.SDMonthColumn
{
	float: left;
	width: 11%;
	padding: 4px;
	text-align: left;
}



.LRLine
{
	float: left;
	width: 95%;
	margin-left: 3%;
}

.LRAmountColumn
{
	float: left;
	width: 8%;
	padding: 4px;
	margin-right: 1%;
	text-align: right;
}

.LRDollarSignColumn
{
	float: left;
	width: 4%;
	padding: 4px;
	text-align: right;
}

.LRDateColumn
{
	float: left;
	width: 13%;
	padding: 4px;
	text-align: right;
}

.LRStatusColumn
{
	float: left;
	width: 8%;
	padding: 4px;
	margin-left: 3%;
	text-align: left;
}

.LROnlineColumn
{
	float: left;
	width: 2%;
	padding: 4px;
	margin-left: 3%;
	text-align: left;
}

.LRCabinColumn
{
	float: left;
	width: 20%;
	padding: 4px;
	text-align: left;
}

.LRResNumberColumn
{
	float: left;
	width: 10%;
	padding: 4px;
	text-align: left;
}

.PayButton
{
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 5%;
}

.LRDMoney
{
	float: left;
	width: 70px;
	text-align: right;
}

.LRDMoneySign
{
	float: left;
	width: 10px;
	text-align: right;
}

.FirstCol
{
	text-align: right;
	padding-right: 20px;
}

.RerservationTable
{
	width: 80%; 
	margin-left: 12%; 
	margin-right: 8%;
}

.RerservationList
{
	float: left;
	width: 95%;
	padding-left: 2%;
}

.ReservationList th, td
{
	width: 5%;
}

.ButtonsDiv
{
	float: left;
	width: 50%;
}

.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;
}

.TextInputLineAdmin
{
	float: left;
	width: 90%;
	padding-bottom: 4px;
}

.LabelInputTextAdmin
{
	float: left;
	width: 25%;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}

.InputTextAdmin
{
	float: left;
	width: 35%;
	text-align: left;
}

.InputTextAdminError
{
	float: left;
	width: 30%;
	text-align: left;
}

.ReservationLine
{
	float: right;
	width: 80%;
	height: 5px;
	margin-top: 5px;
}

.ReservationText
{
	float: left;
	width: 210px;
	text-align: left;
	margin-left: 5%;
	margin-bottom: 30px;
}

.ReservationFullLine
{
	float: left;
	width: 100%;
	text-align: right;
	margin-top: 2px;
}

.ReservationLeft
{
	float: left;
	width: 100px;
	text-align: right;
	margin-top: 2px;
}

.ReservationRight
{
	float: left;
	width: 100px;
	text-align: right;
	margin-top: 2px;
}

fieldset
{
	padding-top: 2%;
	margin-bottom: 30px;
}

legend
{
	margin-left: 2%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2%;
	font-size: 100%;
	text-align: left;
 }
 
textarea#styled
{
	width: 100%;
	height: 40px;
}

.AdultsMenu li
{
	list-style-type: none;
}

.AdultsMenu ul ul
{
	display: none;
	list-style-type: none;
}

.AdultsMenu ul li:hover ul
{
	display: block;
	list-style-type: none;
	background-color: white;
}

.AdultsMenu ul
{
	padding: 0 10px;
	position: relative;
	display: inline-block;
	list-style-type: none;
}

.WideWhiteColumn
{
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 3%;
	font-size: 100%;
	color: black;
	background-color: white;
}

.NarrowWhiteColumn
{
	float: left;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	padding-top: 3%;
	padding-bottom: 3%;
	font-size: 100%;
	color: black;
	background-color: white;
}

.AdjustmentStyle
{
	text-align: right;
}

.AdminFieldSet
{
	width: 90%;
	margin-left: 5%;
	padding-bottom: 20px;
}

.SmallTextReservation
{
	float: left;
	font-size: 60%;
	color: black;
	width: 100%;
}

.CenterCabinDropDown
{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.CenterDropDown
{
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}

.RentalLine
{
	float: right;
	width: 80%;
	height: 5px;
	margin-top: 5px;
	border-top: 1px solid black;
}

.BlankRentalLine
{
	float: right;
	width: 100%;
	height: 5px;
	margin-top: 5px;
}

.TimingText
{
	float: left;
	width: 100%;
	text-align: center;
}

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

.RentalLeft
{
	float: left;
	width: 60%;
	text-align: right;
	margin-top: 2px;
}

.RentalRight
{
	float: left;
	width: 40%;
	text-align: right;
	margin-top: 2px;
}

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

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

#AvailabilityDiv
{
	width: 95%;
	float: left;
	margin-left: 2%;
	background-color: white;
}

.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: 120%;
	color: white;
}

.CalendarHeader a
{
	color: white;
}

.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;
}

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

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

.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;
}

.WeekBlue
{
	height: 80px;
	color: blue;
	font-size: 100%; 
	background-color: #9999FF; 
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;
	padding: 5px;
}

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

.BookedCheckIn
{
	background: url('../images/booking/available-for-checkin.png') left top no-repeat;
}

.BookedCheckOut
{
	background: url('../images/booking/available-for-checkin.png') left top no-repeat;
}

.TableCell
{
	display: block;
	width: 100%;
	height: 100%;
}

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

.Selected
{
	background: url('../images/booking/selected.png') left top no-repeat;
	background-size: 100% 100%;
	font-size: 100%;
	color: white;
}

.Selected a
{
	color: white;
}

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

.Day
{
	font-size: 130%;
	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-for-checkin-hover.png') left top no-repeat;
	background-size: cover;
}

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

.DayCheckInAvailable:hover p
{
	font-size: 70%;
	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: 60%;
	position: absolute;
	bottom: 0px;
	left: 50%;
    transform: translate(-50%, 0);
	color: black;
}

.DayAvailable:hover p
{
	font-size: 60%;
	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;	
}

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

}

.PastDay
{
	font-size: 130%;
	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;
  width: 22px;
  height: 25px;
  background: url('../images/booking/backward-one-month.png') no-repeat 0 0;

}

#BackwardMonth:hover
{ 
  background-position: 0 -25px;
}

#BackwardMonth span
{
  position: absolute;
  top: -999em;
}

#ForwardMonth
{
  display: block;
  float: right;
  width: 22px;
  height: 25px;
  background: url('../images/booking/forward-one-month.png') no-repeat 0 0;

}

#ForwardMonth:hover
{ 
  background-position: 0 -25px;
}

#ForwardMonth span
{
  position: absolute;
  top: -999em;
}
@media screen and (max-width: 950px)
{
.RentalText
{
	font-size: 90%;
}
}

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

.Week
{
	font-size: 85%; 
}

.RentalText
{
	font-size: 80%;
}

.SDNameColumn
{
	font-size: 80%;
}

.SDMonthColumn
{
	font-size: 80%;
}

.SDAmountColumn
{
	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: 900px)
{
.Day
{
	font-size: 130%;
}

.Week
{
	font-size: 85%; 
}

.RentalText
{
	font-size: 80%;
}

.SDNameColumn
{
	font-size: 80%;
}

.SDMonthColumn
{
	font-size: 80%;
}

.SDAmountColumn
{
	font-size: 80%;
}


}

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

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

}

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

}

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

.Week
{
	font-size: 80%; 
}

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

.SDNameColumn
{
	font-size: 55%;
}

.SDMonthColumn
{
	font-size: 55%;
}

.SDAmountColumn
{
	font-size: 55%;
}



}

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

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

.ReservationText
{
	font-size: 90%;
	margin-left: 10px;
}

.SDNameColumn
{
	font-size: 40%;
}

.SDMonthColumn
{
	font-size: 40%;
}

.SDAmountColumn
{
	font-size: 40%;
}




}
