a {
  text-decoration: none;
  font-weight: bold;
}

a:link, a:visited, a:active {
  color: rgb(60, 100, 140);
}

a:hover {
  color: rgb(60, 100, 140);/*#000058;*/
  /*text-decoration: underline;*/
  background-color: rgb(255, 172, 67);
  cursor: auto;/*url(/images/favicon.ico)*/
}

body {
  background: #CCCCFF;
  /*background-image: url(../images/tileback2.jpg);
  background-repeat: repeat;*/
  /*color: #666666;*/
  font-family: Tahoma;
  font-size: 8pt;

  scrollbar-face-color: rgb(200, 200, 255);        /*whole scrollbar*/
  scrollbar-arrow-color: #FFFFFF;/*#666666;       /*duh!*/
  scrollbar-track-color: rgb(220, 220, 255);       /*backbit*/
  scrollbar-shadow-color: rgb(220, 220, 255);      /*inner right & bottom only*/
  scrollbar-highlight-color: rgb(220, 220, 255);   /*inner left & top only*/
  scrollbar-3dlight-color: #A0A0FF;      /*outer left & top only*/
  scrollbar-darkshadow-color: #A0A0FF;  /*outer right & bottom only*/
}

/*td {
  padding: 5px;
}*/

div.bodytext {
  border: 1px solid #A0A0FF;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  /*position: relative;*/

  background-color: White;
}

p.bodytext {
  color: #000000;
  font-family: Tahoma;
  font-size: 10pt;
}

div.footer {
  border: 1px solid #A0A0FF;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Tahoma;
  font-size: 7pt;
  background-color: White;
}

span.footer { /* for address + phone number */
  /*font-weight: bold;*/
  letter-spacing: 1px;
}


div.errortext {
  background: rgb(255, 180, 180) url(../images/error.png) no-repeat 5px 5px;
  border: 1px solid rgb(120, 20, 20);
  color: rgb(153, 42, 42);
  padding: 5px 0px 5px 0px;
}

div.messagetext {
  background: rgb(177, 196, 210) url(../images/message.png) no-repeat 5px 5px;
  border: 1px solid rgb(41, 66, 209);
  color: rgb(41, 66, 209);
  padding: 5px 0px 5px 0px;
}

div.errortext strong, div.messagetext strong {
  letter-spacing: 2px;
}

div.tablewrapper {
  width: 90%;
  color: #000000;
  font-family: Tahoma;
  font-size: 10pt;
}

span.dot {
  text-align: left;
  display: block;
  background: url(../images/dot.png) no-repeat 0px 3px;
  padding-left: 1.5em;
  height: 17px;
  line-height: 17px;
  width: 350px;
}


table.rates {
  border: 1px solid rgb(207, 200, 187);
  color: #000000;
  font-family: Tahoma;
  font-size: 10pt;
  width: 700px;
}

td.ratesheader {
  border: 1px solid rgb(207, 200, 187);
  background-image: url(../images/navback.jpg);
  background-repeat: repeat-x;
  text-align: center;
}

td.ratesleft {
  width: 58%;
  /*border: 1px solid #000000;*/
  padding: 2px 5px 2px 5px;
}

td.ratesmiddle{
  width: 25%;
  /*border: 1px solid #000000;*/
  text-align: right;
  padding: 2px 5px 2px 5px;
}

td.ratesright, td.ratesrightcoloured {
  width: 8%;
  /*border: 1px solid #000000;*/
  text-align: center;
  padding: 2px 5px 2px 5px;
}

td.ratesrightcoloured, span.yellow {
  background: rgb(255, 255, 153);
}

table.rates2 {
  /*border: 1px dashed #000000;*/
  color: #000000;
  font-family: Tahoma;
  font-size: 10pt;
  width: 300px;
}

td.ratesleft2 {
  /*border: 1px solid #000000;*/
  width: 50%;
  background: url(../images/dot.png) no-repeat 2px 2px;
  padding-left: 19px; /* compensate for the dot */
}

td.ratesright2 {
  /*border: 1px solid #000000;*/
  width: 50%;
  text-align: left;
  background: url(../images/dot.png) no-repeat 0px 3px;
  padding-left: 17px; /* compensate for the dot */
}

form.enquiries {
  /* background-color: rgb(220, 220, 255); */
}

fieldset.enquiries {
  width: 500px;
}

