@charset "utf-8";
/*
 * Copyright 2005-2013 shopxx.net. All rights reserved.
 * Support: http://www.shopxx.net
 * License: http://www.shopxx.net/license
 * 
 * Style - Common
 * Version: 3.0
 */

/* ---------- Reset ---------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: 0px;
	font-family: "microsoft yahei", Tahoma, Arial, Helvetica, Sans-serif; 
	font-size: 10px;
}

html {
	_width: 100%;
	_height: 100%;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	_filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	_width: 100%;
	_height: 100%;
	min-width: 1000px;
	_width: expression(document.body.clientWidth <= 1000 ? "1000px": "auto");
	font: 10px tahoma, Arial, Verdana, sans-serif;
	color: #666666;
	background-color: #ffffff;
	_background-image: url(about: blank);
	_background-attachment: fixed;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	text-decoration: none;
}

img {
	vertical-align: middle;
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

ul {
	list-style-type: none;
}

input {
	vertical-align: middle;
	outline: none;
}

textarea {
	outline: 0px;
	resize: none;
}

/* ---------- Base ---------- */

.black {
	color: black;
}

.white {
	color: white;
}

.gray {
	color: gray;
}

.red {
	color: red;
}

.green {
	color: green;
}

.blue {
	color: blue;
}

.hidden {
	display: none;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	height: 0px;
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: "\0020";
}

.dialogOverlay {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	_position: absolute;
	top: 0px;
	_top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight);
	left: 0px;
	z-index: 99;
	filter: alpha(opacity = 30);
	-moz-opacity: 0.30;
	opacity: 0.30;
	zoom: 1;
	background: url(../images/dialog_overlay.png);
}

/* ---------- Form ---------- */

input.text:hover ,select.text:hover {
	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	/* transition: box-shadow linear 0.2s; */
	/* -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); */
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	/* box-shadow: inset 0 1px 1px rgba(214, 214, 214, 0.1), 0 0 16px rgba(236, 236, 236, 0.6); */
}
input.text ,select.text{
	width: 180px;
	height: 24px;
	line-height: 24px;
	padding: 0px 4px;
	color: #666666;
	border: solid 1px #dcdcdc;
	height: 28px;
	border-radius: 2px;
}
select.text{
width:190px;
height:30px;
}

input.text[type=file]  {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


input.text:disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #f6f6f6;
}

input.text:disabled:hover {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid #999999;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #999999;
	background-color: #f6f6f6;
}

textarea.text {
	width: 350px;
	height: 120px;
	padding: 4px;
	color: #666666;
	font-size: 12px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #999999;
}

textarea.text:hover {
	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	border: 1px solid #74b9ef;
}

textarea.text:disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #f6f6f6;
}

textarea.text:disabled:hover {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid #999999;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #999999;
	background-color: #f6f6f6;
}

textarea.editor {
	width: 100%;
}

a.button {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	display: -moz-inline-stack;
	float: left;
	padding: 0px 18px;
	margin-right: 10px;
	color: #444444;
	/*text-shadow: 1px 1px #ffffff;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	outline: none;
	blr: expression(this.hideFocus = true);
	border: 1px solid #b7c8d9;
	background: url(../images/common.gif) 0px 0px repeat-x;*/
	border: solid 1px #E9E9E9;
    background-color: #f9f9f9;

}

a.button:hover {
	color: #222222;
	background-position: 0px -30px;
}

a.button:active {
	background-position: 0px -60px;
}

a.button:disabled {
	color: #bbbbbb;
}

a.button:disabled:hover, a.button:disabled:active {
	color: #bbbbbb;
	background-position: 0px 0px;
}

a.button .arrow {
	width: 7px;
	height: 4px;
	position: absolute;
	top: 14px;
	right: 7px;
	overflow: hidden;
	background: url(../images/common.png) 0px -180px no-repeat;
}
a.iconButton span{top:6px !important}

