@charset "utf-8";
body fieldset {
	border:1px solid #d8d8d8;
	padding:10px;
}
body fieldset legend {
	padding:3px 8px;
	font-weight:700;
	border:1px solid #d8d8d8;
	background-color:#f9f9f9;
}
body fieldset.blue {
	border:1px solid #dce3ed
}
body fieldset.blue legend {
	padding:3px 8px;
	font-weight:700;
	color:#ff9200;
	background:none;
	border:none
}
.table-list thead .sorting {
    background:  no-repeat scroll right center #eef3f7;
    cursor: pointer;
}
.table-list thead .sorting_desc {
    background:  no-repeat scroll right center #eef3f7;
    cursor: pointer;
}
.table-list thead .sorting_asc {
    background:  no-repeat scroll right center #eef3f7;
    cursor: pointer;
}
.picbut {
	background:#ff9200;
	color:#fff;
	float:left;
	text-align:center;
	font-weight:700;
	height:28px;
	line-height:26px;
	*line-height:30px;
	margin-right:10px;
	width:75px
}
.picbut a {
	color:#fff;
	text-decoration:none;
	width:75px
}
.table-list td,.table-list th {
	padding-left:12px;
	font-weight:normal;
}
.table-list .dr_option {
	padding-left:20px;
}
.table-list .dr_option a {
	padding-right:10px;
}
.table-list thead th {
	height:30px;
	background:#eef3f7;
	border-bottom:1px solid #d5dfe8;
	font-weight:normal
}
.table-list tbody td,.table-list .btn {
	border-bottom:#eee 1px solid;
	padding-top:5px;
	padding-bottom:5px;
	height:25px;
	line-height:25px;
}
div.btn {
	background:#f6f6f6;
	padding:6px 12px 0 12px;
	height:30px;
	line-height:30px;
}
.table-list tr:hover,.table-list table tbody tr:hover {
	background:#fbffe4;
}
.nhover tr:hover,.nhover tr:hover td {
	background:none;
}
.dr_table tr:hover {
	background:none!important;	
}
.table-list .input-text-c {
	padding:0;
	height:18px;
}
.td-line {
	border:1px solid #eee;
}
.td-line td,.td-line th {
	border:1px solid #eee;
}
.button {
	*padding-top:4px;
	min-width:80px;
    color: #fff;
	background:#444;
	height:24px;
	border-top:0;
	border-left:0;
	/*border-bottom:1px solid #666;
	border-right:1px solid #666;*/
    border: none;
	margin-right:5px;
	cursor:pointer;
}
.button:hover{
    background:#666;
}
@-moz-document url-prefix(){.button{margin-top: -1px;}}
.table-list tr.on,.table-list tr.on td,.table-list tr.on th,.table-list td.on,.table-list th.on {
	background:#fdf9e5;
}
a.close-own {
	background: no-repeat left 3px;
	display:block;
	width:16px;
	height:16px;
	position:absolute;
	outline:none;
	right:7px;
	top:8px;
	text-indent:200px;
	overflow:hidden;
}
a.close-own:hover {
	background-position:left -46px;
}
.input-text-c,.input-text,.measure-input,textarea,input.date,input.enddate,.input-focus {
	border:1px solid #d0d0d0;
	height:18px;
	margin:0 5px 0 0;
	padding:2px 0 2px 5px;
	border:1px solid #d0d0d0;
	background: repeat-x scroll 0 0 #ffffff;
	font-family:verdana,geneva,sans-serif,"宋体";
	font-size:12px;
}
.input-focus {
	background:#fff  repeat-x;
	border-color:#afcee6;
	font-size:12px;
}
input.date,input.enddate {
	background:#fff  no-repeat right 3px;
	padding-right:18px;
	font-size:12px;
}
textarea,textarea.input-text,textarea.input-focus {
	font-size:12px;
	height:auto;
	padding:5px;
	margin:0;
}
.search-form {
	margin-bottom:10px;
}
.input-text-c {
	text-align:center;
}
select {
	background:none repeat scroll 0 0 #f9f9f9;
	border-color:#666666 #cccccc #cccccc #666666;
	border-style:solid;
	border-width:1px;
	color:#333333;
	padding:2px;
	vertical-align:middle;
}
/*表格表单*/
.table_form {
	font-size:12px
}
.displayorder {
	width: 25px;
	text-align: center;
	padding-right: 5px;
	margin:0 ;
}
.table_form td {
	padding-left:12px;
}
.table_form th {
	font-weight:normal;
	text-align:right;
	padding-right:10px;
	color:#777;
}
.table_form td label {
	vertical-align:middle;
}
.table_form td,.table_form th {
	padding:8px 0 8px 8px;
}
.table_form tbody td,.table_form tbody th {
	border-bottom:1px solid #eee;
}
.colorpanel tbody td,.colorpanel tbody th {
	padding:0;
	border-bottom:none;
}
/*select美化*/
.js ul.newlist {
	left:-9999px;
}
ul.newlist * {
	margin:0;
	padding:0;
}
ul.newlist {
	margin:0;
	padding:0;
	list-style:none;
	color:#000;
	background:#fff;
	position:absolute;
	border:1px solid #ccc;
	top:22px;
	left:0;
	overflow:auto;
	z-index:9999;
}
.newlistselected {
	color:#000;
	height:22px;
	padding:4px 0 0 6px;
	float:left;
	background: no-repeat right 0;
	border-left:1px solid #dfdfdf
}
.newlistselected span {
	display:block;
}
ul.newlist li a {
	padding:3px 8px;
	display:block;
	text-decoration:none;
}
.selectedtxt {
	overflow:hidden;
	height:16px;
	padding:0 23px 0 0;
}
.measure-input {
	background: repeat-x scroll 0 9px transparent
}
.hilite {
	background:#e0ebf4!important;
	color:#444!important;
}
.newlisthover {
	background:#f2f7fb!important;
	color:#000!important;
	cursor:default;
}
.newlistselhover,.newlistselfocus {
	background-position:right -26px;
	cursor:default;
}
.newlistoptiontitle {
	font-weight:bold;
}
.newlistoptiontitle ul {
	margin:3px 0 0;
}
.newlistoptiontitle li {
	font-weight:normal;
	border-left:1px solid #ccc;
}
/*表单验证*/
.onshow,.onfocus,.onerror,.oncorrect,.onload,.ontime {
	display:inline-block;
	display:-moz-inline-stack;
	zoom:1;
	*display:inline;
	vertical-align:middle;
	background: no-repeat;
	color:#444;
	line-height:18px;
	padding:2px 10px 2px 23px;
	margin-left:10px;
	_margin-left:5px;
	overflow:hidden;
}
.onshow {
	background-position:3px -147px;
	border-color:#40b3ff;
	color:#959595;
}
.onfocus {
	background-position:3px -147px;
	border-color:#40b3ff;
}
.onerror {
	background-position:3px -47px;
	border-color:#40b3ff;
	color:red;
}
.oncorrect {
	background-position:3px -247px;
	border-color:#40b3ff;
}
.onlamp {
	background-position:3px -200px
}
.ontime {
	background-position:3px -1356px
}
/*联动菜单*/
.linkage-menu {
	height:200px;
	overflow-y:auto;
	padding:0 4px;
}
.linkage-menu h6 {
	border-bottom:1px solid #e2ecee;
	padding:2px 0 3px;
	margin-bottom:5px;
}
.linkage-menu h6 a.rt {
	font-weight:normal;
	font-family:'宋体';
	color:#377abe;
}
.linkage-menu div.menu a {
	width:74px;
	line-height:22px;
	text-decoration:none;
	padding-left:4px;
	overflow:hidden;
	height:22px;
}
.linkage-menu div.menu a:hover {
	background:#d9e4ed;
	color:#377abe;
}
div#areaid {
	border:1px solid #a7a6aa;
	height:18px;
	margin:0 5px 0 0;
	padding:2px 5px 2px;
	border:1px solid #d0d0d0;
	background:#fff  repeat-x;
	position:relative;
	top:-2px;
	*top:2px;
}
.piclist li {
	padding:0 0 8px;
}
.display {
	display:none;
}
.option {
	border-top:1px dashed #cccccc;
	padding:5px 0 5px 0;
	margin-top:10px;
}

