html { 
     height: 100%; 
     margin-bottom: 1px; 
}

body {
	margin: 0;
	padding: 0;
        font-family:  verdana, Arial, sans-serif;
	font-size: 11px;
	color: black;
	text-align: left;
}
img {
  margin: 0 0 0 0;
  border: 0;
  border-style:none;
  padding: 0 0 0 0;
}

td {
  padding: 0px;
  margin: 0px;
  font-family:  verdana, Arial, sans-serif;
  font-size: 11px;
  color: black;
}
a {
	text-decoration: none;
	font-weight: normal;
	font-family:  verdana, Arial, sans-serif;
        font-size: 11px;
        color: black;
}

a:link {
	text-decoration: none;
	font-weight: normal;
	font-family:  verdana, Arial, sans-serif;
        font-size: 11px;
        color: rgb(102,129,171);
	}
a:visited {
	color: rgb(102,129,171);
	}
a:active {
	color: rgb(102,129,171);
	}
a:hover {
	color: rgb(102,129,171);
	text-decoration: none;
	}

h2 {
  font-family:  verdana, Arial, sans-serif;
  font-size: 12px;
  color: rgb(102,129,171);
  font-weight:bold;
}

#tablehead{
  font-family:  verdana, Arial, sans-serif;
  font-size: 12px;
  color: rgb(102,129,171);
  font-weight:bold;
  vertical-align: top;
}

#TitleLayer {
  position:absolute;
  left:0px;
  top:0px;
  width:800px;
  height:144px;
  margin:0px;
  padding:0px;
  z-index:1;
  /* visibility:hidden; */
}

#TitleLayer img {
	margin: 0px 0px 0px 0px;
	border-width: 0px;
	padding: 0px;
}

#DataFull {
  position:absolute;
  background-color:rgb(224,230,238);
  left:0px;
  top:144px;
  width:800px;
  height:auto;
  padding:0px;
  margin:0px;
  z-index:1;
}

#NavToolsLayer {
  position:absolute;
  background-color:rgb(242,242,242);
  left:10px;
  top:220px;
  width:241px;
  height:30px;
  padding:0px;
  margin:0px;
  z-index:2;
}

#StepLayer {
  position:absolute;
  background-color:rgb(242,242,242);
  left:0px;
  top:144px;
  width:800px;
  height:75px;
  padding:0px;
  margin:0px;
  z-index:1;
}

#RightSide {
  position:absolute;
  background-color:rgb(242,242,242);
  left:559px;
  top:219px;
  width:241px;
  height:500px;
  padding:0px;
  margin:0px;
  z-index:1;
}

#TheLinks {
  position:absolute;
  background-color:rgb(234,241,225);
  left:241px;
  top:219px;
  width:318px;
  height:500px;
  padding:0px
  z-index:2;
}

#MapArea {
  position:absolute;
  background-color:rgb(242,242,242);
  left:0px;
  top:219px;
  width:241px;
  height:500px;
  padding:0px;
  margin:0px;
  z-index:0;
}

#Footer {
  padding:0px;
  margin:0px;
  position:absolute;
  left:0px;
  top:719px;
  width:800px;
  z-index:5;
}

#MainMapLayer {
  cursor:crosshair;
  padding:0px;
  margin:0px;
  position:absolute;
  left:19px;
  top:268px;
  width:202px;
  height:302px;
  z-index:2;
  border: 0px none #000000;
}

#PanArrowsLayer {
  padding:0px;
  margin:0px;
  position:absolute;
  left:10px;
  top:259px;
  width:220px;
  height:320px;
  z-index:1;
  background-color: cccccc;
  layer-background-color: cccccc;
  border: 0px none #000000;
}


.grey_border {
  border: 1px solid #cccccc;
}

.label
{
  font-family: verdana, Arial, sans-serif;
  font-size: 11px;
  color: #333333;
}

.title
{
  font-family: verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #333333;
}

.inputBox
{
  font-family: verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  border-width: 0px;
  background-color: #ffffff;
}

