@charset "utf-8";

.tabpanel {
	border: solid 1px #8DB2E3;
}

.tabpanel_tab_content {
	width: 100%;
	height: 30px;
	line-height: 30px;
	/*background-color: #E1DFE0;*/
	background: transparent url(../images/bg02.jpg) repeat-x;
	padding-bottom: 0px;
	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: 100%;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	position: relative;
}

.tabpanel_mover li {
	background: url(../images/tagBtn.gif) no-repeat scroll 0 0 transparent;
	width: 134px;
	height: 30px;
	line-height: 30px;
	margin-right: 2px;
    padding-left: 2px;
	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: 6px;
	top: 10px;
	width: 11px;
	height: 11px;
	cursor: pointer;
}

.tabpanel_mover li .title {
	color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
	font-size: 12px;
	padding-left: 2px;
	overflow: hidden;
	float: left;
	*height: 30px;
	*line-height: 30px;
	*margin-top: 2px;
}

.tabpanel_mover li.active .title {
	color: #333;
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
	font-size: 12px;
	padding-left: 2px;
	overflow: hidden;
	float: left;
	*height: 30px;
	*line-height: 30px;
	*margin-top: 2px;
}

.tabpanel_mover li div {
	color: #FFFFFF;
}
.tabpanel_mover li.active div {
	color: #333;
}
.tabpanel_mover li .icon_title {
	font-size: 12px;
	color: #23508E;
	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: url(../images/tagBtn.gif) 0 -30px no-repeat; color : #333;
	text-decoration : none;
	font-weight: bold;
	color: #333;
}

}
.tabpanel_tab_content .tabpanel_left_scroll {
	background: transparent url(../images/TabPanel/scroll-left.gif)
		no-repeat 0px 0;
	border-bottom: solid 1px #8DB2E3;
	position: absolute;
	width: 18px;
	height: 30px;
	left: 0px;
	top: 1px;
	cursor: pointer;
	z-index: 10;
}

.tabpanel_tab_content .tabpanel_right_scroll {
	background: transparent url(../images/TabPanel/scroll-right.gif)
		no-repeat 0 0;
	border-bottom: solid 1px #8DB2E3;
	position: absolute;
	width: 18px;
	height: 30px;
	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 {
	border-top: 1px solid #8DB2E3;
	height: 2px;
	background: #DEECFD;
	font-size: 1px;
	line-height: 1px;
	margin-top: -1px;
}

.tabpanel_content {
	background-color: #FFF;
	overflow: auto;
	position: relative;
}

.tabpanel_content .html_content {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
}