*div.clear {
	clear: both;
	height:0px;
    overflow: hidden;
}

div.tabpanel {
  display: block;
  clear: both;
}

div.tabpanel div.tabs {
  margin: 0;
  padding: 0;
  border: none;
  display: inline;
  float: left;
  width: 100%;
}

div.tabpanel div.tabs div.tab {
  display: inline;
  float: left;
	padding: .5em;
  width: auto;
  color: #000000;
	background-color: #ffffff;
  text-decoration: none;
  cursor: pointer;
	border-right: 1px solid #dbdbdc;
	border-left: 1px solid #dbdbdc;
	border-top-left-radius: .2em;
	border-top-right-radius: .2em;
	margin-top: .5em;
}

div.tabpanel div.tabs div.tabactive {
  position: relative;
  z-index: 1;
	padding-bottom: 1em;
	margin-top: 0;
}

div.tabpanel div.tabs div.tabinactive {
  height: 20px;
	border-bottom: 1px solid #dbdbdc;
}

div.tabpanel div.tabs div.tabdisabled {
  height: 20px;
  color: #dbdbdc;
}

div.tabpanel div.tabs div.tab div.main {
  width: auto;
  line-height: 20px;
  height: 20px;
  clear: both;
  border: none;
  float: left;
}

div.tabpanel div.tabs div.tabactive div.main {
  height: 21px;
}

div.tabpanel div.tabs div.tab div.main div.left {
  height: 100%;
  width: 4px;
  display: inline;
  float: left;
}

div.tabpanel div.tabs div.tab div.main div.tpcenter {
  height: 100%;
  display: inline;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

div.tabpanel div.tabs div.tab div.main div.right {
  height: 100%;
  width: 4px;
  display: inline;
  float: left;
}

div.tabpanel div.tabpanel div.content {
  display: block;
  clear: both;
  font-family:Verdana,Arial;
  background-color: #ffffff;
  border: 0;
  margin: 0;
  padding: 0;
  margin-top: -1px;
}

div.tabpanel div.content div.tpmain {
  clear: both;
  box-shadow: 0 1px 2px rgba(154, 155, 157,.7);
  background-color: #ffffff;
}

div.tabpanel div.content div.tpmain div.tpcenter {
  width: 100%;
}

div.tabpanel div.content div.tpbottom {
  width: 100%;
  height: 4px;
  overflow: hidden;
  clear: both;
}

div.tabpanel div.content div.tpbottom div.left {
  height: 4px;
  width: 4px;
  display: inline;
  float: left;
}

div.tabpanel div.content div.tpbottom div.tpcenter {
  height: 4px;
  display: inline;
  float: left;
}

div.tabpanel div.content div.tpbottom div.right {
  height: 4px;
  width: 4px;
  display: inline;
  float: right;
}
