/* This file based on 'Tranquille' by Dave Shea */
/*colours:
medium blue #0080FF
dark blue #0041B1
pale blue (towards green) #8CE6C0
pale blue (towards purple) #AEC0FF
maroon #8C0000
khaki #DCD790
pink #FFC0A5
burnt orange #BA7300
green #329616
via http://www.easyrgb.com/harmonies.php, based around #0080FF
*/
body
{
font-family: Georgia, Tahoma, Arial, Helvetica, Sans Serif;
color: black;
line-height: 1.3em;
}
h1, h2, h3, h4, h5
{
font-family: 'Yanone Kaffeesatz', Georgia, Trebuchet MS, Tahoma, Sans Serif;
/*margin-bottom: 0px;*/
color: #0080FF;
}
a img
{
text-decoration: none;
border: none;
}
a:link
{
font-weight: bold;
text-decoration: none;
background-color: white;
color: #0041b1;
}
a:visited
{
font-weight: bold;
text-decoration: none;
color: #8C0000;
}
a:hover, a:active
{
background-color: #0080ff;
color: black;
}
span.setleft
{
float: left;
}
span.setright
{
float: right;
}
thead
{
background-color: #AEC0FF;
}
td.bookable
{
background-color: #DCD790;
}
td.booked
{
background-color: #BA7300;
}
td.selected
{
border-color: #0041B1;
}
.error
{
background-color: #8C0000;
color: black;
font-weight: bold;
}
.warning
{
background-color: #BA7300;
color: black;
font-weight: bold;
}
.success
{
background-color: #329616;
color: white;
font-weight: bold;
}
span.fieldlabel
{
font-size: 80%;
font-weight: bold;
padding-left: 2em;
padding-right: 2em;
margin-left: 5px;
margin-right: 3px;
border-bottom-style: inset;
border-right-style: inset;
background-color: white;
}
input.btn
{
background-color: white;
color: #0041B1;
font-weight: bold;
border:1px solid;
border-style: outset;
border-top-color:#0041B1;
border-left-color:#0041B1;
border-right-color:#AEC0FF;
border-bottom-color:#AEC0FF;
}
input.btnhov
{
background-color: #0041B1;
color: white;
font-weight: bold;
border-top-color:#8C0000;
border-left-color:#8C0000;
border-right-color:#DCD790;
border-bottom-color:#DCD790;
}
.floatleft
{
float: left;
}
.clear_right
{
clear: right;
}
#shoppingcart_summary
{
border: thick ridge black;
font-size: 75%;
padding-top: 5px;
padding-bottom: 5px;
clear: left;
float: left;
}
#navbar
{
height: 100%;
width: 200px;
background-color: #0080FF;
background-image: url(sky_clouds_opt.jpg);
float: left;
border-style: inset;
margin-right: 3px;
}
#logo
{
position: relative;
left: 0px;
height: 200px;
width: 200px;
background-color: white;
float: left;
clear: left;
padding-bottom: 2px;
}
#logo a:link
{
color: white;
background-color: white;
} 
#logo a:visited
{
background-color: white;
color: white;
}
#logo a:active
{
background-color: white;
color: white;
}
#navmenu
{
height: 100%;
clear: left;
float: left;
padding-top: 5px;
padding-bottom: 5px;
}
.menu li
{
list-style-type: none;
}
a.nav, a.nav:link, a.nav:visited
{
display:block;
width:100%;
background:white;
border:1px solid #000;
margin-top:2px;
text-align:left;
text-decoration:none;
}
span.nav
{
display:inline;
width:100%;
text-align:left;
}
span.promoimage
{
float: left;
padding-right: 2em;
}
div.nl_signup
{
text-align: center;
}
#login_form
{
padding-top: 2px;
border: thick ridge black;
clear: left;
float: left;
}
#container
{
position: absolute;
top: 0px;
left: 220px;
float: right;
width: 800px;
}
#functions
{
background-color: #AEC0FF;
border-top: thin ridge black;
}
#videocontainer
{
margin-left: 5px;
}

#currency_conversion
{
font-size: 70%;
font-color: #0041B1;
}

.image .caption 
{ 
font-size: 80%;
text-align: center; 
}
