@CHARSET "UTF-8";
table{
	border-top:1px solid #CFCFCF;
	border-left:1px solid #CFCFCF;
}
table th{
	background:#FBFCE2;
	height:22px;
	border-right:1px solid #CFCFCF;
	border-bottom:1px solid #CFCFCF;
	color:#666;
}



table td{
	border-right:1px solid #CFCFCF;
	border-bottom:1px solid #CFCFCF;
	font-weight:normal;
	text-align:center;
	padding:3px 0;
}
table td input{
	margin:0 0 0 5px;
}
table td input[type="text"]{
	width:70%;
}
table textarea{
	width:70%;
	margin:0 0 0 5px;
}
tbody.other tr{
	background:none !important;
}
tbody.other td{
	border:none;
}
.articlelink{
	color:#404036;

}
em.biaoji{
	color:#D93600;
}
.tools_tool a{
	display:inline-block;
	width:16px;
	height:16px;
	padding:0px;
}
.tools_tool a img{
	width:16px;
	height:16px;
}
tr{
	line-height:23px;
}
tr:hover{
	background:#FFEFBF !important;
}
tr .tools{
	width:100%;
    height:30px;
    background:#fff;
}
tr .tools dt{
	width:50px;
    height:30px;
    margin-left:12px;
    float:left;
    background:url(../img/tool.png) no-repeat left center;
}
tr .tools dd{
	width:50px;
    float:left;
    height:30px;
    line-height:30px;
   text-indent:18px;
   margin-right:10px;
}
tr .tools dd.add{
	background:url(../img/add.png) no-repeat left center;
}
tr .tools dd.delete{
	background:url(../img/delete.png) no-repeat left center;
}
tr .tools dd.return{
	background:url(../img/shuaxin2.png) no-repeat left center;
}
tr .tools dd.sort{
	background:url(../img/sort.png) no-repeat left center;
}
tr .tools dd a{
	display:block;
	color:#3470D1;
    width:50px;
    height:30px;
}
tr .tools dd a:hover{
   color:#6600FF;
}
tr .tools dd.search{
	width:400px;
	height:30px;
	text-align:left;
	margin:0 !important;
}
tr select{
	/*width:300px;*/
	height:20px;
	border:1px solid #999;
}
tr select option{
	line-height:24px;
}
.sreachbutton{
	float:left;
	cursor:pointer;
	margin:2px 0 0 0;
	width:38px;
	height:22px;
}
.tleft{text-align:left; padding-left:5px;}
.tright{text-align:right; padding-right:5px;}

.submit{
    padding: 3px 20px;
    cursor: pointer;
}