﻿/* icon */
.loading {
	background:url(../images/loading.gif) no-repeat;
	padding:0 5px 0 20px;
}
.ico {
	background:url(../images/common.gif) no-repeat;
	padding:0 5px 0 18px;
	line-height:18px;
	height:18px;
	display:inline-block;
	font-style:normal;
}
.right {
	background-position:0 -3px;
	color:green;
}
.err {
	background-position:0 -28px;
	color:red;
}
.question {
	background-position:0 -54px;
	color:#128fb4;
}
.info {
	background-position:0 -79px;
}
.author {
	background-position:0 -104px;
}
.date {
	background-position:0 -129px;
}
.email {
	background-position:0 -154px;
}
.unread {
	background-position:0 -179px;
}
.read {
	background-position:0 -204px;
}
.news {
	background-position:0 -229px;
}
.plus {
	background-position:0 -254px;
}
.minus {
	background-position:0 -279px;
}
.add {
	background-position:0 -304px;
}
.del {
	background-position:0 -329px;
}
.edit {
	background-position:0 -354px;
}
.new {
	background-position:0 -379px;
}
/* xltip */
#xltip {
	position:absolute;
	width:auto;
	white-space:nowrap;
	left:0;
	top:-52px;
	z-index:9997;
	display:none;
}
#xltip .tip_con {
	_float:left;
	white-space:nowrap;
	font-size:0;
	letter-spacing:-5px;
