﻿/* greens: darkest to lightest #7E9C0A #99bd0c (hdg bg) #B2CD47 #C6F18F */

/* ! Default Text */ 
body, td, p, input, textarea 
{ 
    font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, Sans-serif 
}
body
{
    background-color: #fff;
    font-size: .75em;
    margin: 0;
    padding: 0;
}

img
{
    border: 0;
}
a:link
{
    color: #7E9C0A;
    text-decoration: none;
}
a:visited
{
    color: #7E9C0A;
    text-decoration: none;
}
a:hover
{
    color: #B2CD47;
    text-decoration: none;
}
a:active
{
    color: #7E9C0A;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

ul.team
{
    margin-bottom: 2px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #99bd0c;
    font-weight: normal;
    font-family: Arvo, Arial, Helvetica , sans-serif;
}

h1
{
    font-size: 36px;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
    font-size: 20px;
}
h3
{
    font-size: 16px;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px; 
    margin-bottom: 0px;
    padding-top: 2.5rem;
}

#header
{
    width: 95%;
    position: fixed;
    /*position: relative;*/
    margin: 0px auto;
    color: #000;
    padding: 0;
    top: 0;
}

#header h1
{
    padding: 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}
#main-nav
{
    border-bottom: 1px solid #D1D1D1;
    margin: auto;
    padding-bottom: 10px;
    width: 100%;
}
#main
{
    padding: 15px 30px 15px 30px;
    background-color: #f8f8f8;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}
#main.home
{
    width: 75%;
    float: left;
}
#main.site
{
    width: 75%;
    float: right;
}

#sidebarcontainer
{
    background-color: #fff;
    padding: 10px 20px 15px 10px;
    float: left;
    text-indent: -10px;
    position: fixed;
}
#sidebarcontainer.site
{
    width: 180px;
    max-width: 13%;
}
#sidebarcontainer.home
{
    width: 250px;
}

#sidebarcontainer h3
{
    margin-bottom: 10px;
}
#sidebarcontainer div.memberphoto
{
    margin-left: 15px;
}
.memberphoto img
{
    height: 50px;
    width: 50px;
    margin: 0px 0px 5px 5px;
}

#sidebarcontainer .bigphoto img
{
    width: 228px;
    margin: 0px 0px 20px 20px;
}
#sidebarcontainer .funderlogo img
{
    width: 60%;
}
.funderlogo
{
    margin: 100px 5px 0px 10px;
    font-size: .9em;
    text-align: right;
}
ul#sidebarmenu, ul.sidebarmenu, #twitter_div ul
{
    padding: 0;
    position: relative;
    margin: 0;
    line-height: 18px;
    list-style-type: none;
}
#twitter_div input[type="text"]
{
    font-size: 10px;
    width: 200px;
}
ul#sidebarmenu li
{
    list-style: none;
    /*list-style-position: inside;*/
    display: block;
    margin-bottom: 6px;
}
ul#sidebarmenu li a
{
    padding: 0;
    text-decoration: none;
    color: #7E9C0A;
}

ul#sidebarmenu li a:hover
{
    color: #B2CD47;
    text-decoration: none;
    width: 180px;
}

ul#sidebarmenu li a:active
{
    color:  #7E9C0A;
    text-decoration: none;
    width: 180px;
}

ul#sidebarmenu li.selected a
{
    color:  #7E9C0A;
    width: 180px;
}

ul#sidebarmenu ul li
{
    list-style:disc; 
    display: list-item; 
    padding-top: 4px;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
#menu
{
    background-color: #99bd0c;
}
ul#menu
{
/*    border-bottom: 1px #5C87B2 solid;*/
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.4em;
    color: #fff;
}

ul#menu li a
{
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.4em;
    background-color: #99bd0c;
    color: #c6f18f;
}

ul#menu li a:hover
{
    background-color: #c6f18f;
    color: #fff;
    text-decoration: none;
}
/*
ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}
*/
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:0px;
    background-color: #99bd0c;
}
div#title
{
    /*display:block;
    float:left;
    text-align:left;*/
    background-color: #99bd0c;
    background-repeat: no-repeat;
    margin-bottom: 0px;
}

#title h1
{
    width: 180px;
    line-height: normal;
    padding-left: 10px;
    display:inline;
}

#title a
{
    color: #fff;
}
#title a:link, #title h1 a:visited, #title h1 a:hover
{
    color: #fff;
}
#logindisplay
{
    font-size:1.1em;
    display:inline;
    float:right;
    text-align:right;
    margin:0px;
    background-color: #99bd0c;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 0.5em 0; font-weight: bold;
}

.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.display-label,
.editor_label
{
    font-weight: bold;
    display: inline;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* styles inherited from the old site
------------------------------------------------------*/
#TableTxt
{
    width: 100%;
    border-width: 0;
    border-spacing: 0;
    padding: 5px;
}
#TableTxt th
{
    font-weight: bold;
    background-color: #F0F0F0;
}
#bodyTxt
{
    border-spacing: 0;
    padding: 2px;
    border-width: 0;
    background-color: #f0f0f0; 
}

img.bio
{
    float: right;
    margin: 10px 20px 10px 20px;
}
h3.bio, a.bio
{
    clear: both;
}
/* home page styles */
.availablehomes
{
    background-color: #B2CD47;
    font-family: Arvo, Arial, Helvetica , sans-serif;
    font-size: 24px;
    color: #FFF;
}
.reservednumber
{
    font-family: Arvo, Arial, Helvetica , sans-serif;
    font-size: 36px;
    color: #800040;
}
.reservedtext
{
    color: #800040;
}
ul.availablehomes
{
/*    border-bottom: 1px #5C87B2 solid;*/
    display: block;
    padding: 0 0 0 6px; /*4px 0px 4px 10px;*/
    position: relative;
    margin: 0;
    line-height: 60px;
}

ul.availablehomes li
{
    display: inline;
    list-style: none;
    padding: 3px;
}

ul.availablehomes li a
{
    padding: 5px 5px;
    font-weight: bold;
    text-decoration: none;
    background-color: #99bd0c;
    color: #c6f18f;
}

ul.availablehomes li a:hover
{
    background-color: #c6f18f;
    color: #fff;
    text-decoration: none;
}

.availablenumber
{
    font-family: Arvo, Arial, Helvetica , sans-serif;
    font-weight: normal;
    font-size: 36px;
    padding: 0 10px 0 10px;
}

#twitter_div
{
    float: right;
    width: 200px;
}
#twitter_div p
{
    margin: 0 0 0 20px;
    padding: 0;
    vertical-align: middle;
    font-size: 10px;
}
#twitter_div img
{
    vertical-align: middle;
    padding: 4px;
}
#twitter_div ul
{
    padding: 0;
    position: relative;
    margin: 10px;
    line-height: 18px;
    list-style-type: none;
}
#twitter_div li
{
    border-bottom: 1px dotted #7E9C0A;
}
#twitter_div a
{
    display: block;
}

.footer
{
    clear: both;
}
.footer p, .smallprint
{
    font-size: 10px;
    line-height: 12px;
    margin: 0;
    padding: 0;
    color: #545454;
}
.sidephoto
{
    float: right;
    width: 250px;
}
.sidephoto img
{    
    width: 228px;
    margin: 0px 0px 20px 20px;
}
.candidate
{
    background-color: Gray;
    display:none;
}
.footer img
{
    height:64.25px;
    float:left;
    margin-right: 10px;
    margin-bottom:20px;
}

td.controls
{
    width: 40px;
}
th.team
{
  background-color: transparent; 
}

.leader 
{
    font-weight: bold;
    margin-right: 10px;
}
.member
{
    margin-right: 0px;
}
p.heading  {margin-bottom: 2px; padding-bottom: 0; }
.highlight { background-color: #99bd0c; color: White; padding: 3px 5px 3px 5px;}
.warning { background-color: red; color: White; padding: 3px 5px 3px 5px;}
.highlight, .warning a:link
{
    color: #000000;
    text-decoration: none;
}
.highlight, .warning a:visited
{
    color: #000000;
    text-decoration: none;
}
.highlight, .warning a:hover
{
    color: #000000;
    text-decoration: none;
}
.highlight, .warning a:active
{
    color: #000000;
}

/* news ticker for home page */
div.news
{
    margin-bottom: 5px;
    font-family: georgia,serif;
    font-size: 14px;
    color: #7E9C0A;
}
.news b
{
    color: #ce2e20;
}

.vehiclebooking td 
{
    font-size: 9px;
    height: 20px;
    width: 80px;
}
/* greens: darkest to lightest #7E9C0A #99bd0c (hdg bg) #B2CD47 #C6F18F */

/* based on webreserve.eu css/ac2.css */
.hc-container {height: 420px;border:0;margin:0;padding:0;line-height:100%}
.hc-canvas-header {padding:0;margin:0;border:0; clear: both; position: relative; display: block; background-color: #cccccc;}
.hc-canvas {padding:0;margin:0;border:0; clear: both; position: relative; display: block; width: 100%; height: 300px; overflow: scroll; background-color: #cccccc;}
.hc-time {font-size: 10pt;position:absolute;padding:0;margin:0;border:0;background-color:#eeeeee;color:#7674cb;width:60px;border:1px solid white;text-align:right;}
.hc-padding {padding:2px 5px 5px 0px;}
.hc-sm {font-size: 8pt;}
.hc-header {position:absolute;padding:0;margin:0;border:0;left:0;top:0;background-color: #7E9C0A;color:white;text-align:center;border: 1px solid white;font-size:8pt;}
.hc-date {position:absolute;padding:0;margin:0;border:0;left:0;top:0;background-color: #7E9C0A;color:#7674cb;text-align:center;border: 1px solid white;font-size:10pt;}
.hc-available {position:absolute;padding:0;margin:0;left:0;top:0;background-color:green;border: 1px solid white;}
.hc-reserved {position:absolute;font-size:10px;overflow:hidden;padding:0;margin:0;border:0;background-color:red;color:white;border-left:1px solid white;border-right:1px solid white;text-align:center;vertical-align: bottom; border-radius:10px}
.hc-flexible {position:absolute;font-size:10px;overflow:hidden;padding:0;margin:0;border:0;background-color:Orange;color:white;border-left:1px solid white;border-right:1px solid white;text-align:center;vertical-align: bottom; border-radius:10px}
.hc-mine {position:absolute;font-size:10px;overflow:hidden;padding:0;margin:0;border:0;background-color:Blue;color:white;border-left:1px solid white;border-right:1px solid white;text-align:center;vertical-align: bottom; border-radius:10px}
.leg-av {display: inline; margin: 4px; height:10px;width:15px; background-color: green; }
.leg-na {display: inline; margin: 4px;height:10px;width:15px; background-color: red;}
.leg-cl {display: inline; margin: 4px;height:10px;width:15px; background-color: #cccccc;}
.hc-nav td {color: black; background-color: white; font-size: 8pt; padding-top: 5px; padding-left: 4px; padding-bottom: 0; margin-bottom: 0;}

.day { background-color: #B2CD47; }
.altDay { background-color: #C6F18F; }

.instructions { border: 2px solid red; }
.instructions p
{
    padding: 4px;
    font-size: 16px;
}

td {
  vertical-align: top;
  text-align: left;
}

td p 
{
    margin: 0;
}


/* guest room bookings*/
.calendarDay { font-size: 20px;}