@CHARSET "UTF-8";
html, body{
	height: 100%;
}
.abWrapper{
	font: normal 12px/14px Verdana, Arial, sans-serif;
}
.abWrapper .abParagraph{
	overflow: hidden;
	margin: 10px 0 0;
	width: 100%;
}
.abWrapper .abParagraphInner{
	padding: 0 12px;
}
.abWrapper .abStretch{
	width: 97%;
}
.abWrapper .abCalendar{
	height: 100%;
	/*padding-bottom: 60px;*/
}
.abWrapper .abCalendarSelect .abImageWrap,
.abWrapper .abCalendarMark .abImageWrap{
	display: none;
}
.abWrapper .abTitle{
	color: #75797a;
	display: inline-block;
	float: left;
	padding: 5px 0 0;
	width: 35%;
	font: normal 16px/22px "Myriad Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.abWrapper .abValue{
	color: #272b2c;
	font: normal 16px/22px "Myriad Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
	float: left;
	padding: 5px 0 0;
}
.abWrapper .abControl{
	display: block;
	float: left;
	width: 65%;
}
.abWrapper .abCaptcha{
	vertical-align: top;
	/*border: solid 1px #ccc;
	position: absolute;
	top: 0;
	left: 230px;*/
}
.abWrapper .abTerms{
	/*position: absolute;
	top: 0;
	left: 132px;*/
}
.abWrapper .abForm{
	border: solid 1px #DFDFDF;
	border-bottom: none;
}
.abWrapper .abBox{
	border-bottom: solid 1px #DFDFDF;
	overflow: hidden;
}
.abWrapper .abGray{
	background-color: #f8f7f5;
}
.abWrapper .abWhite{
	background-color: #fff;
}
.abWrapper .abHeading{
	color: #606566;
	font: normal 22px/22px "Myriad Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 10px 12px;
}
.abWrapper .abText, 
.abWrapper .abSelect,
.abWrapper .abTextarea{
	background-color: #f7f7f7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #e5e4e0;
	color: #444;
	margin: 0;
	padding: 10px 6px 9px;
	font-family: inherit;
	font-size: inherit;
}
.abWrapper .abTextarea{
	resize: none;
}
.abWrapper label.abError{
	color: #be3d21;
	display: block;
	margin: 0 0 0 35%;
	padding: 3px 0 0 0;
	clear: left;
}
.abWrapper input.abError,
.abWrapper select.abError,
.abWrapper textarea.abError{
	background-color: #FFB3B3;
	border: solid 1px #be3d21;
	color: #330000;
}
.abWrapper input.abValid,
.abWrapper select.abValid,
.abWrapper textarea.abValid{
	background-color: #b8daa9;
	border: solid 1px #6a9d48;
	color: #333300;
}
.abWrapper .abClear{clear: both}
.abWrapper .abClearLeft{clear: left}
.abWrapper .abBold{font-weight: bold}
.abWrapper .abW50{width: 50px}
.abWrapper .abW80{width: 80px}
.abWrapper .abW100{width: 100px}
.abWrapper .abW150{width: 150px}
.abWrapper .abW200{width: 200px}
.abWrapper .abWWide{width: 312px}

.abWrapper .abH50{height: 50px}
.abWrapper .abH60{height: 60px}
.abWrapper .abH70{height: 70px}
.abWrapper .abH80{height: 80px}
.abWrapper .abH90{height: 90px}
.abWrapper .abH100{height: 100px}

