﻿table.GridView
{
    border-right: greenyellow 1px solid;
    border-top: greenyellow 1px solid;
    border-left: greenyellow 1px solid;
    border-bottom: greenyellow 1px solid;
    font-size: 11pt;
    font-family: Tahoma, Arial, 'Times New Roman';
}

table.GridView tr td, table.GridView tr th
{
    padding: 10px;
}

table.GridView tr
{
    border: none;
}

table.GridView tr td
{
    vertical-align:middle; 
    border: none;
}

table.GridView tr td.Clickable
{
    cursor: pointer;
    _cursor: hand;
}

table.GridView tr.GridView_Row_Alternate td
{
    background-color: #f9fff8;
    font-size: 9pt;
    color: #81a24d;
    font-family: Tahoma, Arial, 'Times New Roman';
    font-weight: normal;
}
table.GridView tr.GridView_Header th
{
    background-color: #f3ffdc;
    background-image: url('../../Images/Interface/Repeat Vertical.png');
    background-repeat: repeat-x;
    font-size: 9pt;
    color: #9acd32;
    font-family: Tahoma, Arial, 'Times New Roman';
    font-weight: bold;
    text-align:left;   
}
/*th
{
    font-size: 9pt;
    color: #9acd32;
    font-family: Tahoma, Arial, 'Times New Roman';
    font-weight: bold;
    text-align:left;
}*/
table.GridView tr.GridView_Row td
{
    font-size: 9pt;
    color: #81824d;
    font-family: Tahoma, Arial, 'Times New Roman';
    font-weight: normal;
}

table.GridView tr.GridView_Pager td
{
    font-family: arial;
    color: #aad951;
    font-size: 13px;
}

table.GridView tr.Hover td
{
    background-color: #f3ffdc;
}