@charset "utf-8";
/*table*/
.table-list {
	margin:0;
	border-collapse:collapse;
	border:1px solid #c0d7ff;
	width:100%;
	line-height:150%;
}
.table-list tr {
	border:1px solid #ccc;
}
.table-list tr.select:hover {
	background:#ffc;
	cursor:pointer;
}
.table-list th {
	padding:1px 3px;
	background:#e2f6ff;
	border:1px solid #cbdeff;
	font-weight:700;
	text-align:center;
}
.table-list td {
	padding:1px;
	border:1px solid #cbdeff;
}
/*table-view*/
.table-view {
	margin:0;
	border-collapse:collapse;
	width:100%;
	line-height:150%;
}
.table-view th {
	padding:1px 3px;
	background:#e2f6ff;
	border:1px solid #cbdeff;
	font-weight:700;
	text-align:center;
}
.table-view td {
	padding:1px 3px;
	border:1px solid #eef4ff;
	text-align:left;
}
/*edit*/
.table-edit {
	margin:0;
	border-collapse:collapse;
	width:100%;
	line-height:150%;
}
.table-edit tr {
	height:25px;
	border:1px solid #eef4ff;
}
.table-edit th {
	padding:1px 3px;
	border:1px solid #eef4ff;
	font-weight:700;
	text-align:right;
}
.table-edit td {
	padding:3px;
	border:1px solid #eef4ff;
	text-align:left;
}
/*Grid List View*/
div.grid {
	margin:auto;
	padding:10px 20px 0;
	font-size:14px;
}
div.grid ul {
	margin:0;
	padding:0;
	width:100%;
}
div.grid ul li {
	margin:2px;
	float:left;
	display:block;
	width:30%;
}
div.grid ul li .hassubcat {
	display:inline;
	background:url("../images/subcat.gif") no-repeat;
}
/* box */
.box_1,.box_2,.box_3 {
	height:1px;
	overflow:hidden;
	font-size:0px;
	margin:0 1px;
	border-style:solid;
	border-width:0
}
.box_1 {
	margin:0 3px;
}
.box_2 {
	border-left-width:2px;
	border-right-width:2px
}
.box_3 {
	border-left-width:1px;
	border-right-width:1px
}
.box-bg {
	border-style:solid;
	border-width:0 1px;
	margin:0;
	padding:0;
}
.box-title,.box-footer {
	padding:3px 10px;
	margin:0;
}
.box-body {
	padding:3px
}
/* box default (blue) */
/*border-color*/
.box .box_2,.box .box_3,.box .box-bg {
	background-color:#72b5F5;
}
/*background-color*/
.box .box_2,.box .box_3,.box .box-bg {
	border-color:#2295F5;
}
.box .box_1 {
	background-color:#2295F5;
}
.box .box-body {
	background-color:#fff;
}
.box .box-title,.box .box-footer {
	color:#fff;
}
/* box green */
/*border-color*/
.box-green .box_2,.box-green .box_3,.box-green .box-bg {
	background-color:#DBF1D4;
}
/*background-color*/
.box-green .box_2,.box-green .box_3,.box-green .box-bg {
	border-color:#b5DAc4;
}
.box-green .box_1 {
	background-color:#b5DAc4;
}
.box-green .box-body {
	background-color:#fff;
}
.box-green .box-title,.box-green .box-footer {
	color:#000;
}
/* box lightblue */
/*border-color*/
.box-lightblue .box_2,.box-lightblue .box_3,.box-lightblue .box-bg {
	background-color:#f2f8fc;
}
/*background-color*/
.box-lightblue .box_2,.box-lightblue .box_3,.box-lightblue .box-bg {
	border-color:#bde2ff;
}
.box-lightblue .box_1 {
	background-color:#bde2ff;
}
.box-lightblue .box-body {
	background-color:#fff;
}
.box-lightblue .box-title,.box-lightblue .box-footer {
	color:#000;
}
/* box blue */
/*border-color*/
.box-blue .box_2,.box-blue .box_3,.box-blue .box-bg {
	background-color:#fff;
}
/*background-color*/
.box-blue .box_2,.box-blue .box_3,.box-blue .box-bg {
	border-color:#DFDFDF;
	background-image:url("../images/box-bg.jpg");
	background-repeat:repeat-x;
}
.box-blue .box_1 {
	background-color:#DFDFDF;
}
.box-blue .box-body {
	background-color:#fff;
}
.box-blue .box-title,.box-blue .box-footer {
	color:#333;
}
.box-blue .box-title {
	line-height:20px;
}
/* box darkblue */
/*border-color*/
.box-darkblue .box_2,.box-darkblue .box_3,.box-darkblue .box-bg {
	background-color:#4B9BDE;
}
/*background-color*/
.box-darkblue .box_2,.box-darkblue .box_3,.box-darkblue .box-bg {
	border-color:#3388D0;
}
.box-darkblue .box_1 {
	background-color:#3388D0;
}
.box-darkblue .box-body {
	background-color:#fff;
}
.box-darkblue .box-title,.box-darkblue .box-footer {
	color:#fff;
}
/*box angle*/
.angle-header .box-bg,.angle-title .box-bg {
	border-top-width:1px;
	padding-top:2px;
}
.angle-footer .box-bg {
	border-bottom-width:1px;
	padding-bottom:2px;
	margin-bottom:5px;
}
.angle .box-bg {
	border-width:1px;
	padding:0px;
}
.member {
	background:url(images/members.gif) no-repeat;
	font-size:12px
}
.gold_member_big {
	background-position:0 0;
	padding:0px 20px;
	font-size:45px
}
.member_1 {
	background-position:0px -53px;
	padding:3px 8px;
}
.diamond_member_big {
	background-position:-55px 0;
	padding:0px 20px;
	font-size:45px
}
.member_2 {
	background-position:-55px -53px;
	padding:3px 8px;
}
.gold_diamond {
	background-position:-110px 0;
	padding:0px 20px;
	font-size:45px
}
/*file icons*/
.filetype {
	width:46px;
	height:35px;
	cursor:default;
}
.xls {
	background:url("../images/icons/icon_xls.gif") no-repeat;
}
.xlsx {
	background:url("../images/icons/icon_xlsx.gif") no-repeat;
}
.ppt {
	background:url("../images/icons/icon_ppt.gif") no-repeat;
}
.pptx {
	background:url("../images/icons/icon_pptx.gif") no-repeat;
}
.doc {
	background:url("../images/icons/icon_doc.gif") no-repeat;
}
.docx {
	background:url("../images/icons/icon_docx.gif") no-repeat;
}
.txt {
	background:url("../images/icons/icon_doc.gif") no-repeat;
}
.pdf {
	background:url("../images/icons/icon_pdf.gif") no-repeat;
}
.vsd {
	background-position:-173px 1px;
}
.rtf {
	background:url("../images/icons/icon_doc.gif") no-repeat;
}
.pot {
	background:url("../images/icons/icon_ppt.gif") no-repeat;
}
.pps {
	background:url("../images/icons/icon_ppt.gif") no-repeat;
}
.wps {
	background:url("../images/icons/icon_ppt.gif") no-repeat;
}
.et {
	background:url("../images/icons/icon_doc.gif") no-repeat;
}
.dps {
	background:url("../images/icons/icon_doc.gif") no-repeat;
}

