/*编辑*/
.form {
	font-family: 宋体;
	font-size: 12px;
}
.form .editabledTable {
	font-family: 宋体;
	font-size: 12px;
	border-collapse: collapse;
}
.form .editabledTable td {
	padding-right: 2px; 
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.form .field, .attachmentForm .field {
	border: #a0a0a0 1px solid;
	font-size: 12px;
	width: 100%;
	color: #000000;
	font-family: 宋体;
	height: 20px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
 	background-color: #ffffff;
}
.form textarea {
	border: #a0a0a0 1px solid;
	font-size: 12px;
	width: 100%;
	color: #000000;
	font-family: 宋体;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
 	background-color: #ffffff;
 	overflow: auto;
}
.form .required, .attachmentForm .required {
 	background-color: #ffffcc;
}
.form .submitButton {
	width: 68px;
	height: 24px;
	font-family: 宋体;
	font-size: 12px;
	border-style: none;
	color: #ffffff;
	font-weight: bold;
	background-color: transparent;
	background-image: url(../image/button.gif);
}
.form .radio, .form .checkbox {
	border-style: none;
	width: 16px;
	height: 16px; 
	background-color: transparent;
}
.form .selectButton {
	background-repeat: no-repeat;
	cursor: pointer;
	width: 13px;
	background-image: url(../../jeaf/common/img/select.gif)
}
.form .dropDownButton, .attachmentForm .dropDownButton {
	background-repeat: no-repeat;
	cursor: pointer;
	width: 13px;
	background-image: url(../../jeaf/common/img/dropdown.gif)
}
.attachmentForm {
	font-family: 宋体;
	font-size: 12px;
}
.attachmentForm td {
	font-family: 宋体;
	font-size: 12px;
}
.buttonflat, .button {
	font-family: 宋体;
	font-size: 12px;
	color: #000000;
	padding-top: 2px;
	height: 20px;
	border: #a0a0a0 1 solid;
	background-color: buttonface;
}
/*系统提示*/
.systemPrompt {
	color: #ff0000;
}
/*下拉列表*/
.listbar {
	margin: 0px;
	position:absolute;
	background-color: white;
	background-image: none;
	border:1 solid #666666;
	width:100px;
	cursor:pointer;
	line-height: 16px;
}
.listnormal {
	font-size: 12px;
	font-family: 宋体;
	background: transparent;
	color: black;
	border: 1 solid white;
	line-height: 16px;
}
.listover {
	font-size: 12px;
	font-family: 宋体;
	border: 1 solid #ffffff;
	background: #1050A0;
	color: white;
	line-height: 16px;
}

/*只读*/
.readonlyTable {
	border: #2d5c7a 1px solid;
	width: 100%; 
	border-collapse: collapse;
	font-family: 宋体;
	font-size: 12px;
	line-height: 16px;
}
.readonlyTable td.label {
	border: #2d5c7a 1px solid;
	padding-right: 5px; 
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #e9f3fc;
	font-family: 宋体;
	font-size: 12px;
	line-height: 16px;
}
.readonlyTable td.content {
	border: #2d5c7a 1px solid;
	padding-right: 5px; 
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #ffffff;
	font-family: 宋体;
	font-size: 12px;
	line-height: 16px;
}
.readonlyTable a {
	font-family: 宋体;
	font-size: 12px;
	text-decoration:none;
}
.link {
	width: 88px;
	height: 24px;
	padding-top: 5px;
	font-family: 宋体;
	font-size: 12px;
	border-style: none;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../image/link_background.gif);
}