﻿/**************
    GLOBAL
**************/

html {
    min-height: 100%;
    height: auto;
}

body {
    font-size: 16px;
    font-family: Verdana, Arial, sans-serif;
    background: #BCE url(images/bg-body.jpg) no-repeat center bottom;
    margin: 0px;
}

* html body { font-size: medium; }

* { margin: 0; padding: 0; }

p { margin: 0.6em 0 1em 0; line-height: 1.6em; }

img { border-width: 0; }

h1, h2, h3, h4, h5, h6 { margin:0; }

h1 { color: #F80; font-size: 1.6em; margin: 0.5em 0em 0.7em 0em; font-weight: normal; }

a { color: #C03; }

table#facilities td {
    vertical-align: top; 
    width: 22%;
    padding: 0 3% 3% 0;
}

#wrapper {
    height: 100%;
    width: 100%;
    background: url(images/bg-wrapper.jpg) no-repeat center top;
    font-size: 0.8em;
    line-height: 1.6em;
    color: #000;
    padding: 10px 0px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.breaker {
    clear: both;
}

.bigblue, h3 { color: #08D; font-size: 1.3em; margin: 0.3em 0em 0.5em 0em; font-weight: normal; }


/**************
    LAYOUT
**************/


#main {
    background-color: #FFF;
    width: 880px;
    margin: 0px auto;
    padding: 0px 10px;
}

#topbar {
    height: 100px;
}

#navbar {
    position: relative;
    width: 860px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    background: #FFF url(images/bg-navbar.gif) repeat-x center center;
}

#imagebar {
    width: 880px;
    margin-top: 20px;
    background: #FFF url(images/bg-imagebar.gif) no-repeat top center;
}

#contentbar {
    margin-top: 30px;
    padding: 0px 5px;
}

#footerbar {
    position: relative;
    width: 860px;
    padding: 12px 10px;
    height: 46px;
    background: #FB3 url(images/bg-footerbar.gif) repeat center center;
    
    color: #FFF;
    font-size: 0.85em;
}   

#topcurve {
    width: 900px;
    margin: 0px auto;
    height: 10px;
    background: url(images/bg-topcurve.gif) no-repeat left bottom;
}

#bottomcurve {
    width: 900px;
    margin: 0px auto;
    height: 10px;
    background: url(images/bg-bottomcurve.gif) no-repeat left top;
}

/**************
    NAVBAR
**************/

#navbar #nbstart {
    position: absolute;
    left: 0px;
    top: 0px;
}

#navbar #nbend {
    position: absolute;
    right: 0px;
    top: 0px;
}

#navbar #nav li {
    float: left;
    list-style-type: none;
    font-size: 0.85em;
    margin: 0px 11px 0px 11px;
    font-weight: bold;    
}

#navbar #nav li a {
    color: #FFF;
    text-decoration: none;
}

#navbar #nav li a:hover {
    color: #FFF;
    text-decoration: underline;
}

/**************
    IMAGEBAR
**************/

#imagebar #bigImage {
    width: 880px;
    height: 290px;
    overflow: hidden;
}

#imagebar #imagebarthumbs {
    text-align: center;
    margin: 10px 0px 0px 0px;
}

#imagebar #imagebarthumbs a {
    margin: 0px 9px 0px 9px;
    cursor: pointer;
}

/**************
    FOOTERBAR
**************/

#footerbar #fbstart {
    position: absolute;
    left: 0px;
    top: 0px;
}

#footerbar #fbend {
    position: absolute;
    right: 0px;
    top: 0px;
}

#footerbar a {
    color: #FFF;
}

/**************
    CONTENTBAR
**************/

#contentbar #datebox {
    position: relative;
    float: right;
    width: 240px;
    height: 160px;
    background: #6CF url(images/bg-datebox.gif) no-repeat top left;
    margin: 0px 0px 10px 50px;
    padding: 10px 20px;
    font-size: 0.9em;
} 

#contentbar #datebox h2 {  
    font-size: 1.4em;
    font-weight: normal;
    color: #046;
    margin: 0px 0px 20px -5px;
}

#contentbar #datebox select {  
    float: left;
    display: block;
    font-size: 11px;
    margin: 5px 5px 10px 0px;
}

#contentbar #datebox .btnCheck {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

#contentbar .attraction {
    width: 50%;
    float: left;
    margin: 10px 0px;
}

#contentbar .attraction img {
    float: left;
    margin: 0px 10px 0px 0px;
}

#contentbar #gallery img{
    margin: 10px;
}

.tbl {
    border-collapse: collapse;
    font-size: 0.85em;
}

.tbl td {
    padding: 0px 5px;
    border: 1px solid #666;
    width: 280px;
}

.tbl td.header {
    width: 220px;
    background-color: #FB3;
    border: 1px solid #c60;
    color: #FFF;
    font-weight: bold;
}

/**************
    ACALENDAR
**************/

.aCalYear #ddlYears {
    font-size: 1.2em;
}

.aCalYear #btnYears {
    padding: 0px 5px;
}

#aCalNav {
    float: right;
    margin-right: 12px;
}

#aCalNav div {
    float: left;
    text-align: center;
}

#aCalNav div a {
    display: block;
    float: left;
    width: 30px;
    height: 15px;
    color: #000;
    margin: 0px 1px 0px 0px;
    padding: 5px;
    text-decoration: none;
    background: #FFF url(images/bg-navmonthname.gif) no-repeat center bottom;
}

#aCalNav div a.activeSlide {
    background: #FFF url(images/bg-navmonthnamesel.gif) no-repeat center bottom;
    font-size: 1.2em;
}

#aCal {
    width: 580px;
    height: 280px;
    margin: 10px;
    overflow: hidden;
}

#aCalBorder {
    background: #FFF url(images/bg-navmonth.gif) no-repeat left top;
    width: 600px;
    float: right;
    height: 300px;
    margin: 0px 0px 10px 10px;
}

.aCalMonth {
    width: 580px;
    height: 280px;
    margin: 5px 0px 0px 10px;
}

.aCalMonthName {
    float: left;
    width: 230px;
    height: 280px;
    margin: 5px;
    font-size: 2em;
    line-height: normal;
}

.aCalDay {
    width: 24px;
    height: 34px;
    float: left;
    margin: 1px 1px 0px 0px;
    padding: 5px 10px;
    background: #FFF url(images/bg-navday.gif) no-repeat left top;
    
}

.aCalBooked {
    background: #600 url(images/bg-navbooked.gif) no-repeat left top;
    color: #FFF;
}

.aCalToday {
    font-weight: bold;
}


/**************
    INPUTS
**************/

#contentbar label {
    float: left;
    display: block;
    width: 150px;
}

#contentbar input.text {
    margin-bottom: 5px;
    width: 250px;
}

#contentbar textarea.texta {
    margin-bottom: 5px;
    overflow: auto;
    width: 252px;
    height: 80px;
}

#contentbar .btn {
    margin-bottom: 20px;
    border: 1px solid #960;
    background-color: #fb3;
    padding: 3px 5px;
}

#contentbar #lblError {
    padding: 10px;
    background-color: #f66;
    width: 380px;
    border: 2px solid #600;
    margin: 10px 0px;
    font-size: 0.85em;
}