﻿body
{
}
.GridViewHeaderStyle
{
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    color: White;
    background-color: #305e48;
    height: 20px;
    text-align: center;
    background: #398235; /* Old browsers */
    background: #398235; /* Old browsers */
    background: -moz-linear-gradient(top,  #398235 49%, #8ab66b 100%, #c9de96 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#398235), color-stop(100%,#8ab66b), color-stop(100%,#c9de96)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #398235 49%,#8ab66b 100%,#c9de96 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #398235 49%,#8ab66b 100%,#c9de96 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #398235 49%,#8ab66b 100%,#c9de96 100%); /* IE10+ */
    background: linear-gradient(top,  #398235 49%,#8ab66b 100%,#c9de96 100%); /* W3C */
}

.GridViewRowStyle
{
    font-size: 11px;
    font-family: Verdana;
    background-color: #F7F6F3;
}

.GridViewRowStyle:hover
{
   
    background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f9f9f9 0%, #ea811e 59%, #f5ab66 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(59%,#ea811e), color-stop(100%,#f5ab66)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ea811e 59%,#f5ab66 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9f9f9 0%,#ea811e 59%,#f5ab66 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9f9f9 0%,#ea811e 59%,#f5ab66 100%); /* IE10+ */
background: linear-gradient(top,  #f9f9f9 0%,#ea811e 59%,#f5ab66 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f5ab66',GradientType=0 ); /* IE6-9 */


}

.GridViewAlternatingRowStyle /*I think you should leave it this way*/ /*I think you should leave it this way*/
{
    font-size: 11px;
    font-family: Arial;
    background-color: White;
    color: #084f36;
}

.GridViewSelectedRowStyle
{
    font-size: 11px;
    font-family: Arial;
    background-color: #FFFF99;
    background: #fac695; /* Old browsers */
background: -moz-linear-gradient(top,  #fac695 0%, #f5ab66 47%, #ef8d31 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fac695), color-stop(47%,#f5ab66), color-stop(100%,#ef8d31)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fac695 0%,#f5ab66 47%,#ef8d31 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fac695 0%,#f5ab66 47%,#ef8d31 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fac695 0%,#f5ab66 47%,#ef8d31 100%); /* IE10+ */
background: linear-gradient(top,  #fac695 0%,#f5ab66 47%,#ef8d31 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac695', endColorstr='#ef8d31',GradientType=0 ); /* IE6-9 */

}

.GridViewEditRowStyle
{
    font-size: 11px;
    font-family: Arial;
}

.GridViewPagerStyle
{
    font-size: 11px;
    font-family: Arial;
    color: White;
    background-color: #284775;
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(top,  #45484d 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.GridViewAlternatingRowStyle:hover /*I think you should leave it this way*/ /*I think you should leave it this way*/
{
    background: #ffb273;
}
.GridViewFooterStyle
{
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    color: White;
    background-color: #305e48;
    height: 20px;
    text-align: center;
}

.GridViewEmptyDataRowStyle
{
    font-size: 11px;
    font-family: Arial;
}
