<style>
div.TabView div.Tabs {
  height: 24px;
  overflow: hidden;
}

div.TabView div.Tabs a {
  float: left;
  display: block;
  width:  90px;
  text-align: center;
  height:      24px;
  line-height: 14px;
  vertical-align: middle;
  background: url('../images/tabs.png') no-repeat -2px -1px;
  text-decoration: none;
  font-family: "verdana", Serif;
  font-weight: 900;
  font-size: 10px;
  color: #000000;
}

div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active {
  background: url('../images/tabs.png') no-repeat -2px -31px;
}

div.TabView div.Pages {
  clear: both;
  border: 0px;
  overflow: visible;
}

div.TabView div.Pages div.Page {
  height: 100%;
  padding: 0px;
  overflow: visible;
}

div.TabView div.Pages div.Page div.Pad {
  padding: 5px 5px;
}
</style>