#home {
}

#headerbox {
  background: #DDDDDD;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottor-left-radius: 5px;
}

#logobox {
  padding: 0.8em;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottor-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottor-right-radius: 5px;
}

#licence {
  font-family: Arial;
}

#content {
}

img {
border-style:none
}

header {
}

header h2 {
  display: block;
    margin: 0px;
}

header h2 a {
  text-decoration: none;
  color: black;
}

header #logobox {
  width: 200px;
  background: #DDDDDD;
  float: right;
  text-align: center;
}

nav {
  padding: 0.6em;
}

nav ul {
  display: inline;
  padding-left: 0px;
}

nav li {
  display: inline;
  margin-left: 1em;
  padding: 0.3em;
  background: #EEEEEE;
  border-radius: 0.5em;
  -moz-border-radius:0.5em;
  -webkit-border-radius: 0.5em;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: white;
  text-decoration: underline;
}

#ocount {
    clear: left;
}

#apsearch {
    border-style: solid;
    float: left;
    margin: 1em;
    padding: 0.5em;
}

#apsearch #legend {
    background: #EEEEEE;
}

#apsearch .example {
    color: brown;
}

#searchmsg {
  color: red;
}

.clear {
  clear: all;
}

#browsersetupbox img {
  float: left;
}

#map_canvas {
  margin-top: 20px;
  margin-bottom: 20px;
}

#apshow h3 {
  margin: 0px;
}

#deployversion {
  font-size: 60%;
}

