﻿.Gridview_Header
{
    background-color: #CCDEFA;
    font-size: 10pt;
    font-weight: bold;
    color: #1b5b70;
    height: 23px;
    text-align: center;
    white-space: nowrap;    
}
.Gridview
{
    border-width: 1px;
    border-color: black;
    border-collapse: collapse;
    border-style: solid;
}
.Gridview tr:hover
{
    background-color:#fadd86;   
}

.Gridview td
{
    border-color: black;
    padding:0px 5px 0px 5px;    
}
.Gridview a
{
    text-decoration: none;
}

.Gridview, table.Gridview
{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border-color: black;
}

.Gridview .HeaderGrid
{
    color:#303131;
    white-space: nowrap;
    background-color:#aacaf1;
    font-weight:bold;
    text-align:center;    
    height:28px;
}
.Gridview .HeaderGrid:hover
{
    background-color: #CCDEFA;
    color: #1B5B70;
}
.Gridview .HeaderGrid td
{
    border-color:Red;

}
.Gridview .Row
{
    background-color: #fefefe;    
}
.Gridview .Row td
{    
    /*border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #ffffff;  */
    font-weight: normal;
}
.Gridview .RowAlt
{    
    background-color: #ebf0f5;
    height: 23px;
}

.Gridview td.Delete
{
    width: 20px;
    text-align: center; /*IE*/
}
.Gridview td.Update
{
    width: 20px;
    text-align: center; /*IE*/
}
.Gridview td.Delete
{
    width: 20px;
    text-align: -moz-center; /*Firefox*/
}
.Gridview td.Update
{
    width: 20px;
    text-align: -moz-center; /*Firefox*/
}
.Gridview td.View
{
}