a.iconButton {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	display: -moz-inline-stack;
	float: left;
	position: relative;
	padding:0px 20px 0px 30px;
	margin-right: 10px;
	color: #444444;
	/*text-shadow: 1px 1px #ffffff;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	outline: none;
	blr: expression(this.hideFocus = true);
	border: 1px solid #b7c8d9;
	background: url(../images/common.gif) 0px 0px repeat-x;*/
	border: solid 1px #E9E9E9;
    background-color: #f9f9f9;
}

a.iconButton:hover {
	color: #222222;
	background-position: 0px -30px;
}

a.iconButton:active {
	background-position: 0px -60px;
}

a.iconButton:disabled {
	color: #bbbbbb;
}

a.iconButton:disabled:hover, a.iconButton:disabled:active {
	color: #bbbbbb;
	background-position: 0px 0px;
}

a.iconButton .addIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background:url(../images/common.png) 1px -149px no-repeat;
}

a.iconButton .editIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(../images/common.png) -20px -150px no-repeat;
}

a.iconButton .deleteIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background:url(../images/common.png) -36px -148px no-repeat;
}

a.iconButton .excelIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(../images/excel.jpeg) 1px 1px no-repeat;
}

a.iconButton .clearIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(../images/common.png) -60px -150px no-repeat;
}

a.iconButton .copyIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(../images/common.png) -80px -150px no-repeat;
}

a.iconButton .moveIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(../images/common.png) -100px -150px no-repeat;
}

a.iconButton .refreshIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(../images/common.png) -120px -150px no-repeat;
}

a.iconButton .addDirIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(../images/common.png) -140px -150px no-repeat;
}

a.iconButton .moveDirIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(../images/common.png) -160px -150px no-repeat;
}

a.iconButton .upIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(../images/common.png) -180px -150px no-repeat;
}

a.iconButton .downIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(../images/common.png) -200px -150px no-repeat;
}

a.iconButton .arrow {
	width: 6px;
	height: 3px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 4px;
	background: url(../images/common.png) 0px -180px no-repeat;
}

div.buttonWrap {
	float: left;
	padding-left: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.buttonWrap .button, div.buttonWrap .iconButton {
	position: relative;
	margin: 0px 0px 0px -1px;
	overflow: hidden;
	white-space: nowrap;
}

div.buttonWrap .button.disabled, div.buttonWrap .button.disabled:hover, div.buttonWrap .button.disabled:active {
	color: #bababa;
	cursor: default;
	background: #ffffff;
}

div.buttonWrap .iconButton.disabled, div.buttonWrap .iconButton.disabled:hover, div.buttonWrap .iconButton.disabled:active {
	color: #bababa;
	cursor: default;
	background: #ffffff;
}

input.button {
	height: 34px;
	*
	line-height: 22px;
	display: inline-block;
	display: -moz-inline-stack;
	padding: 0px 14px;
	margin-right: 10px;
	color: #444444;
	cursor: pointer;
	*
	overflow: visible;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	outline: none;
	blr: expression(this.hideFocus = true);
	background: #02aae9;
	color: #FFF;
	border: none;
	font-family: "microsoft yahei", Tahoma, Arial, Helvetica, Sans-serif;
	border-radius: 2px;
	padding: 0 34px;
	min-width: 120px;
}

@-moz-document url-prefix() {
	input.button {
		padding: 0px 10px;
	}
}

input.button:hover {
	color: #FFF;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 6px rgba(82, 168, 236, 0.6);
	background-position: 0px -30px;
}

input.button:active {
	background-position: 0px -60px;
}

input.button:disabled {
	color: #bbbbbb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input.button:disabled:hover, input.button:disabled:active {
	color: #bbbbbb;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-position: 0px 0px;
}

div.menuWrap {
	display: none;
}
a#refreshButton{
	display:none;
}


