﻿
.GridViewText
{
    border: #808080 1px solid;
    font-family: Verdana,tahoma, Arial, Helvetica, sans-serif,微软雅黑,宋体;
    background-color: #ffffff;
    width: 95%;
    height: 20px;
    text-align: right;
}

tr.GridViewItemStyle
{
    background-color: White;
    text-align: center;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    border-color: #8ea591;
    height: 22px;
    width: 130px;
}


tr.AlternatingItemStyle
{
    background-color: #F0F0F0;
    text-align: center;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    border-color: #8ea591;
    height: 22px;
}

tr.EmptyStyle
{
    color: red;
    text-align: left;
    vertical-align: middle;
    border-style: solid;
    border-width: 0px;
    border-color: #8f9391;
    height: 30px;
    font-weight: bold;
    background-color: #e1f4af;
    height: 66px;
}

tr.ItemStyle
{
    background-color: White;
    text-align: center;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    border-color: #8ea591;
    height: 22px;
}

tr.HeaderStyle
{
    text-align: center;
    vertical-align: middle;
    color: #4c6854;
    font-weight: bold;
    height: 22px;
    border-style: solid;
    border-width: 1px;
    background-color: #e1f4af;
    border-color: #8ea591;
}

tr.FooterStyle
{
    background-color: #FFFFCC;
    height: 24px;
    font-weight: bolder;
    color: Red;
}

tr.HeaderStyle a
{
    color: #4c6854;
    text-decoration: underline;
}

tr.HeaderStyle a:hover
{
    color: blue;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}