*zoom:1
}
#xltip .tip_con:before, .msgtip2 .content:after {
	content:'';
	display:table
}
#xltip .tip_con:after {
	clear:both
}
#xltip .tip_triangle_down, #xltip .tip_triangle_up, #xltip .tip_con_left, #xltip .tip_con_right, #xltip .tip_con_inner, #xltip .success, #xltip .error, #xltip .info {
	display:inline-block;
	height:50px;
	overflow:hidden;
	vertical-align:top;
	background-image:url(../images/tip2.png);
	_background-image:url(../images/tip2_ie6.gif)
}
#xltip .tip_triangle_down {
	position:absolute;
	top:0;
	left:22px;
	width:26px;
	height:12px;
	background-position:0 -129px
}
#xltip .tip_triangle_up {
	position:absolute;
	top:37px;
	left:22px;
	width:26px;
	height:12px;
	background-position:0 -103px
}
#xltip .tip_con_left {
	float:left;
	width:17px
}
#xltip .ico_suc {
	width:39px;
	background-position:0 -150px
}
#xltip .ico_err {
	width:39px;
	background-position:0 -200px
}
#xltip .ico_info {
	width:39px;
	background-position:0 -250px
}
#xltip .tip_con_right {
	float:left;
	width:17px;
	background-position:right 0
}
#xltip .tip_con_inner {
	float:left;
	background-position:0 -50px;
	overflow:visible
}
#xltip .tip_con_inner .tip_con_text {
	display:inline-block;
	margin-top:12px;
	line-height:22px;
	color:#606060;
	font-family:"Microsoft Yahei";
	font-size:14px;
	letter-spacing:normal;
	cursor:default
}
#xltip .tip_con_inner .suc_txt {
	color:#63a20e
}
#xltip .tip_con_inner .err_txt {
	color:#ce3200
}
/* msgtip */
#msgtip, #msgtip .tip_ico_suc, #msgtip .tip_ico_err, #msgtip .tip_ico_info, #msgtip .tip_ico_clear, #msgtip .tip_end {
	float:left;
	height:54px;
	line-height:54px;
	font-weight:700;
	font-size:14px;
	color:#606060;
	background-image:url(../images/tip.png);
	_background-image:url(../images/tip_ie6.gif);
	background-repeat:no-repeat
}
#msgtip {
	background-position:0 -161px;
	background-repeat:repeat-x;
	padding:0 18px 0 9px;
	position:fixed;
	left:45%;
	top:45%;
	z-index:9998;
}
#msgtip .tip_ico_err {
	background-position:-6px -108px;
	position:absolute;
	left:-45px;
	top:0;
	width:45px
}
#msgtip .tip_ico_suc {
	background-position:-6px 0;
	position:absolute;
	left:-45px;
	top:0;
	width:45px
}
#msgtip .tip_ico_info {
	background-position:-6px -54px;
	position:absolute;
	left:-45px;
	top:0;
	width:45px
}
#msgtip .tip_ico_clear {
	background-position:-6px 0;
	position:absolute;
	left:-5px;
	top:0;
	width:5px
}
#msgtip .tip_end {
	background-position:0 0;
	position:absolute;
	right:-6px;
	top:0;
	width:6px
}
#msgtip img {
	float:left;
	margin:19px 10px 0 5px
}
/* tipbox */
.msg_tip {
	position:relative;
	width:80%;
	height:auto;
	margin:15px auto;
	padding:15px;
	text-align:left;
}
.msg_tip .tip_ico {
	display:block;
	float:left;
	background:url(../images/msgtip_icons.png) no-repeat left top;
	width:46px;
	height:46px;
	text-indent:-9999em;
	overflow:hidden;
}
.msg_tip .tip_ico.error {
	background-position:-50px 0;
}
.msg_tip .tip_ico.warning {
	background-position:-100px 0;
}
.msg_tip .tip_ico.prompt {
	background-position:-150px 0;
}
.msg_tip .tip_msg {
	margin-left:60px;
	font-size:12px;
}
.msg_tip .tip_msg strong {
	font-size:18px;
	line-height:36px;
	font-weight:400;
}
.msg_tip .success strong {
	color:#58a118;
}
.msg_tip .warning strong {
	color:#f60;
}
.msg_tip .tip_msg p {
	line-height:20px;
	color:#444;
	padding-bottom:5px;
}
.msg_tip .tip_msg p em {
	color:#e4393c;
	font-weight:700;
}
.msg_tip .tip_msg form {
	margin-top:5px;
}
.tipbox {
	position:absolute;
	top:0px;
	left:0px;
	z-index:9987;
	width:302px;
	margin:0;
	background:#f7f2d0;
	border:1px solid #dfc795;
}
.tipbox .tip_msg strong {
	font-size:14px;
	line-height:25px;
	color:#444;
}
.tipbox .tip_close {
	position:absolute;
	top:5px;
	right:5px;
	width:16px;
	height:16px;
	background:url(../images/tipbox_close.gif) no-repeat;
	cursor:pointer;
	display:block;
}
/* back to top */
#back-to-top {
	position:fixed;
	display:none;
	bottom:30px;
	right:30px
}
#back-to-top a {
	text-align:center;
	text-decoration:none;
	color:#d1d1d1;
	display:block;
	width:50px
}
#back-to-top a:hover {
	color:#666
}
#back-to-top a span {
	background:transparent url(../images/backtotop.png) no-repeat;
	display:block;
	height:50px;
	width:50px;
	margin-bottom:3px;
	-webkit-transition:background 0.5s;
	-moz-transition:background 0.5s;
	transition:background 0.5s;
}
#back-to-top a:hover span {
	background:transparent url(../images/backtotop.png) no-repeat -50px 0
}
/* uploadbox */
.uploadbox {
	position:relative;
	display:inline-block;
	height:22px;
	vertical-align:middle;
*display:inline;
}
.uploadbox .upload-btn {
	background:url(../images/btn_h22.gif) no-repeat;
	height:20px;
	padding:1px 0;
	line-height:22px;
	vertical-align:middle;
	display:inline-block;
*display:inline;
	border-radius:3px;
}
.uploadbox .upload-btn:hover {
	background-position:0 -22px;
}
.uploadbox .upload-btn:active {
	background-position:0 -44px;
}
.uploadbox .upload-btn.disabled {
	background-position:0 -66px;
}
.uploadbox .upload-progress {
	position:absolute;
	top:0;
	left:0;
	padding:2px 5px;
	width:115px;
	height:26px;
	border:1px solid #d0d0d0;
	background:#fff;
	overflow:hidden;
}
.uploadbox .upload-progress .txt {
	display:block;
	padding-right:10px;
	font-weight:400;
	font-style:normal;
	font-size:11px;
	line-height:18px;
	height:18px;
	text-overflow:ellipsis;
	overflow:hidden;
}
.uploadbox .upload-progress .bar {
	position:relative;
	display:block;
	width:112px;
	height:4px;
	border:1px solid #68af02;
}
.uploadbox .upload-progress .bar b {
	display:block;
	width:0;
	height:4px;
	font-weight:400;
	text-indent:-99em;
	background:#68af02;
	overflow:hidden;
}
.uploadbox .upload-progress .close {
	position:absolute;
	display:block;
	top:1px;
	right:1px;
	width:14px;
	height:14px;
	text-indent:-99em;
	background:url(../images/uploadbox_close.gif) no-repeat;
	cursor:pointer;
	overflow:hidden;
}
/*================分页========================*/
.pageshow{width:100%;height:30px;text-align:center;}               

/* pagebar */
#pagebar{display:inline-block;*display:inline;zoom:1;}
#pagebar a, #pagebar span{display:block;float:left;padding:3px 6px;margin-right:3px;min-width:1em;text-align:center;cursor:pointer;border:1px solid #42a5f5;color:#42a5f5;background:#fff;
    -webkit-border-radius:3px; 
    -moz-border-radius:3px;
    border-radius:3px;
	height:18px;
	line-height:18px;
}
#pagebar .page:hover{border:1px solid #42a5f5;color:#42a5f5;text-decoration:none}
#pagebar .page input{border:0;margin:0;width:24px;height:16px;line-height:16px;text-align:center;color:#42a5f5; float:left;}
#pagebar .page:hover input{color:#42a5f5;}
#pagebar .current{background-color:#42a5f5;color:#fff;font-weight:700;border:none;padding:4px 6px;}
#searchlist li.pagebar{width:690px;padding:10px 0 0;margin:10px auto 20px;text-align:center;border:0;background:none;}           