/* Mayor DIVs */
#header {
  height: 100px;
  width: 100%;
  background: url(img/m.gif);
  background-repeat: repeat-x;
}
#left {
  position: absolute;
  top: 100px;
  width: 160px;
  margin-left: 10px;
  text-align: left;
  font-size: 8pt;
}
#main {
  position: absolute;
  top: 100px;
  left: 160px;
  padding-left: 20px;
  padding-right: 20px;
  border-left-style: dashed;
  border-left-width: 1px;
  border-left-color: #c0c0c0;
  z-index: 0;
}
#floatright {
  float: right;
  background-color: #FFFFFF;
  color: inherit;
  z-index: 1;
}

/* several ids */
#googleLinkUnit {
  margin-top: 10px;
}
#performancetext {
  display: none;
  background-color: inherit;
  color: #FFFFFF;
  font-size: 9px;
  position: absolute;
  top: 0px;
  left: 5px;
}
#w3c {
  display: none;
  font-size: 9px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: right;
}

/* classes */
.box {
  margin-top: 2px;
  margin-left: 2px;
  padding: 2px;
  width: 250px;
  border-style: dashed;
  border-color: #000000;
  border-width: 1px;	
}
.middle {
  margin-left: 254px;
  padding: 2px 0px 0px 10px;
}
.small {
  font-size:xx-small;
}
.title {
  font-size: 10pt;
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
.inactive {
  font-weight: bold;
}
table.nowrap {
  white-space: nowrap;
}
table.border {
  border-style:solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-collapse:collapse;
  border-spacing: 0px;
  border-color: #000000;
}
table.border td {
  border-width: 1px 1px 1px 1px;
  padding: 2px 2px 2px 2px;
  border-style: dotted dotted dotted dotted;
  border-color: #000000;
}
table.border th {
  border-width: 1px 1px 1px 1px;
  padding: 2px 2px 2px 2px;
  border-style: dotted dotted dotted dotted;
  border-color: #000000;
}
.v { /* used for map.php?a=view */
  width: 35px;
  height: 35px;
  border-style: dotted;
  border-width: 1px;
  text-align: center
}
.rv { /* used for map.php?a=view */
  border-width: 3px;
  border-style: solid;
  width: 35px;
  height: 35px;
  text-align: center
}
.padleft {
  padding-left: 40px;
}

/* html adjustments */
p {
  margin-top: 0px;
}
input[type="text"] {
  background-color: inherit;
  color: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  font-size: 8pt;
}
input[type="password"] {
  background-color: inherit;
  color: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  font-size: 8pt;
}
input {
  background-color: inherit;
  color: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  font-size: 8pt;
}
select {
  background-color: #FFFFFF;
  color: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  font-size: 8pt;
}
body {
  background-color: inherit;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-align: justify; 
  color: #000000;
  margin: 0px;
  width: 100%;
}
form {
  margin: 0px;
}
img {
  border:none;
}
td {
  vertical-align: middle;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: inherit;
}
a:visited {
  color: #000000;
  text-decoration: none;
  background-color: inherit;
}
a:hover {
  color: #FF0000;
  text-decoration: underline;
  background-color: inherit;
}
a:active {
  color: #FF0000;
  text-decoration: none;
  background-color: inherit;
}





