body  {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: url('../img/skybg1.jpg');
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 100%;
}

ul { text-align: left; }

.Left { text-align: left; }

.top { color: #ffffff; background:#060606; font-size: 12pt; font-family: Arial, Tahoma, Helvetica, sans-serif; text-decoration: none; text-align:center; }

.inputDollars {text-align:right; }
input.bigCheckbox { width:25px; height:25px; padding:0px; margin:0px; }

select.Active { background-color:#05ff05; }
select.Deleted { background-color:red ; }

/* For the volunteer signup sheet */
.volunteersign {table-layout:fixed;text-align: center; border-spacing:1px; background-color:#0000;}
.volunteersign tbody {background-color:#FFFFFF; color:#000000;}

.volunteersign td, .volunteersign th {border: 1px solid black; padding: 0px; font-size: 10pt; height:40px;}
.volunteersign th { border: 1px solid white; background-color:#000000; color:#FFFFFF; font-weight: bold; width:75px; vertical-align: middle;}

.volunteersign_01 td, .volunteersign_01 th {border: 1px solid black; padding: 0px; font-size: 10pt; height:20px;}
.volunteersign_01 th { border: 1px solid white; background-color:#000000; color:#FFFFFF; font-weight: bold; width:75px;}

.tablealigncenter td, tablealigncenter th {text-align: center;}

th.vleftcol, td.vleftcol {position: absolute; left:0px; width:150px; text-align: left; vertical-align: middle;}
th.vleftcol {background-color:#000000; color:#FFFFFF;}
td.vleftcol {background-color:#BBBBBB; color:#000000;}

th.vleftcol_01 {position: absolute; left:0px; width:150px; height:45px; text-align: left; vertical-align: text-bottom;}
td.vleftcol_01 {position: absolute; left:0px; width:150px; text-align: left; vertical-align: middle;}
th.vleftcol_01 {background-color:#000000; color:#FFFFFF;}
td.vleftcol_01 {background-color:#BBBBBB; color:#000000;}

.firstname {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}


th.SkipCol {width: 20px; background-color: #FFFFFF; border: 0px solid #FFFFFF;}

.volunteersignouter { position:relative; width:898px; }
.volunteersigninner { overflow:scroll; margin-left:155px;}

/* For the pulldown Menus */
#navbar         { list-style:none; font-weight:normal; margin-bottom:2px; margin-top:2px; /* Clear floats */ float:left; width:100%;
                  font-size: 12pt;
                /* Bring the navbar above everything else--uncomment if needed. */
                position:relative; z-index:5; */ }

#navbar li      { float:left; margin-right:0px; list-style:none outside none; position:relative; }
#navbar a       { text-align: left; display:block; padding:2px; color:#ffffff; background:#060606; text-decoration:none; font-weight:normal; }
#navbar a:hover { color:#ffffff; background:#909090; text-decoration: none; }

#navbar ul{
    /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background:#909090;
    list-style:none;
    display: none;
}
#navbar ul li{
    /* Introducing a padding between the li and the a give the illusion spaced items */
    padding-top:0px; padding-bottom:1px; }

#navbar li ul{
    /* Introducing a padding between the li and the a give the illusion spaced items */
    left:0; position:absolute; top:100%; padding-top:1px; padding-bottom:1px; }

#navbar ul a{
    /* Stop text wrapping and creating multi-line dropdown items */
    white-space:nowrap; }

#navbar li:hover ul{
    /* Display the dropdown on hover */
    display: block;
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0; }

#navbar li:hover li{
    float: none; }

#navbar li:hover a{
    /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    font-weight:normal;
    background:#909090;
    color:#ffffff;
    }

#navbar li:hover ul a{
    /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
    background: none; }

#navbar li:hover ul li a:hover{
    /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background:#909090; }

 #navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
  background:#000000;
	color: #ffffff; }




.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColFixHdr #header {
	height: 170px;
	background: url('img/fdlaaheader2.png');
	padding: 0px;   /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.thrColFixHdr #header h1 {
  margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
  padding-top: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-left: 130px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	margin-right: 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding-left: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFixHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}

.style1 {
	font-size: 1.5em
}

.rounded {
  -moz-border-radius:3ex;
  -webkit-border-radius:3ex;
}

.smalltable { font-size: x-small; }

td {
font-size: 0.9em;
}

td .wind_caution {
  background-color: yellow;
}
td .wind_warning {
  background-color: #FF7070;
}

 <!--[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 190px; }








* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
/*  max-width: 100%; */
  width:  750px;
  height: 422px;
  position: relative;
  margin: auto;
}

.slideshow-container-max {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .nexxt, .firsst, .lasst {
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 15%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.firsst, .lasst {
  top: 90%;
}

/* Position the "next button" to the right */
.nexxt, .lasst {
  left: 93%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .nexxt:hover, .firsst:hover, .lasst:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 12px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  right: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.3s;
  animation-name: fade;
  animation-duration: 0.3s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}