.tab-div {
  background: #bcd2ec;
  border: 1px solid #99bce6;
  width:100%;
  height:45%;
  margin:4px 4px 4px 4px;
  padding: 1px;
}
#tabbar-div {
  background: url(/TaxWeb/framework/public/images/hffd-glwh-9.gif);
  height: 22px;
  padding-top: 1px;
}

#tabbar-div p {
  margin: 2px 0 0 0;
}

.tab-front {
  background: #bcd2ec;
  line-height: 20px;
  font-weight: bold;
  padding: 4px 15px 4px 18px;
  border-right: 1px solid #99bce6;
  border-left: 1px solid #99bce6;
  border-top: 1px solid #99bce6;
  cursor: pointer;
}

.tab-back {
  color: #000;
  line-height: 20px;
  padding: 4px 15px 4px 18px;
  border-right: 1px solid #FFF;
  cursor: pointer;
}

.tab-hover {
  color: #000;
  background: #bcd2ec;
  line-height: 20px;
  padding: 4px 15px 4px 18px;
  border-right: 1px solid #FFF;
  cursor: pointer;
}

#tabbody-div {
  border: 1px solid #99bce6;
  background: #FFF;
}