.add, .edit, .del, .grant, .down, .audit {
    background:  repeat scroll 0 0 transparent;
    float: left;
    height: 16px;
    margin-left: 5px;
    width: 16px;
}
.folder, .file {
    background:  repeat scroll 0 0 transparent;
    float: left;
    height: 16px;
    line-height: 16px;
    margin-right: 5px;
    text-indent: 20px;
    white-space: nowrap;
    width: 16px;
}
.folder {
    background-position: 0 0;
}
.file {
    background-position: 0 -80px;
}
.edit {
    background-position: 0 -64px;
}
.del {
    background-position: 0 -48px;
}
.grant {
    background-position: 0 -16px;
}
.down {
    background-position: 0 -96px;
}
.audit {
    background-position: 0 -32px;
}
.add {
    background-position: 0 -206px;
}
.mtop {
    background:  no-repeat scroll 0 -128px transparent;
    float: left;
    height: 16px;
    line-height: 16px;
    margin-left: 10px;
    text-indent: 20px;
}
.selectcolor {
    background:  no-repeat scroll 0 -112px transparent;
    cursor: pointer;
    height: 16px;
    margin-left: 5px;
    padding: 0 8px;
    width: 16px;
}
.dr_format_wrap {
    background-color: #f8f8f8;
    border: 1px solid #d7d7d7;
    overflow: hidden;
}
.dr_format_group {
    margin: 5px 20px 15px;
}
.dr_format_label {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
	font-weight: bold;
}
.dr_format_wrap label {
    float: none;
    line-height: 1.5;
    padding: 0;
    text-align: left;
    width: auto;
}
.dr_format_list li {
    display: inline-block;
    height: 25px;
    overflow: hidden;
    vertical-align: middle;
    width: 145px;
    clear: none;
    margin: 0;
}
.dr_format_map {
    display: inline-block;
    overflow-x: hidden;
    overflow-y: auto;
    width: auto;
}
.dr_format_wrapper {
    margin: 10px 10px 0 0px;
}
.dr_format_wrap .labelname {
    display: inline-block;
    height: 22px;
    line-height: 23px;
    overflow: hidden;
    padding-left: 5px;
    white-space: nowrap;
    width: 100px;
}
.dr_format_table th {
    background-color: #ededed;
    border: 1px solid #d7d7d7 !important;
    font-weight: 400;
    height: 25px;
	padding:3px !important;
    text-align: center;
    vertical-align: middle;
}
.dr_format_table td {
    border: 1px solid #d7d7d7 !important;
    height: 25px;
    max-width: 200px;
    min-width: 60px;
    padding: 3px 5px;
    text-align: center;
    vertical-align: middle;
}
.dr_border_none td, .dr_border_none th {
	border:none !important;
}