
/* Body  - define font and margins */
BODY
{
  position: absolute;
  font-family: Tahoma;
  font-size: small;
  background-color: #987717; /*#d73030; */
  color: #000000;
  width: 980px;
  left: 50%;
  margin-left: -490px;
  top: 0px;
  bottom: 10px; /*background: #fff url('/images/body.jpg') repeat-x; */
}

BODY.left
{
  font-family: Tahoma;
  font-size: small;
  background-color: #C7CFCF;
  color: #000000;
  text-align: left;
  width: 650px;
  margin-left: 10px;
  left: 0px;
}

/* The header on each page */
.heading
{
  font-weight: 700;
  font-size: 25px;
  color: #987717;
  font-family: Tahoma;
  padding-right: 5px;
  padding-left: 5px;
  width: 910px;
  position: absolute;
  top: 250px;
  left: 45px;
  text-align: right;
  font-style: italic;
  letter-spacing: 4px;
}

/* The header on the home page */
.headingHP
{
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF; /*#2D3956; */
  width: 910px;
  position: absolute;
  top: 280px;
  left: 45px;
  text-align: right;
  font-style: italic;
  letter-spacing: 4px;
}

.headingA
{
  font-weight: 700;
  font-size: 16px;
  color: #2D3956;
  font-family: Tahoma;
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 310px;
  position: absolute;
  top: 205px;
  left: 645px;
  text-align: right;
  font-style: italic;
  letter-spacing: 4px;
}

/* The top line on the master page */
.topline
{
  /*background-image: url('/images/headerfooter.jpg'); */
}

.content
{
 background-color: #FFFFFF;
}
/*used on accomodation list */
.itemstyle
{
  background-image: url('/images/gr-menu-main.jpg');
}

/* Where each page sits */
.Xcontentplaceholder
{
  background-color: white;
  vertical-align: top;
  text-align: left;
  border-top-width: thin;
  padding-right: 0px;
  padding-left: 5px;
  border-left-width: thin;
  border-left-color: silver;
  border-bottom-width: thin;
  border-bottom-color: silver;
  padding-bottom: 0px;
  border-top-color: silver;
  padding-top: 5px;
  border-right-width: thin;
  border-right-color: silver;
}

/* very bottom of master page */
.copyright
{
  border-width: thin;
  border-color: #000000;
  height: 3px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  border-top-style: solid;
  padding-top: 5px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  background-image: url('/images/headerfooter.jpg');
  font-size: x-small;
}

/* Main Div for each page */
div.main
{
 font-family : Tahoma;
  font-size: small;
  padding-left: 1px;
  padding-top: 2px;
}

/* Home Page Main Div */
div.mainHP
{
font-family: Tahoma;
  font-size: small;
  padding-left: 1px;
  width: 840px;
  border-right: black thin solid;
  padding-top: 2px;
  background-color: #FFFFFF;
}

/* Fixes position of the Google add */
DIV.google
{
    left: 50%;
  margin-left: 365px;
  position: absolute;
  top: 230px;
}

/* Fixes position of the Google add on home page*/
DIV.googleHP
{
    left: 50%;
  margin-left: 365px;
  position: absolute;
  top: 360px;
}

/* anchors */
a:active
{
  color: #2D3956;
}
a:hover
{
  color: #FF1A00;
}

a:link
{
  color: #2D3956;
}
a:visited
{
  color: #2D3956;
}

a.nounderline
{
  font-style: normal;
  text-decoration: none;
  color: #FF1A00;
  font-size: 12pt;
  letter-spacing: 2px;
}
a.nounderlineHover
{
  font-style: normal;
  text-decoration: none;
  color: #FF1A00;
  font-size: 12pt;
  letter-spacing: 2px;
}

a.nounderlineS
{
  font-style: normal;
  text-decoration: none;
  color: #FF1A00;
  font-size: 8pt;
}
a.nounderlineSHover
{
  font-style: normal;
  text-decoration: none;
  color: #FF1A00;
  font-size: 8pt;
}

.on
{
  color: red;
  text-decoration: none;
  line-height: 14pt;
  letter-spacing: 2px;
}
.off
{
  color: black;
  text-decoration: none;
  line-height: 14pt;
  letter-spacing: 2px;
}

/*used on accommodationlist */
a.accWebLinkOff
{
  color: #2D3956;
  text-decoration: none;
}
a.accWebLinkOn
{
  color: #FF0000;
  text-decoration: underline;
}

/* data grid style used by everything */
.accDataGrid
{
  border: 1px solid #C0C0C0;
  color: White;
}

/* ajax slideshow */
.slide
{
  border: thin solid #000000;
  margin: 10px;
}

/*at the bottom of the accommodation page */
.helper
{
  color: #2D3956;
  font-size: x-small;
}

