﻿body
{
    font-family: arial;
    font-size: 12px;
}
a:visited
{
    color: blue;
}
a:hover
{
    text-decoration: underline;
}
a
{
    text-decoration: none;
    text-align: right;
}
#HeaderButtonsLinks a
{
    font-family: arial;
    font-size: 13px;
    color: #6A7B8B;
    text-decoration: none;
    font-weight: bold;
}
.modalBackground
{
    filter: alpha(opacity=50);
    opacity: 0.50;
    background-color: gray;
}

#MenuLinks a
{
    text-align: left;
    color: White;
}

#MenuLinks a:hover
{
    background-color: #A5B8C7;
    color: White;
    height: 15px;
    text-decoration: none;
}

.watermarkStyle
{
    color: Gray;
    font-style: italic;
}

#ClientsTable tr td
{
    text-align: center;
    vertical-align: middle;
    direction: ltr;
}

.calloutValidator
{
    background-color: #FFFACD;
    border-style: solid;
    border-width: 1px;
    border-color: #5F8E20;
    width: 151px;
    height: 18px;
}