div.popupMenu {
	width: 125px;
	display: none;
	position: absolute;
	z-index: 10;
	/*-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
	border: 1px solid #b8d3ee;
	background-color: #ffffff;
	*/
	border: solid 1px #E9E9E9;
    background-color: #FFF;
}



div.popupMenu ul {
	z-index: 100;
	padding: 1px;
}

div.popupMenu li {
	height: 24px;
	vertical-align: middle;
}

div.popupMenu li.separator {
	border-top: 1px dotted #b8d3ee;
}

div.popupMenu a {
	height: 24px;
	line-height: 24px;
	*line-height: 25px;
	display: block;
	padding: 0px 5px;
	overflow: hidden;
	color: #333333;
	outline: none;
	blr: expression(this.hideFocus = true);
}

div.popupMenu a:hover {
	color: #ffffff;
	background: url(../images/common.png) 0px -90px repeat-x;
}

div.popupMenu a.current {
	color: #2b2b2b;
	font-weight: bold;
	/*background: url(../images/common.png) 0px -120px repeat-x;*/
	background:#F6FAFD;
	border-top:solid 1px #E6F0F9;
	border-bottom:solid 1px #E6F0F9
}

div.popupMenu .check a {
	padding-left: 20px;
}

div.popupMenu .check a.checked {
	color: #2b2b2b;
	font-weight: bold;
	background: url(../images/common.png) -220px -150px no-repeat;
}

span.requiredField {
	padding-right: 3px;
	color: #ff6d6d;
	font-size: 10px;
}

input.fieldError {
	border: 1px solid #ffb042;
	background-color: #fffbf5;
}

select.fieldError {
	border: 1px solid #ffb042;
	background-color: #fffbf5;
}

label.fieldError {
	line-height: 23px;
	color: #ffb042;
	padding-left: 6px;
}

/* ---------- Dialog ---------- */

div.xxDialog {
	display: none;
	position: fixed;
	_position: absolute;
	top: 25%;
	_top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(25 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + "px");
	left: 50%;
	z-index: 100;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 6px #999999;
	-moz-box-shadow: 1px 1px 6px #999999;
	box-shadow: 1px 1px 6px #999999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3);
	*filter: none;
	border: 1px solid #779cb0;
	background: url(../images/common.png) 0px -660px repeat-x #ffffff;
}

div.xxDialog .dialogTitle {
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color: #666666;
	font-weight: bold;
	cursor: move;
	background: url(../images/common.png) 0px -210px repeat-x;
}

div.xxDialog .dialogClose {
	width: 25px;
	height: 19px;
	position: absolute;
	top: 0px;
	right: 10px;
	cursor: pointer;
	background: url(../images/common.png) 0px -330px no-repeat;
}

div.xxDialog .dialogClose:hover {
	background-position: -30px -330px;
}

div.xxDialog .dialogwarnIcon {
	line-height: 24px;
	padding-left: 30px;
	padding-right:50px;
	margin: 50px 0px 40px 60px;
	background: url(../images/common.png) -60px -360px no-repeat;
}

div.xxDialog .dialogsuccessIcon {
	line-height: 24px;
	padding-left: 30px;
	padding-right:50px;
	margin: 50px 0px 40px 60px;
	background: url(../images/common.png) -30px -390px no-repeat;
}

div.xxDialog .dialogerrorIcon {
	line-height: 24px;
	padding-left: 30px;
	padding-right:50px;
	margin: 50px 0px 40px 60px;
	background: url(../images/common.png) 0px -420px no-repeat;
}

div.xxDialog .dialogBottom {
	height: 40px;
	padding-top:3px;
	text-align: center;
	/**background: url(../images/common.png) 0px -270px repeat-x #ffffff;*/
}

div.xxDialog .dialogIframe {
	width: 2000px;
	height: 2000px;
	position: absolute;
	left: -100px;
	top: -100px;
	z-index: -1;
}

/* ---------- Message ---------- */

