.tabs {
   padding-top: 5px;
   margin: 0px 0px 4px 0px;
   height: 27px;
   font: 11px Tahoma,Verdana,sans-serif;
   border-bottom: 1px solid #808080;
}
.tabs li.first {
   margin-left : 3px;
}
.tabsView3d {
   height: 25px;
   margin-left: 3px;
   margin-bottom: 0px;
   border-bottom: none;
   padding-top: 0px;
}
.tabsView3dBottom {
   height: 25px;
   margin-left: 3px;
   margin-bottom: 0px;
   border-bottom: none;
   padding-top: 0px;
}
.tabs li {
  float: left;
  border-radius: 2px 3px 0px 0px;
  border: 1px solid #808080;
  border-bottom: none;
  border-right: 1px solid #a4a09a;
  background: ButtonFace;
  margin-top: 4px;
  position: relative;
  min-width: 202px;
}
 .tabsView3d li {
  border-radius: 4px 4px 0px 0px;
  border: 1px solid white;
  border-right: 1px solid #696969;
  border-bottom: none;
  margin-top: 4px;
  min-width: 30px;
}
.tabsView3dBottom li {
  border-radius: 0px 0px 4px 4px;
  border: 1px solid #696969;
  border-top: none;
  border-left: 1px solid white;
  margin-top: 0px;
  min-width: 30px;
}
.tabs a  {
  height: 15px;
  padding: 4px 10px 3px 10px;
  display: block;
  color: ButtonText;
  text-decoration: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.tabsView3d a {
  padding: 3px 8px 1px 8px;
  border-radius: 2px 2px 0px 0px;
  border: 1px solid ButtonFace;
  border-bottom: none;
  border-right: 1px solid #a0a0a0;
  cursor: pointer;
  color: ButtonText;
}
.tabsView3dBottom a {
  padding: 3px 8px 1px 8px;
  border-radius: 0px 0px 2px 2px;
  border: 1px solid #a0a0a0;
  border-top: none;
  border-left: 1px solid ButtonFace;
  cursor: pointer;
  color: ButtonText;
}
.tabs a:visited {
  color: black;
}
.tabs .active {
  font-weight: bold;
  border-radius: 4px 4px 0px 0px;
  position: relative;
  margin-top: 0px;
  bottom: -1px;
  z-index: 2;
}
.tabsView3d .active {
  font-weight: normal;
  margin-left: -3px;
  margin-right: -3px;
  bottom: -1px;
}
.tabsView3dBottom .active {
  font-weight: normal;
  border-radius: 0px 0px 4px 4px;
  top: -2px;
  margin-left: -3px;
  margin-right: -3px;
}
.tabs div {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.08;
}
.tabs .active div {
  opacity: 0;
}
.tabs .active a {
  height: 18px;
  padding: 6px 10px 2px 10px;
  cursor: default;
  color: ButtonText;
}
.tabsView3d .active a {
  padding: 4px 8px 1px 8px;
  border-radius: 2px 2px 0px 0px;
  cursor: default;
  color: ButtonText;
}
.tabsView3dBottom .active a {
  padding: 4px 8px 1px 8px;
  border-radius: 0px 0px 2px 2px;
  cursor: default;
  color: ButtonText;
}