BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

BODY,P,TD,SPAN,DIV,A,INPUT,SELECT {
	font-family: "宋体";
	font-size: 12px;
}

TABLE {
	border-collapse: collapse;
}

.white {
	color: white;
}

.black {
	color: black;
}

A {
	color: #4169E1;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

INPUT.num {
	text-align: right;
}

INPUT.mid,SELECT.mid {
	border: 1px solid #666666;
	background-color: white;
	color: black;
	height: 18px;
	width: 120px;
	behavior: url("/mis_jm/common/css/mid.htc");
}
.bl{
 /* border-bottom:solid black 1px; */
width:120px;
color: black;
vertical-align:bottom;
padding-bottom:1px;
}

INPUT.mid:active,INPUT.mid:focus,SELECT.mid:active,SELECT.mid:focus {
	border: 1px solid #4169E1;
	background-color: #94AFCA;
	color: #0000CD;
	height: 18px;
	width: 120px;
}

INPUT.mid_error,SELECT.mid_error {
	border: 1px solid #FF4500;
	background-color: #FFB6C1;
	color: #B22222;
	height: 18px;
	width: 120px;
	behavior: url("/mis_jm/common/css/mid_error.htc");
}

INPUT.mid_error:active,INPUT.mid_error:focus,SELECT.mid_error:active,SELECT.mid_error:focus {
	border: 1px solid #4169E1;
	background-color: #94AFCA;
	color: #0000CD;
	height: 18px;
	width: 120px;
}

INPUT.button,button.button {
	font-weight: bold;
	width: 100px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.5em;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url("../image/button.gif");
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

INPUT.button2,button.button2{
	font-weight:bold;
	border:none;
	cursor:pointer; 
	width:75px;
	height:26px;
	background-color: transparent;
	background:url('../image/button2.gif');
}

A {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

#errorMsgArea {
	display: none;
	position: absolute;
	width: 220px;
	height: 160px;
	z-index: 100;
	background-image: url("/mis_jm/common/image/msg_bg.gif");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px;
	border: none;
}

#errorMsgTitle {
	width: 220px;
	height: 25px;
	vertical-align: middle;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: white;
}

#errorMsgScroll {
	width: 220px;
	height: 110px;
	text-align: left;
	margin: 0px;
	overflow-y: auto;
	overflow-x: hidden;
}

#errorMsgClose {
	width: 220px;
	height: 25px;
	text-align: right;
	vertical-align: top;
	margin: 0px;
}

.errorMsg {
	color: #FB0B04;
	margin: 5px;
}

.infoMsg {
	color: #276DD8;
	margin: 5px;
}

.warnMsg {
	color: #FFA500;
	margin: 5px;
}

#topMsgBackground {
	position: absolute;
	z-index: 5;
	width: 220px;
	height: 160px;
}

#rootPanel {
	width: 100%;
	height: 100%;
}

#banner {
	width: 100%;
	height: 81px;
	margin: 0px;
	padding: 0px;
	background-image: url("/mis_jm/common/image/banner.gif");
	background-repeat: repeat-x;
}

#footer {
	width: 100%;
	height: 26px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	color: white;
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif, 宋体;
	font-size: 12px;
}

.menuBar {
	/*background-color: #587C9E;*/
	color: F8F8FF;
}

.header1Title {
	height: 25px;
	color: #000;
	/*font-weight: bold;*/
}

.header1Content {
	border: 1px solid #545454;
	background-color: #FFFFFF;
}

.header1ContentScroll {
	width: 100%;
	height: 100%;
	overflow: auto;
	scrollbar-face-color: #94AFCA;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}

.header2Title {
	height: 25px;
	background-color: #587C9E;
	color: #F8F8FF;
	font-weight: bold;
}

.header2Content {
	border-left: 1px solid #545454;
	border-right: 1px solid #545454;
	border-bottom: 1px solid #545454;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EEEEEE;
}

TABLE.listDataTable {
	width: 98%;
	border: 1px solid #666666;
}

TD.listDataHeader {
	height: 20px;
	background-color: #5A5A5A;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-image: url("../image/1.gif");
}

TR.odd {
	height: 20px;
	background-color: #F5FBFF;
	behavior: url("/mis_jm/common/css/odd.htc");
}

TR.even {
	height: 20px;
	background-color: #E5F0F7;
	behavior: url("/mis_jm/common/css/even.htc");
}

TR.odd:active, TR.odd:hover, TR.even:active, TR.even:hover {
	background-color: #94AFCA;
}

.maxRecordNum {
	color: red;
	font-weight: bold;
}

.pageNo {
	width: 25px;
	text-align: center;
	vertical-align: middle;
}

A.pageInfoLink {
	font-family: 宋体;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

A.pageInfoLink:hover {
	font-family: 宋体;
	font-size: 12px;
	color: black;
	text-decoration: underline;
}

A.orderByLink {
	color: #F8F8FF;
	font-weight: bold;
	text-decoration: none;
}

IMG.orderByArrow {
	border: none;
	vertical-align: middle;
}

TD.fieldLabel {
	text-align: right;
	padding-right: 5px;
	height: 25px;
}

.header2ButtonLine {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: right;
	width: 98%;
}
