﻿.CustomAppsAlert_Critical
{
    background: url('images/critical.jpg') no-repeat left top !important;
}

.CustomAppsAlert_Info
{
    background: url('images/info.jpg') no-repeat left top !important;
}

.CustomAppsAlert_Question
{
    background: url('images/question.jpg') no-repeat left top !important;
}

.CustomAppsAlert_Warning
{
    background: url('images/warning.jpg') no-repeat left top !important;
}

.Normal
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalBold
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 150%    
}

.DarkRed
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #C90F1E
}