@CHARSET "ISO-8859-1";

#graphic{
  height:105px;
  width:510px;
  position:relative;
  float:left;
  margin-left: 5px;
}

#marker{
  position:relative;
  height: 105px;
  width: 1px;
  float:left;
  background-color: black;
  margin: 5px 0px;
  visibility: hidden;
}

#map_links{
  position:relative;
  height: 95px;
  width: 120px;
  float:left;
  margin: 5px 0px;
}

#graph_text{
  text-align: center;
  margin-top: 90px;
  visibility: hidden;
}

#map{
  clear: both;
  height: 600px;
  width: 100%;
  overflow:visible;
}
#mapcontainer{
  border: 1px solid black;
}

.selectedTab{
  border-bottom: none;
  margin: 0px;
  padding: 0px;
  margin-right: 1px;
}

.unselectedTab{
}

#tabs{
  margin: 0px;
  margin-top: 5px;
  padding: 0px;
}

#options{
  visibility: hidden;
  width: 100%;
  margin-left: 20px; 
}
