html
{
  height: 100%;
  margin: 0;
}

body
{
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  height: 100%;
  margin: 0;
}

a
{
  color: #000;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

#logo
{
  position: absolute;
  top: 17px;
  left: 0px;
  width: 250px;
  height: 83px;
}

#tabs
{
  position: absolute;
  top: 0px;
  left: 250px;
  right: 0px;
  height: 17px;
  width: auto;
}

#top
{
  position: absolute;
  top: 17px;
  left: 250px;
  right: 0px;
  width: auto;
  height: 83px;
}

#top p
{
  margin: 5px;
  text-align: left;
}

#top1 input, select, option
{
  width: 85px;
}

#left
{
  position: absolute;
  top: 100px;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: auto;
  border-top: 2px solid #006;
  text-align: center;
}

#mapFrame
{
  position: absolute;
  top: 100px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  border-top: 2px solid #006;
  border-left: 1px solid #ccc;
}

#map
{
  width: 100%;
  height: 100%;
}

#hover
{
  position: absolute;
  font-size: 16pt;
  top: 20px;
  left: 20%;
  right: 20%;
  background-color: #fff;
  border: 2px solid #000;
  text-align: center;
  display: none;
}

#jump1
{
  position: absolute;
  top: 33px;
  right: 126px;
  width: 109px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
}

#jump2
{
  position: absolute;
  top: 33px;
  right: 7px;
  width: 109px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
}

#jumpOptions1
{
  position: absolute;
  top: 58px;
  right: 7px;
  width: 230px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
  display: none;
}

#jumpOptions2
{
  position: absolute;
  top: 58px;
  right: 7px;
  width: 230px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
  display: none;
}

#results a
{
  color: #00f;
  text-decoration: underline;
}

#crawldetails
{
  position: absolute;
  top: 8px;
  left: 75px;
  width: auto;
  height: auto;
  background-image: url("bg1.png");
  border: 2px solid #000;
  font-weight: bold;
}

#crawldetails th
{
  background-color: #000;
  color: #fff;
}

.svlink {
  color: #00c;
  text-decoration: underline;
}

.ad234x60 {
  float: right;
  margin: 10px 10px 0 0;
}