/*  xtra small text in guest book*/
.helperX
{
  color: #2D3956;
  font-size: xx-small;
  font-style: italic;
}

/* the weather on the home page */
DIV.weather
{
  width:120px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: 360px;
}

.black
{
  color: black;
}

.blackw
{
  color: white;
}

.red
{
color: #d73030;
}

TD
{
/*  border-style: none; */
}

/* puts white border round images to give thm more space */
IMG.border
{
  border: 10px solid white;
}

TD.border
{
  border: thin solid #C7CFCF;
}

IMG.accPhoto
{
  margin: 10px;
  border-right: #000000 1px solid;
  border-top: #000000 1px solid;
  border-left: #000000 1px solid;
  border-bottom: #000000 1px solid;
  background-image: url('/accPhotos/default.jpg');
  background-color: #C0C0C0;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/*The header used on View and Edit page */
.accHeader
{
  font-size: medium;
  color: #2D3956;
  font-family: Tahoma;
  letter-spacing: 2px;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  text-align: left;
  font-weight: bold;
}

/*used on accomodation list pages */
.accListHeader
{
  border: thin solid #2D3956;
  color: #000000;
  background-color: #FDE78E;
}

/*used on accommodationlist */
.accListHeaderOff
{
  color: #2D3956;
  font-size: small;
  text-decoration: underline;
}

a.accListHeaderOn
{
  color: #2D3956;
  font-size: small;
  text-decoration: underline;
}

.accListFooter
{
  border-width: thin;
  border-style: solid;
  font-size: Small;
  color: #2D3956;
  border-top-color: #2D3956;
  border-right-color: #2D3956;
  border-bottom-color: #2D3956;
  border-left-color: #2D3956;
}
.accListAlternate
{
background-color: #E7E7E7;
color: #2D3956;
}
.accListItem
{
background-color: #C7CFCF;
color: #2D3956;
}
.accPagerStyle
{
  background-color: #FFFFFF;
  color: #2D3956;
  text-align: left;
}

.riskBackground
{
  border: thin solid #2D3956;
  background-color: #C7CFCF;
  color: #000000;
  vertical-align: top;
}

.riskEditBackground
{
  border: thin solid #2D3956;
  background-color: #E7E7E7;
  color: #000000;
}

/* Google Map on accommodation page */
#map
{
  width: 300px;
  height: 300px;
  border-right: gray thin solid;
  border-top: gray thin solid;
  border-left: gray thin solid;
  border-bottom: gray thin solid;
}

/* button design */
INPUT
{
  font-size: small;
  font-family: Tahoma;
}

INPUT.Upload
{
  border: 1px solid #2D3956;
  font-size: small;
  font-family: Tahoma;
}

/* need to add textarea otheriwse it defaults to times */
TEXTAREA
{
  font-size: small;
  font-family: Tahoma;
}

/* Bold colour*/
b
{
  color: #2D3956;
}
strong
{
  color: #2D3956;
}


/* used on Admin edit pages */
.title
{
  color : #2D3956;
  text-align: right;
}

/*used on acc list */
.NoBorder
{
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}

/* the clock count at the top of the home page */
.countdowncontainer
{
  position: absolute;
  width: 300px;
  top: 25px;
  z-index: inherit;
  color: #FF1A00;
  font-weight: bold;
  left: 630px;
  font-size: small;
}

/* guest book header */
.GBHeader
{
  color: #2D3956;
  font-size: 11px;
  cursor: hand;
  width: 490px;
  height: 18px;
  padding: 4px;
  background-image: url('/images/headerfooter.jpg');
  font-weight: bold;
}

.XXXcpBody
{
  background-color: #DCE4F9;
  font: normal 11px auto Verdana, Arial;
  border: 1px gray;
  width: 450px;
  padding: 4px;
  padding-top: 7px;
}

.CustomEditorStyle .ajax__htmleditor_editor_editpanel
{
  border: thin solid #0171A3;
  background-color: #E7E7E7;
}

.CustomEditorStyle .ajax__htmleditor_editor_toptoolbar
{
  border: thin solid #0171A3;
  background-color: #C7CFCF;
}

.CustomEditorStyle .ajax__htmleditor_editor_bottomtoolbar:
{
  border: thin solid #0171A3;
}

/* used by the model popups in accommodationedit and imagegallery*/
.modalBackground
{
  background-color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.modalPopup
{
  background-color: #FFFFFF;
  border: solid 3px #ccc;
  padding: 5px;
}

/* Used for Session Timeout Message*/
.timeout
{
  border: thin double Black;
  color: #FFFFFF;
  font-size: medium;
  font-weight: normal;
  background-color: #FF1A00;
  position: absolute;
  top: 60px;
  z-index: 1000;
  text-align: center;
  font-family: Tahoma;
  width: 450px;
  left: 50%;
  margin-left: -225px;
}


