﻿.DFUgridView
{
    font-family:Verdana;
    font-size:10px;
    font-weight:normal;
}

.DFUTable
{
    border-left:solid 1px #41A3EB;
    border-right:solid 1px #41A3EB;
    border-top:solid 1px #41A3EB;
    border-bottom:solid 1px #41A3EB;
}

.DFUgridViewDelete
{
    font-family:Verdana;
    font-size:10px;
    font-weight:normal;
    text-decoration:none;
    color:Red;
}

.DFUgridViewDelete a:hover
{
    font-weight:bold; 
}

.DFUgridViewDelete a:visited
{
    font-family:Verdana;
    font-size:10px;
    font-weight:normal;
    text-decoration:none;
}

