﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.menuGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9c9c9c;
	font-weight: bold;
}
.menuBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00afff;
}
.darkGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.spacing_bottom_10px {
	padding-bottom: 10px;
}
.spacing_bottom_right_5px {
	padding-right: 5px;
	padding-bottom: 5px;
}
.spacing_bottom_5px {
	padding-bottom: 5px;
}
.spacing_right_5px {
	padding-right: 5px;
}
.spacing_right_1px {
	padding-right: 1px;
}
.spacing_bottom_right_1px {
	padding-right: 1px;
	padding-bottom: 1px;
}
.spacing_bottom_1px {
	padding-bottom: 1px;
}
.spacing_left10px {
	padding-left: 10px;
}
.backgroundGrassDisplaced {
	background-image: url(/images/grass300.jpg);
	background-position: -250px;
	background-repeat:no-repeat;
}
.backgroundTreeDisplaced {
	background-image: url(/images/tree_side.jpg);
	background-repeat:no-repeat;
}
.txt_10px {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.headlineDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.headlineWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.headlineBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00afff;
}
.onGrey_darkBold {
	font-weight: bold;
	color: #8a8a8a;
}
.btn_greyBold {
	font-weight: bold;
	color: #333333;
}
.btn_whiteBold {
	font-weight: bold;
	color: #FFFFFF;
}

.btn_goldBold {
	font-weight: bold;
	color: #ffe84d;
}

.btn_blueBold {
	font-weight: bold;
	color: #9fdaff;
}

.btn_darkblueBold {
	font-weight: bold;
	color: #5187b5;
}

.lightGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a4a4a4; 
}
.mediumGrey {
	color: #6B6B6B;
}
.gradientBackground {
	background-image: url(/images/blue_gradient.jpg);
	background-repeat: repeat-x;
	height: 700px;
}
.gradientBackground400px {
	background-image: url(/images/blue_gradient.jpg);
	background-repeat: repeat-x;
	height: 400px;
}
a:link {
	text-decoration: underline;
	color: #00afff;
}
a:visited {
	text-decoration: underline;
	color: #00afff;
}
a:hover {
	text-decoration: none;
	color: #00afff;
}
a:active {
	text-decoration: underline;
	color: #00afff;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
}
.faqList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00afff;
	line-height: 20px;
}
.onBlue_darkBlueBold {
	font-weight: bold;
	color: #00719d;
}
.whiteBold {
	font-weight: bold;
	color: #FFFFFF;
}
.gradientBackgroundGreen {
	background-image: url(/images/green_gradient.jpg);
	background-repeat: repeat-x;
}
.frontpage_darkblue {
	color: #017499;
}
.frontpage_darkGreen {
	color: #4c7400;
}
.style2 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #333333; 
    font-weight: bold; 
}
.style3 {
    color: #4c7400; 
    font-weight: bold; 
}
.style4 {
    color: #ccf351
}

/* LIGHTBOX Styles - NEEDED! */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* JQUERY ColorBox Styles */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(/images/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(/images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:56px;}
        #cboxTitle{position:absolute; bottom:4px; left:100px; text-align:center; vertical-align:top; width:80%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/images/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/images/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/images/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/images/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}


/* Buttons */
#BlueButtonMid
{
    background: url('/images/buttons/btn_blue_over_mid.gif') repeat-x;
}
#BlueButtonMid a
{
    color:#ffffff;
    text-decoration:none;
    vertical-align:middle ;
    padding:3px;
    font-weight:bold;
}
#BlueButtonLeft
{
    color:#ffffff;
    text-decoration:none;
    background: url('/images/buttons/btn_blue_over_left.gif') no-repeat right;
}
#BlueButtonRight
{
    color:#ffffff;
    text-decoration:none;
    background: url('/images/buttons/btn_blue_over_right.gif') no-repeat left;
}

#div1, #div2, #div3 {position:absolute; top: 250; left: 450; width:200; visibility:hidden; background-color:#f9f9f9; padding:4px; border:1px dashed; border-color: Blue;}

/* HELPER CONTROLS */
#help_contact_container
{
    width:150px;
    height:90px;
    background-color:White;
}

#help_contact_icon
{
    text-align:center;
    vertical-align:middle;
    width:44px;
}

#help_contact_text
{
    width:106px;
    text-align:center;
    vertical-align:middle;
    font-size:12pt;
    color:Blue;
    
}

#site_helper
{
    background-color:#cfcfcf;
    position:absolute;
    top:150px; 
    left:800px;
}

.booking 
{
    width: 500px;
    padding: 10px 10px 10px 10px;
    font-size: 8pt;
}
.booking h1 {
    
}
#stepBar {
    font-size: 8pt;
    font-weight: bold;
}

/* BETALINGS VALG */
.payment_matrix
{
    font-size:8pt;
}
.payment_matrix td
{
    vertical-align:middle;
}
.payment_fee 
{
    font-size:6pt;
    vertical-align:middle;
    color:#a2a2a2;
}
.payment_fee_amount
{
    text-align:right;
}


/* HOUSECALENDAR FRONT END STYLES */
.SeasonLegend
{
    width: 100%;
    font-size: 10px;
    border: 0px;
    border-collapse: collapse;
}

.SeasonLegend td {
    height: 15px;
    color: white;
    text-align: center;
    padding: 5px 5px 5px 5px;
    border: 0px;
}

/* HOUSECALENDAR ITEMS */
.HouseCalendarContainer
{
    background-color: rgb(236, 236, 236);
    font-size: 9pt;
    border: 1px solid darkgrey;
    padding: 0px;
    border-collapse: collapse;
}
.HouseCalendarContainer td {
    border: 2px solid darkgrey;
    vertical-align: top;
}

.HouseCalendar 
{
    background-color: rgb(236, 236, 236);
    font-size: 9pt;
    border-collapse: separate;
}

.HouseCalendar td {
    height: 20px;
    width: 20px;
    text-transform: capitalize;
    text-align: center;
    border: 0px;
    vertical-align: middle;
}

.CalendarDay
{
    color: white;
    font-size: 7pt;
}

.NotAvailable {
    background-color: white;
    color: white;
}

.NotApplicable 
{
    color: rgb(236, 236, 236);
    background-color:rgb(236, 236, 236);
}

.ArrivalDay
{
    color: white;
    font-weight: bold;
}
