
.button
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: pointer;
    background: url(../Images/button_1.png);
    color: #4f5c89;
    width: 61px;
    height: 20px;
}

.buttonMany
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: pointer;
    background: url(../Images/button_Many.png);
    color: #4f5c89;
    width: 81px;
    height: 20px;
}

.button_30
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: pointer;
    background: url(../Images/button_30.png);
    color: #4f5c89;
    width: 30px;
    height: 20px;
}

.linkButton
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    border: 0px solid #DCE4E8;
}

.textBox
{
    border: 1px solid #D4D0C8;
    text-align: left;
    width: 130px;
    height: 20px;
}

.readOnlyTextBox
{
    background-color: #E1E1E1;
}

.dropDownList
{
    border: 1px solid #D4D0C8;
    text-align: left;
    width: 130px;
    height: 20px;
}

.gridViewHeaderStyle
{
    background: url(../Images/bg_tabletopHeight.png); /*white-space:nowrap;*/
    background-repeat: repeat-x;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    border: solid 1px #D4D0C8;
    height: 25px;
    font-weight: bold;
}

.gridViewHeaderStyle th
{
    border: solid 1px #D4D0C8;
}

/* 查询结果表格单元格 */
.gridViewRowStyle td
{
    /*white-space:nowrap;*/
    text-align: center;
    line-height: 22px;
    color: #2454b1;
    border-right: 0px dotted #FFF;
    border: 1px solid #d2d3d4;
}

.gridViewRowStyle
{
    /* white-space:nowrap;*/
    text-align: center;
    vertical-align: middle; /* border-bottom : solid 1px #99bbe8;*/
}

.label
{
    height: 27px;
    background: url(Images/i_add.gif) no-repeat top left; /* -- 背景(background : background-color || background-image || background-repeat || background-attachment || background-position )*/
    font-family: Tahoma, Verdana, Arial, Helvetica; /*-- 字体*/
    font-size: 12px;
    text-align: right;
    padding-left: 20px; /*-- 左边内补白*/
}

.hidden
{
    display: none;
}

.buttonBig
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: pointer;
    background: url(../Images/button_big.png) repeat;
    color: #4f5c89;
    width: 61px;
    height: 20px;
}
