﻿BODY
{
    font-size: 10pt;
    color: black;
    font-family: Arial;
    background-color: #ffffff;
}


.textbox
{
    background-color: #ffffcc;
    color: black;
    font-family: Arial;
    font-size: 10pt;
    border-right: royalblue 1px solid;
    border-top: royalblue 1px solid;
    border-left: royalblue 1px solid;
    border-bottom: royalblue 1px solid;
}
.label
{
    color: dimgray;
    font-family: Arial;
}
.eenerror
{
    font-weight: bold;
    color: red;
    font-family: Arial;
    background-color: #ffffff;
}
.modalBackground
{
    background-color: #808080;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}


.LinkButton
{
    cursor: hand;
    font-weight: bolder;
    color: #ff0066;
        text-decoration: none;
}
    
.LinkButton:hover
{
    cursor: hand;
    font-weight: bolder;
    color: #000000;
    text-decoration: underline;
}

