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:#347add;
	background:none;
	border:none
}
.picBut {
	background:url("../images/admin_img/picBnt.png") no-repeat 0 -28px;
	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;
	height:28px;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.table-list td,.table-list th {
	padding-left:12px
}
.table-list thead th {
	height:30px;
	background:#eef3f7;
	border-bottom:1px solid #d5dfe8;
	font-weight:normal
}
.table-list tbody td {
	border-bottom: #eee 1px solid;
	padding-top:5px;
	padding-bottom:5px
}
/*
.table-list .btn {
	border-bottom: #eee 1px solid;
	padding-top:5px;
	padding-bottom:5px
}*/
div.btn {
	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
}
.table-list .input-text-c {
	padding:0;
	height:18px
}
.input-text-c {
	border:1px solid #A7A6AA;
	height:18px;
	padding:2px 0 0;
	text-align:center
}
.td-line {
	border:1px solid #eee
}
.td-line td,.td-line th {
	border:1px solid #eee
}
.button {
	background:#ddd;
	height:24px;
	border-top:0;
	border-left:0;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	padding:3px 6px;
	margin-right:5px
}
.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: url(../images/cross.png) 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
}
/*通用表单*/
.common-form {
	}
.common-form div.contentWrap {
	padding-right:20px
}
.common-form ul li {
	color:#444;
	clear:both;
	vertical-align:middle
}
.common-form ul li span.text {
	width:60px
}
.common-form .set {
	border:1px dashed #e0e7ed;
	zoom:1;
	background:#f2f7fb;
	padding:10px;
	font-size:12px;
	margin-bottom:10px
}
.common-form .set table td,.common-form .set table th {
	padding-left:12px
}
.common-form .set table th {
	font-weight:normal;
	text-align:left;
	padding:0 8px
}
.common-form .set table td {
	padding:3px 0 3px 5px
}
.common-form .set table td.y-bg {
	background: url(../images/admin_img/set_y_line.png) repeat-y right top
}
.common-form .set table td input {
	background-image:none;
	height:18px;
	font-size:12px
}
.input-text,
.measure-input,
textarea,
input.date,
input.endDate,
.input-focus {
	/***
	border:1px solid #A7A6AA;
	height:18px;
	margin:0 5px 0 0;
	padding:2px 0 2px 5px;
	border: 1px solid #d0d0d0;
	background: #FFF url(../images/admin_img/input.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif,"宋体";
	font-size:12px;
	***/

	height: 18px;
	padding: 2px 0 2px 5px;
	font-family: Verdana, Geneva, sans-serif,"宋体";
	font-size: 12px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/***
.input-focus {
	background: #FFF url(../images/admin_img/input_focus.png) repeat-x;
	border-color:#afcee6;
	font-size:12px;
}
***/
.input-focus,
.input-text:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(77, 157, 239, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(77, 157, 239, 0.6);
}
.input-text::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.input-text:-ms-input-placeholder {
	color: #999;
}
.input-text::-webkit-input-placeholder {
	color: #999;
}
.input-text::-ms-expand {
	border: 0;
	background-color: transparent;
}
.input-text[disabled],
.input-text[readonly],
fieldset[disabled] .input-text {
	background-color: #eeeeee;
	opacity: 1;
}
.input-text[disabled],
fieldset[disabled] .input-text {
	cursor: not-allowed;
}
textarea.input-text {
	height: auto;
}

input.date,
input.endDate {
	background: #fff url(../images/admin_img/input_date.png) 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;
}
select {
	vertical-align:middle;
	background:none repeat scroll 0 0 #F9F9F9;
	border-color:#666666 #CCCCCC #CCCCCC #666666;
	border-style:solid;
	border-width:1px;
	color:#333;
	padding:2px;
}
.search-form {
	margin-bottom:10px
}

/*表格表单*/
	.table_form {
	font-size:12px
}
.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:4px 0 4px 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:url(../images/select-bg.png) 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:url("../images/ruler.gif") 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:url(../images/msg_bg.png) no-repeat;
	color:#444;
	line-height:18px;
	padding:2px 10px 2px 23px;
	margin-left:10px;
	_margin-left:5px
}
.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 url(../images/admin_img/input.png) repeat-x;
	position:relative;
	top:-2px;
	*top:2px;
}
.picList li {
	padding:0 0 8px
}
.display {
	display:none
}
/**视频上传**/
	.tbsa {
	}
