﻿body
{
  font-size: .75em;
  font-family: Verdana, Helvetica, Sans-Serif;
  margin: 0px;
  padding: 0px;
}

a
{
  color: #034af3;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

#header
{
  top: 0px;
  left: 0px;
  height: 95px;
  width: 100%;
  position: fixed;
  border-bottom: solid 2px #567DB9;
}

#content
{
  top: 97px;
  bottom: 0px;
  width: 100%;
  position: fixed;
  overflow: hidden;
}

#panel
{
  top: 97px;
  bottom: 0px;
  width: 290px;
  position: fixed;
  padding: 0px 0px 0px 0px;
  overflow-x: hidden !important;
  overflow-y: auto;
}

#box
{
  height: 100%;
  width: 100%; 
  overflow-x: hidden;
}

#separator
{
  top: 97px;
  bottom: 0px;
  width: 10px;
  margin-left: 290px;
  position: fixed;
  background-image: url('../Images/closeseparator.png');
  background-repeat: no-repeat;
  background-position: center center;
}

#mapbox
{
  height: 100%;
  margin: 0px 0px 0px 300px;
  position: relative;
  overflow: hidden;
}

#map
{
  height: 100%;
  width: 100%;
}

table
{
  border: none;
}

table.header
{
  width: 100%;
}

table.header td.logo
{
  width: 290px;
  text-align: left;
}

#tabInfo div
{
  padding: 5px;
  margin: 5px;
}

#tabSearch div
{
  padding: 5px;
  margin: 5px;
}

div.center
{
  text-align: center;
}