@charset "utf-8";
/*简单查询样式*/
/*内容容器*/
#m-wrap{width: 1000px;background: #ffffff; padding-bottom: 10px;}
#main-container{width: 960px;margin: 0 auto;}
/*左边内容*/
#main-container .main-left{ width: 250px; height: 600px;border: 1px solid #e3e3e3; overflow: auto;}
#main-container .ztree-container{padding-top: 10px;}
/*右边内容*/
#main-container .main-right{ width: 697px;height: 600px; border: 1px solid #e3e3e3;}
#main-container .mr-header {
    background: url("../images/bg-3.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #e3e3e3;
    height: 32px;
    padding-top: 7px;
    width: auto;
}
#main-container .searchText{width: 150px; height: 21px;border: 1px solid #e3e3e3; margin-left: 10px;}
#main-container .searchBtn{width: 56px; color:#ffffff;border:none;}

#main-container .Manage{width: 130px;color:#ffffff;border:none;float: right;margin-right: 10px;}
.manageTable{ width: 100%;}
.manageTable tr{height: 30px; }
.manageTable th{background: #f6f6f6;border-bottom: 1px solid #e3e3e3;}
.manageTable th,.manageTable td{text-indent: 10px;border-bottom: 1px solid #e3e3e3;}
.pageFlip {
    color: #555555;
    margin: 10px 0;
    text-align: right;
}
.short {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 4px 6px;
    vertical-align: middle;
    width: 60px;
}
.text-center {
    text-align: center;
}
.some-page {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    ime-mode: disabled;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 8px;
    padding: 4px 6px;
    vertical-align: middle;
    width: 35px;
}

/*help*/
.help_box{ width:960px; margin:0 auto; clear:both; line-height:24px; padding-bottom:18px;}
.help_box h1{ font-size:20px; margin:15px 0px 10px 0px;}
.help_box p{ margin-bottom:20px;}
.help_box strong{
	font-weight: bold;
}

.help_box ul{ padding:0px; margin:0px; }
.help_box ul li{
	border:0px;
	overflow:hidden;
	list-style:none;
	background-image: url(../images/img_01_03.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
	margin-left:20px;
	padding-left:15px;
}
.help_box ul li a{
	text-decoration: underline;
}
.help_box ul li strong{font-weight: bold; color:#29555e;}