﻿
.tblReport1
{
    background-color: #f7f7f7;
    border: solid 1px #444444;
    padding: 0px;
}

.tblReport1 .rowCaption1 td
{
    background-color: #bbbbff;
    text-align: center;
    font-weight: bold;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #444444;
    font-size: 18px;
    color: White;
    padding: 4px;
}
.tblReport1 .rowHead1 td
{
    background-color: #ddddff;
    text-align: center;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #444444;
    font-size: 12px;
}
.tblReport1 .rowHead1 th
{
    background-color: #ddddff;
    text-align: center;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #444444;
    font-size: 12px;
}
.tblReport1 .rowGroupHead1 td
{
    background-color: #ffdd77;
    text-align: center;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #444444;
    font-size: 12px;
    font-weight: bold;
}

.tblReport1 .rowGroupFoot1 td
{
    background: #eeffff;
    border: solid 1px #cccccc;
    font-size: 13px;
    font-weight: bold;
}
.tblReport1 .rowItemOdd1 td
{
    background: white;
    border: solid 1px #cccccc;
    font-size: 12px;
}
.tblReport1 .rowItemEven1 td
{
    background: #eef0ff;
    border: solid 1px #cccccc;
    font-size: 12px;
}

.button1
{
    font-family: "微软雅黑";
    font-size: 12px;
    font-style: normal;
    background-color: #820000;
    font-family: 微软雅黑;
    color: #FFFFFF;
    width: 50px;
}
.input1
{
    border: solid 1px #820000;
    width: 150px;
}

.input2
{
    border: solid 1px #820000;
    width: 100px;
    text-align: right;
}

.btnDate
{
    background: url(../../Images/calendar.gif) no-repeat center;
    width: 20px;
    height: 16px;
    border: none 0px;
}

.tblFillForm
{
    background-color: #DBDBDB;
    border: solid 1px #444444;
    padding: 0px;
    width: 100%;
    border: 1px solid #000000;
    border-spacing: 0px;
    padding: 0px 0px 0px 0px;
}

.tblFillForm .right
{
    border: none #008000;
    text-align: right;
    width: 15%;
    border-spacing: 0px;
}

.tblFillForm .left
{
    border: none #008000;
    text-align: left;
    width: 35%;
    border-spacing: 0px;
}

.divcenter
{
    text-align: center;
    width: 800px;
    margin-left: 100px;
    margin-top: 20px;
    margin-bottom: 100px;
    border: none;
}

.mustfill
{
    background-color: #FFCC99;
    border: 0;
}
.pnlLeft
{
    text-align: left;
}
input.PNLEditText
{
    border-top-style: none;
    border-bottom-style: none;
    width: 70px;
    height: 100%;
    text-align: right;
    border-right-style: none;
    border-left-style: none;
}

input.PNLEditTextPercent
{
    border-top-style: none;
    border-bottom-style: none;
    width: 40px;
    height: 100%;
    text-align: right;
    border-right-style: none;
    border-left-style: none;
    background-color: #cccccc;
}

input.PNLNormalEditText
{
    border-top-style: none;
    border-bottom-style: none;
    width: 60px;
    height: 100%;
    text-align: left;
    border-right-style: none;
    border-left-style: none;
}

input.PNLTextReadOnly
{
    border-top-style: none;
    border-bottom-style: none;
    width: 60px;
    height: 100%;
    text-align: right;
    border-right-style: none;
    border-left-style: none;
    background-color: #cccccc;
}
.underline
{
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: black 1px;
}

.QuestionLabel
{
    font-size: 14px;
    font-family: Arial, 宋体;
    color: black;
    text-decoration: none;
    margin: 8px 8px 8px 8px;
    padding: 4px 4px 4px 4px;
}

.QuestionBlankRow
{
    height: 10px;
}

input.BudgetInputEdit
{
    border-right-style: none;
    border-left-style: none;
    border-top-style: none;
    border-bottom-style: solid;
    width: 100%;
    height: 100%;
    text-align: right;
    border-color: black;
    border-bottom-width: 1px; 
}
input.BudgetInputReadonly
{
    background-color:transparent;    
    border-right-style: none;
    border-left-style: none;
    border-top-style: none;
    border-bottom-style: none;
    width: 100%;
    height: 100%;
    text-align: left; 
    border-bottom-width: 0px; 
}
