@charset "utf-8";

.tabpanel {
	width:595px!important;
  border: solid 1px #c5c9b9;
}

.tabpanel_tab_content {
	width:595px!important;
  /*width: 100%;*/
  height: 40px;
  line-height: 40px;
  /*background-color: #E1DFE0;*/
  background:transparent url(../images/box_header_bg1.png) repeat-x;
  padding-bottom: 3px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  margin-bottom:-1px;
  z-index:10;
}

.tabpanel_tab_content .tabpanel_move_content {
  width: 0px;
  overflow: hidden;
}

.tabpanel_move_content {
  margin-left: 18px;
  margin-right: 18px;
}
.tabpanel_move_content_scroll {
/*  margin-left: 18px;
  margin-right: 18px;*/
}

.tabpanel_mover {
  width: 5000px;
  margin: 0;
  padding: 0;
  position: relative;
  margin-left:30px!important;
  z-index:99999999;
}

.tabpanel_mover li {
  margin-top: 4px;
  height: 40px;
  line-height: 40px;
  padding:0px 10px;
  _padding-top:8px;
  float: left;
  position: relative;
  list-style-type: none;
  cursor: pointer;
}

.tabpanel_mover li .closer {
  background: transparent url(../images/TabPanel/tab-close.gif) no-repeat;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 11px;
  height: 11px;
  cursor: pointer;
}

.tabpanel_mover li .title {
  font-size: 14px;
  text-align:center;
  overflow: hidden;
  float: left;
  *height: 20px;
  *line-height: 20px;
  *margin-top: 2px;
}
.tabpanel_mover li div {
  color: #697357;
}

.tabpanel_mover li .icon_title {
  font-size: 12px;
  color: #697357;
  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 {
  border: solid 1px #c5c9b9;
  border-bottom: none 0px;
  font-weight: bold;
  background: #fff;
  position:relative;
  z-index:999999;
}

.tabpanel_tab_content .tabpanel_left_scroll {
	display:none;
  background: transparent url(../images/TabPanel/scroll-left.gif) no-repeat 0px 0;
  border-bottom: solid 1px #c5c9b9;
  position: absolute;
  width: 18px;
  height: 24px;
  left: 0px;
  top: 1px;
  cursor: pointer;
  z-index: 10;
}

.tabpanel_tab_content .tabpanel_right_scroll {
	display:none;
  background: transparent url(../images/TabPanel/scroll-right.gif) no-repeat 0 0;
  border-bottom: solid 1px #c5c9b9;
  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 {
	display:none;
  background-position: 0 0;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity = 50);
  cursor: default;
}

.tabpanel_right_scroll_disabled {
	display:none;
  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 {
  /*border-top: 1px solid #c5c9b9;*/
  height: 2px;
  /*background: #DEECFD;*/
  font-size: 1px;
  line-height: 1px;
  margin-top: -1px;
}

.tabpanel_content {
	width:595px!important;
	height:250px;
  background-color: #FFF;
  border-top: 1px solid #c5c9b9;
  overflow: hidden;
  position: relative;
  z-index:1;
}

.tabpanel_content .html_content {
  width: 100%;
  height: 100%;
  background-color:#FFF;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}