/* CSS Document */
.nav {
	color: #FFFFFF;
	background-color: #930000;
	font-size: 10pt;
	line-height: 30px;
	height: 30px;
}
#NavTitle{
	float:left;
	width: 220px;
}
#NavItems {
	PADDING-LEFT: 8px; HEIGHT: 26px
}
#NavItems UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
#NavItems UL LI {
	FONT-SIZE: 14px; FLOAT: left; LINE-HEIGHT: 100%; MARGIN-RIGHT: 1px
}
#NavItems UL LI A {
	DISPLAY: block;
	WIDTH: 120px;
	COLOR: #FFFFFF;
	LINE-HEIGHT: 30px;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FCDAD5;
	border-right-color: #FCDAD5;
	border-left-color: #FCDAD5;
}
#NavItems UL LI A:hover {
	background-color: #FCDAD5;
}
#NavItems UL LI A#activeItem {
	FONT-WEIGHT: bold;
	COLOR: #000000;
	background-color: #FFFFFF;
}
body {
    font-size: 10pt;
	margin-top: 0px;	
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	SCROLLBAR-FACE-COLOR: #F1F1F1;
	SCROLLBAR-HIGHLIGHT-COLOR: #9E9E9E;
	SCROLLBAR-SHADOW-COLOR: #9E9E9E;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #9E9E9E;
	SCROLLBAR-TRACK-COLOR: #e3f1d1;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
/*---           ---*/
.bodyDiv {
	clear: both;
	float: none;
	width: 80%;
    margin-left:auto;
    margin-right:auto; 
	font-size: 10pt;
	line-height: 18pt;	
}
.artTitle {
	background-image: url(Images/bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: "??";
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}
#artHead{
	margin-top: 3px;
	margin-bottom: 3px;

}
#artContent{

}
/*---tableStyle1 begin---*/
.tableStyle1 {
    font-size: 10pt;
    border: 1px solid #000000; 
	margin-top: 2px;

}
.tableStyle1 td {
	line-height: 18pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBEAE7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEAE7;
	padding-left: 3px;
}
.tableStyle1 .td {
	line-height: 18pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEAE7;
	padding-left: 3px;
}
.tableStyle1 .td2 {
	line-height: 18pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 3px;
}
.tableStyle1 .td3 {
	line-height: 18pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBEAE7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 3px;
}
.tableStyle1 th{
	line-height: 18pt;
	background-color: #EBEAE7;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/*---tableStyle1 end---*/
/*---tableStyle2 begin---*/
.tableStyle2 {
	font-size: 10pt;
	border: 1px solid #000000;
}
.tableStyle2 th {
	line-height: 18pt;
	background-color: #EBEAE7;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
.tableStyle2 td{
	line-height: 18pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 4px;
}
/*---tableStyle2 end---*/
/*---按钮区域  开始---*/
.bntBox{
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.btn_Left{
    float:left;
	margin-right: 10px;
}
.btn_Right {
    float:right;
	margin-left: 10px;
}
/*---按钮区域  结束---*/
.inputout1{
	width: 95%;
	height:100%;
	border: none;
	background-color: #FFFFFF;
}
/*numberBox*/
.inputout2{
	width: 95%;
	height:100%;
	border: none;	
	text-align: right;
	background-color: #FFFFFF;
}
.inputover{
	width: 95%;
	height:100%;
	background-color: #FFEEC2;
	border: 1px solid #4C7A9E;	
}
.inputReadonly{
    border: 1px solid #EBEAE7;
	background-color: #F5F5F5;
}
.underLine {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}

.redWord {	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}
.borderStyle1 {	width: 200px;
	border: 1px solid #EBEAE7;
}
.borderStyle2 {	width: 160px;
	border: 1px solid #EBEAE7;
}
.objborder01 {	border: 1px solid #EBEAE7;
}
/*---           ---*/
#btnAll {
	background-image: url(../administrator/Images/btnAll.png);
	border: 1px none #0099FF;
	height: 20px;
	width: 50px;
}
#btnInstead {
	background-image: url(../administrator/Images/btnInstead.png);
	border: 1px none #0099FF;
	height: 20px;
	width: 50px;
}
#btnReset {
	background-image: url(../administrator/Images/btnReset.png);
	border: 1px none #0099FF;
	height: 20px;
	width: 80px;
}
#btnAddnew {
	background-image: url(../administrator/Images/btnNew.png);
	border: 1px none #0099FF;
	height: 20px;
	width: 80px;
}
#btnEditBatch {
	background-image: url(../administrator/Images/btnEditBatch.png);
	border: 1px none #0099FF;
	height: 20px;
	width: 80px;
}
#btnDelBatch {
	background-image: url(../administrator/Images/btnDelBatch.png);
	border: 1px none #0099FF;
	height: 20px;
	width: 80px;
}
/*---           ---*/