.tbsa li {
	float:left;
	width:25%;
	margin:8px 0px;
	padding-top:6px;
}
.tbsa li.ac {
	background-color:#EFEFEF;
}
.r1 {
	width:132px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.r1 img {
	display:block;
	box-shadow: 0 0 2px #EFEFEF;
}
.r1 h6 {
	height:26px;
	line-height:26px;
	overflow:hidden;
	font-weight: 100;
	color:#666;
}
.r2 input {
	width:2em;
}
.r2 .l {
	float:left;
	color:#666;
}
.r2 .l label {
	margin-right:2px;
}
.r2 .r {
	float:right;
}
.tbb {
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	margin-bottom:8px;
}
/*20121207*/
.common-form .tpl_style {
	}
.common-form .tpl_style li {
	float:left;
	margin-right:10px;
	clear: none;
	border: 1px solid #ddd;
	background-color: #F5FAFE;
	padding:4px 12px;
	cursor: pointer;
}
.common-form .tpl_style li.ac {
	border:1px solid #639DCF;
}
/********** bootstrap 标签 **********/
.label {
	display: inline-block;
	padding: .3em .6em .4em;
	font-size: 75%;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	margin: 3px;
}
a.label:hover,
a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.label:empty {
	display: none;
}
.btn .label {
	position: relative;
	top: -1px;
}
.label-default {
	background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #5e5e5e;
}
.label-primary {
	background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #286090;
}
.label-success {
	background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f;
}
.label-danger {
	background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c;
}
/********** bootstrap 按扭 **********/
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn.focus,.btn:focus,.btn:hover {
	color: #333;
	text-decoration: none
}
input.btn.active,input.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
input.btn.disabled,input.btn[disabled],fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}
a.btn.disabled,fieldset[disabled] a.btn {
	pointer-events: none
}
.btn-default {
	color: #333 !important;
	background-color: #fff;
	border-color: #ccc
}
.btn-default.focus,.btn-default:focus {
	color: #333 !important;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}
.btn-default:hover {
	color: #333 !important;
	background-color: #e6e6e6;
	border-color: #adadad
}
.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
	color: #333 !important;
	background-color: #e6e6e6;
	border-color: #adadad
}
.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
	color: #333 !important;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}
.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
	background-image: none
}
.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}
.btn-default .badge {
	color: #fff !important;
	background-color: #333
}
.btn-primary {
	color: #fff!important;
	background-color: #337ab7;
	border-color: #2e6da4
}
.btn-primary.focus,.btn-primary:focus {
	color: #fff !important;
	background-color: #286090;
	border-color: #122b40
}
.btn-primary:hover {
	color: #fff !important;
	background-color: #286090;
	border-color: #204d74
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
	color: #fff !important;
	background-color: #286090;
	border-color: #204d74
}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
	color: #fff !important;
	background-color: #204d74;
	border-color: #122b40
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
	background-image: none
}
.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}
.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}
.btn-success {
	color: #fff !important;
	background-color: #5cb85c;
	border-color: #4cae4c
}
.btn-success.focus,.btn-success:focus {
	color: #fff !important;
	background-color: #449d44;
	border-color: #255625
}
.btn-success:hover {
	color: #fff !important;
	background-color: #449d44;
	border-color: #398439
}
.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
	color: #fff !important;
	background-color: #449d44;
	border-color: #398439
}
.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}
.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
	background-image: none
}
.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}
.btn-success .badge {
	color: #5cb85c !important;
	background-color: #fff
}
.btn-info {
	color: #fff !important;
	background-color: #5bc0de;
	border-color: #46b8da
}
.btn-info.focus,.btn-info:focus {
	color: #fff !important;
	background-color: #31b0d5;
	border-color: #1b6d85
}
.btn-info:hover {
	color: #fff !important;
	background-color: #31b0d5;
	border-color: #269abc
}
.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
	color: #fff !important;
	background-color: #31b0d5;
	border-color: #269abc
}
.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover {
	color: #fff !important;
	background-color: #269abc;
	border-color: #1b6d85
}
.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
	background-image: none
}
.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}
.btn-warning {
	color: #fff !important;
	background-color: #f0ad4e;
	border-color: #eea236
}
.btn-warning.focus,.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}
.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
	color: #fff !important;
	background-color: #ec971f;
	border-color: #d58512
}
.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover {
	color: #fff !important;
	background-color: #d58512;
	border-color: #985f0d
}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
	background-image: none
}
.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}
.btn-warning .badge {
	color: #f0ad4e !important;
	background-color: #fff
}
.btn-danger {
	color: #fff !important;
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger.focus,.btn-danger:focus {
	color: #fff !important;
	background-color: #c9302c;
	border-color: #761c19
}
.btn-danger:hover {
	color: #fff !important;
	background-color: #c9302c;
	border-color: #ac2925
}
.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
	color: #fff !important;
	background-color: #c9302c;
	border-color: #ac2925
}
.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover {
	color: #fff !important;
	background-color: #ac2925;
	border-color: #761c19
}
.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
	background-image: none
}
.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger .badge {
	color: #d9534f !important;
	background-color: #fff
}
.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}
.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
	border-color: transparent
}
.btn-link:focus,.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}
.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}
.btn-group-lg>.btn,.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}
.btn-group-sm>.btn,.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-group-xs>.btn,.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-block {
	display: block;
	width: 100%
}
.btn-block+.btn-block {
	margin-top: 5px
}
input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
	width: 100%
}

body .table-list .btn{
	border-bottom: none !important;
}