﻿@charset "UTF-8";
/* 3PX margin CSS Style */
body {
	color:#000;
	font-size:12px;
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
    height:100%;
	margin:0;
	min-width: 780px;
}

/* 登录样式 */
.loginbox {
	width: 40%;
	margin: 12% 0 0 30%;
	border:1px solid #ccc;
	background:#fff;
	padding: 20px 0;
	color: #666;
}

.loginframe {
	width: 80%;
	margin: 10px 0 0 20%;
}

/* Frame设定 */

.framebox {
	margin: 20px 0 0 20px;
	width: auto;
	font-size: 14px;
	color: #666;
}

.iframebox {
	margin: 0;
	padding:0;
	font-size: 14px;
	color: #666;
}

.input-text {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	height:24px;
	line-height:24px;
	text-indent:6px;
	width: 40%;
}
.input-text2 {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	height:24px;
	line-height:24px;
	text-indent:6px;
}
.input-file {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	height:24px;
	line-height:24px;
	width: 50%;
}
.input-file2 {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	height:24px;
	line-height:24px;
	width: 90%;
}


textarea {
	width: 60%;
	height: 200px;
	border: 1px solid #ccc;
	font-size: 12px;
}

.input-btn {
	border: 1px solid #94cdde;
	background:url('../i/btn-bg.gif') repeat-x left center;
	height: 29px;
	line-height: 29px;
	margin: 20px 20px 20px 0;
	padding: 0 20px;
}

.input-up {
	border: 1px solid #94cdde;
	background:url('../i/btn-bg.gif') repeat-x left center;
	height: 28px;
	line-height: 28px;
	margin:0;
	padding: 0 10px;
}

/* 分类选择 */
.sortbox {
	background:url('../i/sortboxbg.gif') left center repeat-x;
	border:1px solid #e6e6e6;
	display: inline;
	padding: 4px 0 3px 10px;
	_padding: 5px 0 4px 10px;
	text-align:left;
	color:#999;
	font-size: 12px;
	cursor:pointer;
}

.sortbox span {
	width: 30px;
	margin: 0 6px 0 20px;
}

/* 页面顶部功能条 */
#topbar {
	width: 90%;
	height: 28px;
	border: 1px solid #cbcbcb;
	line-height: 28px;
	margin: 20px 0 0 5%;
	text-align: left;
	clear: both;
	background: #fff;
}


#topbar h1 {
	background: url('../i/people.gif') left center no-repeat;
	text-indent: 20px;
	font-size: 12px;
	font-weight: normal;
	float: left;
	margin: 0 0 0 10px;
	width: 50%;
}

#topbar span {
	float: right;
	margin: 0 10px 0 0;
}

#topbar span a {
	color: #f90;
	text-decoration: none;
	margin:0 0 0 10px;
}

#topbar span a:hover {
	text-decoration: underline;
}

/* 导航标签区域 */
#nav {
	width: 90%;
	background: url('../i/nav-bg.gif') left bottom repeat-x;
	margin: 20px 0 0 5%;
	height: 47px;
}

#nav span {
	display:block;
	float:left;
	margin: 14px 0 0 0;
	_margin: 0;
}

#nav span img {
	border: 0;
	margin: 0 5px 0 0;
	_margin-top: expression(( 46 - this.height ) / 2); 
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	float: left;
	margin: 0 0 0 15px;
}

#nav ul li a {
	float: left;
	color: #666;
	text-decoration: none;
	padding: 0 10px;
	height: 47px;
	line-height: 47px;
	font-weight: bold;
}

#nav ul li a:hover {
	color:#f90;
}


#nav ul li#over {
	background: url('../i/nav-tab-over.gif') center repeat-x;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
}

/* 页面主要内容 */
#content {
	background: #fff;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	width: 89.9%;
	margin: 0 0 0 5%;
	float:left;
	_float: none;
}

/* 主页功能标签文字 */
#content h4 {
	color: #ccc;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	float:left;
	text-indent: 20px;
	line-height:30px;
	width:60%;
	margin: 30px 0 0 0;
}
#content h2 {
	text-align: left;
	font-size: 12px;
	float:right;
	text-indent: 20px;
	line-height:30px;
	width:39%;
	margin: 30px 0 0 0;
	font-weight: normal;
}
#content h2 a {
	color: #f90;
	text-decoration: underline;
	padding: 0 10px;
	margin: 0 0 0 10px;
}
#content h2 a:hover {
	color:#f60;
	text-decoration:underline;
}

/* 页面栏目分割线 */
#content-line {
	height: 1px;
	line-height: 1px;
	background: url('../i/content-line.gif') center no-repeat;
	float: left;
	width: 100%;
}


