﻿#leftContent {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color:Black;}
#leftContent .btn
{
    border: 1px solid #000000;
    background-color: #ab0000;
    color: White;
    font-weight: bold;
}
        
/* h1 {font-size: x-large; font-weight: bold;} */

.GridViewRow td {border-right: black 1px solid; border-top: black 1px solid; border-left: black 1px solid;
                 border-bottom: black 1px solid;}
                 
.transparent
{
    border-right: silver 1px solid;
    border-top: green 1px solid;
    display: none;
    border-left: silver 1px solid;
    width: 250px;
    color: #000000;
    border-bottom: silver 1px solid;
    position: absolute;
    height: 75px;
    background-color: silver;
    border-color: #000000;
}