html {
	overflow-y: scroll;
}
body {
	background-color: #fff;
	font-family: Arial, '\5B8B\4F53', simsun, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 14px;
}
h1, h2, h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 12px;
}
.toolbar-placeholder {
	height: 30px;
	line-height: 30px;
	clear: both;
}
#container {
	float: none;
	width: 960px;
	margin: 0 auto;
}
#header {
	float: left;
	width: 100%;
}
#main {
	float: left;
	width: 100%;
}
#footer {
	clear:both;
	width: 100%;
	padding: 10px 0 15px;
	text-align: center;
}
#footer .innerFooter {
	padding: 20px 0 13px;
	width:960px;
	margin:0 auto;
}
#footer .powered {
	margin: 13px 0;
}
/*#footer .contact, #footer .contact a, #footer .contact a:visited {
	color: #768e98;
}
#footer .contact a:hover {
	color: #f00;
}*/
#footer .copyright {
	/*color: #748b99;*/
	padding-top: 5px;
}
#back_top {
	position: fixed;
	_position:absolute;
	z-index: 2;
	width: 50px;
	height: 50px;
	right: 20px;
	bottom: 26px;
	_top : expression(documentElement.scrollTop + documentElement.clientHeight - 76 + "px");
	background: url(btn_backtop.gif) no-repeat;
	display: none;
  cursor: pointer;
}
a#back_top:hover {
	background-position:left -50px;
}

/*
 * grid
 */
.grid-140 {
	width: 140px;
	margin: 0 5px;
}
.grid-220 {
	width: 220px;
	margin: 0 5px;
}
.grid-570 {
	width: 570px;
	margin: 0 5px;
}
.grid-800 {
	width: 800px;
	margin: 0 5px;
}

/*
 * font
 */
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.f12-14 {
	font-size: 12px;
	line-height: 14px;
}
.f12-16 {
	font-size: 12px;
	line-height: 16px;
}
.f12-18 {
	font-size: 12px;
	line-height: 18px;
}
.f12-20 {
	font-size: 12px;
	line-height: 20px;
}
.f14-16 {
	font-size: 14px;
	line-height: 16px;
}
.f14-18 {
	font-size: 14px;
	line-height: 18px;
}
.f14-20 {
	font-size: 14px;
	line-height: 20px;
}
.f14-22 {
	font-size: 14px;
	line-height: 22px;
}
a.set-action, a.sub-title {
	color: #125fa8;
}
/*
 * common
 */