div.xxMessage {
	padding: 10px 30px;
	display: none;
	position: fixed;
	_position: absolute;
	top: 25%;
	_top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(25 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + "px");
	left: 50%;
	z-index: 100;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 6px #999999;
	-moz-box-shadow: 1px 1px 6px #999999;
	box-shadow: 1px 1px 6px #999999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3);
    border: 1px solid #999999;
	background-color: #ffffff;
}

div.xxMessage .messageContent {
	line-height: 24px;
	padding: 0px 10px 0px 30px;
	color: #666666;
}

div.xxMessage .messagewarnIcon {
	background: url(../images/common.png) -60px -360px no-repeat;
}

div.xxMessage .messagesuccessIcon {
	background: url(../images/common.png) -30px -390px no-repeat;
}

div.xxMessage .messageerrorIcon {
	background: url(../images/common.png) 0px -420px no-repeat;
}

div.xxMessage .messageIframe {
	width: 2000px;
	height: 2000px;
	position: absolute;
	left: -100px;
	top: -100px;
	z-index: -1;
}

/* ---------- Browser ---------- */

div.xxBrowser {
	padding: 6px;
}

div.xxBrowser .browserBar {
	height: 30px;
	line-height: 30px;
	margin-bottom: 4px;
}

div.xxBrowser .browserUploadButton {
	position: relative;
	overflow: hidden;
	filter: alpha(opacity = 100);
	*filter: none;
}

div.xxBrowser .browserUploadButton input {
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	opacity: 0;
	outline: none;
	blr: expression(this.hideFocus = true);
	cursor: pointer;
	border: none;
}

div.xxBrowser .browserOrderType {
	margin-right: 6px;
}

div.xxBrowser .browserList {
	height: 260px;
	overflow-y: scroll;
	border: 1px solid #dddddd;
}

div.xxBrowser .browserItem {
	width: 100px;
	height: 120px;
	float: left;
	margin: 4px;
}

div.xxBrowser .browserItem img {
	width: 90px;
	height: 90px;
	clear: both;
	padding: 4px;
	cursor: pointer;
	border: 1px solid #dddddd;
}

div.xxBrowser .browserItem img:hover {
	border: 1px solid #5690d2;
	background-color: #e9eff6;
}

div.xxBrowser .browserItem div {
	width: 100px;
	height: 20px;
	line-height: 20px;
	clear: both;
	text-align: center;
	overflow: hidden;
}

/* ---------- Loading ---------- */

6span.loadingIcon {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/loading_icon.gif) center no-repeat;
}

span.loadingBar {
	width: 208px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/loading_bar.gif) center no-repeat;
}

/* ---------- Pagination ---------- */

div.pagination {
	height: 28px;
	float: right;
	padding: 10px 0px;
}

div.pagination a, div.pagination span {
	height: 28px;
	line-height: 28px;
	display: inline;
	float: left;
	margin-left: 6px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	outline: none;
	blr: expression(this.hideFocus = true);
	border-radius:50%;
}

div.pagination a {
	//padding: 0px 5px;
	width:28px;
	border: 1px solid #cccccc;
}

div.pagination a:hover {
	border: 1px solid #fd6d01;
	text-decoration: none;
}

div.pagination a.previousPage {
	width: 28px;
	padding: 0px;
	background: url(../images/list.gif) 5px -176px no-repeat;
}

div.pagination span.previousPage {
	width: 28px;
	cursor: default;
	border: 1px solid #cccccc;
	background: url(../images/list.gif) -25px -176px no-repeat;
}

div.pagination a.nextPage {
	width: 28px;
	padding: 0px;
	background: url(../images/list.gif) 5px -206px no-repeat;
}

div.pagination span.nextPage {
	width: 28px;
	cursor: default;
	border: 1px solid #cccccc;
	background: url(../images/list.gif) -25px -206px no-repeat;
}

div.pagination a.firstPage {
	width: 28px;
	padding: 0px;
	background: url(../images/list.gif) -55px -176px no-repeat;
}

