﻿*
{
    margin: 0px;
    padding: 0px;
}
body, p, ul, dl, dd, dt, form
{
    margin: 0;
    padding: 0;
}
ul
{
    list-style: none;
}
body
{
    font-family: "宋体";
    font-size: 13px;
    color: #000;
}
.clear
{
    clear: both;
}
a img
{
    border: none;
}
a
{
    text-decoration: none;
    color: #333;
}
/*醒目提醒或则文字样式*/
.Striking
{
    font-weight: bold;
    color: #3D85DF;
}
/*警告*/
.Warning
{
    color: Red;
}
/*启用提醒*/
.EnableAlert
{
    color: Green;
}
/*禁用提醒*/
.DisableAlert
{
    color: Red;
}
/*分割线*/
.Dividingline
{
    background-color: #CCCCFF;
}
.SelectItem
{
    background-color: #f0f0f0;
}
/*线条颜色（主要是表格或DIV的边框颜色）*/
.LineColor
{
    border-color: #80bdf6;
}
/*内容分块显示时的分割线*/
.DividingDiv
{
    cursor: pointer;
    background: #f0f0f0;
    height: 20px;
    line-height: 20px;
    width: 93%;
    font-weight: bold;
    padding-left: 24px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
/*主页面的菜单*/
.MainFold
{
    height: 17px;
    padding-top: 5px;
    padding-left: 10px;
    line-height: 15px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    width: 120px;
    background-color: #80bdf6;
    margin: 3px auto;
}
.MainExpansion
{
    height: 17px;
    padding-top: 5px;
    padding-left: 10px;
    line-height: 15px;
    cursor: pointer;
    font-weight: bold;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 120px;
    background-color: #f0f0f0;
    margin: 3px auto;
}
.MainMenu dd
{
    margin-left: 15px;
    padding-left: 15px;
    line-height: 25px;
}
.MainMenu dd a
{
    margin-left: 3px;
    color: #274c69;
    font-family: "宋体";
}
.MainMenu dd a:hover
{
    color: red;
}
.CloseIco
{
    background: url("../Images/modal_close.png") repeat scroll 0 0 transparent;
    position: relative;
    margin-left: 15px;
    width: 14px;
    height: 14px;
    float: right;
    right: 0; /*   定位到右上   */
    top: 2px;
    cursor: pointer;
}

table
{
    border-collapse: collapse;
    width: 95%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.MouseFocus
{
    background-color: #f0f0f0;
    cursor: pointer;
}
#main
{
    background: #e2e8ff;
    margin: 0px 0px 10px 0px;
}
/*Css:sitemap*/
.sitemap
{
    height: 29px;
    line-height: 29px;
    width: 100%;
    background: url(../Images/sitemap_center.png) repeat-x;
}
.mapico
{
    width: 10px;
    height: 11px;
    margin-left: 15px;
    margin-right: 5px;
    display: inline-block;
    background: url(../Images/mapico.png) no-repeat;
}
.map_left
{
    float: left;
    width: 5px;
    height: 29px;
    background: url(../Images/sitemap_left.png) no-repeat left;
}
.map_center
{
    float: left;
}
.map_right
{
    float: right;
    background: url(../Images/sitemap_right.png) no-repeat right;
    height: 29px;
    width: 4px;
}

/*Css:WorkArea*/
#WorkArea
{
    border: #BEC6CF 1px solid;
    border-top: 0;
}
#ContentArea
{
    border: 1px solid #D5D4D4;
    margin: 10px 10px 20px 10px;
}
.Tab_title
{
    background: url(../images/tabbg.png) repeat-x;
    height: 23px;
    line-height: 23px;
}
.Tab_title li
{
    border-right: #D5E4EE 1px solid;
    padding: 0 8px;
    cursor: pointer;
    float: left;
}
.Tab_title .active
{
    background: url(../Images/tabcur.png) repeat-x;
    height: 30px;
    color: White;
    font-weight: bold;
}
.Tab_title .active a
{
    color: White;
}
#ViewArea
{
    overflow-y: scroll;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    overflow-x: hidden;
    scrollbar-face-color: #E9F2FE;
    scrollbar-shadow-color: #EBEFF4;
    scrollbar-highlight-color: #FFF;
    scrollbar-3dlight-color: #91C1FF;
    scrollbar-darkshadow-color: #9FCDEF;
    scrollbar-track-color: #EFEFF0;
    scrollbar-arrow-color: #3E85DF;
}
.SearchArea
{
    text-align: left;
    padding-left: 3%;
    margin-top: 5px;
    padding-bottom: 5px;
    clear: both;
}
.Operate
{
    padding-left: 3%;
    text-align: left;
    clear: both;
}
/*Css:tableList*/
.tableList td
{
    height: 24px;
}
.tableList td, th
{
    border: #80bdf6 1px solid;
}
.tableList th
{
    border: #80bdf6 1px solid;
    color: #3D85DF;
    font-size: 13px;
    font-weight: bold;
    line-height: 26px;
}
/*Css:tableEdit*/
.tableEdit td
{
    height: 24px;
    border: #80bdf6 1px solid;
}
.tableEdit select
{
    min-width: 150px;
}
.tableEdit .textr
{
    text-align: right;
    width: 15%;
}
.tableEdit .textl
{
    text-align: left;
    width: 35%;
    text-indent: 5px;
}
/*Css:流程图样式*/
#FlowChart
{
    text-align: left;
    padding: 5px 0px 15px 10px;
}
.FlowNode
{
    font-size: 12px;
    min-width: 60px;
    border: #999 solid 1px;
    background: #F6F6F6;
    vertical-align: inherit;
    padding: 3px 5px;
    float: left;
    text-align: center;
}
.CurrentFlowNode
{
    font-size: 12px;
    min-width: 60px;
    border: #999 solid 1px;
    background: #F6F6F6;
    vertical-align: inherit;
    padding: 3px 5px;
    float: left;
    text-align: center;
    color: Red;
}
.Flowline
{
    float: left;
    width: 10px;
    color: #666;
    padding: 2px;
}
.OperateView
{
    clear: both;
    padding-top: 10px;
    width: 95%;
    text-align: center;
    padding-left: auto;
    padding-right: auto;
}
/*Css:li浮动样式*/
.LiDefault
{
    border: 2px solid #cccccc;
}
.LiSelect
{
    border: 2px solid #0000FF;
}
/*Css:页面浮动层样式*/
#lean_overlay
{
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
.OpenWindow
{
    background: none repeat scroll 0 0 #e2e8ff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    display: none;
    padding-bottom: 2px;
    z-index: 999;
    left: 50%;
    margin-left: -202px;
    opacity: 1;
    position: fixed;
    top: 200px;
}
.modal_close
{
    background: url("../Images/modal_close.png") repeat scroll 0 0 transparent;
    display: block;
    height: 14px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 14px;
    z-index: 2;
}
.OpenWindow .OpenTitle
{
    background: url(../Images/HeadTitlebg.gif) repeat-x;
    width: 85%;
    margin: 15px auto;
    font-weight: bold;
}
/*加载详情列表图标切换样式*/
.icons
{
    background-image: url(../Images/spinner_arrows.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.Expansion
{
    background-position: 0px 0px;
}
.Fold
{
    background-position: -16px 0px;
}
/*集合图标共用样式*/
.CollectionIcon
{
    background-image: url(../Images/FileIco.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
}
/*上传收件样式*/
.CertList
{
    float: left;
    width: 300px;
    height: 365px;
    text-align: left;
    overflow-y: scroll;
}
.CertList li
{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    background-color: #157fcc;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
}
.CertDefault
{
    background-image: url("../Images/Menubg.png");
}
.CertSelected
{
    background-image: url("../Images/MenuSelectbg.png");
}
.MicroCap
{
    text-align: center;
    line-height: 20px;
    display: inline-block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    width: 20px;
    height: 20px;
    margin-top: 7px;
    margin-right: 15px;
    float: right;
    color: White;
    background-color: #5A5A5A;
}
/*顺时针*/
.PositiveRotate
{
    background-image: url("../Images/PositiveRotate.png");
    height: 17px;
    width: 17px;
    float: left;
}
/*逆时针*/
.InverseRotate
{
    background-image: url("../Images/InverseRotate.png");
    height: 17px;
    width: 17px;
    float: right;
}
