﻿
.LinkLabel
{
    color: Blue;
    cursor:pointer;
}

body {
}

.table
{
    border: solid 0px #000000;
    vertical-align: top;
    text-align: center;
}

.ErrMsg
{
    font-size: small;
    color: red;
    font-style: normal;
}

.Button
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    font-size: x-small;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    background-color: #99ff66;
}

.tblGrid
{
    border: solid 2px black;
}
.tblGrid tr th
{
    border: solid 1px black;
    padding: 1px;
}
.tblGrid tr td
{
    border: solid 1px black;
    padding: 1px;
}