﻿
body
{
    /*font-size: 12pt;*/
    font-size:16px;
    font-family:  Arial, Helvetica, sans-serif;
}
a {
    color: #0066CC;
}
a:link {
    text-decoration: none;
    color: #0066CC;
}
a:active
{
    color: #000099;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #0000FF;
}

/*表格样式，主要应用于录入和自定义列表*/
table.biaoge
{
    border-spacing: 1px;
    background-color: #C0C0C0;
}
/*表格样式，主要应用于录入和自定义列表-行*/
tr.biaoge_tr
{
    background-color: #FFFFFF;
    color: #000000;
}
/*表格样式，浅蓝色的表格行*/
tr.biaoge_tr_shenshe
{
    background-color: #FF9933;
    color: #FFFFFF;
    height: 30px;
    font-family: 微软雅黑;
}
/*所有表格的单元格内留空2像素*/
table.biaoge td
{
    padding: 5px;
}


/*首页顶部导航条的样式*/
.ShouYeTopPanel
{
    font-family: 微软雅黑;
    color: #0000FF;
    text-align: right;
    line-height: 35px;
}

/*设定浮动层的浮动、边框、文字颜色-蓝色、底色、行距等*/
.fudongdiv
{
    position: absolute;
    border-radius: 4px;
    background-color: var(--yi-bg-5,#00000060);
    color:var(--yi-fg-0,#fff);
    text-align: left;
    line-height: 25px;
    clear: both;
    padding:4px;
}

/*悬浮的LABEL标签*/
.lb_xuanfu
{
    border: 1px solid #0000FF;
    position: absolute;
    color: #FF0000;
    background-color: #CCCCCC;
}


/*弹出窗口时，背景变暗*/
.backCss
{
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: #000;
    filter: alpha(opacity=10);
    -moz-opacity: 0.6;
    opacity: 0.6;
}



/*弹出窗口的边框和背景PANEL设置*/
.ModalPopupPanel
{
    border-color: #FF3300;
    border-style: solid;
    background-color: #FFCC99;
}
/*弹出窗口的边框和背景PANEL设置*/
.ModalPopupPanel_edituser
{
    border-color: #0066FF;
    border-style: solid;
    background-color: #A2ECFF;
}

/*弹出窗口的标题横条PANNEL设置*/
.ModalBiaotiPanel
{
    margin: 0px;
    min-height: 30px;
    background-color: #FF0000;
}
/*弹出窗口的标题横条PANNEL设置——编辑用户信息窗口用*/
.ModalBiaotiPanel_edituser {
    margin: 0px;
    min-height: 30px;
    background-color: #0000FF;
}
/*弹出窗口的标题字体、以及字体占位置DIV设置*/
div.ModalPopup_zhitiDiv
{
    padding: 2px;
    color: #FFFFFF;
    font-weight: bolder;
    overflow: hidden;
    width: 250px;
    font-size: 20px;
    float: left;
    height: 23px;
}
/*弹出窗口中的内容PANEL最小最高CSS-根据需要而使用*/
.ModalPopupPanel_minHmaxH
{
    min-height: 200px;
    max-height: 400px;
}

/*弹出窗口的关闭按钮位置DIV设置*/
div.ModalPopup_guanbiDiv
{
    width: 25px;
    height: 25px;
    float: right;
}

/*编辑儿女信息的时候，弹出的右边小菜单样式：外边框及底色*/
.Edit_ernv_waikuang
{
    background-color: var(--yi-bg-5);
    min-width: 72px;
    text-align: center;
    display: none;
    position: absolute;
    border-radius:5px;
    padding:5px;
}

/*编辑儿女信息的时候，弹出的右边小菜单样式：内部按钮设置，即添加儿女等功能样式*/
.Edit_ernv_neibu
{
    padding:4px;
    color: var(--yi-fg-0);
    cursor: pointer;
}
    .Edit_ernv_neibu + .Edit_ernv_neibu {
        border-top:1px solid var(--yi-hr-3);
    }
/*世系树形结构中，名字的颜色和鼠标形状*/
.Treev_mingzi
{
    color: #0000FF;
    cursor: pointer;
}

/*用于自定义的 SPAN 按钮样式*/
span.wenbenAnniu
{
    border: 2px solid #FF6600;
    background-color: #3399FF;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

/*配偶信息界面用到的ID标签CSS-------------开始*/
/*名字号框*/
.peioumingzikuang
{
    width: 40px;
}
/*月日时辰框*/
.peiounyuerishi
{
    width: 40px;
}
/*年份框*/
.peiounshengnian
{
    width: 100px;
}

/*简介框*/
.peioujianjie
{
    width: 98%;
}
/*配偶信息界面用到的ID标签CSS-------------结束*/

/*内容PANEL——neirongpanel*/
.neirongpanel
{
    line-height: 25px;
}

/*姓氏字体,带有有圆形边框*/
.xingshiziti
{
    border-radius: 4px;
    background-color: #FFC977;
    font-family: 微软雅黑;
    font-size: 30px;
    color: #FF0000;
}

/*圆形边框，一般用于DIV*/
.yuanxingkunag
{
    padding: 15px;
    border: 1px solid #996633;
    border-radius: 1px;
}

/*族谱名称字体样式-族谱展示的时候用*/
.zhupumingziti
{
    font-family: 微软雅黑;
    font-size: large;
}
/*LinkButton按钮样式,用于族谱名称编辑等-蓝色字体，编辑用蓝色*/
.LinkButtonCss {
    margin: 2px;
    border-radius: 5px;
    background-color: none;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 100px;
    border: 1px solid #ff6146;
    color: #ff6146;
    padding:2px 5px;
}
    .LinkButtonCss:link, .LinkButtonCss:active, .LinkButtonCss:hover { /*去除伪样式（主要a标签）*/
        color: #ff6146;
    }  
/*LinkButton按钮样式,用于族谱名称编辑等-红色字体，新增用红色*/
.LinkButtonCss_ad
{
    border: 1px solid #FF0000;
    border-radius: 5px;
    background-color: #FFCCFF;
    font-family: 微软雅黑;
    font-size: large;
    text-align: center;
    cursor: pointer;
    color: #FF0000;
}
/*标题样式*/
.biaoti
{
    font-size: 20px;
    font-family: 微软雅黑;
}

/*左对齐的DIV，用于一行多个DIV*/
.left_div
{
    float: left;
    visibility: visible;
}

