/*  UPPERCASE = html name
www.colocombos.com - 186
#000    : BLACK
#333333 : GREY20 - dark grey
#333    : dark grey
#fff    : pale creamy white
    #57526a : mid blue  - updated from whiteclean
#ccc    : pale blue/grey
#eee    : very pale blue/grey
#666    : mid grey
  #C64521 : burnt sienna/reddish  - updated from whiteclean
#FFFFE0 : extremely pale baby pink?
#959595 : mid lilac/grey
#669966 : greyish green - goes with lilac
#CCFFFF : pale turquoise
#245481 : rich blue
  #B1C3D4 : sky blue - dark - not in whiteclean
*/
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #B1C3D4 url("/images/blue pastel mottled.jpg");
    color: #333333;
}

#container {
    background: #fff;
    border: 3px solid #245481;
}

a       { color: #245481; }
a:hover { color : #000; }

#header h1 a       { color: #245481; }
#header h1 a:hover { color: #245481; }
#header h2         { color: #ccc; }

#menu               { background: #245481 url(images/menu.jpg) no-repeat; }
#menu ul li a       { color: #eee; }
#menu ul li a:hover { color: #eee; }

.main h2 { color: #C64521; }

.col-one ul { color: #245481; }
.col-one h2 { color: #666; }

#footer {
    background: #eee;
    border-top: 3px solid #245481;
    color: #333;
}

.changeoverdays { background: #eee; }

td.available   { background-color: #FFFFE0; }
td.booked      { background-color: #959595;}
td.thisbooking { background-color: #669966;}
td.unavailable { background-color: silver;}
td.provisional { background-color: #CCFFFF; }

#single_property { border: 1px solid #ccc; }
tr.header {background-color: silver;  color: #245481;}

