﻿body
{
    text-align: center;
    margin: 0px auto;
    font-size: 9pt;
}
img
{
    border-width: 0px;
}
ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    float: left;
}
th, td, tr
{
    margin: 0;
    padding: 0;
}
ul li
{
    float: left;
}
#header
{
    margin: 1px 1px 0px 1px;
    height: 26px;
    border: solid 1px #999999;
    font-weight: bold;
    text-align: left;
}
.border-color
{
    border-color: #CB5252;
}
.header2
{
    margin: 1px 1px 0px 1px;
    height: 26px;
    border: solid 1px #999999;
    font-weight: bold;
    text-align: left;
}
#description
{
    margin: 4px 1px 0px 1px;
    width: 98%;
    height: 26px;
    border: solid 0px #999999;
    text-align: left;
}
#functions
{
    margin: 0px 1px 5px 0px;
    border: solid 0px #999999;
    text-align: right;
    position: relative;
    background-color: white;
    height: 25px;
}
#functions #buttons
{
    text-align: right;
    width: 100%;
    background-color: #FFF; /*margin-bottom: 5px;*/
    height: 25px;
    color: #FFFFFF;
}
#query
{
    margin: 0px 1px 1px 0px;
    border: solid 0px #999999;
    text-align: right;
    position: relative;
    background-color: #FFF;
}
#query #buttons
{
    width: 100%;
    background-color: #FFF;
}
#query #condations
{
    background-color: #FFF;
    width: 100%;
    border: solid 0px red;
}
.data
{
    display: inline-block;
    width: 100%;
    margin: 6px 1px 0px 1px;
    border: solid 0px #999999;
}
.data div:first-child
{
    display: inline-block;
    width: 100%;
}
.list
{
    display: inline-block;
    margin: 6px 0px 0px 0px;
    border: solid 0px #999999;
    border-collapse: collapse;
    width: 100%;
}
.list th
{
    font-size: 10pt;
    height: 25px;
    border: solid 1px #999999;
    background-image: url("Images/thback.jpg");
    background-repeat: repeat-x; /*background-image: url(../Images/content_header_bg.gif);*/
    overflow: hidden;
    background-position: 0 100%;
}
.list td
{
    font-size: 9pt;
    height: 24px;
    border: solid 1px #999999;
    padding-left: 2px;
}
.pager a
{
    padding: 4px 5px 2px 6px;
    border: 1px solid #B0B6BE;
    text-decoration: none;
    background-color: #FFF;
    line-height: 18px;
    border-right-width: 1px;
    margin-right: 0px !important;
    margin-left: 5px;
}
.pager span
{
    padding: 4px 5px 2px 6px;
    border: 1px solid #DFDEE4;
    text-decoration: none;
    background-color: #FFFFFF;
    line-height: 18px;
    margin-left: 5px;
}
.footer
{
    /*margin: 6px 1px 10px 10px;     border: solid 0px #999999;     text-align: left;*/
}


.title
{
    margin: 0px;
    height: 26px;
    border: solid 0px #999999;
    font-weight: bold;
    text-align: left;
}

.text
{
   /* margin: 15px 1px 0px 1px;*/
    border-style: none;
    text-align: center;
    font-family: "微软雅黑";
}
.edit-footer
{
    padding-top: 2px;
    text-align: center;
}
.lbFont
{
    color: #cb5252;
}
#divPulishUser
{
    background-color: #eee;
    padding: 5px;
}
#mailContentContainer
{
    margin: 10px 0 0 0;
    color: #666666;
    font-family: "微软雅黑";
}

.edit-footer Button
{
}
/*边样式*/
.border
{
    border: solid 1px #e3c7c7;
}
/*table th 背景*/
.td-backgroud
{
    background-color: #CB5252;
}

/* 页面说明 */
/*自动计算位置情况下样式*/
#divPageRemark
{
    margin-top: 5px;
    text-align: left;
    padding: 5px;
    display: none;
}
/*不自动计算位置情况下样式*/
#divPageRemark_NonCalculatePageRemarkPostion
{
    margin-top: 5px;
    text-align: left;
    padding: 5px;
}
.hidden
{
    display: none;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
    font-weight: bold;
}
.center {
    text-align: center !important;
}
.input_please {
    background-color: #E8C1D8;
}

/**滚动条*/
        .fc-scroller {
            /*border: 1px solid #7F7F7F;*/
            
           /*min-height:450px;*/
        }

            .fc-scroller::-webkit-scrollbar {
                width: 4px;
            }

            .fc-scroller::-webkit-scrollbar-track {
                background-color: #E5E5E5;
                border-radius: 10px;
            }

            .fc-scroller::-webkit-scrollbar-thumb {
                background-color: #ccc5c5;
                border-radius: 10px;
            }

                .fc-scroller::-webkit-scrollbar-thumb:hover {
                    background-color: #cb5252;
                }

                .fc-scroller::-webkit-scrollbar-thumb:active {
                    background-color: #cb5252;
                }