body {
  color: white;
  background-color: #008b8b;

  margin:0;
  padding: 0;
  height: 100%;

  font: 100% Verdana, Helvetica, sans-serif;
}

/* global styles */
div {
/*
  color: black;
*/
}

/* all sections should stretch across the screen */
#page {
  width: 99%;
  height: 99%;
  color: white;
  background-color: #008b8b;
}

div#header, div#nav, div#content, div#footer, div#footer2 {
  margin-left: 1%;
  width: 99%;
  text-align: center;
}

div#footer {
/*  margin-top: 5px; */
  border-top: 3px solid black;
  border-bottom: 3px solid black;
}

#footer, #footer a {
	color: white;
	text-decoration: none;
}

#footer a:visited {
	color: white;
}

/* styles specific to site header section */
#header, #nav {
  color: white;
  background-color: #008b8b;
}

/* styles specific to site navigation section */
div#nav {
  clear: both;
  background-color: white;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  height: 2em;
  text-align: left;
  whitespace: nowrap;
  min-width: 1100px;
}
div#nav ul {
  font-size: 15px;
  font-weight: bold;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: inline-table;
}
div#nav ul:after {
  content: "";
  clear: both;
  display: block;
}
div#nav ul li {
  float: left;
}
div#nav ul li a {
  display: block;
  text-decoration: none;
  padding: 6px 15px 3px 15px;
  background-color: #FFFFFF;
  color: #000000;
  white-space: nowrap;
  height: 1.5em;
  text-align: left;
}
div#nav ul li a:hover {
  background-color: #000000;
  color: #FFFFFF;
}
div#nav ul li a.current {
  background-color: #696969;
  color: #FFFFFF;
}

/* special styling */
.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

/* styles specific to site Content section */
#content {
  height: 78%;
  overflow: auto;
  margin-left: 20px;
  color: black;
  background-color: white;
  min-height: 500px;
  height: auto ! important;
  height: 500px;
}

#leftcontent {
  padding-top: 5px;
  float: left;
  width: 70%;
  height: 78%;
  overflow: visible;
  background-color: white;
  min-height: 500px;
  height: auto ! important;
  height: 500px;
  border-right: 3px solid black;
}

#leftcontent.admin {
  width: 99%;
}

#rightcontent {
  float: right;
  width: 25%;
  color: black;
  text-align: left;
	font-size: smaller;
}

#rightcontent a {
  color: black;
}

#rightcontent .sectionheading {
  font-size: 130%;
  text-transform: uppercase;
}

.round-button { /* for SuperInn links */
  display: inline-block;
  border: 2px solid #f5f5f5;
  border-radius: 50%;
  color: white;
  background-color: #008b8b;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 3px gray;
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-size: .8em;
  font-weight: bold;
  margin-bottom: 10px;
}
.round-button:hover { /* for SuperInn links */
  color: white ! important;
  background-color: black;
  border: 2px solid #008b8b;
}

.cssbutton {
  padding: 1px 4px 1px 4px;
  color: black;
  text-decoration: underline ! important;
  background-color: white;
  display: block;
}

.cssbutton:hover, .activebutton {
  background-color: black ! important;
  color: white ! important;
  text-decoration: underline ! important;
}

.cssbutton:active{
  color: black;
}

#message {
  width: 50%;
  z-index: 1000;
  position: absolute;
  top: 30%;
  left: 25%;
  padding: 30px;
  background-color: white;
  border: 10px solid black;
}

/* styles for content area of page */
.displayTable
{
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
}

.displayTable tr.toprow th
{
  vertical-align: bottom;
  border-bottom: 1px solid black;
}

.displayTable tr td
{
  background-color: white;
  color: black;
}

.displayTable tr.alt td
{
  background-color: darkcyan;
  color: black;
}

.displayTable tr.alt2 td
{
  background-color: lightgrey;
  color: black;
}

.displayTable tr.over td
{
  background-color: black;
  color: white;
}

.entryTable {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  border-collapse: collapse;
}

.entryTable th {
  font-weight: bold;
  text-align: center;
}

.entryTable td, .entryTable th {
  padding: 5px;
  border: 1px solid black;
}

.entryTable th {
  text-align: center;
}

.entryLabel {
  text-align: right ! important;
  font-weight: bold;
}

.entryField {
  text-align: left;
}

.rptTable {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  text-align: left;
}

.rptTable td {
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

.rptTable td table {
  width: 350px;
}

tr.headrow th {
  background-color: black;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
}

#content div.section {
  padding: 10px;
  text-align: left;
  width: 90%;
}