/* 主页功能连接 */
.function {
	float:left;
	width: 100%;
	margin: 0 0 20px 0;
}

.function span {
	display:block;
	float:left;
	margin: 15px 0 0 0;
	_margin: 0;
}

.function span img {
	border: 0; 
	margin: 0 10px 0 0;
	_margin-top: expression(( 58 - this.height ) / 2); 
}

.function ul {
	list-style-type: none;
}

.function ul li {
	display: block;
	float:left;
}

.function ul li a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 0 40px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	float:left;
	height:60px;
	line-height:60px;
	margin: 20px 0;
}

.function ul li a:hover {
	background: url('../i/tab-bgline.gif') left center repeat-x; 
	border-left: 1px solid #d2ebf2;
	border-right: 1px solid #d2ebf2;

}

/* 3px */
#powered {
	width:90%;
	color: #999;
	text-align: right;
	margin: 0 0 0 5%;
	height: 30px;
	line-height: 30px;
}

#powered a {
	color:#999;
	text-decoration:none;
}

#powered a:hover {
	color:#f60;
	text-decoration:underline;
}

/* 权限页面样式 */
.newmember {
	width:60%;
	margin:20px 0 0 40px;
	height:80px;
	line-height:80px;
	background:url('../i/icon-competence-newmember.gif') left 40% no-repeat;
	text-align:left;
	text-indent:50px;
}

.newmember a {
	color: #000;
	text-decoration: none;
}

.newmember a:hover {
	color:#f90;
}

/*  组件页面样式 */
.newcomponent {
	width:80%;
	margin:20px 0 0 40px;
	height:60px;
	line-height:60px;
	text-align:left;
	text-indent:36px;
}

.newcomponent a {
	background:url('../i/icon-addcomponent.gif') left 45% no-repeat;
	color: #000;
	text-decoration: none;
	float:left;
	margin:0 40px 0 0;
}

.newcomponent a:hover {
	color:#f90;
}

/*  模块页面样式 */
.newmodule {
	margin:20px 0 0 40px;
	height:60px;
	line-height:60px;
	background:url('../i/icon-newmodule.gif') left 50% no-repeat;
	text-align:left;
	text-indent:36px;
}

.newmodule a {
	color: #000;
	text-decoration: none;
}

.newmodule a:hover {
	color:#f90;
}

.modulefunction {
	margin: 20px 0;
}

.modulefunction span {
	display:block;
	float:left;
	margin: 22px 0 0 0;
	_margin: 0;
}

.modulefunction span img {
	border: 0; 
	vertical-align: middle;
	margin: 0 10px 0 0;
	_margin-top: expression(( 58 - this.height ) / 2); 
}

.modulefunction ul {
	list-style-type: none;
}

.modulefunction ul li {
	float: left;
	display: block;
	margin: 0 0 10px 20px;
	float:left;
	height:60px;
	line-height:60px;
}

.modulefunction ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 40px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	float:left;
	height:60px;
	line-height:60px;
}

.modulefunction ul li a:hover {
	background: url('../i/tab-bgline.gif') left center repeat-x; 
	border-left: 1px solid #d2ebf2;
	border-right: 1px solid #d2ebf2;

}

/*  分类页面样式 */
.newsort {
	width:200px;
	height:60px;
	line-height:60px;
	background:url('../i/icon-addsort.gif') left 50% no-repeat;
	text-align:left;
	text-indent:56px;
	margin: 10px 0 0 20px;
}

.newsort a {
	color: #000;
	text-decoration: none;
}

.newsort a:hover {
	color:#f90;
}

.sortcontent {
	text-align:left;
}

.sortcontent ul {
	list-style-type:none;
}

.sortcontent input {
	margin: 3px 0 0 ;
}

.sortcontent input.disEnableEdit {
	border: 1px dotted #f5f5f5;
	background:transparent;
	height:20px;
	line-height:20px;
	text-indent: 5px;
	cursor:pointer;
}

.sortcontent input.enableEdit {
	border: 1px solid #ccc;
	background:#fff;
	height:20px;
	line-height:20px;
	text-indent: 5px;
}

.sortcontent input.move {
	border: 1px solid #ccc;
	background:#fff;
	height:20px;
	line-height:20px;
	text-indent: 5px;
}

.sortcontent img {
	margin:0 6px 0 0;
}

