@charset "utf-8";
/* Tab CSS */
#tabs {
  position: relative;
  top: 90px;
}

#tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
}

#tabs ul.tabs li {
  float: left;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
  text-align: center;
}

#tabs ul.tabs li a:link, #tabs ul.tabs li a:visited {
  background-color: #DBDADA;
  border: 1px solid;
  border-bottom-color: #000000;
  color: #989898;
  display: block;
  padding: 3px 12px;
  text-decoration: none;
}

#tabs ul.tabs li a:hover {
  background-color: #FFFFFF;
  border: 1px solid;
  color: #000000;
  display: block;
  padding: 3px 12px;
  text-decoration: none;
}

#tabs ul.tabs li a.active {
  background-color: #FFFFFF;
  border-right: 2px solid;
  border-top: 2px solid;
  border-bottom-color: #FFFFFF;
  color: #000000;
  outline: none;
}

.tabContent {
  border: 1px solid;
  height: 345px;
  overflow: auto;
  padding-top: 10px;
  position: absolute;
  top: 22px;
  width: 100%;
}

.tabContent table {
  width: 100%;
}
