#myTabs {
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
}
.quicktabs_title {
  list-style-image: none;
  list-style-type: none;
  margin: 0px;
  padding-right:10px;
  padding-left:0px;
  width:100%;
  height: 21px;
  border-bottom:1px solid gray;
}
.quicktabs_title li {
  float: left;
  background-color: #DFDFDF;
  color: black;
  cursor: pointer;
  margin-right: 2px;
  padding: 2px 8px 2px 8px;
  height: 16px;
  border:1px solid gray;
}
.quicktabs_title li.active {
  background-color: white;
  color: black;
  border-bottom:1px solid white;
  font-size:11px;
}
.quicktabs_title li.hover {
  font-size:11px;
  background-color: #DEE9F3;
  color: black;
}
.quicktabs_panel {
  display: none;
  position: relative;
  width: 100%;
  top: 0px;
  clear: both;
  overflow: auto;
  padding: 4px;
}
.quicktabs_panel.active {
  font-size:11px;
  background-color: white;
  display: block;
  border-left:1px solid gray;
  border-right:1px solid gray;
  border-bottom:1px solid gray;
}
.bottom {
  height:200px;
  position: relative;
  bottom:0px;
}