/* 弹出层样式 */
.popbg {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=87);
	-moz-opacity: 0.87;
	opacity: 0.87;
	height:100%;
	width:100%;
}
* html .popbg { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
/*.popbg {
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	background-color: #000;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	height:100%;
}*/
.popbox {
	width: 60%;
	border:1px solid #ccc;
	color:#666;
	position:absolute;
	top:120px;
	left:20%;
	background:#fff;
}

.popclose {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background:#f5f5f5 url('../i/icon-close.gif') 96% center no-repeat;
	text-indent: 20px;
	cursor:pointer;
	font-weight:bold;
}

.popcontent {
	margin: 10px 0 10px 30px;
}

/* 数据库备份 */
.datainfo {
	color: #999;
	margin: 0 0 10px 5%;
	border:1px solid #e5e5e5;
	width: 90%;
	float:left;
	_float: none;
	padding: 10px;
}

.datainfo a {
	color:#f60;
	text-decoration:none;
	padding: 20px;

}

.datainfo a:hover {
	color:#f90;
}


.startdatainfo {
	color: #666;
	margin: 0 0 10px 5%;
	border:1px solid #fff075;
	width: 90%;
	float:left;
	_float: none;
	padding: 10px;
	background: #feffeb url('../i/startdata.gif') 20px center no-repeat;
	text-indent: 40px;
}

.datalist {
	margin: 0 0 10px 5%;
	width: 90%;
	float:left;
	_float: none;
}

.datalist table {
	border: 1px solid #e5e5e5;
	color:#666;
	width: 100%;
}

.datalist table td {
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #F5F5F5;
	border-bottom:1px solid #F5F5F5;
	padding:0 8px;
}

.datalist table td a {
	color:#f60;
	text-decoration:none;
	margin: 0 0 0 10px;
}

.datalist table td a:hover {
	color:#f90;
	text-decoration:none;
}

.datalist2 {
	margin: 0 0 10px 20px;
	width: 90%;
	float:left;
	_float: none;
}

.datalist2 table {
	border: 1px solid #e5e5e5;
	color:#666;
	width: 100%;
}

.datalist2 table td {
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #F5F5F5;
	border-bottom:1px solid #F5F5F5;
	padding:0 8px;
}
.datalist3 {
	margin: 0 0 10px 20px;
	width: 90%;
	float:left;
	_float: none;
}

.datalist3 table {
	border: 1px solid #000;
	color:#666;
	width: 100%;
}

.datalist3 table td {
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #000;
	border-bottom:1px solid #000;
	padding:0 8px;
}

/* 系统日志查询 */
.logtag {
	width: 100%;
}

.logtag ul {
	list-style-type:none;
}

.logtag ul li {
	border: 1px solid #E6E6E6;
	background:#FAFAFA;
	padding: 5px 10px;
	float:left;
	margin: 0 20px 0 0;
}

.logtag ul li.checked {
	border:1px solid #f90;
	background:#fff;
	padding: 5px 10px;
	float:left;
	margin: 0 20px 0 0;

}

.logtag ul li a {
	color:#999;
	text-decoration:none;
	float:left;
}

.logtag ul li a:hover {
	color:#f90;
}

.loglist {
	width: 96%;
	_width: 92%;
	margin: 20px 0 0 0;
	float:left;
}

.loglist ul li {
	color:#999;
	height: 20px;
	line-height: 20px;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
}

/* 分页选择 */
.pageselect {
	padding: 4px 0 3px 0;
	_padding: 5px 0 4px 0;
	text-align:left;
	color:#999;
	font-size: 14px;
	cursor:pointer;
}

.pageselect span {
	margin: 0 5px 0 7px;
}

.page_number {
	width: 58px;
	border:1px solid #e6e6e6;
	background:#fff;
	position:absolute;
	overflow:auto;
}

.page_number ul {
	list-style-type:none;
	margin:0; 
	padding:0;
}

.page_number ul li {
	width:100%;
	float:left;
	height:20px;
	line-height:20px;
	display:block;
	margin:0;
	cursor:pointer;
}

.page_number ul li a {
	width:100%;
	float:left;
	display:block;
	text-indent:12px;
	text-decoration:none;
	color:#666;
}

.page_number ul li a:hover {
	color:#f60;
	background:#f5f5f5;
}


/* 分页样式 */
.pagebox {
	/*width:100%;*/
    float:right;
	margin:0 20px 20px 0;
}

.pagebox ul {
	list-style-type:none;
	text-align:center;
}

.pagebox ul li {
	float:left;
	margin: 0 0 0 10px;
	border:1px solid #f0f0f0;
	height: 24px;
	line-height: 24px;
}

.pagebox ul li a {
	padding: 0 5px;
	display:block;
	float:left;
	text-decoration:none;
    color:#666;
}

/*.pagebox ul li.checked {
	border:1px solid #ccc;
	font-weight:bold;
}*/

.pagebox ul li a:hover {
	border:1px solid #bcebf9;
}


/*选择分类*/
.popclass {
	width: 130px;
	border:1px solid #e6e6e6;
	color:#666;
	position:absolute;
	background:#fff;
	overflow:auto;
}
.section {
	width: 124px;
	border:1px solid #e6e6e6;
	background:#fff;
	position:absolute;
	overflow:auto;
}

.section ul {
	list-style-type:none;
	margin:0; 
	padding:0;
}

.section ul li {
	width:100%
	float:left;
	height:20px;
	line-height:20px;
	display:block;
	margin:0;
}

.section ul li img {
	float:left;
	margin:3px 0 0 30px;
}

.section ul li a {
	float:left;
	display:block;
	text-indent:20px;
	text-decoration:none;
	color:#666;
}

.section ul li a:hover {
	color:#f60;
}

.section_back {
	background:#e6e6e6;
}
/*---------------------------*/
/*信息列表样式*/
.info_list {
	width: 100%;
	_width: 100%;
	border: 1px solid #f0f0f0;
}

.info_list a {
	color: #f60;
	text-decoration: none;
}

.info_list a:hover {
	color: #f90;
	text-decoration: underline;
}


.info_list ul {
	list-style-type:none;
}

.info_list ul li {
	width: 97%;
	_width: 93%;
	border-bottom:1px dotted #ccc;
	color:#999;
	margin:20px 0 0 0;
}

.info_list ul li span {
    float:right;
}

.info_list ul li span a {
	margin: 0 10px 0 0;
}

/*信息列表*/
.managelistbox {
	width: 90%;
	margin: 10px auto;
	border-bottom: 1px solid #f0f0f0;
}

.managelisttitle {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-weight:bold;
}

.managecontent {
	width: 100%;
	line-height: 22px;
	background:#fffdea;
    border:#ffe765 1px solid;
	text-indent:15px;
}
.managecontent span {
	border: 0;
}
.managecontent span img {
	margin: 10px 0 0 45%;
}

.managelisttitle span {
	color: #ccc;
}

.managelisttitle a {
	color: #556c88;
	text-decoration: none;
	margin: 0 0 0 10px;
}

.managelisttitle a:hover {
	color: #556c88;
	text-decoration: underline;
}

.managelistboxfunction {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.managelistboxfunction ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}

.managelistboxfunction ul li {
	margin: 0 10px;
	height: 30px;
	line-height: 30px;
	color: #999;
	float: left;
}

.managelistboxfunction ul li a {
	text-decoration: none;
	color: #556c88;
}
/*---------------------------*/

/*文件上传样式*/
.filebox {
	margin: 20px 0 0 140px;
	width: auto;
	font-size: 14px;
	color: #666;
}

/*-------------------*/

/*图片显示层*/
.dis_pic {
	width: 200px;
	border:2px solid #e6e6e6;
	color:#666;
	position:absolute;
	background:#fff;
	overflow:auto;
}
.dis_pic img {
	margin:0;
	width: expression(this.width > 200 ? 200: true);
}
/*--------------------------*/
/*图片上传层*/
.upload_pic {
	width: 400px;
	border:2px solid #e6e6e6;
	color:#666;
	position:absolute;
	background:#fff;
	overflow:auto;
}
/*--------------------------*/

/*图片选择层*/
.select_pic {
	width: 600px;
	border:1px solid #ccc;
	color:#666;
	position:absolute;
	background:#fff;
	overflow:auto;
}
.select_pic ul {
	list-style-type: none;
}

.select_pic ul li {
	display: block;
	float:left;
}

.select_pic ul li a {
	text-decoration: none;
	display: block;
	border: 1px solid #fff;
	height:80px;
	width:80px;
	cursor:pointer;
}

.select_pic ul li a:hover {
	/*background: url('../i/tab-bgline.gif') left center repeat-x; */
	border: 1px solid #d2ebf2;
}
/*--------------------------*/
/*附件选择层*/
.select_attach {
	width: 600px;
	border:1px solid #ccc;
	color:#666;
	position:absolute;
	background:#fff;
	overflow:auto;
}
.select_attach span {
	display:block;
	float:left;
	margin: 15px 0 0 0;
	_margin: 0;
}

.select_attach span img {
	border: 0; 
	margin: 0 10px 0 0;
	_margin-top: expression(( 58 - this.height ) / 2); 
}

.select_attach ul {
	list-style-type: none;
}

.select_attach ul li {
	display: block;
	float:left;
}

.select_attach ul li a {
	color: #666;
	display: block;
	text-decoration: none;
	padding: 0 10px;
	float:left;
	height:30px;
	line-height:30px;
	margin: 10px 0;
	cursor:pointer;
}

.select_attach ul li a:hover {
	text-decoration: underline;
}

/*--------------------------*/