/*--CSS ReSet 开始--*/
html,body{}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,select{padding:0; margin:0; font-family:verdana,Arial,Helvetica,sans-serif; color:#000; font-size:12px;}
fieldset,img{border:0; }
table{border-collapse:collapse; border-spacing:0; }
ol,ul{list-style:none; }
address,caption,cite,code,dfn,th,var{font-weight:normal; font-style:normal; }/*em,strong,*/
caption,th{text-align:left; }
h1,h2,h3,h4,h5,h6{font-weight:normal; font-size:100%; }
q:before,q:after{content:''; }
abbr,acronym{border:0; }
/*--CSS ReSet 结束--*/


/*--通用Class 开始--*/

/*连接*/
a {blr:expression(this.onFocus=this.blur())}
a:link,a:visited{color:#0068b7; text-decoration:underline;}
a:hover{color:#0075cd; text-decoration:underline;}

/*按钮*/
html>body .Btn{ padding:0 11px; outline:none;}/*FF, Opera*/
.Btn{height:26px; font-family:"宋体"; color:#333;cursor:pointer!important;cursor:hand;padding-top:4px;padding-top/**/:2px; padding-left:5px; padding-right:5px; background-color:#fff; border:1px solid #000;}
.BtnNml{background-position:0 -96px;}
.BtnHv,.Btn:hover{background-position:0 -128px;}
.ImpBtn{font-weight:bold;}

/*伪按钮（把连接变成样式）*/
.ABtn{display:block; float:left; height:22px!important; height:24px;line-height:20px!important; line-height:22px; padding-top:4px;padding-top/**/:2px; padding-left:12px; padding-right:12px; background-position:0 -96px; outline:none; border:1px solid #000;}
.ABtn:link,.ABtn:visited{text-decoration:none; color:#333;}
.ABtn:hover{background-position:0 -128px; text-decoration:none; color:#333;}

/*输入框*/
.Ipt,.IptOnF{font-family:Arial; background-color:#fff; height:21px; line-height:15px; padding-top/**/:1px; padding-top:2px; padding-left:2px; border:1px solid #ccc;
}
.IptNml{}
.IptOnF{color:#000; background-color:#FFFFE1;}/*鼠标聚焦效果*/

/*Selectbox*/
html>body .Sel,html>body .SelA{}


/*通用定位*/
.fLe{float:left;}
.fRi{float:right;}
.hide{display:none;}
.clear{clear:both;font-size:0px;height:0;background-color:transparent;overflow:hidden;line-height:0px}
.wd{width:100%}
.Unable{color:#999;}
.HideFocus{outline:none;}/*hide-focus:expression(this.hideFocus=true);去除a标签虚线框*/ 

/*通用字体颜色*/
.fnt_Red,.fnt_Red:link,.fnt_Red:visited,.fnt_Red:hover,.fnt_Red a:link,.fnt_Red a:visited,.fnt_Red a:hover{color:#e60012;}/*红色警告*/
.fnt_Green,.fnt_Green:link,.fnt_Green:visited,.fnt_Green:hover,.fnt_Green a:link,.fnt_Green a:visited,.fnt_Green a:hover,.uFDtl_msg_scan{color:#009944;}/*绿色成功*/
.fnt_Blue,.fnt_Blue:link,.fnt_Blue:visited,.fnt_Blue:hover,.fnt_Blue a:link,.fnt_Blue a:visited,.fnt_Blue a:hover{color:#00b7ee;}/*特殊蓝色*/
.fnt_Black,.fnt_Black:link,.fnt_Black:visited,.fnt_Black:hover,.fnt_Black a:link,.fnt_Black a:visited,.fnt_Black a:hover{color:#000;}/*特殊黑色*/
.fnt_Dcr{color:#777;}/*灰色，辅助信息说明*/
.fnt_S12{font-size:12px;}/*12象素字体*/
.fnt_S14{font-size:14px;}/*14象素字体*/
.fnt_S16{font-size:16px;}/*16象素字体*/
.fnt_chinese{ font-family:"宋体"}/*中文宋体*/

/*通用框架*/
body.All_C_Page{padding:0px; margin:7px 13px; overflow-x:hidden; overflow-y:auto; }
.ContentWp{margin:0;}

/*通用表格*/

/*通用背景框（一级）*/ /*写信页面，读信等页面公用*/
.gCBgWp{}


/*无意义撑位，演示用*/
.NoUsePadding{ height:90px;}


/*--通用Class 结束--*/


/*--框架 开始--*/

/*框架架构（大table框架）*/
body.idx_Frame{margin:0; padding:0;overflow:hidden;}
table.idx_Tb{margin:0; padding:0;}
table.idx_Tb td{margin:0; padding:0;}
table.idx_Tb td.idx_Td_Head{height:70px;}/*头部*/
table.idx_Tb td.idx_Td_Sidebar{width:194px;}/*侧栏*/
table.idx_Tb td.idx_Td_Main{}/*主题内容*/
.idx_ifr_Main{overflow-y:auto;}/*主题内容iframe*/

/*框架头部*/
.HeadWp{height:70px; overflow:hidden;}
.HeadThemeWp{}/*主题备用*/
.HeadWpInner{height:70px; position:relative; background-position:-1376px 38px;}
/*Logo*/
.Logo{position:absolute; width:168px; height:32px; left:19px; top:16px;}
img.imgLogo{}
/*用户名、退出*/
.UserInfo{display:block; position:absolute; width:450px; height:22px; line-height:22px; left:219px; top:11px;}/* left:206px;*/

/*帮助、选项等*/
.HeadWp .Extra{display:block; position:absolute; width:200px; height:22px; right:10px; top:8px; text-align:right;}

/*侧栏*/
.SidebarBdWp{overflow:hidden;}
.SidebarBdWp a:link,.SidebarBdWp a:visited,.SidebarBdWp a:hover{outline:none;}/*hide-focus:expression(this.hideFocus=true);*/
.SidebarWp{width:194px; height:100%;}
.SidebarThemeWp{ height:100%;}
.SidebarWpInner{}

/*侧栏框架*/
.tbSb{table-layout:fixed;}
.tbSbTop{height:45px;}
.tbSbMid{vertical-align:top;}

/*“”大按钮*/
.BigBtnWp{height:45px; background-position:-256px 0px; position:relative; }
.BigBtnWp b{display:none;}
.BigBtnWp a.aShouXIN,.BigBtnWp a.aXieXIN{display:block; width:93px; height:37px; position:absolute;}
.BigBtnWp a.aShouXIN{background-position:-260px 0px; left:4px; top:0px;}
.BigBtnWp a.aXieXIN{background-position:-353px 0px; left:97px; top:0px}
.BigBtnWp a.aShouXIN:hover{background-position:-260px -64px;}
.BigBtnWp a.aXieXIN:hover{background-position:-353px -64px;}

/*侧栏内容，文件夹列表*/
.Sb_ConWp{height:100%; overflow:hidden; padding-top:8px;}/*自动垂直滚动条*/ /*去掉滚动条，移动到下面自定义文件夹*/ /*overflow-x:hidden;overflow-y:auto;*/
.Sb_ConWpIn{height:1px;}
html>body .Sb_ConWpIn{height:auto;}
.PanelWp{}
/*可折叠标题栏*/
.PanelTT{position:relative; height:32px;}
.PanelTT,.PanelTT a:link,.PanelTT a:visited,.PanelTT a:hover{color:#777;}
.PanelTT a:hover{color:#000;}
.PanelTT .TTxt{display:block; height:32px; line-height:30px;}
.PanelTT .TTxt{width:122px; position:absolute; left:23px; top:0px;}

/*可折叠内容*/
.PanelCon{}
.PanelCon ul,.PanelCon li{padding:0px; margin:0px;}
.PanelCon li{position:relative; height:30px; line-height:30px; font-size:1px;}/*解决IE与FF高度不一致地问题*/
.PanelCon li a{font-size:12px; display:block; height:30px; line-height:28px; color:#000;}
.PanelCon li a:link,.PanelCon li a:visited,.PanelCon li a:hover{color:#000;}
.PanelCon li a.fileItem{padding-left:23px; position:absolute; left:0px; top:0px; width:100%; white-space:nowrap;}

/*分割线*/
.Sb_Line{height:11px; line-height:11px; font-size:1px; background-position:-608px -124px;}


/*--框架 结束--*/
