.tab {
  padding: 10px 0px 10px 0px;
  margin: 0px 12px 0px 12px;
}

.tabs {
  padding-left: 2px;
}

.tabs a, .tabs a:hover.inactive, .tabs a.active {
  float: left;
  width: 94px;
  text-align: center;  
  padding-top: 3px;
  margin-right: -3px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  color: #000000;
}

.tabs a {
  background: url('tab.png') no-repeat; 
  top: 5px;
  height: 15px;	
}

.tabs a:hover.inactive {
  background: url('tab_hover.png') no-repeat;
  top: 5px;
  height: 15px;
}

.tabs a.active {
  background: url('tab_active.png') no-repeat;
  height: 18px;
  margin-bottom: 2px;
  top: 3px;
  left: -2px;
  z-index: 2;
}

.tab .pages {
  clear: both;
  border: 1px solid #919B9C;
}

.tab .page {
  background-color: #FCFCFE;
  padding: 5px;
}

.tab .pages .page .pad {
  background-color: #F9F9F9;
  border: 1px solid #D5D5D5;
  padding: 5px;
  min-height: 200px;
  _height: 200px;
}

.tab .pages .page .minipad {
  background-color: #F9F9F9;
  border: 1px solid #D5D5D5;
  padding: 5px;
  min-height: 465px;
  _height: 465px;
}