BODY { background-color: #FFFFFF;
    font-family: Times New Roman, Times, Sans-serif; color: #000000;
    margin: 0px;
    }

a:link {
    color: #008000;
    text-decoration: none;
    }

a:visited {
    text-decoration: none;
    color: #008000;
    }

a:hover {
    color: #FF0000;
    text-decoration: underline;
    }

a:active {
    color: #008000;
    text-decoration: none;
    }
a:link.menu {
    color: #008000;
    text-decoration: none;
    font-weight: 600;
    }

a:visited.menu {
    text-decoration: none;
    color: #008000;
    font-weight: 600;
    }

a:hover.menu {
    color: #FF0000;
    text-decoration: underline;
    font-weight: 600;
    }

a:active.menu {
    color: #008000;
    text-decoration: none;
    font-weight: 600;
    }

h1 { font-size: 42px; font-weight: 600; letter-spacing: 2px; text-align: center; margin-bottom: 0px;
 color: #008000;
 }
h1.topLeft { font-size: 22px; font-weight: 600; letter-spacing: 1px; text-align: center; margin-bottom: 0px;
 color: #008000;
 }

h2 { font-size: 22px; font-weight: 600; text-align: center; margin-top: 2px; margin-bottom: 0px;
 }
h2.appointment { margin-top: 5px; margin-bottom: 5px; text-align: center; }

h3 { font-size: large; font-weight: 600; text-align: center; font-style: italic; margin-top: 0px;
 }
h3.top { font-size: 18px; font-weight: 400; text-align: center; font-style: normal; margin-top: 0px;
 }


TD { font-size: medium; font-weight: 400;
 }
.small { font-size: xx-small; font-weight: 400; text-align: center;
 }
tr.blockcolour1 { background-color: #B5E287;
 }
td.blockcolour1 { background-color: #B5E287; padding-left: 3px;
 }
td.topaddress { background-color: #FFFFFF; width: 205px; }
table.topaddress { border: solid 2px #B5E287; margin: 10px; width: 185px; }
tr.bgphoto { width: 100%; height: 75px; background-image: url(images/photobg.jpg); background-repeat: repeat-x; background-position: left bottom;}
td.bgphoto { border-top: solid 1px #000000; border-bottom: solid 1px #000000; border-left: solid 1px #000000; }
table.menu { width: 90%; margin: 10px; border-right: solid 1px #FFFFFF; border-bottom: solid 1px #FFFFFF; border-left: solid 1px #FFFFFF; }
td.menuItem { border-top: solid 1px #FFFFFF; }
div.menuPic { padding-top: 20px; padding-left: 13px; }
table.bullets { border: double 3px #B5E287; width: 90%; }
table.contact { border: double 3px #B5E287; }
table.rooms { border: double 3px #B5E287; }
th.rooms { text-align: left; color:#FFFFFF; background-color: #86D638;}
td.rooms { font-size: small; }
table.middle {  width: 95%; }
li { padding-top: 0px; padding-left: 0px; margin-left: 0px; }
ul { margin-top: 0px; margin-left: 0px;  padding-left: 17px; margin-bottom: 3px;
 }
tr.black { background-color: #000000; height: 2px; }
div.indentmenu { padding-left: 30px; font-size: x-small; }
.error { color: #FF0000; font-weight: 600; }

table.diary {  width: 95%; }
table.calendar { border: solid 1px #638F37; margin-right: 3px; }
table.diaryoutside { border: solid 2px #638F37; }
td.diarywidth { width: 190px; }
td.taken
{
  background-color: #DBF2C4;
  vertical-align: top;
}

td.calendar
{
 font-size: xx-small; font-weight: 400; text-align: center;
 height: 10px;
}
td.calendarPoint
{
 font-size: xx-small; font-weight: 400; text-align: center;
 height: 10px;
 cursor: hand;
}

td.calendarPointNS
{
 font-size: xx-small; font-weight: 400; text-align: center;
 height: 10px;
 cursor: pointer;
}
th.calendar
{
 font-size: xx-small; font-weight: 600; text-align: center;
 height: 10px;
}
th.calendarPoint
{
 font-size: xx-small; font-weight: 600; text-align: center;
 height: 10px;
 cursor: hand;
}
th.calendarPointNS
{
 font-size: xx-small; font-weight: 600; text-align: center;
 height: 10px;
 cursor: pointer;
}

td.diaryPoint
{
  cursor: hand;
  vertical-align: top;
  background-color: #DBF2C4;
}
td.diaryPointNS
{
  cursor: pointer;
  vertical-align: top;
  background-color: #FFFFE8;
}

td.blocked
{
  background-color: #FFdd00;
}


appointments.form input, textarea
{ border: #C0C0C0 1px solid;}

.pointer
{
  cursor: hand;
}
