﻿body 
{
    background-color:#FFEBC1;
}

.hover-box 
{
 text-align:center;
 position:absolute;
 font-size:0.65em;
}

.highlight 
{
    background-color:red !important;
}

.ErrorMessage
{
    font-family:Arial;
    font-size:8pt;
    color: Red;
}

.OptionalText
{
    font-family:Arial;
    font-size:7pt;
    color: Gray;
}

A.SmallLink
{
    font-family:Arial;
    font-size:8pt;
    color: Black;
    text-decoration:underline;
}

.SmallText
{
    font-family:Arial;
    font-size:8pt;
    color: Black;
}

.CCV2HelpText
{
    font-family:Arial;
    font-size:8pt;
    color: Black;
    text-decoration:underline;
    cursor: pointer;
}

.GridHeaderText
{
    font-family:Arial;
    font-size:8pt;
    color: Black;
    font-weight:bold;
}

.TextField
{
    border: solid 1px black;
    font-family:Arial;
    font-size:8pt;
    color:Black;  
}

.HoverPopup
{
    border: solid 5px red  
}