.abWrapper .abButton{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	font: normal 17px/18px "Myriad Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 8px 15px;
}
.abWrapper .abButtonDefault{
	background: #455259; /* Old browsers */
	background: -moz-linear-gradient(top,  #455259 0%, #6f797e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#455259), color-stop(100%,#6f797e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #455259 0%,#6f797e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #455259 0%,#6f797e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #455259 0%,#6f797e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #455259 0%,#6f797e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#455259', endColorstr='#6f797e',GradientType=0 ); /* IE6-9 */

	border: solid 1px #2f383d;
	color: #fff;
	-moz-box-shadow: 0 1px 2px #C0C0C0;
	-webkit-box-shadow: 0 1px 2px #C0C0C0;
	box-shadow: 0 1px 2px #C0C0C0;
}
.abWrapper .abButtonDefaultHover{
	background: #455259; /* Old browsers */
	background: -moz-linear-gradient(top,  #455259 0%, #565d61 6%, #868e92 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#455259), color-stop(6%,#565d61), color-stop(100%,#868e92)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #455259 0%,#565d61 6%,#868e92 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #455259 0%,#565d61 6%,#868e92 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #455259 0%,#565d61 6%,#868e92 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #455259 0%,#565d61 6%,#868e92 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#455259', endColorstr='#868e92',GradientType=0 ); /* IE6-9 */
	
	border: solid 1px #3c474d;
	color: #fff;
}
.abWrapper .abButtonCancel{
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #e6e3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e6e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e6e3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#e6e3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#e6e3e3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#e6e3e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e6e3e3',GradientType=0 ); /* IE6-9 */
	
	border: solid 1px #d0cdcd;
	color: #5f696e;
	-moz-box-shadow: 0 1px 2px #E7E7E7;
	-webkit-box-shadow: 0 1px 2px #E7E7E7;
	box-shadow: 0 1px 2px #E7E7E7;
}
.abWrapper .abButtonCancelHover{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f4f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f4f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f4f3f3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f4f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f3f3',GradientType=0 ); /* IE6-9 */
	
	border: solid 1px #c1bcbc;
	color: #5f696e;
}
.abWrapper .abDialog{
	background-color: #fff;
	color: #333;
	font: normal 12px/15px Arial, sans-serif;
	box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    padding: 10px;
}
/* Menu */
.abWrapper .abMenu{
	height: 33px;
	overflow: hidden;
}
.abWrapper .abMenu:before,
.abWrapper .abMenu:after{
	content: "";
	display: table;
	zoom: 1;
}
.abWrapper .abMenu:after{
	clear: both;
}
.abWrapper .abMenuList{
	margin: 0;
	padding: 0;
	list-style: none;
}
.abWrapper .abMenuList li{
	float: left;
}
.abWrapper .abMenuList a{
	display: inline-block;
}
.abWrapper .abMenuNav{
	float: left;
	margin: 3px 0 0 3px;
}
.abWrapper .abMenuNav li{
	padding: 5px;
}
.abWrapper .abMenuNav a{
	float: none !important;
	width: 10px !important;
	height: 17px !important;
	text-decoration: none;
}
.abWrapper .abMenuLocale{
	float: right;
	margin: 5px 2px 0 0;
}
.abWrapper .abMenuLocale li{
	height: 13px;
	padding: 5px 5px 5px 0;
}
.abWrapper .abMenuLocale a{
	border: solid 1px #fff;
	vertical-align: top;
	width: 16px;
	height: 11px;
}
.abWrapper .abMenuLocale a.abLocaleFocus,
.abWrapper .abMenuLocale a:hover{
	border: solid 1px #000;
}
.abWrapper .abMenuLocale img{
	vertical-align: top;
	border: none;
	width: 16px;
	height: 11px;
}
.abWrapper .abMenu a.abReturnToAvailability:link,
.abWrapper .abMenu a.abReturnToAvailability:visited,
.abWrapper .abMenu a.abReturnToAvailability:active,
.abWrapper .abMenu a.abReturnToAvailability:hover,
.abWrapper .abMenu a.abReturnToAvailability:focus{
	color: #fff;
	line-height: 33px;
	padding: 0 10px;
	text-decoration: none;
}
.abWrapper .abMenu a.abReturnToAvailability:hover{
	color: #fff;
	text-decoration: underline;
}
/* Price tooltip */
.abCalendarTooltip{
	color: #000;
	display: none;
	font-weight: normal;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	white-space: nowrap;
}
.abCalendarTooltip .abCalendarTooltipInner{
	position: relative;
	background: #ccc;
	border: 1px solid #000;
	padding: 5px;
}
.abCalendarTooltip .abCalendarTooltipInner:after, 
.abCalendarTooltip .abCalendarTooltipInner:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.abCalendarTooltip .abCalendarTooltipInner:after {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #ccc;
	border-width: 6px;
	margin-left: -6px;
}
.abCalendarTooltip .abCalendarTooltipInner:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000;
	border-width: 7px;
	margin-left: -7px;
}
/* Message */
.abCalendarMessage{
	color: #c00;
	
	padding: 0;
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	max-width: 170px;
}
.abCalendarMessage .abCalendarMessageInner{
	position: relative;
	background-color: #fff;
	border: 1px solid #c00;
	padding: 5px;
}
.abCalendarMessage .abCalendarMessageInner:after, 
.abCalendarMessage .abCalendarMessageInner:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.abCalendarMessage .abCalendarMessageInner:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.abCalendarMessage .abCalendarMessageInner:before {
	border-color: rgba(204, 0, 0, 0);
	border-top-color: #c00;
	border-width: 7px;
	margin-left: -7px;
}
@CHARSET "UTF-8";
#abWrapper_8 {
	float: none;
	height: 100%;
}
#abWrapper_8 .abClear {
	clear: both;
}
#abWrapper_8 .abForm{
	font-family: Times New Roman;
	font-size: 14px;
	width: 100%;
	margin: 10px 10px 10px 0;
}
#abWrapper_8 .abLayout{
	width: 100%;
	margin: 10px 10px 10px 0;
}
[calendarNav] {
	float: left;
	clear: both;
}
[calendarNav] .abCalendarLinkMonthPrev {
	float: left;
}
[calendarNav] .abCalendarLinkMonthNext {
	float: right;
}
#abWrapper_8 table.abCalendarTable, 
#abWrapper_8 table.abCalendarTablePrice{
	background-color: #EFEFEF;
	border: 0px solid #703200;
	border-collapse: collapse;
	table-layout: fixed;
	float: left;
	font-family: Times New Roman;
	height: 100%;
	margin: 1px 10px 10px 0;
	width: 100%;
}
#abWrapper_8 a{
	outline: none;
}
#abWrapper_8 td.abCalendarMonth{
	background-color: #36190d;
	border-right: solid 1px #36190d;
	border-bottom: solid 1px #36190d;
	color: #f9edd9;
	height: 24px;
	white-space: nowrap;
}
#abWrapper_8 .abCalendarMonthInner{
	overflow: hidden;
	position: relative; 
	width: 100%; 
	height: 100%; 
}
#abWrapper_8 td.abCalendarMonth,
#abWrapper_8 td.abCalendarMonth a:link,
#abWrapper_8 td.abCalendarMonth a:visited,
#abWrapper_8 td.abCalendarMonth a:hover{
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	font-weight: normal;
}
#abWrapper_8 td.abCalendarMonth a:link,
#abWrapper_8 td.abCalendarMonth a:visited{
	text-decoration: none;
}
#abWrapper_8 td.abCalendarMonthPrev,
#abWrapper_8 td.abCalendarMonthNext{
	background-color: #36190d;
	width: 14.29%;
}
#abWrapper_8 td.abCalendarMonthPrev a:link,
#abWrapper_8 td.abCalendarMonthPrev a:visited,
#abWrapper_8 td.abCalendarMonthPrev a:active,
#abWrapper_8 td.abCalendarMonthNext a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
#abWrapper_8 a.abCalendarLinkMonth:link,
#abWrapper_8 a.abCalendarLinkMonth:visited,
#abWrapper_8 a.abCalendarLinkMonth:active,
#abWrapper_8 a.abCalendarLinkMonth:hover,
#abWrapper_8 a.abCalendarLinkMonth:focus{
	display: inline-block;
	width: 100%;
	height: 100%;
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
}
#abWrapper_8 td.abCalendarMonthPrev a{
	background: transparent url(https://sunrisecabinrental.com/abcalendar/app/web/img/cal_prev.png) center center no-repeat;
}
#abWrapper_8 td.abCalendarMonthNext a{
	background: transparent url(https://sunrisecabinrental.com/abcalendar/app/web/img/cal_next.png) center center no-repeat;
}
#abWrapper_8 td.abCalendarMonth a:hover{
	text-decoration: none;
}
#abWrapper_8 td.abCalendarWeekDay{
	background-color: #703200;
	color: #f9edd9;
	font-size: 12px;
	/*padding: 2px 0;
	text-align: center;
	vertical-align: middle;*/
	font-weight: normal;
}
#abWrapper_8 td.abCalendarHeader{ 
	font-weight: bold; 
	color: #000; 
}
#abWrapper_8 td.abCalendarWeekDay,
#abWrapper_8 td.abCalendarWeekNum,
#abWrapper_8 td.abCalendarToday, 
#abWrapper_8 td.abCalendarReserved, 
#abWrapper_8 td.abCalendarPending, 
#abWrapper_8 td.abCalendarPast, 
#abWrapper_8 td.abCalendarEmpty, 
#abWrapper_8 td.abCalendarDate,
#abWrapper_8 td.abCalendarPendingNightsStart,
#abWrapper_8 td.abCalendarPendingNightsEnd,
#abWrapper_8 td.abCalendarReservedNightsStart,
#abWrapper_8 td.abCalendarReservedNightsEnd,
#abWrapper_8 td.abCalendarNightsReservedReserved,
#abWrapper_8 td.abCalendarNightsReservedPending,
#abWrapper_8 td.abCalendarNightsPendingReserved,
#abWrapper_8 td.abCalendarNightsPendingPending{
	border: 1px solid #e38725;
	height: 24px;
	/*position: relative;*/
	text-align: center;
	vertical-align: middle;
	width: 14.29%;
}
#abWrapper_8 .abCalendarCellInner{
	height: 100%;
	/*overflow: hidden;*/
	position: relative; 
	width: 100%;
}
#abWrapper_8 td.abCalendarReserved{
	background-color: #e38725;
	color: #f9edd9;
	font-size: 14px;
	font-weight: bold;
}
#abWrapper_8 td.abCalendarReservedNightsStart, 
#abWrapper_8 td.abCalendarReservedNightsEnd {
	color: #703200;
	font-size: 14px;
	font-weight: bold;
}
#abWrapper_8 td.abCalendarReservedNightsStart {
	background-image: none;
}
#abWrapper_8 td.abCalendarReservedNightsEnd {
	background-image: none;
}
#abWrapper_8 td.abCalendarNightsPendingPending {
	background-image: none;
}
#abWrapper_8 td.abCalendarNightsReservedPending {
	background-image: none;
}
#abWrapper_8 td.abCalendarNightsPendingReserved {
	background-image: none;
}
#abWrapper_8 td.abCalendarNightsReservedReserved {
	background-image: none;
	color: #f9edd9;
}
#abWrapper_8 td.abCalendarPending{
	background-color: #9b5709;
	color: #e38725;
	font-size: 14px;
	font-weight: bold;
}
#abWrapper_8 td.abCalendarPendingNightsStart, 
#abWrapper_8 td.abCalendarPendingNightsEnd {
	color: #703200;
	font-size: 14px;
	font-weight: bold;
}
#abWrapper_8 td.abCalendarPendingNightsStart {
	background-image: none;
}
#abWrapper_8 td.abCalendarPendingNightsEnd {
	background-image: none;
}
#abWrapper_8 td.abCalendarPast{
	background-color: #703200;
	color: #f9edd9;
	font-size: 14px;
	font-weight: bold;
}
#abWrapper_8 td.abCalendarEmpty{
	background-color: #f9edd9;
	font-size: 14px;
}
#abWrapper_8 td.abCalendarWeekNum{
	background-color: #703200;
	color: #f9edd9;
	font-size: 12px;
}
#abWrapper_8 td.abCalendarDate, 
#abWrapper_8 td.abCalendarToday,
#abWrapper_8 td.abCalendarPendingNightsStart,
#abWrapper_8 td.abCalendarPendingNightsEnd,
#abWrapper_8 td.abCalendarReservedNightsStart,
#abWrapper_8 td.abCalendarReservedNightsEnd { 
	cursor: pointer;
	background-color: #fcc37e;
	color: #703200;
	font-size: 14px;
	font-weight: bold;
}
#abWrapper_8 td.abCalendarPartial{ 
	cursor: pointer !important;
}
#abWrapper_8 td.abCalendarSelect{
	background-image: none;
	background-color: #9b5709;
}
#abWrapper_8 table.abCalendarLegend{
	clear: left; 
	border: none;
	width: 100%;
}
#abWrapper_8 td.abCalendarLabel{
	padding: 0 5px;
}
#abWrapper_8 td.abCalendarColor{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 20px;
}
#abWrapper_8 td.abCalendarColorAvailable{
	background-color: #fcc37e;
}
#abWrapper_8 td.abCalendarColorReserved{
	background-color: #e38725;
}
#abWrapper_8 td.abCalendarColorPending{
	background-color: #9b5709;
}
#abWrapper_8 td.abCalendarColorPast{
	background-color: #703200;
}
#abWrapper_8 .abCalendarLinkDate{
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
	
	position: relative;
}
#abWrapper_8 .abCalendarLinkDateInner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#abWrapper_8 .abCalendarPrice{
	background-color: #ccc;
	border: solid 1px #000;
	color: #000;
	display: none;
	font-weight: normal;
	padding: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
	white-space: nowrap;
}
#abWrapper_8 .abCalendarPriceStatic{
	color: #000;
	white-space: nowrap;
	margin: 5px 0 0;
}
#abWrapper_8 table.abCalendarTablePrice tbody td{
	cursor: default !important;
}
#abWrapper_8 table.abCalendarTablePrice td.abCalendarMonth .abCalendarLinkMonth {
	cursor: pointer;
}
#abWrapper_8 .abCalendarLegend {
	font-family: Arial;
	color: #703200;	
	font-size: 12px; 
	font-weight: normal;
}

