/*****************************************************************************
 * Body.
 */

body {
  background: white;
  color: black;
  font-style: normal; 
  font-size: 9pt; 
  line-height: 11pt; 
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  margin-top: 0px;
  margin-left: 10px;
  max-width: 892px;
}

/*****************************************************************************
 * Better cursor for acronyms.
 */

acronym {
  cursor: help;
}

/*****************************************************************************
 * Banner.
 */

#pageBanner {
  text-align: center;
  margin-top: 0px;
  color: inherit;
  background: white;
}

#pageBanner img {
  border: 0;
  width: 700px;
  height: 80px;
}

#pageBanner a {
  text-decoration: none;
}

/*****************************************************************************
 * The map display.
 */

#mapDisplay {
  position: absolute;
  top: auto;
  left: 131px;
  text-align: center;
  margin-top: 1em;
  padding-bottom: 2em;
}

#centerLoc {
  background: #5D5CBE;
  color: white;
  width: 640px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

#map {
  width: 640px;
  height: 480px;
}

/*****************************************************************************
 * The lists.
 */

div.listTitle {
  background: #5D5CBE;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  text-align: center;
}

ul.list {
  padding: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin: 0px;
  height: 480px;
  overflow: auto;
}

ul.list li {
  display: inline;
}

ul.list a, ul.list a:visited, ul.list a:active, ul.list a:focus {
  display: block;
  padding-left: 0.5ex;
  padding-right: 0.5ex;
  color: #360465;
  background: inherit;
  text-decoration: none;
  border-bottom: solid 1px #B0B0E4;
}

ul.list a:hover {
  background: #6B6BC5;
  color: white;
}

/*****************************************************************************
 * The user list.
 */

div#userListContainer { 
  position: absolute;
  top: auto;
  left: 10px;
  width: 120px;
  background: #CBCBEF;
  color: inherit;
  margin-top: 1em;
}

/*****************************************************************************
 * The places-of-interest list.
 */

div#PoIListContainer { 
  position: absolute;
  top: auto;
  left: 772px;
  width: 120px;
  background: #CBCBEF;
  color: inherit;
  margin-top: 1em;
}
