@CHARSET "UTF-8";

/*定义页面的body的样式------------------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

/*---定义返回信息显示的div，table-------------------------*/
/*定义页面的返回信息的样式，返回信息全部在抬头顶部*/
.messageDivCss {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	height: 20px;
}

/*定义页面的返回信息的样式，返回信息全部在抬头顶部*/
.actionErrorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.actionMessageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8a2be2;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}

/*---div，table---------------------------*/
.formDivCss {
	width: 1000px;
	text-align: left;
	margin: 10px auto;
}

.titleTable {
	background-color: #F7F7F7;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	cellspacing: 0px;
	cellpadding: 0px;
	width: 100%;
}

.titleLogoTD {
	width: 350px;
	height: 50px;
	position: relative;
	left: 10px;
}

.titleLogoImg {
	width: 41px;
	height: 36px;
	border: 0px;
}

.titleTextTD {
	font-family: '楷体', Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #4169e1;
	font-weight: bold;
	position: relative;
}

.titleUserInfoTD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 200px;
	color: #0000ff;
	text-align: right;
}

.userLogoImg {
	width: 32px;
	height: 32px;
	border: 0px;
}

.toolbarTable {
	background-color: #F7F7F7;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	cellspacing: 0px;
	cellpadding: 0px;
	width: 100%;
}

.toolbarButtonTD {
	position: relative;
	left: 10px;
}

.toolbarButtonTD1 {
	width: 200px;
	position: relative;
	left: 10px;
}

.toolbarButtonTD2 {
	width: 280px;
	position: relative;
	left: 10px;
}

.toolbarButtonTD3 {
	width: 360px;
	position: relative;
	left: 10px;
}

.toolbarButtonTD4 {
	width: 440px;
	position: relative;
	left: 10px;
}

.toolbarButtonTD5 {
	width: 520px;
	position: relative;
	left: 10px;
}
.toolbarMessageImgTD {
	width: 24px;
}

.messageImg {
	width: 24px;
	height: 24px;
	border: 0px;
}

.separatorImg {
	width: 2px;
	height: 24px;
	border: 0px;
}

.toolbarMessageTD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.formTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	overflow: hidden;
	color: #000;
	background-color: #F7F7F7;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 100%;
}

.printTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	overflow: hidden;
	color: #000;
	background-color: #FFF;
	border:1px solid #000;
	width: 100%;
}

.titleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 300px;
	position: relative;
	left: 5px;
	color: #000000;
}

.titleButton {
	
}

.titleUserInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	width: 100px;
	position: relative;
	right: 10px;
}

/*以下为各种图标，需要定于显示*/
.toolbarCommonButton {
	width: 72px;
	height: 24px;
	border: 0px;
}

.searchButton {
	width: 72px;
	height: 24px;
	border: 0px;
}

.returnButton {
	width: 72px;
	height: 24px;
	border: 0px;
}

.closerButton {
	width: 72px;
	height: 24px;
	border: 0px;
}

.updateButton {
	width: 72px;
	height: 24px;
	border: 0px;
}

.getButton {
	width: 72px;
	height: 24px;
	border: 0px;
}

.gridDivCss {
	width: 1000px;
	text-align: left;
	margin: 10px auto;
}

