﻿/* -----------------------
   * tab *
* ----------------------- */

.l-tab-loading {
	position: absolute;
	z-index: 91000;
	top: 0;
	left: 0;
	background: white url('../images/common/bigloading.gif') no-repeat center 40%;
	width: 100%;
	height: 100%;
	_height: 800px;
	display: none;
}
.tabBar {border-bottom: 2px solid #222}
.tabBar span {background-color: #e8e8e8;cursor: pointer;display: inline-block;float: left;
font-weight: bold;height: 30px;line-height: 30px;padding: 0 15px}
.tabBar span.current{background-color: #222;color: #fff}
.tabCon {display: none}
.l-tab-links {
	position: relative;
	height: 30px;
	background: #F0F5F6;
	width: 100%;
	overflow: hidden;
	background-color: white;
	border-bottom: 1px solid #ddd;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.l-tab-links-left {
	position: absolute;
	top: 1px;
	left: 0;
	width: 17px;
	height: 33px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	z-index: 13;
	cursor: pointer;
}

.l-tab-links-right {
	position: absolute;
	top: 1px;
	right: 0;
	width: 17px;
	height: 27px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	z-index: 13;
	cursor: pointer;
}

.l-tab-links-left-over {
	background-position: -17px 0px;
}

.l-tab-links-right-over {
	background-position: -68px 0px;
}

.l-tab-links-left-invalid {
	background-position: -34px 0px;
}

.l-tab-links-right-invalid {
	background-position: -85px 0px;
}

.l-tab-switch {
	position: absolute;
	top: 1px;
	right: 0;
	width: 17px;
	height: 23px;
	overflow: hidden;
	background: url(../images/layout/tabs-tools.gif) -102px 0px;
	z-index: 13;
	cursor: pointer;
	display: none;
}

.l-tab-itemswitch {
	width: 26px;
	border-top-right-radius: 3px;
	background: #fff;
	position: relative;
}

.l-tab-links .l-tab-itemswitch a {
	width: 7px;
	height: 4px;
	line-height: 4px;
	background: url(../images/layout/tabs-tools.gif) 0px -30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -2px;
}

.l-tab-switchable .l-tab-links-right {
	right: 18px;
}

.l-tab-switchable .l-tab-switch {
	display: block;
}

.l-tab-windowsswitch {
	border: 1px solid #BED5F3;
	padding: 1px;
	background: #ffffff;
	position: absolute;
	z-index: 9900;
}

.l-tab-windowsswitch .theline {
	height: 1px;
	line-height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
	border-bottom: 1px dashed #DCDCDC;
}

.l-tab-windowsswitch .closeall {
	background: url(../images/layout/closeall.gif);
	height: 16px;
	line-height: 16px;
	width: 16px;
}

.l-tab-windowsswitch a {
	display: block;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	border: 1px solid #fff;
	color: #333;
	padding: 0 5px;
	width: 130px;
	overflow: hidden;
	margin: 1px;
}

.l-tab-windowsswitch a:hover {
	border: 1px solid #d3d3d3;
	background: #f9f9f9;
}

.l-tab-windowsswitch a.selected {
	border: 1px solid #B9D2F2;
	background-color: #eee;
}

.l-tab-links ul {
	list-style: none;
	margin: 0;
	width: 9999px;
	overflow: hidden;
	background-color: #e8e8e8;cursor: pointer;display: inline-block;float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 15px
}

.l-tab-links li {
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 2px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	border: none;
	position: relative;
	display: block;
	/*border-top-left-radius: 4px;
	border-top-right-radius: 4px;*/
	border-radius: 5px 5px 0 0;
}

.l-tab-links li.l-selected {
	text-decoration: none;
	background-color: white;
}

.l-tab-links li a {
	display: block;
	margin-left: 16px;
	margin-right: 27px;
	text-decoration: none;
	color: #333;
	position: relative;
	display: block;
}

.l-tab-links-item-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 30px;
	border-bottom: 1px solid #ddd;
	background:#C7C7C7;
}

.l-tab-links-item-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 30px;
	background:#C7C7C7;
	border-bottom: 1px solid #ddd;
}

.l-tab-links-item-close {
	width: 11px;
	height: 11px;
	overflow: hidden;
	position: absolute;
	/*top: 14px;*/
	top: 8px;
	right: 2px;
	z-index: 12;
	background: url(../images/icon/icon-close.gif);
	cursor: pointer;
}

.l-tab-links-item-close-over {
	background: url(../images/icon/icon-close-over.gif);
}

.l-tab-content {
	margin: 0 auto;
	padding: 0;
	border: none;
	width: 100%;
}

.l-tab-content-item {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.l-tab-content-item iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.l-tab-drag-proxy {
	border: 1px solid #BDD1EE;
	position: absolute;
	z-index: 1001;
	height: 25px;
	line-height: 25px;
	padding-left: 19px;
	padding-right: 4px;
	background: white;
}

.l-tab-drag-proxy .l-drop-icon {
	position: absolute;
	top: 5px;
	left: 4px;
	width: 16px;
	height: 16px;
}

.l-drop-no {
	background: white url('../images/common/drop-icons.gif') no-repeat 0px -20px;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

.l-drop-yes {
	background: white url('../images/common/drop-icons.gif') no-repeat 0px 0px;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

.l-tab-drag-droptip {
	width: 9px;
	position: absolute;
	top: 30px;
	left: 30px;
	height: 44px;
	z-index: 1000;
}

.l-tab-drag-droptip .l-drop-move-up {
	position: absolute;
	top: 0px;
}

.l-tab-drag-droptip .l-drop-move-down {
	position: absolute;
	bottom: 0px;
}

.l-drop-move-up {
	background: transparent url('../images/common/drop-icons.gif') no-repeat -40px 0px;
	width: 9px;
	height: 9px;
	overflow: hidden;
}

.l-drop-move-down {
	background: transparent url('../images/common/drop-icons.gif') no-repeat -60px 0px;
	width: 9px;
	height: 9px;
	overflow: hidden;
}


/* -----------------------
   * easytab *
* ----------------------- */

.l-easytab {
	padding: 0px;
	position: relative;
}

.l-easytab .l-easytab-header {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 101;
}

.l-easytab .l-easytab-header {
	padding-left: 3px;
}

.l-easytab .l-easytab-header li {
	float: left;
	margin-left: 2px;
}

.l-easytab .l-easytab-header li span {
	display: block;
	line-height: 22px;
	height: 22px;
	padding-left: 8px;
	padding-right: 8px;
	background: url('../images/controls/bg-tab-title.gif') repeat-x;
	color: #333;
	text-decoration: none;
	border: 1px solid #AECAF0;
	color: #283B56;
	border-bottom: none;
}

.l-easytab .l-easytab-header li span.l-over {
	background: url('../images/controls/bg-tab-title-over.gif') repeat-x;
	border: 1px solid #DAB364;
	cursor: pointer;
	border-bottom: none;
}

.l-easytab .l-easytab-header li span.l-selected {
	background: none;
	background: white;
	border-top: 3px solid #FFBD69;
	height: 20px;
	color: #355686;
	border-left: 1px solid #DAB364;
	border-right: 1px solid #DAB364;
	border-bottom: 1px solid white;
	border-bottom: none;
}

.l-easytab .l-easytab-panelbox {
	border: 1px solid #AECAF0;
	clear: left;
	position: absolute;
	top: 23px;
	padding: 4px;
	z-index: 100;
}