div.pagination span.firstPage {
	width: 28px;
	cursor: default;
	border: 1px solid #cccccc;
	background: url(../images/list.gif) -85px -176px no-repeat;
}

div.pagination a.lastPage {
	width: 28px;
	padding: 0px;
	background: url(../images/list.gif) -55px -206px no-repeat;
}

div.pagination span.lastPage {
	width: 28px;
	cursor: default;
	border: 1px solid #cccccc;
	background: url(../images/list.gif) -85px -206px no-repeat;
}

div.pagination .currentPage {
	//padding: 0px 5px;
	//color: #fd6d01!important;
	font-weight: bold;
	cursor: default;
	border: 1px solid #fd6d01;
	background-color: #E56A35;
	color:#fff;
	border-radius:50%;
	width:28px;
}

div.pagination .pageBreak {
	padding: 0px 5px;
	color: #3366cc;
	cursor: default;
}

div.pagination .pageSkip {
	vertical-align: middle;
	padding: 0px 3px;
	color: #666666;
}

div.pagination .pageSkip input {
	width: 40px;
	height: 26px;
	line-height: 26px;
	padding: 0px;
	margin: 0px 5px;
	text-align: center;
	vertical-align: top;
	*vertical-align: middle;
	ime-mode: disabled;
	border: 1px solid #cccccc;
	border-radius:3px;
}

div.pagination .pageSkip button {
	width: 32px;
    height: 30px;
    margin: 0px 0px 0px 5px;
    vertical-align: top;
    cursor: pointer;
    outline: none;
    blr: expression(this.hideFocus = true);
    border: none;
    //border-radius: 50%;
    //background: url(../images/list.gif) -117px -206px no-repeat;
    background:transparent ;
    font-size:16px;
    font-weight:bold;
    color:#E56A35;
}
/* ---------- Admin ---------- */
form#listForm {
    padding: 8px;
    background-color: #FFF;
	overflow: hidden;
	padding-bottom: 0px;
}
div.path {
	height: 32px;
	line-height: 32px;
	padding-left: 5px;
	overflow: hidden;
	border-left: 3px solid #3971B7;
	margin:8px 0 0 20px;
	display:none;
}
div.pathh{
	height: 20px;
	padding-left: 5px;
	overflow: hidden;
	border-left: 4px solid #3971B7;
	margin:8px 0 0 20px;
	font-size:14px;
}
div.path span {
	color: #999999;
}

div.bar {
	min-height: 28px;
	padding:0 0 0px 0;
	overflow: hidden;
	position: relative;
}

div.bar .search {
	width: 188px;
	height: 28px;
	position: relative;
	float: right;
	/**padding: 2px 0px;*/
	border: 1px solid;
	border-color: #bfbfbf #d7d7d7 #d7d7d7 #bfbfbf;
	background: url(../images/list.gif) 0px 0px no-repeat;
}

div.bar .search .arrow {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	background: url(../images/list.gif) 0px -30px no-repeat;
}

div.bar .search input {
	height: 28px;
	line-height: 28px;
	margin: 0px;
	/**position: absolute;*/
	/**left: 24px;*/
	outline: none;
	border: none;
	background: none;
}

div.bar .search button {
	width: 20px;
	height: 22px;
	float: right;
	margin: 0px;
	position: absolute;
	right: 3px;
	top:2px;
	cursor: pointer;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: none;
	background: url(../images/list.gif) -30px -30px no-repeat;
}

