.hornet.dialog div.tabs {
  position: relative;
  height: 100%;
}

.hornet.dialog div.tabs ul {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #999;
  height: 5%;
}

.hornet.dialog div.tabs ul li {
  float: left;
  list-style: none;
  border-right: 1px solid #999;
  height: 100%;
  padding-right: 15px;
}

.hornet.dialog div.tabs ul li a {
  color: #004080;
  display: block;
  padding: 8px 0 0 15px;
  height: 100%;
  text-decoration: none;
  float: left;
}

.hornet.dialog div.tabs ul li a.close {
  display: inline;
  padding: 3px 0 0 5px;
  color: #999;
  font-size: 18px;
}

.hornet.dialog div.tabs li.ui-state-active a {
  font-weight: bold;
}

.ui-tabs-hide {
  display: none;
}

.ui-tabs-panel {
  height: 95%;
  overflow-y: auto;
}