@CHARSET "UTF-8";
body,div,ol,ul,li,p,h1,h2,h3,h4,h5,form,img,span,label,em,i,tt,textarea{
	margin:0px;padding:0px; font-size:12px;font-weight:500;font-style:normal;
}
a{color:black;text-decoration:none;}
hr{height:1px;border:0px;width:95%; margin:0px 2%; background-color: #d5d5d5;}

input[type="button"]{
	border:0px;
	background-color:#4395FF;
	color:whitesmoke;
	border-radius:3px;
	font-size: 12px;
	cursor: pointer;
}
input[type="button"]:hover{
	background-color:#95caff;
}

table{empty-cells:show; border-collapse:collapse;width:100%;}
th{background-color:#cae0e9;height:30px;border:1px solid #8cbdf0;font-size:12px;}
tbody {counter-reset:sectioncounter;text-align: center;}
tr{height: 25px;line-height: 25px;}
tr:hover{background-color:#dbeff5;}
td{border:1px solid #8cbdf0;font-size:12px;overflow:hidden;}


.hr1{height:1px;border-top:1px dashed #d5d5d5;width:95%; margin:0px 2%;}
.hide{display: none;}
.toleft{float:left;}
.toright{float:right;}
.textleft{text-align:left}
.delline{text-decoration: line-through;}

.colorwhite{color:#FFFFFF !important;}
.colorgray{color:#888888 !important;}
.colorred{color:#FF0000 !important;}
.colorgreen{color:#00AE00 !important;}
.colorblue{color:#4395FF !important;}
.coloryellow{color: #FFA800 !important;}
.colorpurple{color: #884898 !important;}
.colorheibai{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.bg_gray{background-color:#888888 !important;}
.bg_red{background-color:#FF0000 !important;}
.bg_green{background-color:#00AE00 !important;}
.bg_blue{background-color:#4395FF !important;}
.bg_yellow{background-color:#FFA800 !important;}
.bg_purple{background-color: #884898 !important;}

.border_gray{border-color: #888888 !important;}
.border_red{border-color: #FF0000 !important;}
.border_green{border-color: #00AE00 !important;}
.border_blue{border-color: #4395FF !important;}
.border_yellow{border-color: #FFA800 !important;}
.fontbold{font-weight: bold;}
.clearboth{clear:both;}


.SortCLASS:before {
   content:counter(sectioncounter); 
   counter-increment:sectioncounter;
}


/* 翻页标准框的CSS */
.TurnPage{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:5px 0px;
	height:35px;
	line-height:35px;
	border:1px solid #8cbdf0;
}
.TurnPage div label{display: flex; margin-left:10px;}
.TurnPage div label i{margin: 0 5px;}

/*.TurnPage label input[type="button"]:hover{background-color:#F49696;}*/
.TurnPage div input[type="button"]{
	height:25px; width:60px;padding: 0px 5px;
	margin: 0px 5px;color:whitesmoke;
	border:0px;background-color:#d5d5d5;
	border-radius:5px;
}

/* .TurnPage input[type="button"]:hover{
	background-color:#0fe40f;
	font-weight:normal;color:white;
} */

.TurnPage div span{margin:0px 5px;}
.TurnPage div select{margin:2px 5px; }
.TurnPage div select:hover {color: #4169E1;}
/* 翻页标准框的CSS--END */


/* new code-202412 */

/* 用户管理相关 */

.UsMana2 h1{
	font-size:18px; height:30px; line-height:30px;
	border-bottom:1px solid #d0d0d0;
}
.p_ViewFs{
	margin:5px 10px; background-color:#e9e9e9;
	height:30px; line-height:30px;
	border:1px solid #d5d5d5;
}
.p_ViewFs span{
	display: inline-block;
	margin: 0 10px;
}
.UsMana2 select{
	width:150px;margin-left:5px; margin-top:5px;
	border:1px solid #0094ff;color:red;
	height: 20px;
	
}
.UsMana2 input[type="text"]{width:120px;}
.sel2,.sel3,.txt1,.txt2,.btn1{display:none;}
.btn1{height:28px; width:50px;}
.d_UsList{
	margin:5px 10px;
}

/* UsMana3.php 页面 */
.SetUsTitle{
	margin:5px 10px; background-color:#e9e9e9;
	height:30px; line-height:30px;
	border:1px solid #d5d5d5;
}
.tabUsInfo{
	width: 98%;
	margin-left: 1%;
	display: none;
}

.tabUsInfo tr{
	height: 35px;
	line-height: 1;
}

.tabUsCol1{
	color: #0094ff;
	width: 13.33%;
}

.tabUsCol2{
	color: #ff0000;
	width: 20%;
}

.d_SetUsBox{
	width: 98%;
	margin: 10px 1%;
	border: 1px solid #0094ff;
	padding: 5px 0;
	display: none;
}

.d_SetUsBox p{
	height: 30px; line-height: 30px;
	background-color: #5B87A5;color: white;
	text-align: center;
}

.SetUsItem{
	height: 30px;
	line-height: 30px;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px dashed #bfbfbf;
}
.SetUsItem span{
	display: inline-block;
	width: 150px;
	text-align: center;
	background-color: #4bb844;
	color: white;
}

.SetUsItem em{
	display: inline-block;
	padding: 0 10px;
	background-color: #e6e6e6;
	color: #000000;
	
}

.SetUsItem input[type="text"]{
	border: 1px solid #0094ff;
	height: 25px;
	color: #0094ff;
}

.SetUsItem i{
	display: inline-block;
	padding: 0 20px;
	color: #787878;
	border: 1px solid #0094ff;
}

.SetUsItem input[type="button"]{
	padding: 0 10px !important;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
}

.SetUsItem tt{
	color: #ff0000;
}

/* 经营分析页面 */
.rep_title{
	height:30px;
	line-height: 30px;
	margin: 5px 10px;
	padding: 0 5px;
	background-color: #e7e7e7;
}
.rep_title select{
	border: 1px solid #4395FF;
	width: 100px;
	text-align: center;
}

.d_rep{
	margin: 5px 10px;
	display: none;
}



/* 订单页面相关 */
.OrdMana2 h1{
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #dcf0ff;
	color: #232323;
	font-size: 16px;
	margin:10px;
}


.d_OrdTitle{
	height:auto;
	padding:5px;
	margin:5px;
	text-align: center;
}

.d_OrdTitle p{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	text-align: center;
	color: #FFFFFF;
	padding: 0 10px;
	margin: 0 10px;
	cursor: pointer;
}
.d_OrdTitle p:hover{
	font-weight: bold;
}

.d_OrdList{
	display: none;
	margin:10px;	
}

.tip_ordts{
	font-size: 16px;
	text-align: center;
	padding: 8px 0;
}
.tip_ordts span{
	font-size: 16px;
	font-weight: bold;
	margin: 0 5px;
}

.d_OrdDisp{
	margin:10px;
}

.btn_disp{
	margin: 5px 10px;
	width: 100px;
	height: 30px;
	line-height: 30px;
}

.dispbox{
	border: 1px solid #95baff;
	
}

.dispbox_title{
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #a5d1ff;
	font-size: 15px;
}

.dispbox_list{
	margin: 5px;
}


.disbox_list_row{
	border: 1px solid #95baff;
	margin: 10px 5px;
}

.disbox_list_row_title{
	padding: 5px 10px;
	background-color: #dedede;
	border-bottom: 1px solid #95baff;
}

.disbox_list_row_body{
	padding: 5px 10px;
}


.dispbox_list{	
	height: 30px;
	line-height: 30px;
	background-color: #d9d9d9;
}

.d_IdtUs{
	display: none;
}

.idtusinfo p{
	border-bottom: 1px solid #0094ff;
}
.nowsel em{
	color: #00AE00;
	margin:0 5px;
}

.idtusinfo_row{	
	line-height: 30px;
	background-color: #d9d9d9;
}
.idtusinfo_row span{
	display: inline-block;
	width: 100px;
}

.idtusinfo_row em{
	display: inline-block;
	width: 150px;
	margin:0 10px;
}

.AuthList{
	border: 1px solid red;
	padding: 5px 10px;
	margin: 10px 0;
}
.div_idt_resubox{
	display: none;
	margin:10px 0;
	border: 1px solid red;
}

/* OrdMana3.php */
.AutoNote{
	width: 100%;
	margin: 5px 10px;
	border: 1px solid #8cbdf0;
}

.AutoNote textarea{
	width: 100%;
	border:0;
}
    
.d_Manual{
	display: none;
	margin: 5px 10px;
	padding: 5px;
	border: 1px solid #8cbdf0;
}
.d_Manual p{
	height: 30px;
	line-height: 30px;
	background-color: #eeeeee;
}

.d_Manual p span{margin: 0 5px;}
.d_Manual p em{margin: 0 5px;}
.d_Manual p input{margin: 0 5px;}


/*积分兑换处理页相关*/
.CreMana{margin:5px;}
.CreMana p{text-align: center;height:30px; line-height:30px;}

.CreDispBox{
	display: none;
}

.Div_DispCre,.Div_CreMana{
	width:94%;margin:20px 3%;border: 1px solid #97b7ce;
}
.Div_DispCre p{font-size:16px; height: 30px; line-height: 30px;text-align: center;}



.Div_CreMana div{
	height:35px; line-height:35px; 
	color:#4169E1;padding-left:5px;}
.Div_CreMana div span{margin:0px 3px; color:#65a937;}
#t_dispBody {height:50px;width:95%;margin:5px 2%;border:1px solid #d0d0d0;}
#btn_CreDisp{width:20%;margin:5px 40%; height:30px;}
.p_mailbz{display:inline-block;display:none;}
.Div_CreMana select,.Div_CreMana input[type="text"]{height:25px; border:1px solid #97b7ce}
#txt_Kdgs{width:120px;text-align:center;}

.tab_CreGift tr{height:25px;}
.tab_CreGift tr th{text-align:center;}
.tab_CreGift tr td{text-align:center;}
.tab_CreGift input{width:50px;margin:0px 5px;height:20px;}


.d_giftMana{display:none;}
.d_giftMana table tr td{text-align:center;color:#4169E1}
.d_giftMana table tr td input{ text-align:center;height:25px; border:1px solid #addafa;width:90%;color:red;}
.d_giftMana table tr:hover{background-color:white;}

.btn_StarAdd{margin-left:25px;background-color:green;}
.btn_addGift{height:30px; background-color:#087ACB;display:none;}
.btn_editGift{height:30px; background-color:#08cb08;display:none;}


/* CreMana3.php 积分发放和收支信息页面 */
.d_CreList{
	margin: 10px;
}
.tip_crets{
	font-size: 14px;
}


/*订单参数管理页面*/
.tb_ordPram  input{ width:100%;text-align:center}




.div_succ{margin:auto; width:400px;padding:50px 0px;display:none;}
.div_succ h1 {
    font-size: 18px;
    height:32px;
    width:120px;
    background-image: url('../images/succ.png');
    background-repeat: no-repeat;
    background-size:32px 32px;
    padding:0px;
    padding-left:32px;
    margin-left:calc(50% - 76px);
}
.div_succ p{color:#888888;height:50px; line-height:50px;text-align:center;}


/* 系统管理页 */
/* SysMana7--商城参数管理页 */
.d_mallInfo{
	display: none;
	margin:10px;
}

.d_mallInfo p{
	font-size: 16px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.d_mallInfo table input[type="text"]{
	height: 30px;border: 1px solid #b5b5b5;
	width: 90%;text-align: center;color: #0094ff;
}

.d_mallInfo input[type="button"]{
	width: 100px;
	background-color: #0094ff;
	color: white;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	margin-left: calc(50% - 50px);
}

/*login Page*/
.login_body{ width:100%;height:100%;text-align:center;padding-top:50px;
               background:linear-gradient(to bottom, #fba555, #ffed6c 75%);}
.login_body input[type="text"],.login_body input[type="password"]{height:35px;margin-bottom:20px;width:20%;
                               text-align:center;
}
.login_body input[type="button"]{padding:10px 0px;width:20%;}






.mainTop{ width:100%;border-bottom:1px solid #0094ff;background-color:#4169E1;color:white; }
.mainTop h1{height:80px;line-height:80px;padding:0px;border:0px;font-size:30px;}

.mainTop p{height:30px; line-height:30px; width:100%; text-align:center;
           background:#fff9da;}
.mainTop p span{display:inline-block;color:green;}
.mainTop p em{display:inline-block;color:red;margin-right:20px; font-style:normal;}
.mainTop p i{float:right;margin-right:10px;font-style:normal;}
.mainTop p i a{color:red;}
#e_NowAdUsName{font-weight:bold;}
#e_NowAdUsName:hover{cursor:pointer;}

.manaBody{ margin:5px; background-color:#efefef;}

 /*editusinfo*/
.div_eidtAdus{width:900px;margin:auto;}
.div_eidtAdus h1{line-height:50px;}
.div_eidtAdus table tr{height:30px;}
.div_eidtAdus table tr td{text-align:center;}
.div_eidtAdus table input[type="text"]{ height:25px; border:1px solid #addafa;text-align:center;}
.div_eidtAdus p{text-align:center;margin-top:20px;}

/*div_eidtAduspwd*/
.div_eidtAduspwd{width:500px;margin:auto;}
.div_eidtAduspwd h1{line-height:50px;}
.div_eidtAduspwd table tr{height:50px;}
.div_eidtAduspwd table tr td{text-align:center;}
.div_eidtAduspwd table input[type="password"]{ height:25px; border:1px solid #4169E1;text-align:center;}
.div_eidtAduspwd p{text-align:center;margin-top:20px;}


.bodyLeft{float:left; min-width:180px;width:15%;overflow-y:scroll}
.bodyLeft ul {list-style:none;padding-left:10px;}
.bodyLeft ul li{height:auto;font-size:16px;margin:5px 0px;
                border-bottom:1px solid #0026ff;
}
.bodyLeft ul li ol{list-style:none;margin-left:20px;}
.bodyLeft ul li ol li{height:25px; line-height:25px; font-size:14px;
                      border-bottom:0px;}

.bodyLeft ul li ol li:hover{cursor:pointer;color:#0094ff;}
.bodyLeft ul li ol li:focus{color:white;background:#4169E1}

.bodyRight{float:right; min-width:960px;width:calc(85% - 5px);border:1px solid #d0d0d0;}
.bodyRight iframe{
	height: calc(100% - 111px);
}

.UsMana1 h1{font-size:18px; height:30px; line-height:30px; 
            border-bottom:1px solid #d0d0d0;
}
.UsMana1 h1 span{margin:0px 3px;color:red;}

.UsMana1 div{border:1px solid #d0d0d0;margin:10px}
.UsMana1 div p{height:28px; line-height:28px; background-color:#d0d0d0;
               padding-left:10px;
}
.UsMana1 div ul{list-style:none;}
.UsMana1 div ul li{color:#808080;height:25px; line-height:25px;}
.UsMana1 div ul li:hover{color:#0094ff;}
.UsMana1 div ul li span{color:red; margin:0px 3px;}



.OrdMana1{border:1px solid #d0d0d0;margin:10px}
.OrdMana1 h1{font-size:18px; height:30px; line-height:30px; 
            border-bottom:1px solid #d0d0d0;
}
.OrdMana1 h1 span{margin:0px 3px;color:red;}


.OrdMana1 p{height:28px; line-height:28px; background-color:#d0d0d0;
               padding-left:10px;
}
.OrdMana1 ul{list-style:none;}
.OrdMana1 ul li{color:#808080;height:25px; line-height:25px;}
.OrdMana1 ul li:hover{color:#0094ff;}
.OrdMana1 ul li span{color:red; margin:0px 3px;}

/*OrdMana2*/
.OrdMana2_ul{list-style:none; height:30px; line-height:30px;margin-left:50px;}
.OrdMana2_ul li{width:120px;margin:5px; color:white;text-align:center;
                background-color:#D8D5D5;border:1px solid #4169E1;float:left;
                font-size:14px;
}
.OrdMana2_ul li:hover{background-color:#84a9f5;cursor:pointer;}

.div_DispOrd{height:auto;border:1px solid #d0d0d0;
             margin:5px;display:none;
}

.div_DispOrd p{height:28px;line-height:28px;}
.div_DispOrd p label{margin-left:10px;}
.usSubOrd1 p span{color:red;}
.tab_usSubOrd1 tr td{text-align:center;}
.usSubOrd1 input[type="button"]{width:50%; margin:5px 25%;height:25px;}
#p_SubInfo{height:30px; border:1px solid #d0d0d0; line-height:30px;
               width:95%; margin:5px 2%;font-size:14px;}
#p_SelOrd1File{height:30px; border:1px solid #d0d0d0; line-height:30px;
               width:95%; margin:5px 2%;}

#p_SelOrd1File span{margin-left:10px;}

.tab_GoodsOrd tr td{text-align:center;}
.div_ExlTab{display:none;border: 1px solid #d0d0d0;margin: 5px;}
.p_ExlTabTitle{width:95%;height:30px; line-height:30px;
      margin:0px 2%;}
.p_ExlTabTitle span{margin:0 5px; color:red;font-weight:bold;}



/*.exlCol1,.exlCol2,.exlCol4,.exlCol5,.exlCol6,.exlCol7,.exlCol8,.exlCol10,.exlCol11,.exlCol12,.exlCol15,.exlCol16,.exlCol17,.exlCol18,.exlCol19,.exlCol20,.exlCol21,.exlCol22,.exlCol23,.exlCol24,.exlCol25,.exlCol27,.exlCol28,.exlCol29,.exlCol30,.exlCol31{display:none;}*/
#btn_ExitAll{height:25px; width:220px; color:red;margin:0px 10px;background-color:#bdbdbd;}
#btn_checkOrd,#btn_checkGoods{width:80px;}
#btn_toDat,#btn_GoodstoDat{width:20%; margin:10px 40%;height:28px;color:red;display:none;}
/*#jdt{border:1px solid #4169E1; width:95%; height:30px;margin:5px 2%;}
#jdt span{display:inline-block; background-color:#8ba2e7;color:white;height:100%;text-align:center;}*/
.excel-file{border:1px solid #bdbdbd;background-color:#F6D9D3}

#p_GoodsInfo{height:30px; border:1px solid #d0d0d0; line-height:30px;
               width:95%; margin:5px 2%;font-size:14px;}
#p_GoodsFile{height:30px; border:1px solid #d0d0d0; line-height:30px;
               width:95%; margin:5px 2%;}
#p_GoodsFile span{margin-left:10px;}
.tab_EndOrd tr td{text-align:center;}
#goods-file{border:1px solid #bdbdbd;background-color:#F6D9D3}
#EndtabUnder{width:95%; margin:5px 2%;border:1px solid #d5d5d5;}
#EndtabUnder label{float:right;margin-right:5px;}
#EndtabUnder label input{margin:5px;}
#EndtabUnder label i{font-style:normal;color:red;}
#btn_SureEnd{width:20%; height:25px; margin:5px 40%;color:red;}

.tab_ExtGoodsOrd tr td{text-align:center;}
#ExtGoodstabUnder{width:95%; margin:5px 2%;border:1px solid #d5d5d5;}
#ExtGoodstabUnder label{float:right;margin-right:5px;}
#ExtGoodstabUnder label input{margin:5px;}
#ExtGoodstabUnder label i{font-style:normal;color:red;}
#btn_CancelOrd{margin:0px; width:100px;}
#btn_ExtGoodsOrd{margin:0px;width:100px;}
/*SysParm*/
h1{font-size:20px;text-align:center;border-bottom:1px #d5d5d5 dashed;padding:10px 0px;}
h1 span{font-size:20px; margin:0px 3px; color:red;}
.div_parm{height:auto;border:1px solid #d5d5d5;margin:5px 10px;}
.div_parm_title{height:28px; line-height:28px; font-weight:bold; background-color:#7FC7E3;color:white;
            padding-left:10px;font-size:14px;}

.div_parm p{height:auto; line-height:25px;padding-left:5px;border-bottom:1px dashed #e9e9e9;margin: 10px 0;}

.div_parm p span{color:#4169E1;display:inline-block;width:150px;}

.div_parm p em{color:green; font-style:normal;margin-right:10px;}
.div_parm p input[type="text"]{width:50px;text-align:center;color:green;border:1px solid #addafa;height:20px;
                               margin-right:5px;}
.div_parm p input[type="button"]{width:30px;height:20px;line-height:20px;}
.div_parm p input[type="radio"]{font-size:14px;margin-left:10px;}
.div_parm p i{font-style:normal;color:#808080}

.div_parm h2{ font-weight:normal;padding-left: 5px; }
.div_parm h2 span{display:inline-block;width:150px;color: #4169E1;margin-top: -30px; }
.div_parm h2 textarea{display:inline-block;width:60%;margin-right: 5px;border:1px solid #d5d5d5;color:green;}
.div_parm h2 input[type="button"]{width:30px;height:20px;margin-top: -40px;}
.div_parm h2 i{display:inline-block;font-style:normal;color:#808080;width:180px;line-height:20px;
               width:calc(40% - 210px);margin-top: -30px;
               overflow:hidden; }


.lslvParm{width:90%;margin:10px 5%; }
.lslvParm td{text-align:center;}
#parm15,#parm16,#parm17,#parm18,#parm21,#parm22,#parm31,#parm33,#parm36,#parm57{width:60%;text-align:left;}
.uvcol1{width:25%;}
.uvcol2{width:25%;}
.uvcol3{width:25%;}
.uvcol4{width:45%;}

.div_pram1_tilte {border:1px solid #addafa; width:95%;margin:20px 2%; padding-left:10px;font-size:14px;padding-bottom:10px;}
.div_pram1_tilte p{border-bottom:1px solid #addafa; margin-bottom:5px;}
.div_pram1_tilte p span{width:100%;}
.div_pram1_tilte table tr th{text-align:center;}
.div_pram1_tilte table tr td{text-align:center;}
.div_pram1_tilte table tr td a{color:red}
.div_pram1_tilte input[type="text"]{height:25px; width:95%;color:#0094ff;border:1px solid #bdbdbd;text-align:center;}
.div_pram1_tilte input[type="button"]{height:25px; width:150px;display:inline-block;margin-top:10px;
                                      margin-left:100px;}

.div_pram1_tilte textarea{height:50px; width:calc(100% - 5px); margin-left:2px;
                   border:1px solid #d5d5d5;color:#0094ff}
.div_msgDemoTitle{height: 28px;line-height: 28px;font-weight: bold;background-color:#7FC7E3;color:white;padding-left: 10px;font-size: 14px;}

.div_msgDemo {border:1px solid #addafa; width:95%;margin:20px 2%;
              padding-left:10px;font-size:14px;padding-bottom:10px;
}
.div_msgDemo p{border-bottom:1px solid #addafa; margin-bottom:5px;}
.div_msgDemo p span{width:100%;}
.div_msgDemo input[type="text"]{height:25px; width:50%; border:1px solid #addafa;color:#0094ff}
.div_msgDemo textarea{height:50px; width:calc(100% - 5px); margin-left:2px;
                   border:1px solid #addafa;color:#0094ff}


/*网站公告*/
.tab_Notice{margin:5px;}
.tab_Notice th,.tab_Notice tr{text-align:center;}
.tab_Notice tr td input{padding:2px 8px;}

.d_noti{display:none; margin:10px;border:1px solid #d0d0d0;padding:10px 0px;}
.d_noti p{height:28px;margin:5px;}
.d_noti p span{display:inline-block;width:80px;}
.d_noti p input{width:600px; height:25px; border:1px solid #0094ff;}
.d_noti textarea{margin:5px;margin-left:80px; width:90%; height:200px; border:1px solid #0094ff;}

/*帮助内容管理*/
.div_helplv2{display:none;}
.p_helptitle2{color:red;text-align:center;}
.d_helpLv2{display:none;padding:10px;border:1px solid #d0d0d0;margin:10px}
.p_helpLv2Bt{line-height:30px;}
#txt_helpLv2title{height:25px; border:1px solid #0094ff;width:calc(100% - 100px);}
#txt_new_helpid{height:25px; border:1px solid #0094ff;width:100px;}
#txt_helpLv2txt{height:100px; border:1px solid #0094ff;width:calc(100% - 100px);
                margin-left:65px;}

.tab_Help tr,.tab_HelpLve2 tr {text-align:center}
.tab_Help tr input,.tab_HelpLve2 tr input{margin:0px 5px;padding:0px 8px;}
.p_addhelplv2info{display:none;}
#now_dbid,#now_helpid{font-style:normal; font-weight:bold; color:red; margin:0px 5px;}

.div_addhelplv1{display:none;padding:10px;border:1px solid #d0d0d0;margin:10px}
#txt_add_LvId{height:25px; border:1px solid #0094ff;width:100px;}
#txt_add_Lv1Title{height:25px; border:1px solid #0094ff;width:200px;}


/*OrdMana3.php*/
.d_OrdMana{height:auto;border:1px solid #4169E1;padding:10px;margin:10px;display:none;}
.d_tabResu{display:none;height:auto;}
#btn_dispOrd{width:80px; background:red !important}
.d_displist{display:none;height:auto;border:1px solid #5B87A5;}
.d_displist p {height:30px; line-height:30px; background:#8AB4D1;color:white;padding-left:8px;
border-bottom:1px solid #5B87A5;}
.d_displist ul{height:auto;list-style:none; line-height:20px;}
.d_displist ul li{margin:5px;border-bottom:1px dashed #E6EAED;}


.d_displendist{display:none;height:auto;border:1px solid #5B87A5;}
.d_displendist p {height:30px; line-height:30px; background:#8AB4D1;color:white;padding-left:15px;
border-bottom:1px solid #5B87A5;}
.d_displendist ul{height:auto;list-style:none; line-height:20px;}
.d_displendist ul li{margin:5px;border-bottom:1px dashed #E6EAED;}


.box_green{padding: 1px 2px; border: 1px solid #07BC07 !important;background-color: #81F181;}
.box_red{padding: 1px 2px;border: 1px solid #FB6666 !important;background-color: #FFBCBC;}
.box_gray{padding: 1px 2px;border: 1px solid #898989 !important;background-color: #CECECE;}
.box_note{padding: 1px 2px;border: 1px solid #898989 !important;background-color: #FBA555;}


/*viewlogfile.php*/













