html
{
  scrollbar-track-color: white;
  scrollbar-face-color: white;
  scrollbar-shadow-color: #b2c84f;
  scrollbar-dark-shadow-color: #b2c84f;
  scrollbar-highlight-color: #b2c84f;
  scrollbar-3d-light-color: #b2c84f;
  scrollbar-arrow-color: #b2c84f;
}

a
{
  text-decoration: underline;
  color: #243A00;
}
a:hover
{
  text-decoration: none;
}

body
{
  background-color: #96b91d;
  margin: 0px;
  padding: 0px;
  font-family: arial, verdana, tahoma;
  font-size: 70%;
}

h1
{
  color: #97b91d;
  font-weight: bold;
  font-size: 200%;
  margin-top: 2px;
  margin-bottom: 5px;
}

h2
{
  color: #97b91d;
  font-weight: bold;
  font-size: 100%;
  margin-top: 8px;
  margin-bottom: 2px;
}

h3
{
  color: #97b91d;
  font-weight: bold;
  font-size: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

h5
{
  color: #97b91d;
  font-weight: bold;
  font-size: 120%;
  margin-top: 5px;
  margin-bottom: 5px;
}

p
{
  margin-top: 0px;
  margin-bottom: 14px;
}

ul
{
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 1em;
  padding-left: 4px;
}


select, input, textarea
{
  font: 11px tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/*	Custom	*/

.errorBox
{
  color: Red;
  border: solid 1px red;
  padding: 10px;
  margin: 10px 0px;
}

.orderTable td
{
  font-size: 95%;
  padding-top: 8px;
}

.greenTable td
{
  color: white;
  background-color: #92b60a;
  padding: 5px;
}

.iconText, .locationBoard
{
  position: absolute;
  z-index: 100;
  visibility: hidden;
}

.mapPoints
{
  position: absolute;
}

