@charset "utf-8";

ul.tabs {
  list-style-type: none;
  margin: 15px 0 0 0;
  padding: 0 0 0.3em 0;
}

ul.tabs li {
  display: inline;
}

ul.tabs li a {
  color: #003366;
  background-color: #ffffff;
  border: 1px solid #c9c3ba;
  border-bottom: none;
  padding: 0.3em;
  text-decoration: none;
  font-size: 1.1em;
  font-family: Tahoma, PMingLiu, Arial Unicode MS;
}

ul.tabs li a:hover {
  color: #000000;
  background-color: #c1c0dd;
  border-bottom: none;
  font-size: 1.1em;
  font-family: Tahoma, PMingLiu, Arial Unicode MS;
}

ul.tabs li a.selected {
  color: #000066;
  background-color: #c1c0dd;
  border-bottom: none;
  padding: 0.3em 0.3em 0.38em 0.3em;
  font-size: 1.1em;
  font-family: Tahoma, PMingLiu, Arial Unicode MS;
}


div.tabContent {
  border: 1px solid #c9c3ba;
  padding: 0.5em;
  background-color: #eeeeee;
  line-height: 1.32em;
  letter-spacing: 0.06em;
  font-size: 1.0em;
  font-family: Tahoma, PMingLiu, Arial Unicode MS;
  display: none;
}

div.tabContent.hide {
  display: none;
}
div.tabContent.show {
  display: block;
}

