/* Bookings */

div.bookings {  }
div.bookings .title { font-size: 1.1em; font-weight: bold; color: #003300; background-color: #DCA944; padding: 3px; margin-bottom: 2px; }
div.bookings .slots {  }
div.bookings .slots .row0 { padding: 3px; background-color: #48A976; margin-bottom: 1px; }
div.bookings .slots .row1 { padding: 3px; background-color: #1F7B47; margin-bottom: 1px; }

/* Current Weather */

div#currentweather { padding: 43px 5px 5px 5px; text-align: left; background-image: url(images/weather.jpg); background-repeat: no-repeat; background-position: top left; }

/* Page Images */

.pageimageleft {margin: 0px 10px 5px 0px;}