body {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
table{
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
}
/*table标题栏*/
.table_text {
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}


a.barLink1:link {
	font-family: "新宋体";
	color : #000000;
	text-decoration : none;
	font-size: 12px;
	line-height: 24px;
  }
a.barLink1:visited {
	font-family: "新宋体";
	color : #000000;
	text-decoration : none;
	font-size: 12px;
	line-height: 24px;
  }
a.barLink1:hover {
	font-family: "新宋体";
	color : #FF6600;
	text-decoration : underline;
	font-size: 12px;
	line-height: 24px;
  }


a.barLink2:link {
	font-family: "新宋体";
	color : #993300;
	text-decoration : none;
	font-size: 12px;
}
a.barLink2:visited {
	font-family: "新宋体";
	color : #993300;
	text-decoration : none;
	font-size: 12px;

}
a.barLink2:hover {
	font-family: "新宋体";
	color : #FF0000;
	text-decoration : underline;
	font-size: 12px;

}
a.barLink3:link {
	font-family: "新宋体";
	color : #000000;
	text-decoration : none;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}
a.barLink3:visited {
	font-family: "新宋体";
	color : #000000;
	text-decoration : none;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}
a.barLink3:hover {
	font-family: "新宋体";
	color : #FF6600;
	text-decoration : underline;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}
/*--超链接样式 END--*/

/*left页面td*/
.left1 {
	background-image: url(../images/index_26.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

/*输入框*/
.bro {
	font-family: "宋体";
	font-size: 12px;
	line-height: 15px;
	color: #000066;
	height: 19px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bro1 {
    width:150px;
	font-family: "宋体";
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	height: 17px;
	border: 1px solid #999999;
}

.readonly {
    background-color:#eee;
}

/*input不能为空*/
.notnull{
    background-image: url(../images/notnull.gif);
    background-position:right bottom;
    background-repeat:no-repeat;    
}
/*精确查询*/
.rigor{
    background-image: url(../images/eq.gif);
    background-position:right bottom;
    background-repeat:no-repeat;
}
.readonly {
    background-color:#F0F0F0;
}
.bt {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	line-height: 25px;
}
.bt1 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/*时间日期*/
.time {
	font-family: "宋体";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

/*18px黑色标题*/
.bt_text {
	font-family: "宋体";
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 30px;
}
/*红色字体*/
.wa {
	font-family: "宋体";
	font-size: 12px;
	color: red;
	text-decoration: none;
}

/*--按钮--*/
.btn1_mouseout {
	BORDER: #7A9EBF 1px solid;
	PADDING: 1px;
	FONT-SIZE: 12px;
	CURSOR: hand;
	COLOR: black;
	height: 23px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#85B2DC);
}
.btn1_mouseover {
	BORDER: #7A9EBF 1px solid;
	PADDING: 1px;
	FONT-SIZE: 12px;
	CURSOR: hand;
	COLOR: black;
	height: 23px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C1D5EC); 	
}
/*--按钮 END--*/

/*段落*/
.para {
    margin-bottom:14px;
}

/*排序设置*/
.sortblock{
    margin-top:5px;
    padding:2px;
    border:1px dotted #EFA9A9;
}
.sortblock.t{
    color:#EFA9A9;
    font-weight:600;
}

.leftMenuBox {
    margin:3px 10px 0 0;
}

/*去掉form作为box存在的边*/
form {
   display:inline;
}


/*附件上传DIV*/
.attabox{
    border:1px solid #DDD;
    background-color:#f3f3f3;
    padding:10px;
    margin-top:20px;
    margin-bottom:10px
}
.attaboxtitle{
	font-family: "宋体";
	font-size: 14px;
	/*font-weight:bold;*/
	color: #000066;
    border:1px solid #DDD;
    line-height: 16px;
    float:left;
    margin-top:10px;
    margin-left:5px;
    padding:2px;
    background-color:#fff;
}

/*行高亮*/
.hl{
    background-color:#D4F0F7;
}