table.enquiries {
  border: 1px solid/*dashed*/ #A0A0FF;
  color: #000000;
  font-family: Tahoma;
  font-size: 10pt;
  width: 375px;
  /*padding: 5px 0px 5px 0px;*/
  background-color: rgb(220, 220, 255);
}

td.enquiriesleft, td.enquiriesleft2 {
  /*border: 1px solid #000000;*/
  text-align: right;
  width: 120px;
  color: #A0A0FF;
}

/* the width: 100% part below is an ie fix for the colspan="2" not showing properly */

td.enquiriesleft2 {
  width: 100%;
  text-align: center;
  font-size: 80%;
}

td.enquiriesright {
  /*border: 1px solid #000000;*/
  color: #A0A0FF;
  width: 200px;
}

input.textbox, textarea.textbox, select.enquiries {
  border: 1px solid #A0A0FF;
  color: #A0A0FF;
  width: 200px;
}

input.enquiriesbutton {
  background-color: rgb(220, 220, 255);
  color: rgb(60, 100, 140);
  font: 7pt Tahoma;
  font-weight: bold;
  border: 1px solid #A0A0FF;
  letter-spacing: 1px;
  height: 18px;
  text-align: center;
  cursor: crosshair;
}

/*select.enquiries {
  width: 200px;
}*/

table.things {
  border: 1px solid rgb(207, 200, 187)/*#A0A0FF*/;
  color: #000000;
  font-family: Tahoma;
  font-size: 10pt;
  width: 800px;
  /*padding: 5px 0px 5px 0px;*/
  /*background-color: rgb(220, 220, 255);*/
}

td.thingsleft {
  /*border: 1px solid #000000;*/
  text-align: center;
  width: 450px;
  color: #A0A0FF;
}

td.thingsright {
  /*border: 1px solid #000000;*/
  color: #A0A0FF;
  width: 350px;
}


span.things {
  text-align: left;
  display: block;
  background: url(../images/dot.png) no-repeat 0px 3px;
  padding-left: 1.5em;
  height: 20px;
  line-height: 20px;
  /*width: 550px;*/
}

span.comments, span.comments2 {
  text-align: left;
  display: block;
  background: url(../images/dot.png) no-repeat 4px 8px;
  /*padding-left: 1.5em;*/
  /*width: 60%;*/
  /*border: 1px dashed #000000;*/
  border: 1px solid rgb(207, 200, 187);
  padding: 5px 2px 5px 22px; /* top, right, bottom, left */
}

span.comments {
  width: 60%;
}

span.comments2 {
  width: 95%;
}


strong.comments {
  font: 8pt Tahoma;
  font-weight: bold;
  letter-spacing: 1px
}

span.accommodation {
  text-align: left;
  display: block;
  background: url(../images/dot.png) no-repeat 0px 3px;
  padding-left: 1.5em;
  width: 70%;
  height: 20px;
  line-height: 20px;
}

a.accommodation {

}

img.accommodation {
  /*border: 1px dashed #000000;*/
  border: 1px solid rgb(160, 160, 255);
  /*padding: 50px 50px 50px 50px;*/
  width: 350px;
  height: 232px;
}

table.accommodation {
  width: 80%;
}

td.accommodation {
  width: 50%;
  text-align: center;
}

table.index {
  width: 95%;
  /*border: 1px solid #000000;*/
}

td.indexleft {
  width: 70%;
  /*border: 1px solid #000000;*/
  text-align: left;
}

td.indexmiddle {
  width: 5%;
  /*border: 1px solid #000000;*/
}

td.indexright {
  width: 25%;
  /*text-align: right;*/
  /*border: 1px solid #000000;*/
}

img.sign {
  /*border: 1px dashed #000000;*/
  /*width: 350px;
  height: 232px;*/
  vertical-align: top;
}

span.links {
  text-align: left;
  display: block;
  background: url(../images/dot.png) no-repeat 0px 5px;
  padding-left: 1.5em;
  /*width: 60%;*/
  width: 120px;
  height: 20px;
  line-height: 20px;
  /*border: 1px solid #000000;*/
  font-size: 9pt;
}

/* ----------- logo --------------- */


