﻿/* Base */
body { background: #000; margin:0 auto; }
form { font-family: Trebuchet MS; font-size: 0.8em; color: #333; border:none; margin:0 auto; width:1000px; line-height:140%; background-color: #fff; padding:0; margin-top:10px; margin-bottom:10px; }
h1 { font-family: Trebuchet MS; font-size: 1.3em; font-weight: bold; margin-bottom:8px; text-transform: uppercase; text-align: center; }
h2 { font-family: Trebuchet MS; font-weight:normal; font-size: 1.0em; margin: 5px 0px; text-align: center; font-style: italic; color: #555; border-top: solid 1px #ddd; border-bottom: solid 1px #ddd; margin-top:12px; padding-top:4px; margin-bottom:12px; padding-bottom:4px; }
h3 { font-family: Trebuchet MS; font-weight:bold; font-size: 1.0em; margin: 5px 0px; text-transform: none; text-align: center; color: #159cc5;}
h4 { font-family: Trebuchet MS; font-size: 1.5em; padding-bottom: 4px; border-bottom: solid 1px #888; margin-bottom:14px; margin-top:4px; }
p { text-align:left; }
a:visited { color: #3a81d5; }
ul, li { margin-left:10px; }

/* Top */
#top { width: 1000px; height:116px; background: #000; padding-bottom:0px; margin:0; }
.picture { width: 480px; height: 85px; margin-bottom:0; background: url('/images/base/logo.jpg'); margin-left:0px;}
#strapline { width: 1000px; margin-top:1px; background-color: #444b51; height:40px; }
#strapline .line { float: left; font-family:Trebuchet MS;  font-size: 1.4em; padding: 7px 0px 7px 14px;  height: 18px; text-transform:uppercase; color: #37b7dd; height:20px; }
#strapline .languages { float: right; padding: 5px 0px; }

/* Main Area */
#main { width:1000px; height:520px; border-top:solid 1px #fff; border-bottom: solid 1px #fff; background-color:#afadad; padding-bottom:0px; }
#main #left { float:left; width:200px; background-color:#444b51; height:520px; margin:0; padding:0; }
#main #centre { float:left; width:248px; border-left: solid 1px #eee; border-right: solid 1px #fff; background: #ddd; overflow:auto; height:490px; padding: 15px; scrollbar-base-color: #cccccc; scrollbar-track-color: #cccccc; scrollbar-face-color: #cccccc; scrollbar-highlight-color: #cccccc;scrollbar-3dlight-color: #707070;scrollbar-darkshadow-color: #707070; scrollbar-shadow-color: #cccccc; scrollbar-arrow-color: #707070; }
#main #right { float:left; width:520px; background-color:#fff; height:520px; overflow:hidden; color: #000; }
#main #whole { float:left; width:759px; border-left: solid 1px #fff; background-color:#fff; overflow:auto; height:480px; padding: 20px; scrollbar-base-color: #cccccc; scrollbar-track-color: #cccccc; scrollbar-face-color: #cccccc; scrollbar-highlight-color: #cccccc;scrollbar-3dlight-color: #707070;scrollbar-darkshadow-color: #707070; scrollbar-shadow-color: #cccccc; scrollbar-arrow-color: #707070;}

/* Pages */
#main #right .home { background: #fff url('/images/base/house.jpg') no-repeat top left; width:520px; height:500px; }

/* Logo */
.logo { width:250px; height:20px; background-color: #87774f; }

/* Montages */
.banner { padding:0; margin-left:-10px; position:relative; width:190px; height:200px; }
.banner:hover { border-color: #f69d18; }
.banner img { position: absolute; top: 0; border-bottom: solid 1px #fff;}

/* Montages */
.largebanner { padding:0; margin-top:0px; margin-left:0px; position:relative; width:500px; height:500px; }
.largebanner:hover { border-color: #f69d18; }
.largebanner img { position: absolute; top: 0; border-bottom: solid 1px #fff;}

/* Footer */
#footer { text-align: center; width: 1000px; height:18px; font-size: 1.0em; background-color:#444b51; margin-top:0px; padding: 3px 0px; color: #37b7dd; text-align:right;}
#footer a { text-decoration:underline; border:none; color: #37b7dd; }
#footer a:hover { color:#fff; text-decoration:underline; }

/* Standard text */
.text { font-family: Trebuchet MS; font-size: 1.0em; color: #333; padding:0; text-align:left; margin-top:0;}
.text a { text-decoration:underline; border:none; color: #3a81d5;}
.text a:hover { color: #37b7dd; text-decoration:underline; border:none }
.darktext { font-family: Trebuchet MS; font-size: 1.0em; color: #333; padding:0; text-align:left; margin-top:0;}
.darktext a, .darktext a:active, .darktext a:visited { text-decoration:underline; border:none; color: #444;}
.darktext a:hover, .darktext a:active:hover, .darktext a:visited:hover { color: #888; text-decoration:underline; border:none }

/* Controls */
.input { font-family: Trebuchet MS; margin-bottom:2px; font-size:0.9em; color: #333;}
.button { font-family: Trebuchet MS; font-size:1.0em; color: #333;}

/* Menu */
#menu { float:left; border:0; padding:0; background: #444b51; width:200px; padding-top:0px; margin-top:0px; margin-right:0px; font-size:0.8em; font-family:Trebuchet MS; }
#menu ul {margin:0; padding:0; list-style-type: none; }
#menu li { display: block; }
#menu li:hover { display: block; }
#menu li a { width: 195px; display:block; color: #37b7dd; background:#444b51; font-weight: normal; font-size:1.5em; padding: 4px 0px; border-bottom: solid 1px #d8d8d8;  text-decoration: none; text-transform:none; margin-left:5px; }
#menu li.menu8 a { width: 195px; display:block; color: #37b7dd; background:#444b51; font-weight: normal; font-size:1.5em; padding: 4px 0px; border-bottom: none;  text-decoration: none; text-transform:none; margin-left:5px; }
#menu li a:hover { font-weight: normal; text-decoration: none; color:#fff; background: none;}
#menu .selected {  font-weight: normal; text-decoration: none; color:#fff; background: none; padding: 5px 10px 5px 10px; border-right: 1px solid #125e70; }

.separator { width: 200px; border-top: solid 1px #c2d0e4; margin-top:7px; margin-bottom:7px;padding: 0px 10px; }

/* Rooms */
#rooms { font-family:Verdana; line-height:1.2em; }
#rooms .options { margin-bottom:0; padding:0; width:622px; border-bottom: solid 1px #6e97b3; font-size:1.3em; }
#rooms .selectedoption { padding: 4px 8px; float:left; background: #6e97b3; border: solid 1px #6e97b3; border-bottom:none; margin-right:-1px; }
#rooms .selectedoption a:link { font-weight:bold; text-decoration:none; color: #fff; }
#rooms .option { padding: 4px 8px; float:left; background: #edf4f7; border: solid 1px #6e97b3; border-bottom:none; margin-right:-1px; }
#rooms .option a:link { font-weight:bold; text-decoration:none; color: #6e97b3; }
#rooms .option a:link:hover { font-weight:bold; text-decoration:none; color: #cb7453; }
#rooms .contents { width: 600px; border: solid 1px #6e97b3; border-top:none; margin-top:0; padding:10px; background: #edf4f7; }
#rooms .header { font-weight:bold; font-size:1.2em; margin-bottom:8px; } 
#rooms .picturepanel { float:left; width:200px; margin-right:10px; }
#rooms .picture { width:200px; margin-right:10px; border: solid 1px #6e97b3; height:170px; }
#rooms .prices {float:left; width:375px; padding:5px; background:#ede6dd; border: solid 1px #bba07d; height:114px;}
#rooms .details { width:585px; padding:5px; margin-top:10px; background:#ede6dd; border: solid 1px #bba07d; line-height:1.2em; }
#rooms .photoselector { width: 40px; height: 34px; border: solid 1px #bba07d; float:left; margin-right: 5px; margin-top:10px; }

/* Validators */
.warning { font-family: Verdana, Tahoma; color: #781F00; }
.validate { font-family: Verdana, Tahoma; font-size: 1.0em; color: #781F00; }

/* Google Map */
.map { width:520px; height:520px; border: none; position:relative;  }
.map .marker { font-family:Trebuchet MS; font-size:1.0em; }
.directions { margin-top:20px; font-family:Trebuchet MS; font-size:1.0em; }
.directions .text { font-family:Trebuchet MS; font-size:1.0em; width:140px; margin-right:10px; color: #000; }
.directions .button { font-family:Trebuchet MS; font-size:1.0em; color: #000; padding-left:10px; padding-right:10px; }

/* Guest comments */
#cards { margin-top: 8px; margin-bottom:16px; margin-left:8px; }
.comments { margin-top: 20px; }
.comments .contents { }
.comments .separator { width: 200px; border-top: solid 1px #d9c9a3; margin-top:6px; margin-bottom:12px; height:1px;}
.comments .gap { height:5px; }

/* Photo gallery */
.gallery { text-align:center; margin-top:30px; }
.gallery .smallpictures { margin-top: 20px; text-align:center; }
.gallery .smallpictures .image { margin-right:10px; }

/* Caption Boxes */
.box { width: 220px; border: solid 1px #75a6c9; background: #fff url('/images/base/box.jpg') no-repeat; margin-bottom:10px;}
.box .title { padding: 62px 8px 12px 8px; font-size:1.3em; font-weight:bold; text-transform:uppercase; color: #222; font-family:Trebuchet MS; }
.box .contents { padding:0px 8px 12px 8px; }
.box .link { padding: 0px 8px 10px 8px; text-align:right; }
.box .link a { text-decoration:underline; border:none; color: #65490d;}
.box .link a:hover {color: #c7911d; text-decoration:underline;}

/* Angelfish Availability */
.availability { border: none; padding:2px; }
.angelfish { font-family:Arial; font-size:0.85em; margin-left:30px; }
.angelfish a { text-decoration: underline; }
.angelfish a:hover { text-decoration: underline; }

/* Adverts */
.adverts { margin-top: 0px; margin-bottom:0px; padding-top:20px; padding-bottom:0px; }

/* Links */
.link { border: none; padding-left:20px; text-decoration:none; background-color: #FFFFFF; }
.link a, a:hover { text-decoration: none; padding-top: 0px; padding-bottom: 0px; }

#links { margin-top:20px; margin-left:0px; }
#links .link { padding-left:0px; margin-top:20px; }
#links .title { font-weight:bold; padding-bottom:3px; border-bottom:solid 1px #ddd; margin-bottom:5px; }
#links a:, #links a:active, #links a:visited { color: #3a81d5; }
#links a:hover, #links a:active:hover, #links a:visited:hover { color: #37b7dd; }
#links .description { font-style:italic; margin-bottom:5px; }

/* Photos */
.photo { border: none; padding-left:0px; text-decoration:none; background-color: #FFFFFF; }

#updateprogress1 { color: #000000; }

/* AJAX Calendar */
.calendar .ajax__calendar_container { background: #d9d9d9; z-index:255; }
.calendar table { background: #fff; padding: 0; font-size: 0.9em; }
.calendar td { padding: 1px; }
.calendar .ajax__calendar_active { background: #018287; color: #fff; }
.calendar .ajax__calendar_other { background: #e9e9e9; color: #333; }
.calendar .ajax__calendar_day { margin: 1px; padding: 0; }
.calendar .ajax__calendar_day:hover { border: 1px solid #018287; margin: 0; }

/* Images */
#images {border:none; margin-top:15px; margin-bottom:15px; text-align:center; }
#images a, #images a:active, #images  a:visited { text-decoration:none; border:none; }
#images a:hover, #images a:active:hover, #images a:visited:hover { text-decoration:none; border:none; }
.image { border:none; }
.noDecoration {border:none; }
.noDecoration a, .noDecoration a:active, .noDecoration a:visited { text-decoration:none; }
.noDecoration a:hover, .noDecoration a:active:hover, .noDecoration a:visited:hover { text-decoration:none; }
.caption { padding-top:4px; padding-bottom: 12px; text-align:left; width:180px; }

/* Validators */
.validator { padding-bottom: 3px; margin-bottom: 10px; }