#abWrapper_8 .abImageWrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    height: 100%;
}
#abWrapper_8 .abImage{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#abWrapper_8.abWrapper13 table.abCalendarTable{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	float: none;
}
#abWrapper_8.abWrapper13 .abBox13{
	width: 33%;
	height: 33%;
	float: left;
	margin: 1px 0.5% 0.5% 0;
	padding: 0;
}
#abWrapper_8.abWrapper13 .abBox13:nth-child(3n+1){
	margin-right: 0 !important;
}
#abWrapper_8 .abMenu{
	background-color: #36190d;
}
#abWrapper_8 .abMenuNavPrev a{
	background: transparent url(https://sunrisecabinrental.com/abcalendar/app/web/img/cal_prev.png) center center no-repeat;
}
#abWrapper_8 .abMenuNavNext a{
	background: transparent url(https://sunrisecabinrental.com/abcalendar/app/web/img/cal_next.png) center center no-repeat;
}
.abCalendarMessage,
.abCalendarTooltip{
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: normal;
}

@media screen and (max-width: 320px) {
	#abWrapper_8 td.abCalendarMonth{
		font-size: 0.8em;
		font-weight: normal;
	}
	#abWrapper_8 td.abCalendarWeekDay,
	#abWrapper_8 td.abCalendarWeekNum,
	#abWrapper_8 td.abCalendarDate,
	#abWrapper_8 td.abCalendarPast,  
	#abWrapper_8 td.abCalendarToday, 
	#abWrapper_8 td.abCalendarPending, 
	#abWrapper_8 td.abCalendarPendingNightsStart, 
	#abWrapper_8 td.abCalendarPendingNightsEnd,
	#abWrapper_8 td.abCalendarReserved,
	#abWrapper_8 td.abCalendarReservedNightsStart, 
	#abWrapper_8 td.abCalendarReservedNightsEnd{
		font-size: 0.8em;
		font-weight: normal;
		overflow: hidden;
	}
	
	#abWrapper_8.abWrapper13 .abBox13{
	width: 100%;
	height: 33%;
	float: right;
	margin: 1px 0.5% 0.5% 0;
	padding: 0;
}
}
@media screen and (max-width: 480px) {
	#abWrapper_8 td.abCalendarMonth{
		font-size: 0.9em;
		font-weight: normal;
	}
	#abWrapper_8 td.abCalendarWeekDay,
	#abWrapper_8 td.abCalendarWeekNum,
	#abWrapper_8 td.abCalendarDate,
	#abWrapper_8 td.abCalendarPast, 
	#abWrapper_8 td.abCalendarToday,
	#abWrapper_8 td.abCalendarPending, 
	#abWrapper_8 td.abCalendarPendingNightsStart, 
	#abWrapper_8 td.abCalendarPendingNightsEnd,
	#abWrapper_8 td.abCalendarReserved, 
	#abWrapper_8 td.abCalendarReservedNightsStart, 
	#abWrapper_8 td.abCalendarReservedNightsEnd{
		font-size: 0.9em;
		font-weight: normal;
		overflow: hidden;
	}
	#abWrapper_8.abWrapper13 .abBox13{
	width: 100%;
	height: 33%;
	float: right;
	margin: 1px 0.5% 0.5% 0;
	padding: 0;
}
	
}
@media screen and (max-width: 768px) {
	#abWrapper_8 td.abCalendarMonth{
		font-size: 1em;
	}
}