div.menu_header {
  position: relative;
  height: auto;
  width: 100%;
}
div.menu_headertop {
	background-color: rgb(200, 200, 255);
	height: 150px;
  line-height: 150px;
	width: 100%;

  border: 1px solid #A0A0FF;
  border-bottom: none;
}

img.menu_logo {
  position: absolute;
  left: 1px;
  top: 1px;
  border: 1px solid #A0A0FF;
}


/* ----------- main nav --------------- */


div.menu_mainnav {
  position: absolute;
  left: 0px;
  top: 150px;
	/*background-color: rgb(200, 200, 255);*/
  /*background-color: White;*/
  background-image: url(../images/navback.jpg);
  background-repeat: repeat-x;
  /*border-bottom: 0px;*/
  border: 1px solid rgb(160, 160, 255);
  height: auto;
  line-height: auto;
  letter-spacing: 1px;
	width: 100%;
}

div.menu_navcontainer {
  float: left;
  text-align: center;
  padding: 5px 0px 0px 5px;
  width: auto;
}

div.menu_navcontainerright {
  float: right;
  font-weight: normal;
  letter-spacing: 0px;
  text-align: center;
  padding: 5px 3px 0px 0px;
  width: auto;
}


div.menu_mainnav a.menu_navlink, div.menu_mainnav a.menu_navlinkactive {
  border: 1px solid #A0A0FF;
  /*border-bottom: 0px;*/
  padding: 0px 3px 0px 3px;
}

div.menu_mainnav a.menu_navlink {
  background-color: rgb(255, 255, 255);
  /*  */
}

div.menu_mainnav a.menu_navlink:hover {
  /*background-color: rgb(255, 172, 67);*/
  background: transparent;
}

div.menu_mainnav a.menu_navlinkactive {
  /*background-color: rgb(220, 220, 255);*/
  background: transparent;
}

div.menu_mainnav a.menu_navlinkright {
  padding: 0px 1px 0px 2px;
}

div.menu_mainnav a.menu_navlinkactive:hover {
  /*background-color: rgb(255, 172, 67);*/
  background: transparent;
}


/* -------------------------------------------------- */


div.menu_middleline, div.menu_bottomline {
  position: relative;
  left: 0px;
  top: 19px;
  z-index: 1;
  /*border-top: 1px solid #A0A0FF;*/
  border: 1px solid #A0A0FF;
  height: 1px;
  line-height: 1px;
  width: 100%/*auto*/;
}

div.menu_middleline {
  margin-left: 6px;
  margin-right: 6px;
}



/* -------------- subnav ---------------------------- */

div.menu_subnav {
  position: absolute;
  left: 0px;
  top: 169px;
	background-color: #222222;
  border: 1px solid #A0A0FF;
  border-top: none;
	height: 13px;
  line-height: 11px;
	width: 100%;
	font-size: 95%;
  padding-bottom: 6px;
}

div.menu_subnavcontainer {
  float: left;
  height: 13px;
  line-height: 11px;
  text-align: center;
  padding: 1px 0px 0px 5px;
}

div.menu_subnav a.menu_navlink, div.menu_subnav a.menu_navlinkactive {
  border: 1px solid #A0A0FF;
  border-top: 0px;
  padding: 0px 1px 0px 2px;
}

div.menu_subnav a.menu_navlinkactive {
  background-color: #323232;
}

div.menu_subnav a.menu_navlinkactive:hover {
  background-color: rgb(255, 172, 67);
}

img.verificationimage {
  border: 1px solid rgb(207, 200, 187);
}

table.specialstickerouter {
  border: 1px solid rgb(207, 200, 187);
  background: White;
  font-size: 8pt;
}

table.specialsticker {
  border: none;
  background: White;
  font-size: 10pt;
  text-align: center;
  /*color: Black;*/
}

tr.tickerbackground {
  background-image: url(../images/navback.jpg);
  background-repeat: repeat-x;
}

td.tickerheading {
  border-bottom: 1px solid rgb(207, 200, 187);
  letter-spacing: 1px;
  font-weight: bold;
  /*font-size: 80%;*/
  text-align: center;
}

td.tickerspacer {
  height: 50%;
  line-height: 50%;
}

div.terms {
  border: 1px solid rgb(207, 200, 187)/*#A0A0FF*/;
  color: #000000;
  font-family: Tahoma;
  font-size: 10pt;
  /*width: 800px;*/
  width: 80%;
  padding-left: 5px;
}

