﻿@charset "utf-8";

.tabpanel {
  
}

.tabpanel_tab_content {
  width: 100%;
  height: 39px;
  line-height: 39px;
  background-color: #687174;
  
  

  padding-bottom: 3px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.tabpanel_tab_content .tabpanel_move_content {
  width: 0px;
  overflow: hidden;
}

.tabpanel_move_content_scroll {
  margin-left: 18px;
  margin-right: 18px;
}

.tabpanel_mover {
  width: 5000px;
  margin: 0;
  padding: 0;
  position: relative;
}

.tabpanel_mover li {
  background: #687174;
  width: 110px;
  height: 39px;
  line-height: 39px;
  float: left;
  position: relative;
  list-style-type: none;
  cursor: pointer;
}

.tabpanel_mover li .closer {

  position: absolute;
  right: 2px;
  top: 2px;
  width: 11px;
  height: 11px;
  cursor: pointer;
}
.tabpanel_mover li.active .closer {
  background: transparent url(image/TabPanel/tab-close-black.gif) no-repeat;
}
.tabpanel_mover li:hover .closer {
  background: transparent url(image/TabPanel/tab-close-black.gif) no-repeat;
}
.tabpanel_mover li .title {
  font-size: 12px;
  width:100%;
  text-align:center;
  overflow: hidden;
  float: left;
  *height: 30px;
  *line-height: 30px;

}
.tabpanel_mover li {
  color: #FFF;
}

.tabpanel_mover li .icon_title {
  font-size: 12px;

  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 1px;
}

.tabpanel_mover li.active {
  background: #fff;
  font-weight: bold;
  color:#1B1E24;
}
.tabpanel_mover li.active:hover {
  background: #fff;
}
.tabpanel_mover li:hover {
  background: #eee;
  font-weight: bold;
  color:#1B1E24;
}

.tabpanel_tab_content .tabpanel_left_scroll {
  background: url(image/TabPanel/scroll-left-new.gif) no-repeat center center;
  position: absolute;
  width: 18px;
  height: 39px;
  left: 0px;
  cursor: pointer;
  z-index: 10;
}

.tabpanel_tab_content .tabpanel_right_scroll {
  background: transparent url(image/TabPanel/scroll-right-new.gif)no-repeat center center;
  position: absolute;
  width: 18px;
  height: 39px;
  right: 0px;
  cursor: pointer;
  z-index: 10;
}

.tabpanel_tab_content .tabpanel_scroll_over {
  background-color:#333;
}

.tabpanel_tab_content .tabpanel_left_scroll_disabled {
  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 {

}

.tabpanel_content {
  background-color: #FFF;
  overflow: hidden;
  position: relative;
}

.tabpanel_content .html_content {
  width: 100%;
  height: 100%;
  background-color:#FFF;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}