.icon {
	background:url(../images/wenku/icons.gif) 0 0 no-repeat;
	padding:2px 10px;
	zoom:1;
	font-size:12px;
	cursor:default;
}
.axls,.axlsx {
	background-position:-105px 1px;
}
.appt,.apptx {
	background-position:-139px 1px;
}
.adoc,.adocx {
	background-position:-72px 1px;
}
.atxt {
	background-position:-36px 1px;
}
.apdf {
	background-position:0 1px;
}
.artf {
	background-position:-140px -27px;
}
.apot {
	background-position:-209px -27px;
}
.apps {
	background-position:-209px 1px;
}
.sort_icon {
	background:url(images/icons.gif) -227px -47px no-repeat;
	padding:4px 7px;
}
.arr_right {
	background:url(images/icons.gif) -202px -50px no-repeat;
	padding:4px 7px;
}
.gold_small {
	background-position:-80px -50px;
}
.gold_big {
	background-position:-56px -52px;
}
.favorite {
	background-position:-202px -93px;
}
.feedback {
	background-position:-196px -118px;
}
.delete {
	background-position:-220px -69px;
}
.edit {
	background-position:-220px -90px;
}
.topic {
	background-position:-215px -118px;
}
.dl {
	background-position:-201px -71px;
}
.share {
	background-position:-217px -138px;
}

.wxalarm {font-family:'Microsoft Yahei', '微软雅黑';;font-style:inherit;font-weight:800;font-size:14px;color:#1a6fc0;padding:5px 5px;}

/*错误提示*/
.iblock {display:inline-block;*display:inline;zoom:1;vertical-align:middle;}

	#error{width:978px; height:140px; margin:0 auto 10px; background:#fffce9; border:1px solid #edddab; text-align:center;}
	#error_text {margin-top:45px;}
		#error_text dd {text-align:left; padding-left:10px;}
		#error_text dd strong {font:normal 16px/28px "黑体"; height:28px; color:#fb6c03;}
		#error_text dd a , #error_text dd a:visited {font-size:12px; color:#666;}
		#error_text dd a:hover {color:#0657B2;}