#searchDiv{
	border: solid 1px #D8DEEA;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
	/*! position: relative; */
}
#searchDiv .search-btn{position:absolute;right: 10px;top: 0;/*! margin-top: -19px; */}
#searchDiv .search-btn #searchBtn.iconButton{background: #E56A35;border: solid 1px #E56A35;color: #FFF;width: 85px;text-align: center;height: 30px;line-height: 30px;border-radius: 5px;padding: 0;}
#searchDiv .search-btn #searchBtn1.iconButton{background: #E56A35;border: solid 1px #E56A35;color: #FFF;width: 85px;text-align: center;height: 30px;line-height: 30px;border-radius: 5px;padding: 0;}
#searchDiv table.input{
	margin-top:0;
}
#searchDiv table.input input{
	width: 150px; height: 27px;
}
#searchDiv table.input select{
	width: 160px; height: 27px;
}
#searchDiv table.input input.Wdate{
	width: 80px;
}
#searchDiv .sou-div{
	width: 90%;
}
#searchDiv table.input td:nth-child(odd){
	text-align:right;height:30px;
	width:80px;
}
#searchDiv table.input td:nth-child(even){
	text-align:left;height:30px;
}
#searchDiv table.input td{
	height:27px;
}
#searchDiv div.search{
	width: 158px;
	float: left;
	padding: 0px 0px;
}
ul.tab {
	height: 31px;
	border-bottom: solid 2px #02aae9;
	background: #F9F9F9;
}

ul.tab li {
	float: left;
}

ul.tab input {
	width: 100px;
	height: 33px;
	line-height: 32px;
	text-align: center;
	color: #666666;
	cursor: pointer;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: none;
	background: none;
	border-right: solid 1px #E9E9E9;
	font-family: "microsoft yahei", Tahoma, Arial, Helvetica, Sans-serif;
}

ul.tab input:hover {
	color: #ff9b1f;
}

ul.tab input.current {
	color: #ffffff;
	background: #02aae9;
	margin-top: -1px;
	height: 33px;
	margin-left: -1px;
	border-right: none;
	line-height: 32px;
}

span.tips {
	line-height: 30px;
	padding: 5px 6px;
	color: #6a6a6a;
	border: 1px solid #f2c56d;
	background-color: #fffde2;
}

table.list {
	width: 100%;    border: solid 1px #D8DEEA;
}

table.list tr:hover {
	background-color: #f6fafd;
}

table.list .selected {
	background-color: #fff8e4;
}

table.list th {
	height: 32px;
	line-height: 24px;
	color: #5b5b5b;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	border-top: solid 1px #e9e9e9;
	border-right: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	background: #f9f9f9;
}

table.list th a, table.list th span {
	padding: 0px 8px 0px 14px;
}

table.list .check > span {
	width: 21px !important;
	padding: 0px 5px;
}
table.list th.show-icon span{
	width: 10px !important;
}

table.list .sort {
	height: 32px;
	line-height: 32px;
	display: block;
	outline: none;
	blr: expression(this.hideFocus = true);
	/**margin: 0 10px;*/
}

table.list .sort:hover {
	color: #2b2b2b;
	
}
table.list th{background: #fdfdfd;}
table.list .desc, table.list .desc:hover {
	background: url(../images/list.gif) right -120px no-repeat;
}

table.list .asc, table.list .asc:hover {
	background: url(../images/list.gif) right -150px no-repeat;
}

table.list td {
	line-height: 18px;
	padding: 6px 0 6px 5px;
	border-bottom: 1px solid #e9e9e9;
}

table.list td a {
	color: #336699;
}

table.list td a:hover {
	color: #ff6600;
}

table.list td .trueIcon {
	width: 24px;
	height: 24px;
	display: block;
	overflow: hidden;
	background: url(../images/list.gif) -150px -180px no-repeat;
}

table.list td .falseIcon {
	width: 24px;
	height: 24px;
	display: block;
	overflow: hidden;
	background: url(../images/list.gif) -180px -180px no-repeat;
}

table.input {
	/*width: 100%;*/
	word-break: break-all;
	font-family: "microsoft yahei", Tahoma, Arial, Helvetica, Sans-serif;
	margin-top: 40px;
}

table.input th {
	line-height: 36px;
	padding: 0 10px 0 8px;
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
	/* border-bottom: 1px solid #dde9f5; */
	/* background-color: #f8fbff; */
	color: #424242;
}

table.input tr:hover th {
	/* background-color: #f1f8ff; */
}

table.input .title th, table.input .title td {
	text-align: left;
	padding-left: 15px;
	background-color: #f3f3f3;
}

table.input td {
	/**line-height: 32px;*/
	padding: 4px 15px;
	/* border-bottom: 1px solid #dde9f5; */
}

table.input .fieldTitle {
	height: 29px;
	line-height: 29px;
	padding-right: 5px;
}

#searchDiv table td {
	line-height: 25px;
	padding: 2px 0;
	border-bottom: none;
}