.sepline {
	display: block;
	width: auto;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background-color: #e5ecf4;
	margin: 10px 0;
	overflow: hidden;
}
.split-lines {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	/*background-color: #fff;
	border-top: 1px solid #999;*/
	overflow: hidden;
	clear: both;
	zoom: 1;
	filter: Alpha(opacity=50);    
    -moz-opacity:0.5;    
    opacity:0.5;
}
.sepline-dotted {
	display: block;
	width: auto;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background-color: transparent;
	border-bottom: 1px dotted #cae0e8;
	margin: 10px 0;
	overflow: hidden;
}
.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
}
.clearfix {
	display: block;
	clear: both;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.area {
	float: left;
	width: 100%;
}
.cell {
	display: block;
	width: auto;
	margin: 10px 0;
}
.bottom-space {
	padding-bottom: 10px;
}
/*
 * button
 */

.ui-btn {
	display: inline-block;
	width: auto;
	height: 27px;
	line-height: 27px;
	/*background-color: #1b5891;
	border: 0px solid #dde6ee;
	background: url(ui_btn.gif) no-repeat 0 0;*/
	cursor: pointer;
	background-repeat:no-repeat;
	background-position: 0 0;
	margin-right: 5px;
}
.ui-btn span {
	display: block;
	display: table-cell;
	float: left;
	height: 22px;
	line-height: 16px;
	position: relative;
	left: 5px;
	padding: 5px 13px 0 10px;
	background-repeat:no-repeat;
	background-position: right 0;
	/*background: url(ui_btn.gif) no-repeat right 0;
	color: #ffffff;*/
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
/*.ui-btn span a {
	color: #ffffff;
}*/

.ui-btn span * {
	vertical-align: middle;
}
.ui-btn-active {
	background-position: 0 -60px;
}
.ui-btn-active span {
	background-position: right -60px;
}
.ui-btn-current {
	background-position: 0 -120px;
}
.ui-btn-current span {
	background-position: right -120px;
}
.ui-btn-disabled {
	background-position: 0 -180px;
}
.ui-btn-disabled span {
	background-position: right -180px;
	color: #d3effc;
}
body .ui-btn-disabled span {
	_color: #ccc;
}
.ui-btn-icon {
	display: inline-block;
	width: 8px;
	height: 8px;
	padding-right: 4px;
	overflow: hidden;
	/*background: url(ui_mark_add.gif) no-repeat;*/
	background-repeat:no-repeat;
}
.ui-btn-icon {
	_display: inline;
}
.ui-btn-disabled .ui-btn-icon {
	background-position: 0 -30px;
}
/*
 * btn-primary
 */
.btn-primary-h16 {
	height: 16px;
}
.btn-primary-h16 span {
	height: 16px;
	padding-top: 1px;
	_padding-top: 2px;
	font-size: 12px;
}
.btn-primary-h16.ui-btn-disabled[class] .ui-btn-icon {
	background-position: 0 -60px;
}

/*
 * btn-gray
 */

/*.btn-gray {
	background-image: url(ui_btn_gray.gif);
}
.btn-gray span {
	background-image: url(ui_btn_gray.gif);
	color: #666;
}
.btn-gray span a {
	color: #666;
}
.btn-gray.ui-btn-disabled[class] span,
.btn-gray.ui-btn-disabled[class] span a {
	color: #b6b6b6;
}*/

/*
 * btn-green-h20
 */

.btn-green-h20 {
	height: 20px;
	/* background-image: url(ui_btn_green_h20.gif); */
}
.btn-green-h20 span {
	height: 18px;
	padding-top: 2px;
	_height: 16px;
	_padding-top: 4px;
	font-size: 12px;
	/*background-image: url(ui_btn_green_h20.gif);
	color: #fff; */
}
/*.btn-green-h20 span a {
	color: #fff;
}
.btn-green-h20.ui-btn-disabled[class] span,
.btn-green-h20.ui-btn-disabled[class] span a {
	color: #bbedae;
}
.btn-green-h20.ui-btn-disabled[class] .ui-btn-icon {
	background-position: 0 -60px;
} */

/*
 * btn-gray-h20
 */
.btn-gray-h20 {
	height:20px;
	display: inline-block;
	width: auto;
	line-height: 20px;
	margin-right: 5px;
	/*background-image: url(ui_btn_gray_h20.gif);
	border: 0px solid #dde6ee; */
}
.btn-gray-h20 span {
	/*background-image: url(ui_btn_gray_h20.gif); */
	font-size: 12px;
	display: block;
	display: table-cell;
	float: left;
	height: 18px;
	_height: 16px;
	line-height: 16px;
	position: relative;
	left: 5px;
	padding: 2px 13px 0 10px;
	_padding-top: 4px;
	text-align: center;
}
.btn-gray-h20.ui-btn-later[class] span{
	background-position:right 0;
	/*color: #999; */
}
.btn-gray-h20.ui-btn-later span{
	_background-position:right 0;
}
/*
 * btn-green-h30
 */

.btn-green-h30 {
	height: 30px;
	/*background-image: url(ui_btn_green_h30.gif); */
}
.btn-green-h30 span {
	height: 24px;
	padding-top: 6px;
	font-size: 14px;
	/*background-image: url(ui_btn_green_h30.gif);
	color: #fff; */
}
/*.btn-green-h30 span a {
	color: #fff;
}
.btn-green-h30.ui-btn-disabled[class] span,
.btn-green-h30.ui-btn-disabled[class] span a {
	color: #bbedae;
} */
.btn-green-h30 .ui-btn-icon {
	width: 12px;
	height: 12px;
	padding-right: 4px;
	overflow: hidden;
	background-position-x: -30px;
}
.btn-green-h30 .ui-btn-icon[class] {
	background-position: -30px 0;
}
.btn-green-h30.ui-btn-disabled[class] .ui-btn-icon {
	background-position: -30px -60px;
}

/*
 * btn-blue-h32
 */

.btn-blue-h32 {
	height: 32px;
	/*background-image: url(ui_btn_blue_h32.gif); */
}
.btn-blue-h32 span {
	height: 26px;
	padding-top: 6px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	font-family:\5B8B\4F53, simsun;
	/*background-image: url(ui_btn_blue_h32.gif);
	color: #fff; */
}
/*.btn-blue-h32.ui-btn-disabled span,
.btn-blue-h32.ui-btn-disabled span a {
	color: #d3effc;
} */
.btn-blue-h32 .ui-btn-icon {
	width: 12px;
	height: 12px;
	padding-right: 4px;
	overflow: hidden;
	background-position-x: -30px;
}
.btn-blue-h32 .ui-btn-icon[class] {
	background-position: -30px 0;
}
.btn-blue-h32.ui-btn-disabled[class] .ui-btn-icon {
	background-position: -30px -90px;
}

/*
 * btn-backhome
 */
.btn-backhome {
	height: 25px;
	/*background-image: url(ui_btn_backhome.gif);*/
}
.btn-backhome span {
	height: 25px;
	font-size: 12px;
	/*color: #000;
	background-image: url(ui_btn_backhome.gif);*/
	padding-left: 5px;
	padding-right: 9px;
}
.space-ui-button {
	display: block;
	width: auto;
	height: 27px;
	text-align: center;
	line-height: 27px;
	/*background-color: #1b5891;
	color: #ffffff;
	border: 0px solid #dde6ee;*/
	cursor: pointer;
	padding: 0 10px;
}

/*
 * ui-btn-w60, ui-btn-w80, ui-btn-w100
 */
.ui-btn-w60, .ui-btn-w80, .ui-btn-w100 {
	height: 27px;
	line-height: 20px;
	*line-height:25px;
	padding-top: 0px;
	background-repeat:no-repeat;
	/*background: url(ui_btn_w.gif) no-repeat;
	color: #fff;*/
	border: none;
	cursor: pointer;
	font-size: 14px;
}
.ui-btn-w60 {
	width: 60px;
	background-position: 0 0;
}
.ui-btn-w80 {
	width: 80px;
}
.ui-btn-w80[class] {
	background-position: -100px 0;
}
.ui-btn-w100 {
	width: 100px;
	_background-position-x: -200px;
}
.ui-btn-w100[class] {
	background-position: -200px 0;
}
.ui-btn-w60.ui-btn-active[class] {
	background-position: 0 -40px;
}
.ui-btn-w60.ui-btn-current[class] {
	background-position: 0 -80px;
}
.ui-btn-w60.ui-btn-disabled[class] {
	background-position: 0 -120px;
}
.ui-btn-w80.ui-btn-active[class] {
	background-position: -100px -40px;
}
.ui-btn-w80.ui-btn-current[class] {
	background-position: -100px -80px;
}
.ui-btn-w80.ui-btn-disabled[class] {
	background-position: -100px -120px;
}
.ui-btn-w100.ui-btn-active[class] {
	background-position: -200px -40px;
}
.ui-btn-w100.ui-btn-current[class] {
	background-position: -200px -80px;
}
.ui-btn-w100.ui-btn-disabled[class] {
	background-position: -200px -120px;
}
/*.btn-w-gray {
	background-image: url(ui_btn_gray_w.gif);
	color: #333;
} */

/*
 * tabs
 */
.tabs-nav {
	position: relative;
	height: 26px;
}
.tabs-nav ul.tabs-menu {
	margin-right: 120px;
	padding-left: 10px;
}
.tabs-nav ul.tabs-menu li {
	float: left;
	width: auto;
	white-space: nowrap;
	padding: 0px 15px;
	margin: 0 2px;
	border: 1px solid #ffffff;
	background-color: #eff4f8;
	line-height: 24px;
}
.tabs-nav ul.tabs-menu li.current {
	position: relative;
	bottom: -1px;
	border: 1px solid #d3dfed;
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}
.tabs-nav ul.tabs-menu li.current a {
	color: #333;
}
.tabs-content {
	border-top: 1px solid #D3DFED;
	padding: 10px 0;
}

/*
 * table style
 */

td {
	vertical-align: top;
}
th.m, td.m {
	vertical-align: middle;
}
th.l, td.l {
	text-align: left;
}
th.c, td.c {
	text-align: center;
}
th.r, td.r {
	text-align: right;
}

/*
 * message style
 */

.msg_succeed, .msg_failed {
	background-color: #eff4f8;
	background-position: 10px 8px;
	background-repeat: no-repeat;
	border: 1px solid #d3dfed;
	clear: both;
	line-height: 28px;
	margin: 0 0 10px;
	padding: 7px 10px 7px 32px;
}
.msg_succeed {
	background-image: url("../img/icon_success.gif");
}
.msg_failed {
	background-image: url("../img/icon_failure.gif");
}
.msg-error {
	background-image: url("../img/ico_error.gif");
}
.msg-notice {
	position: relative;
	margin: 0 0 10px;
	padding: 5px 25px 5px 15px;
	background: #fff9d7;
	border: 1px solid #d7c15e;
	line-height: 20px;
	color: #666;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}
.msg-notice a {
	color: #0272B2
}
.msg-notice .close {
	position: absolute;
	width: 12px;
	height: 12px;
	right: 4px;
	_right: 5px;
	top: 4px;
	_top: 5px;
}
.panel-box .close {
	position: relative;
	float:right;
	margin: -10px -10px 0 0;
	visibility:hidden;
}
.panel-box .hover .close {
	visibility:visible;
}
.panel-box .close span,
.msg-notice .close span {
	display: block;
	width: 12px;
	height: 12px;
	color: #69c;
	cursor: pointer;
	background: url("icon_tools.gif") no-repeat scroll -48px -32px transparent;
	text-indent: -999px;
}
.msg-notice .close a:hover span {
	background-position: -48px -16px;
}
/* default links */
a:link, a:active, a:visited {
	text-decoration: none;
	/*color: #507990;*/
}
a:hover {
	text-decoration: underline;
}
/*
 * message
 */
.msg-alert {
	position: relative;
	width: 306px;
	margin: 10px auto;
	padding: 0 0 20px;
	border: 3px solid #678faf;
	zoom: 1;
	overflow: hidden;
}
.msg-alert .close {
	position: absolute;
	float: right;
	font-size: 1px;
	top: 0px;
	right: 0px
}
.msg-alert .close {
	margin: 5px;
}
.msg-alert .close a {
	float: left;
	width: 13px;
	height: 13px;
	background: url(../img/icon_tools.gif) -48px -32px;
}
.msg-alert .close a:hover {
	background: url(../img/icon_tools.gif) -48px -16px;
}
.msg-alert .msg-title {
	height: 25px;
	padding: 0 8px;
	line-height: 25px;
	color: #333;
	font-size: 12px;
	background: #eff4f8;
}
.msg-alert p {
	text-align: center;
	margin: 10px auto 20px;
	padding: 5px;
	color: #333;
	font-weight: normal;
	line-height: 20px;
}
.msg-alert p span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -2px 5px 0 0;
	background: url(style.png) -19px -56px;
	vertical-align: middle;
}
.msg-alert p span.success {
	background: url(../img/icon_success.gif)
}
.msg-alert p span.failure {
	background: url(../img/icon_error.gif)
}
.msg-alert .btn {
	text-align: center;
}
.msg-alert .button {
	padding: 2px 8px 0;
	height: 23px;
	color: #fff;
	cursor: pointer;
}
.msg-alert .submit {
	background: #145897;
	border: 1px solid #29457e;
}
.msg-alert .disabled {
	background: #8dabc8;
	border: 1px solid #94a2be;
	cursor: pointer;
}
/* menu-top */
.menu-top-wrapper {
	float: left;
	width: 810px;
	overflow: hidden;
	display: inline;
	zoom: 1;
}
.menu-top {
	height: 53px;
	margin: 20px 5px 10px;
	padding: 0;
	background: #ffe88b;
	border: 1px solid #dfc16f;
	-webkit-box-shadow: 0 2px 3px -1px #989898;
	-moz-box-shadow: 0 2px 3px -1px #989898;
	box-shadow: 0 2px 3px -1px #989898;
	overflow: hidden;
}
.menu-top ul li {
	float: left;
	height: 53px;
	line-height: 18px;
	/*background: #ffe88b;*/
	text-align: center;
	border-right: 1px solid #f2cd66;
	display: inline;
}
.menu-top ul li div {
	width: 119px;
	height: 45px;
	line-height: 25px;
	padding-top: 8px;
	/*border: 1px solid #fff;
	border-left: none;
	border-right: 1px solid #fffcef;*/
	cursor: pointer;
}
.menu-top ul li.menu-home div {
	/*border-left:1px solid #fff;*/
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	z-index: 5;
}
.menu-top ul li.menu-talk div {
	padding: 8px 8px 0 8px;
}
.menu-top ul li.menu-last {
	border-right: 0px;
}
.menu-top ul li.menu-last div {
	width: 61px;
	/*width: 54px;*/
	cursor: auto;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
	z-index: 5;
}
.menu-top ul li a, 
.menu-top ul li a:visited, 
.menu-top ul li a:link, 
.menu-top ul li a:hover {
	font: 22px '\5FAE\8F6F\96C5\9ED1','Microsoft YaHei', '\9ED1\4F53', 'SimHei', '\5B8B\4F53','SimSun';
	color: #000;
	text-decoration: none;
	display: block;
}
/*.menu-top ul li.curr a,
.menu-top ul li.curr a div{
	background-color: #fff7d5;
}
.menu-top ul li a:hover, 
.menu-top ul li.dragging a {
	background-color: #ffefae;
}*/
.menu-top ul li a:hover div {
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fffcef;*/
}
.menu-top ul li div p {
	font: 10px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #e59700;
	text-shadow: 1px 1px 1px #fff, 1px 1px 0 #fff;
}

/* menu drag*/
.menu-top li.dragging {
	position: absolute;
	z-index: 3000;
	opacity: 0.8;
	_filter: alpha(opacity=80);
}

.menu-top li.dragging:nth-child(n+1) a div {
	cursor: -moz-grabbing;
}
.menu-top li.dummy {
	border-style: dashed;
	border-width: 2px;
	margin: 2px;
}
/* panelbox */
.com-default p {
	margin:0 15px;
	padding-top:10px;
}
.com-default span{
	color: #333333;
    display: block;
    font-size: 14px;
    padding: 25px 10px;
    text-align: center;
}
.panel-box, .panel-box .panel-box-area {
	height: 1%;
	clear: both;
	zoom: 1;
}
.panel-box {
	margin-bottom: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	z-index: 5;
	/*background: #fff;
	border: 1px solid #bfd2df;
	-webkit-box-shadow: 0 0 3px #bfd2df;
	-moz-box-shadow: 0 0 3px #bfd2df;
	box-shadow: 0 0 3px #bfd2df;*/
}
.panel-box .panel-box-area {
	padding: 18px 15px;
}
.panel-box .panel-box-area:after {
	height: 0;
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
}
.panel-nav-wrapper, .panel-nav-wrapper .panel-nav-tit {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.panel-nav-wrapper {
	position: relative;
	top: 10px;
	margin-top: -10px;
	padding-bottom: 5px;
	display: block;
	/*background: #fff;
	border: 1px solid #bfd2df;
	border-bottom: none;
	-webkit-box-shadow: 0 0 0 #a6c1ce;
	-moz-box-shadow: 0 0 0 #a6c1ce;
	box-shadow: 0 0 0 #a6c1ce;*/
	z-index:150;
}
.panel-nav-wrapper .panel-nav-tit {
	/*background: url(bg_panel_nav.gif);*/
	background-repeat:repeat-x;
	min-height: 29px;
	clear: both;
	zoom: 1;
}
.panel-nav-wrapper .panel-nav-tit .tabs-extend {
	float: right;
	width: 60px;
	text-align: right;
	padding: 5px 10px 0 0;
}
.panel-nav-wrapper .panel-nav-tit .tabs-extend span.state {
	color: #d62d06;
	padding-right: 0px;
}
.panel-nav-wrapper .panel-nav-tit .tabs-extend span.btn-reload {
	margin-right: 4px;
	_margin-right: 4px;
}
.panel-nav-wrapper .panel-nav-tit span.btn-reload i,
.panel-nav-wrapper .panel-nav-tit span.btn-collapse i {
	width: 18px;
	height: 18px;
	/*background: url(icon_tools.gif);*/
	display: inline-block;
}
.panel-nav-wrapper .panel-nav-tit span.btn-reload i.icon-reload {
	background-position: -109px -15px;
}
.panel-nav-wrapper .panel-nav-tit span.btn-reload a:hover i.icon-reload {
	background-position: -109px -47px;
}
.panel-nav-wrapper .panel-nav-tit span.btn-collapse i.icon-collapse {
    background-position: -126px -16px;
}
.panel-nav-wrapper .panel-nav-tit span.btn-collapse a:hover i.icon-collapse {
    background-position: -126px -47px;
}
.panel-nav-wrapper .panel-nav-tit span.btn-collapse i.expand {
    background-position: -142px -16px;
}
.panel-nav-wrapper .panel-nav-tit span.btn-collapse a:hover i.expand {
    background-position: -143px -47px;
}
.panel-nav-wrapper .panel-nav-tit ul.tabs-menu {
	margin-right: 60px;
	padding-left: 0px;
}
.panel-nav-wrapper .panel-nav-tit ul.tabs-menu li {
	float: left;
	width: auto;
	white-space: nowrap;
	height: 29px;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	line-height: 29px;
	overflow: hidden;
}
.panel-nav-wrapper .panel-nav-tit ul.tabs-menu li span {
	font-family: simsun;
	padding: 0px 10px;
	display: block;
}
.panel-nav-wrapper .panel-nav-tit ul.tabs-menu li.split-tag {
	width: 2px;
	padding: 0;
	border: 0 none;
	/*color: #ccc;*/
}
.panel-nav-wrapper .panel-nav-tit ul.tabs-menu li.current {
	height: 28px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	background-repeat:repeat-x;
	background-position: 0 1px;
	/*background: #f6f6f6 url(bg_panel_nav_current.jpg) repeat-x 0 1px;
	font-weight: bold;
	border: 1px solid #fff;
	border-top: 0 none;
	border-right: 1px solid #bbd3e1;
	-webkit-box-shadow: 1px -1px 1px #b9d2e0;
	-moz-box-shadow: 1px -1px 1px #b9d2e0;
	box-shadow: 1px -1px 1px #b9d2e0;*/
}
.panel-nav-wrapper .panel-nav-tit ul.tabs-menu li.current i {
	font-weight: normal;
	font-style: normal;
}
.panel-nav-wrapper .panel-nav-tit ul.tabs-menu li.current span {
	padding: 0px 10px;
	/*border-right: 1px solid #fff;*/
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.panel-nav-wrapper .panel-nav-tit ul.tabs-menu li.current span i.icon-arrow-down {
	width: 12px;
	height: 29px;
	vertical-align: middle;
	background: url(icon_tools.gif) no-repeat -96px -11px;
	display: inline-block;
	cursor:pointer;
}
.panel-nav-wrapper .panel-nav-tit ul.tabs-menu li a, 
.panel-nav-wrapper .panel-nav-tit ul.tabs-menu li a:visited, 
.panel-nav-wrapper .panel-nav-tit ul.tabs-menu li a:hover, 
.panel-nav-wrapper .panel-nav-tit ul.tabs-menu li a:focus {
	text-decoration: none;
	outline: 0;
}
/*.panel-nav-wrapper .panel-nav-tit ul.tabs-menu li.current a {
	color: #333;
}*/
.panel-nav-wrapper .panel-nav-tit ul.tabs-menu li.group-more {
	position: relative;
	padding: 0 5px 0 0;
	overflow: visible;
}
.panel-nav-wrapper .panel-nav-tit ul.tabs-menu li.ext-active {
	position: relative;
	bottom: -1px;
	border: 1px solid #d2dfe6;
	background-color: #f6f6f6;
	border-bottom: 0px;
	font-weight: bold;
}
.panel-nav-wrapper .panel-nav-tit .group-more .btn-more {
	display: inline;
	position: relative;
}
.panel-nav-wrapper .panel-nav-tit .btn-more i.icon-arrow-down {
	background: url(icon_tools.gif) no-repeat scroll -96px -16px transparent;
	float: none;
	font-size: 1px;
	height: 12px;
	left: 33px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -2px;
	width: 12px;
}
.panel-nav-wrapper .panel-nav-tit ul.tabs-menu li.ext-current {
	position: relative;
	height: 28px;
	line-height: 27px;
	background-color: #fff;
	left: 1px;
	border: 1px solid #d3dfed;
	border-bottom: 0px;
	font-weight: bold;
}
.panel-nav-wrapper .panel-nav-tit ul.tabs-menu li.group-more a {
	font-weight: normal;
	text-decoration: none;
}
.panel-nav-wrapper .panel-nav-tit ul.tabs-menu li.group-more ul.group-extend {
	position: absolute;
	width: 140px;
	top: 27px;
	left: -1px;
	display: none;
	z-index: 5;
	overflow: hidden;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	/*background: #fff;
	border: 1px solid #d2dfe6;
	border-top: 0px;
	-webkit-box-shadow: 0 1px 1px #B7B7B7;
	-moz-box-shadow: 0 1px 1px #B7B7B7;
	box-shadow: 0 1px 1px #B7B7B7;*/
}
.panel-nav-wrapper .panel-nav-tit ul.tabs-menu li.ext-current ul.group-extend {
	display: block;
}
.panel-nav-wrapper .panel-nav-tit li.group-more ul.group-extend li {
	float: none;
	font-weight: normal;
	padding: 0 15px;
}
.panel-nav-wrapper .panel-nav-tit li.group-more ul.group-extend li span {
	padding: 0px;
}
.panel-nav-wrapper .panel-nav-tit li.group-more ul.group-extend li.split-line {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	/*background-color: #E3EAEE;*/
}
.panel-nav-wrapper .panel-nav-tit span.tabs-name {
	float: left;
	height: 21px;
	line-height: 15px;
	padding: 8px 0 0 13px;
	display: inline;
}
.panel-nav-wrapper .panel-nav-tit span.tabs-link {
	float: right;
	height: 21px;
	padding: 8px 13px 0 0;
	display: inline;
}
.panel-nav-wrapper .panel-nav-tit span.tabs-link a {
	color: #507990;
}
.panel-nav-wrapper .panel-nav-tit li.group-more ul.group-extend li.hover,.panel-nav-wrapper .panel-nav-tit li.group-more ul.group-extend li:hover {
	background-color: #cfe9f6;
}
.panel-nav-wrapper .panel-nav-tit li.group-more ul.group-extend li.mng i.icon {
	background: url(icon_tools.gif) no-repeat scroll -160px -32px transparent;
	display: inline-block;
	float: left;
	height: 12px;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
	top: 7px;
	width: 12px;
}
.panel-nav-wrapper .panel-nav-tit li.group-more ul.group-extend li.mng i.t-order {
	background-position: -160px -30px;
}
.panel-nav-wrapper .panel-nav-tit li.group-more ul.group-extend li.mng i.t-manage {
	background-position: -176px -31px;
}
.panel-nav-tit .icon-inform-count{
	height:16px;
	line-height:16px;
	padding:0 2px;
	min-width:11px;
	_width:11px;
	text-align:center;
	font-size:11px;
	color:#fff;
	background:#d82521;
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	border-radius:4px;
	margin-left:3px;
	vertical-align:middle;
	border:#a52d2c 1px solid;
	border-top: #d6341f 1px solid;
	border-left: #d6341f 1px solid;
	display:inline-block;
	font-style:normal;
	overflow:hidden;
}
/**
 * 	ui pagination
 */
.ui-pagination {
	text-align: center;
	padding: 6px 0 0;
	line-height: 14px;
}
.ui-pagination a.none {
	visibility:hidden;
}
.ui-pagination a.none,
.ui-pagination a.txt,
.ui-pagination a.null {
	display: inline-block;
	width: 60px;
	padding-top: 4px;
	height: 17px;
	line-height: 15px;
	background: url(ui-btn_pagination_bg.gif) no-repeat -3px -1px;
	border: 1px solid #ccc;
	color: #333;
	margin: 0 5px;
	vertical-align: middle;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ui-pagination a.txt:hover {
	color: #507990;
	text-decoration: none;
	border: 1px solid #ccc;
}
.ui-pagination a.null,.ui-pagination a.null:visited,.ui-pagination a.null:hover {
	color: #999;
	text-decoration: none;
	border: 1px solid #ccc;
	background: #f2f2f2;
	cursor:default;
}
.ui-pagination .page-num {
	display: inline-block;
	width: 70px;
	left: 0px;
	color: #507990;
	padding-top: 4px;
	height: 17px;
	vertical-align: middle;
	position: relative;
	z-index: 500;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #fff;
	background: #fff;
}
.ui-pagination .page-num-active {
	width: 70px;
	left: 0;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ui-pagination .page-num .cpage {
	width: 50px;
	text-align: right;
	float: left;
	cursor: pointer;
}
.ui-pagination .page-num .btn-arrow {
	float: left;
	display: block;
	width: 10px;
	height: 16px;
	background: url(icon_arrow.gif) no-repeat center;
	cursor: pointer;
}
.ui-pagination .page-num p {
	display: none;
	position: absolute;
	border: 1px solid #ccc;
	border-bottom: 0;
	width: 70px;
	line-height: 21px;
	background: #FFF;
	bottom: 22px;
	_bottom: 21px;
	left: -1px;
	z-index: 1000;
}
.ui-pagination .page-num-active p {
	display: block;
}
.ui-pagination .page-num p a {
	padding-left: 0px;
	text-align: center;
	float: left;
	padding-top: 4px;
	height: 17px;
	color: #507990;
	width: 100%;
	line-height: 14px;
}
.ui-pagination .page-num p a.curt {
	color: #999;
}
.ui-pagination .page-num p a:hover {
	background: #eff4f8;
	text-decoration: none;
}
.ui-pagination .page-num ul li a.active, .ui-pagination .page-num ul li a.active:hover {
	color: #999;
	background: #FFF;
}
div.goldmessage,
span.goldmessage {
	display: inline-block;
    height: 16px;
    margin: 5px 10px 0 0;
    vertical-align: top;
    width: 16px;
}
div.goldmessage { 
	float:right;
}



/*
 * comm-status
 */
div.comm-status {
	margin: 20px auto;
	text-align:center;
	overflow: hidden;
}
.empty-img {
	
}
.empty-words {
	color: #999;
    font-family: '\9ED1\4F53','SimHei','\5B8B\4F53','SimSun';
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto 20px;
    text-align: center;
}
.empty-tip-lock,
.empty-tip-article,
.empty-tip-photo,
.empty-tip-video {
	background:url(icon_alarm.gif) no-repeat 8px 0;
	height:94px;
	width:88px;
	margin:0 auto 15px;
}
.empty-tip-article {
	background-position: -85px 0;
}
.empty-tip-photo {
	width: 158px;
	height: 158px;
	background-position: 0 -100px;
}
.empty-tip-video {
	width: 110px;
	height: 110px;
	background-position: 0 -265px;
}


/*
 * yjfk
 */
#float_yjfk {
	font-family: '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', '\9ED1\4F53', 'SimHei', '\5B8B\4F53','SimSun';
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
    position: fixed;
    _position:absolute;
    right: 0px;
    top: 40%;
    _top : expression(documentElement.scrollTop + documentElement.clientHeight * 0.4 + "px");
    z-index: 98;
	-webkit-box-shadow: -1px 0px 3px #666;
	-moz-box-shadow: -1px 0px 3px #666;
	box-shadow: -1px 0px 3px #666;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}
#float_yjfk span {
    display: block;
    width: 30px;
    height: 85px;
    padding-top: 9px;
	background-color: #f6cf72;
    text-align: center;
	cursor: pointer;
	overflow: hidden;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}

#float_yjfk a {
	color: #8b6630;
	text-decoration: none;
}

#float_yjfk a:hover {
	background-color: #fff;
}

#float_yjfk a:hover span {
	color: #8b6630;
	background-color: #fad66d;
}
/*authentication*/
.authentication-min,
.authentication-max {
	background:url('icon_authentication.gif') no-repeat;
	display:inline-block;
	vertical-align:text-top;
}
.authentication-min{
	width:13px;
	height:13px;
	margin:0 2px 0 4px;
	background-position:0 -47px;
	vertical-align:sub\0;
}
.rtbar-name .authentication-max{
	float: left;
	height:18px;
    margin:2px 0 0 5px;
	margin-top: 0 \9;
    vertical-align: text-top;
}
.authentication-max{
	width:18px;
	background-position: -23px -42px;
}
.rtbar-com li.rtbar-authentication,
.authentication-max {
	height:32px;
}
.rtbar-com li.rtbar-authentication {
	background:none;
	padding:0;
	margin:-2px 0 6px 0;
}
.main-info .authentication-max {
	vertical-align:text-bottom;
	margin-left:5px;
}

/* 
 * i-select
 * @see core/ui/Select.js
 **/
a.i-select {
	background: url("arrow-down.gif") no-repeat
		right 8px white;
	border: 1px solid #BBBBBB;
	color: #666666;
	font-size: 12px;
	padding: 3px 16px 3px 8px;
	width: 57px;
}

a.i-select:hover,#skin_bar a.i-select.active {
	border-color: #507990;
	text-decoration: none;
	background-position: right -6px;
}
div.i-select-options {
	display: none;
	position: absolute;
	margin-top: 23px;
	border: 1px solid #507990;
	width: 81px;
	background: white;
}
div.i-select-options a {
	display: inline-block;
	color: #999;
	font-size: 12px;
	padding: 5px 8px 4px;
	width: 65px;
}
div.i-select-options a:hover {
	color: white;
	background: #507990;
	text-decoration: none;
}