/* Standard CSS appearance for horowhenua.org.nz */

/* All text */
BODY { color: black; background-color: white; font-family: sans-serif; font: normal 9pt sans-serif; }
TD { color: black; font-family: sans-serif; font: normal 9pt sans-serif; }
PRE { font-family: sans-serif; font-size: 9pt; }

/* Texts */
.monofont { font-family: "Courier New", monospace; }


.smaller { font-size: 8pt; }

P { margin: 0em 0em 1em 0em; }
UL { display: block; margin: 0em 0em 0em 1.5em; }


.fullwindow {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.titlebar {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid black;
  margin: 0px;
  background-image: url(images/titlebar.jpg);
  background-position: top center;
}

.linkbar {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 25px;
  background-color: #95AE60;
  border-top: 1px solid #B9D384;
  border-bottom: 1px solid #748947;
  margin: 0px;
  text-align: center;
  line-height: 25px;
  vertical-align: bottom;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
}


.page {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.sidebar {
  position: relative;
  left: 0px;
  top: 0px;
  width: 160px;
  height: 540px;
}

.map {
  position: relative;
  left: 0px;
  top: 0px;
  width: 200px;
  height: 280px;
}

.footer {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 25px;
  font-size: 8pt;
  text-align: center;
  line-height: 25px;
  vertical-align: bottom;
  border-top: 1px solid silver;
}

/* Links */
A.toplink:link { color: #FFFFFF; text-decoration: none; }
A.toplink:visited { color: #FFFFFF; text-decoration: none; }
A.toplink:active { color: #FFFFFF; text-decoration: none; }
A.toplink:hover { color: #FFFFFF; text-decoration: underline; }

/* Page sections */
.title { font: bold 12pt sans-serif; }


/* border classes */
.b1 { border: solid 1px black; }
.b2 { border: solid 2px black; }
.b3 { border: solid 3px black; }