/* Global settings */
body{
  margin:0;
  background-color:#336699; 
  text-align:left;
  color:#F0F0F0;
  font-family:"Verdana Arial Sans-Serif";}
td{
  font-family:"Tahoma", "Verdana", "Arial", "Sans-Serif";
  font-size:12px;
  line-height:16px;
  padding:0;
  color:#F0F0F0;}
table{
  padding:0;}
img{
  margin:0;}
input{
  border:1px solid #F0F0F0;
  background-color:#6896C9;}

/* Gallery */
img.gallery{
  border:12px solid #336699;}

/* Basic link style */
td a:link, td a:visited, td a:active{
  color:#FF8000;
  text-decoration:none;}
td a:hover{
  color:#FF8000;
  text-decoration:underline;}
  
/* Main page body */
div.mainbody{
  position:absolute;
  padding-right:5%;
  top:90;
  left:164;}

/* Front page */
td.newscolumn{
  width:50%;
  vertical-align:top;}
td.newsthumb{
  border:2px solid #C1DEFC;
  padding:8;
  text-align:justify;}
img.newsthumb{
  margin:4;
  border:0;}
td.newsthumb a:link, td.newsthumb a:visited, td.newsthumb a:active{
  color:#F0F0F0;}
td.newsthumb a:hover{
  color:#FF8000;
  text-decoration:none;}

/* Misc styles */
td.bold{
  font-weight:bold;}
td.center{
  text-align:center;}
td.right{
  text-align:right;}
td.title{
  font-weight:bold;
  font-size:12px;}
input.button{
  color:#D3E9FE;
  font-weight:bold;
  font-size:12px;
  background-color:#305080;}
input.link{
  color:#F0F0F0;
  font-size:12px;
  text-align:left;
  border:0px;
  text-decoration:underline;
  background-color:#336699;}

/* Cottage table */
table.cottages{
  border:0px solid #F0F0F0;
  border-top-width:1px;
  border-left-width:1px;}
td.cottages{
  padding:4px;
  padding-right:8px;
  padding-left:8px;
  border:0px solid #F0F0F0;
  border-right-width:1px;
  border-bottom-width:1px;}
td.cottageName{
  font-size:16px;
  font-weight:bold;}
td.booking{
  border-right-width:0px;}
td.Booked{
  color:#FF0000;
  font-weight:bold;}
td.Available{
  color:#00E000;
  font-weight:bold;}
  