.sectionheading {
  font-style: italic;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

.subheading {
  font-style: italic;
  font-weight: bold;
  font-size: smaller;
  margin-left: auto;
  margin-right: auto;
}

.logo { width: 160px; height: 150px; }
.fleft { float: left; }
.fright { float: right; }
.lindent { margin-left: 20px ! important; }
.rindent { margin-right: 20px ! important; }
form.rptForm { padding-bottom: 10px; }
.article.rejected { background-color: grey ! important; }
.article.disabled { background-color: lightgrey ! important; }
.article { padding-top: 5px; border-top: 1px dashed grey; }
.article-body { padding-top: 5px; }
.spaced { padding-top: 10px; }
.larger { font-size: larger; }
.small { font-size: 9pt; }
.smaller { font-size: 8pt; }
.xxsmall { font-size: 7pt; }
.nowrap { white-space: nowrap; }
.rpad { padding-right: 10px; }
.lpad { padding-left: 10px; }
.nobreak { page-break-inside: avoid; }
.break { page-break-after: always; }
.top { vertical-align: top; }
.middle { vertical-align: middle ! important; }
.bottom { vertical-align: bottom; }
.left { text-align: left ! important; }
.center { text-align: center !important ; }
.right { text-align: right ! important; }
.bold { font-weight: bold; }
.mandatory { background-color: yellow ! important; }
.optional { background-color: white ! important; }
.red { background-color: red ! important; }
.black { background-color: black ! important; }
.white { background-color: white ! important; }
.hidden { display: none; }
.error { color: red; font-weight: bold; text-align: center; }
.message { color: green; font-weight: bold; text-align: center; }
.noborder { border: none ! important; }
.popped { z-index: 100; }
.padded { padding: 10px; }
.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth { clear: both; }
.inline { display: inline ! important; }
.inline-block { display: inline-block ! important; }
.underlined { border-bottom: 1px solid black; }
.zoomin { cursor: hand; cursor: pointer; }
.italic { font-style: italic; }
.cursive { font-family: "Lucida Handwriting"; }
.nounderline { 	text-decoration: none ! important; }

.centered {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

ddiv.quotes ol li, ddiv.articles ol li {
  padding-bottom: 10px;
}

ol.simple-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/

    margin: 0;
    margin-left: 3em;
    margin-top: 15px;
    padding: 0;

    counter-reset: li-counter;
}
ol.simple-list > li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
//    padding-bottom: 10px;
    min-height: 2em;
    border-left: 2px solid #CCCCCC;
}
ol.simple-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;

    font-size: 2em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: black;

    content: counter(li-counter);
    counter-increment: li-counter;
}

#imgBox {
  z-index: 1000;
  position: absolute;
  top: 10%;
  left: 10%;
  padding: 10px;
  background-color: white;
  border: 10px solid darkcyan;
  display: none;
  
  -moz-box-shadow: 3px 3px 50px 0px #000;
  -webkit-box-shadow: 3px 3px 50px 0px #000;
  box-shadow: 3px 3px 50px 0px #000;
}

#imgBoxCaption {
  color: black;
  font-weight: bold;
  font-size: .8em;
}

input[type=text] {
  -webkit-appearance: none;
  border-style: inset;
}

div#message {
  width: 50%;
  z-index: 1000;
  position: absolute;
  top: 30%;
  left: 25%;
  padding: 30px;
  background-color: white;
  border: 10px solid black;
}

@media print {
#header, #nav, #footer { display: none; }
}

table.admin ul {
  list-style: none;
  padding-left: 0px;
  padding-right: 20px;
}

/* jquery-ui specific styles */
.ui-datepicker-trigger {
  background: none;
  color: black;
  background-color: buttonface;
/*
  border: 2px outset buttonface;
*/
}
.ui-datepicker-trigger, .ui-datepicker-trigger:focus {
  margin-left: 5px;
}
.ui-datepicker-trigger:hover {
  background: none;
  color: white;
  background-color: black;
}
.ui-widget {
  font-size: 11px ! important;
}
.ui-button, .ui-button:focus {
  top: -2px ! important;
  box-shadow: 0 0 0px rgba(0, 0, 0, 1);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.ui-button-text {
  line-height: 1 ! important;
  font-size: 10px ! important;
  padding: .8em 1em .8em 1em ! important;
  text-indent: -999999px ! important;
}
.ui-icon {
  margin-left: -3px ! important;
}
.ui-button, .ui-button:focus {
  margin-left: 5px;
}

/* admin rate table styling */
table.rates {
  border-spacing: 5px 2px;
  border-collapse: separate;
}
table.rates td input {
  width: 100%;
}

/* reservation table styling */
table.res_table th.current {
  color: red;
}
table.res_table td {
  text-align: center;
  border: 1px solid black;
}
table.res_table td.selected {
  border: 1px solid red;
  background-color: white ! important;
  color: red ! important;
}
.Reset { background-color: lightgrey ! important; }
.Reserve { background-color: yellow ! important; }
.Deposit { background-color: lightpink ! important; }
.Paid { background-color: lightblue ! important; }
.Family { background-color: lime ! important; }
.Friends { background-color: grey ! important; }
div#buttons {
  clear: both;
  width: 100%;
  text-align: center;
}


/* modal dialog styling */
#modal_overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#modal_container {
    position:absolute;
    background:url(tint20.png) 0 0 repeat;
    background:rgba(0,0,0,0.2);
    border-radius:14px;
    padding:8px;
}
#modal_content {
    border-radius:8px;
    background:#fff;
    color: black;
    padding:20px;
    min-height: 400px;
    min-width: 600px;
    background-color: #008b8b;
}
#modal_close {
    position:absolute;
    background:url(images/close.png) 0 0 no-repeat;
    width:24px;
    height:27px;
    display:block;
    text-indent:-9999px;
    top:-7px;
    right:-7px;
}

#reservation {
  width: 90%;
  min-height: 400px;
  background-color: white;
  padding: 5%;
}
#reservation form {
  width: 90%;
  height: 90%;
  min-height: 380px;
}
#reservation table.reservation th {
  text-align: right;
}

