.greatchn_tabs {
	position: relative;
}
.greatchn_tabs .greatchn_tabs_bar {
	overflow: hidden; position: relative;
}
.greatchn_tabs .greatchn_tabs_bar .greatchn_tabs_bar_left {
	clear: left; float: left; cursor: pointer; background-repeat: no-repeat;
}
.greatchn_tabs .greatchn_tabs_bar .greatchn_tabs_bar_content {
	overflow: hidden; clear: none; float: left; position: relative;
}
.greatchn_tabs .greatchn_tabs_bar .greatchn_tabs_bar_content .greatchn_tabs_bar_content_lines {
	overflow: visible; position: relative;
}
.greatchn_tabs .greatchn_tabs_bar .greatchn_tabs_bar_content .greatchn_tabs_bar_content_lines .tab {
	border-width: 1px; border-style: solid; margin: 0px 2px; padding: 0px 12px; border-radius: 4px; clear: none; float: left; white-space: nowrap; position: relative; cursor: pointer;
}
.greatchn_tabs .greatchn_tabs_bar .greatchn_tabs_bar_content .greatchn_tabs_bar_content_lines .current {
	
}
.greatchn_tabs .greatchn_tabs_bar .greatchn_tabs_bar_content .greatchn_tabs_bar_content_lines .tab .close {
	top: 0px; width: 16px; text-align: center; right: 4px; font-weight: 700; position: absolute;
}
.greatchn_tabs .greatchn_tabs_bar .greatchn_tabs_bar_right {
	clear: right; float: right; cursor: pointer; background-repeat: no-repeat;
}
.greatchn_tabs .greatchn_tabs_content {
	overflow: hidden;
}
.paging {
	margin: 4px auto; border-radius: 6px; border: 1px solid rgb(26, 86, 168); border-image: none; width: 372px; height: 32px; overflow: hidden;
}
.paging .controlBtn {
	width: 32px; height: 32px; text-align: center; color: rgb(255, 255, 255); clear: none; font-family: Times, "Times New Roman", Georgia, Palatino; font-size: 24px; font-weight: 700; float: left; cursor: pointer; background-color: rgb(26, 86, 168);
}
.paging .controlBtnDisabled {
	color: rgb(109, 158, 199);
}
.paging .previous {
	border-right-color: rgb(53, 113, 163); border-right-width: 1px; border-right-style: solid;
}
.paging .firstone {
	border-right-color: rgb(53, 113, 163); border-right-width: 1px; border-right-style: solid;
}
.paging .next {
	border-left-color: rgb(87, 147, 197); border-left-width: 1px; border-left-style: solid;
}
.paging .lastone {
	border-left-color: rgb(87, 147, 197); border-left-width: 1px; border-left-style: solid;
}
.paging .pageinfo {
	border: 0px currentColor; border-image: none; width: 240px; height: 32px; text-align: center; line-height: 32px; clear: none; float: left; -ms-ime-mode: disabled;
}
.window_dialog {
	border-radius: 6px 6px 0px 0px; border: 1px solid rgba(0, 0, 0, 0.25); border-image: none; float: left; z-index: 9999; box-shadow: 1px 1px 4px rgba(0,0,0,0.61); _border: 1px solid #CCCCCC;
}
.dialog_title {
	background: rgb(26, 86, 168); padding: 0px 12px; color: rgb(254, 254, 254); line-height: 36px; font-size: 1.4em; font-weight: 700; border-bottom-color: rgb(0, 52, 90); border-bottom-width: 1px; border-bottom-style: solid;
}
.dialog_content {
	background: rgb(234, 234, 234); padding: 4px 12px 12px; border-top-color: rgb(17, 86, 124); border-top-width: 1px; border-top-style: solid; float: left;
}
div.closeBtn {
	background: url("../img/dlg_close.png") no-repeat 0px 0px; top: 0px; width: 36px; height: 36px; right: 0px; position: absolute; cursor: pointer;
}
div.closeBtn_hover {
	background-position: 0px -36px;
}
div#window_shadow {
	background: rgb(0, 0, 0); left: 0px; top: 0px; position: fixed; z-index: 999; _position: absolute;
}
.tips {
	position: absolute;
}
.tips .arrow {
	border-width: 6px; border-style: dashed dashed solid; border-color: transparent transparent rgb(249, 233, 142); width: 0px; height: 0px; overflow: hidden; position: absolute;
}
.tips .tiptext {
	background: rgb(249, 233, 142); padding: 12px; border-radius: 6px; border: 2px solid rgb(249, 233, 142); border-image: none; color: rgb(0, 0, 0); margin-top: 12px;
}
.tip_warning {
	
}
.tip_warning .arrow {
	border-color: transparent transparent rgb(255, 0, 51);
}
.tip_warning .tiptext {
	background: rgb(255, 0, 51); border-color: rgb(255, 0, 51); color: rgb(255, 255, 255);
}
