﻿body
{
    font-family: verdana;
    font-size: 8.25pt;
}
.menuLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin-right: 10px;
    font-weight: normal;
    color: #58771a;
}
.paddingTopSubject
{
    padding-top: 5px;
    margin-top: 10px;
}
.gridRowPaddingTop
{
    padding-top: 4px;
}
.ratingEmpty
{
    background-image: url('Images/RatingEmpty.png');
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.ratingFilled
{
    background-image: url('Images/RatingFilled.png');
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.ratingDone
{
    background-image: url('Images/RatingDone.png');
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.ratingHover
{
    background-image: url('Images/RatingHover.png');
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.paddingRight5
{
    padding-right: 5px;
}
.paddingRight3
{
    padding-right: 3px;
}
.paddingLeft5
{
    padding-left: 5px;
}
.paddingLeft3
{
    padding-left: 3px;
}
.cursorHand
{
    cursor: pointer;
}
.commandButton
{
    font-family: verdana;
    font-size: 8.25pt;
    background-color: #c4db97;
    border: 1px solid #58771a;
    color: #58771a;
    width: 90px;
    text-align: center;
    height: 15px;
    text-decoration: none;
}

.commandButton:hover
{
    text-decoration: underline;
    background-color: #58771a;
    color: #c4db97;
}

.hLink
{
    color: #58771a;
    font-weight: 700;
    text-decoration: underline;
}

.hLink2:hover
{
    color: #93932A;
}

.TextWatermark
{
    color: #999999;
    font-family: tahoma;
    font-size: 8.25pt;
}
.dialogTitle
{
    font-family: verdana;
    font-size: 8.25pt;
    color: #FFFFFF;
    font-weight: bold;
}
.rowHeader
{
    background-color: #94b74f;
    font-family: verdana;
    font-size: 8.25pt;
    font-weight: bold;
    color: #FFFFFF;
}
.textBoxStandard
{
    font-family: verdana;
    font-size: 8.25pt;
}

.dialogTitle
{
    font-family: verdana;
    font-size: 8.25pt;
    color: #FFFFFF;
    font-weight: bold;
}

.menuLink
{
    font-family: verdana;
    font-size: 8.25pt;
    margin-right: 10px;
    font-weight: normal;
}

.highlight
{
    color: #FFFFFF;
    text-decoration: underline;
    background-color: #3399FF;
}
.paddingBottom5
{
    padding-bottom: 5px;
    padding-top: 2px;
}
.paddingLeft15
{
    padding-left: 15px;
}
.rowHeaderCompany
{
    background-color: #93932a;
    font-family: Verdana;
    font-size: 8.25pt;
    font-weight: bold;
    color: #FFFFFF;
}
.hLink2
{
    color: #58771a;
    font-weight: normal;
    text-decoration: underline;
}
