@charset "utf-8";

.tabpanel {
  border: solid 1px #8DB2E3;
}

.tabpanel_tab_content {
  width: 99%;
  height: 40px;
  line-height: 40px;
  background-color: #E1DFE0;
  background:transparent;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.tabpanel_tab_content .tabpanel_move_content {
  width: 0px;
  overflow: hidden;
  /*background:#E1E7EA;*/
}

.tabpanel_move_content_scroll {
  margin-left: 18px;
  margin-right: 18px;
}

.tabpanel_mover {
  width: 890px;
  margin: 0;
  padding: 0;
  position: relative;
}

.tabpanel_mover li {
  background: transparent;
  height: 40px;
  line-height: 40px;
  float: left;
  position: relative;
  list-style-type: none;
  cursor: pointer;
  padding:0 15px;
  font-size:14px;
}

.tabpanel_mover li .closer {  
  position: absolute;
  top: 2px;
  width: 11px;
  height:11px;
  cursor: pointer;
}

.tabpanel_mover li .title { font-size:14px;  overflow: hidden;color:#666;}
.tabpanel_mover li div {
  color: #fff;
}

.tabpanel_mover li .icon_title {
  font-size: 12px;
  color: #5b5a5b;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: 5px 4px;
  overflow: hidden;
  float: left;
  *height: 20px;
  *line-height: 20px;
  *margin-top: 2px;
  *background-position:5px 0px;
}

.tabpanel_mover li.active {/*background:#009ae2;*/}
.tabpanel_mover li.active div {color: #009ae2;}/*add by wjp 2014-04-21选项卡选中的字体颜色*/

.tabpanel_tab_content .tabpanel_left_scroll {
  background: transparent url(../image/TabPanel/scroll-left.gif) no-repeat 0px 0px;
  border-bottom: solid 1px #8DB2E3;
  position: absolute;
  width: 18px;
  height: 24px;
  left: 0px;
  top: 1px;
  cursor: pointer;
  z-index: 10;
}

.tabpanel_tab_content .tabpanel_right_scroll {
  background: transparent url(../image/TabPanel/scroll-right.gif) no-repeat 0 0;
  border-bottom: solid 1px #8DB2E3;
  position: absolute;
  width: 18px;
  height: 24px;
  right: 0px;
  top: 1px;
  cursor: pointer;
  z-index: 10;
}

.tabpanel_tab_content .tabpanel_scroll_over {
  background-position: -18px 0;
}

.tabpanel_tab_content .tabpanel_left_scroll_disabled {
  background-position: 0 0;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity = 50);
  cursor: default;
}

.tabpanel_right_scroll_disabled {
  background-position: -36px 0;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity = 50);
  cursor: default;
}

.display_none {
  display: none;
}

.disabled {
  color: gray;
}

/*
.tabpanel_tab_content .tabpanel_tab_spacer {
  height: 1px;
  background: #009AE2;
  font-size: 1px;
  line-height: 1px;
  margin-top: -1px;
  border-top:1px solid #009AE2;
}*/

.tabpanel_content {
  overflow: auto;
  position: relative;
}
.tabpanel_content2 {
  background-color: #FFF;
  overflow: auto;
  position: relative;
  width: 100%; 
  height: 600px;
}
.tabpanel_content .html_content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}