/* ---------- ToolTip ---------- */

div.tooltip {
	padding: 5px;
	color: #999999;
	border: 1px solid #ffd461;
	background-color: #feffe6;
}

/* ---------- AutoComplete ---------- */

div.ac_results {
	overflow: hidden;
	z-index: 99999;
	border: 1px solid #a3c4d7;
	background-color: #ffffff;
}

div.ac_results ul {
	width: 100%;
	overflow: hidden;
}

div.ac_results li {
	line-height: 28px;
	display: block;
	padding: 0px 4px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

div.ac_results .ac_odd {
	background-color: #f1f8ff;
}

div.ac_results .ac_over {
	padding: 0px 4px;
	background-color: #e4f2fa;
}
table.input td select {
    border: solid 1px #e1e1e1;
    height: 28px;
    border-radius: 2px;
    min-width:80px;
}
table.input tr:nth-child(2n) {
    /* background: #f9f9f9; */
}
form#inputForm {
    margin: 16px 20px;
    border: solid 1px #E9E9E9;
}
form#inputForm > .tabContent{
	margin-top: 20px;margin-left: 47px;margin-right: 47px;
}
.tabContent > .input{margin-top:0px} 
table.btn-table {
    border-top: solid 1px #eee;
    text-align: center;
}
table.input.btn-table {
   width:100%;
}
table.btn-table td {
    padding: 5px 0;
}
table.btn-table th {
    display:none;
}