.reportDivCss {
	width: 1000px;
	text-align: left;
	margin:10px auto;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.textTD {
	width: 100px;
	position: relative;
	left: 5px;
}

.textfieldTD {
	width: 200px;
}


.textBig1 {
	color: #ff9955;
	font-size: x-large;
}

.textfieldInputBig1 {
	color: #000000;
	width: 300px;
	font-size: x-large;
}

.textfieldInput {
	color: #000000;
	width: 180px;
}

.textfieldInputIco {
	color: #000000;
	width: 140px;
}

.textfieldInput3 {
	color: #000000;
	width: 490px;
}

.textfieldInput5 {
	color: #000000;
	width: 800px;
}

.textfieldInputShort {
	color: #000000;
	width: 87px;
}

.textfieldInputDate {
	color: #000000;
	width: 70px;
}

.textfieldReadOnly {
	background-color: #e6e6fa;
	color: #000000;
	width: 180px;
}

.textfieldReadOnly3 {
	background-color: #e6e6fa;
	color: #000000;
	width: 490px;
}

.textfieldReadOnly5 {
	background-color: #e6e6fa;
	color: #000000;
	width: 800px;
}

.textfieldReadOnlyShort {
	background-color: #e6e6fa;
	color: #000000;
	width: 87px;
}

.seqTD {
	width: 35px;
	position: relative;
	left: 5px;
}

.motorIdTD {
	width: 165px;
}

.motorIdInput {
	color: #000000;
	width: 140px;
}

.motorIdReadOnly {
	background-color: #e6e6fa;
	color: #000000;
	width: 140px;
}

.popupBtn {
	width: 16px;
	height: 16px;
	border: 0px;
}

.motorNameTD {
	width: 305px;
}

.motorNameReadOnly {
	background-color: #e6e6fa;
	color: #000000;
	width: 300px;
}

.bqlTD {
	width: 65px;
	position: relative;
}

.bqlInput {
	color: #000000;
	width: 60px;
}

.bqlInputRed {
	color: #ff0000;
	width: 60px;
}

.bqlReadOnly {
	background-color: #e6e6fa;
	color: #000000;
	width: 60px;
}

.bqlReadOnlyRed {
	background-color: #e6e6fa;
	color: #ff0000;
	width: 60px;
}

.priceTD {
	width: 65px;
	position: relative;
}

.priceInput {
	color: #000000;
	width: 60px;
}

.priceReadOnly {
	background-color: #e6e6fa;
	color: #000000;
	width: 60px;
}

.customerIdInput {
	color: #000000;
	width: 100px;
}

.customerIdReadOnly {
	background-color: #e6e6fa;
	color: #000000;
	width: 100px;
}

.customerNameInput {
	color: #000000;
	width: 200px;
}

.customerNameReadOnly {
	background-color: #e6e6fa;
	color: #000000;
	width: 200px;
}

.shortNameInput {
	color: #000000;
	width: 100px;
}

.shortNameReadOnly {
	background-color: #e6e6fa;
	color: #000000;
	width: 100px;
}
/*定义必输项前面的星号*/
.labelRequired {
	color: #ff0000;
	vertical-align: middle;
	font:normal 15px/20px "宋体";
}

/*---------------------------------------------------------------------------*/
.searchTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	border: 0px solid #eee;
	overflow: hidden;
	color: #000;
}

.editTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	border: 0px solid #eee;
	overflow: hidden;
	color: #000;
	background-color: #FFFFFF;
}

.stTtitle {
	font-size: 12px;
	font-weight: bold;
}

.buttonNew {
	padding: 0px 2px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.buttonOver {
	padding: 0px 2px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px
}

.focus_tbg1 {
	FONT-SIZE: 9pt;
	MARGIN-TOP: 1px;
	HEIGHT: 23px
}

.focus_butc1_w {
	FONT-SIZE: 9pt;
	BACKGROUND: url(images/tab_menu_bj_02_w.gif) no-repeat;
	COLOR: #000000
}

.focus_butc2_w {
	FONT-SIZE: 9pt;
	BACKGROUND: url(images/tab_menu_bj_01_w.gif) no-repeat;
	COLOR: #000
}

.XiaoXiText {
	LIST-STYLE-IMAGE: url(images/icon-work-right7.gif);
	MARGIN-LEFT: 3px
}

#focus_but_width {
	FONT-SIZE: 9pt;
	FLOAT: left;
	WIDTH: 65px;
	CURSOR: hand;
	LINE-HEIGHT: 17px;
	HEIGHT: 21px;
	TEXT-ALIGN: center;
	MARGIN-LEFT: 0px;
	MARGIN-RIGHT: 0px;
	padding-top: 3px;
}

.addtr {
	margin: 3px;
	padding: 3px;
	font-family: '宋体';
	font-size: 13PX;
	color: #000000;
	height: 20px;
	font-weight: bold;
	white-space: nowrap;
	word-break: break-all;
}

.addtd {
	margin: 3px;
	padding: 3px;
	text-align: left;
	font-size: 12PX;
	color: #000000;
	line-height: 16px;
	white-space: nowrap;
	word-break: break-all;
}

.redStar {
	color: red;
	vertical-align: middle;
	font:normal 15px/20px "宋体";
}

.textSortTD {
	width: 60px;
	position: relative;
}

.retailTR {
	padding: 2px 0px;
}

.textFieldSortInput {
	color: #000000;
	width: 100px;
}