table.btn-table td .sub-button,table.btn-table td .back-button {
    width: 120px;
    height: 36px;
    border: none;
    margin: 0 10px;
    font-family: "microsoft yahei", Tahoma, Arial, Helvetica, Sans-serif;
    border-radius: 2px;
    font-size: 15px;cursor: pointer;
}
table.btn-table td .sub-button{background:#02aae9;color:#FFF}
table.btn-table td .back-button{background:#ececec;color:#666}
.add-button{width:30px;height:30px;background:url(../images/ico-add.png) no-repeat center;border: none;cursor: pointer;}
.edit-title{margin: 18px 30px 0;font-size: 15px;color: #333;height: 15px;line-height: 15px;border-left: solid 3px #2a6494;padding-left: 10px;}
input.button.input-file-span{
	min-width:30px;
	width:30px;
	height:30px;
	border:none;
	background: url(../images/ico-add.png) no-repeat;
}
a.iconButton.sear{
	padding:0 15px;
}
input.button.back-button{background:#ececec;color:#666}
input.close-button{
	position: absolute;
    top: 5px;
    right: 10px;
    background: #E56A35;
    color: #fff;
    padding:0 12px;
    height: 32px;
    border: none;
    margin: 0 10px;
    font-family: "microsoft yahei", Tahoma, Arial, Helvetica, Sans-serif;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
.fn{float:none !important}
#hideShow.iconButton{}

td.showTd{ cursor:pointer;text-align: center;}
table.list tr.hiddenTrStyle{background:#F7F7F7; display:none}
table.list tr.hiddenTrStyle:hover{background:#F7F7F7}
table.list tr.hiddenTrStyle td{padding: 6px 0px 6px 0px;}
.hiddenTrStyle .pro-table{background: #f7f7f7;width:100%;margin-top: 6px;margin-left:30px;margin-right:6px;}
.hiddenTrStyle table.pro-table tr th{border:none;border-left:solid 1px #eee;text-align:center;background: #efefef;}
.hiddenTrStyle table.pro-table tr td{border-top:solid 1px #eee;border-bottom:0;padding:5px 10px;text-align:center}
.hiddenTrStyle .hid-table02{border-left:solid 1px #eee;border-top: solid 1px #eee;border-right: solid 1px #eee;width:100%;margin-left:30px;margin-right:6px;/* margin-top: 10px; */}
.hiddenTrStyle .hid-table02 th{ text-align:right;background:none;border:none;border-bottom:solid 1px #e9e9e9;width: 30px;text-indent: 10px;}
.hiddenTrStyle .hid-table02 td{width:200px;}
.show{display:table-row !important}

.upload-list .upload-line{
	width: 90px;position: relative;background: #eee;height: 90px;display: table;text-align: center;float: left;margin-top: 10px;
}
.upload-line .pic-a{
	width: 90px;margin: 0 auto;display: block;vertical-align: middle;display: table-cell;margin: 0 auto;border: solid 1px #eee;
}
 .upload-line .pic-a img{
	width: 98%;height: auto;margin-left: 0px;vertical-align: middle;display: table-cell;
}
 .upload-line .del-btn{
	background: url(/resources/admin/images/icon_del.png) no-repeat center;width: 18px;height: 18px;right: -6px;top: -6px;position: absolute;display: block;
}
.upload-list .a-upload{position: relative;cursor: pointer;overflow: hidden;display: inline-block;width:300px;margin:0;height: 90px;border: solid 1px #eee;background: url(../images/ico-add-img.png) no-repeat center #f7f7f7;}
.upload-list .b-upload{
	width: 90px;float: left;margin-top: 10px;
}

.th-til{text-align: center !important;
font-weight: 900 !important;
font-size: 16px;}

#searchDiv dl{float:left;padding:5px;}
	#searchDiv dt{float:left;width:80px;height:30px;line-height:30px;text-align:right;}
	#searchDiv dd{float:left;min-height:30px;line-height:30px;}
	#searchDiv dd input.text{width:165px;font-family: "microsoft yahei", Tahoma, Arial, Helvetica, Sans-serif; font-size: 10px;}
	#searchDiv dd select.text{width:175px;font-family: "microsoft yahei", Tahoma, Arial, Helvetica, Sans-serif; font-size: 10px;}
	#searchDiv dd input.Kdate{width:125px;}
	#searchDiv dd a {margin-bottom: 7px;}
	#searchDiv div.bar .search input{width:165px;}
	#searchDiv div.search {
    width: 173px;
	}
	#searchDiv > div#search-content{display:table;}
	#table-data-div{overflow-y: auto;}
	#table-data-div table tr:nth-child(1){/**position:fixed;*/}
	#table-data-div > table > tbody > tr:not(:first-child){
		display:none;
	}
	#searchDiv .search input {
		position: absolute;
	}
	.txt-sn{width:100px;}
	.txt-ellipsis{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	#listForm td > div,#listForm td > span,#listForm th > span {
    	overflow: hidden;
    	display: block;
    	padding:0px 5px;
	}
	#listForm td > div{
		height: 21px;
	}
	
	table.list .check {
	width: 21px;
	padding: 0px 5px;
}

	table.list input[type="checkbox"]{
		cursor:pointer;
		width:18px;
		height:18px;
	}
	div.printingPreview{
		display:inline-block;position:relative;
	}
	ul.hiddenBtn{
		position:absolute;top:31px;z-index:100;height:63px;display:none;
	}
	ul.hiddenBtn a{
		width:74px;text-align:center;background:#fff;
	}
	ul.hiddenBtn a:hover{
		background:#D8DEEA;
	}
	div.printingPreview:hover ul.hiddenBtn{
		display:block;
	}
	div.printingPreview:hover .downUp{
		transform: rotate(180deg);
	}
	
	