﻿.RadNotification
{
    background-color: #ffffff;
    border-color: #dddddd;
    color: rgb(0, 0, 0);
}
.RadNotification.rnShadows
{
    box-shadow: 2px 2px 3px rgba(221, 221, 221, 0.5);
}
.RadNotification .rnTitleBar
{
    border-color: #dddddd;
    color: rgb(255, 255, 255);
    background-image: linear-gradient();
}
.RadNotification .rnCommands a:hover
{
    border-radius: 0.21429em;
    border-color: #adadad;
    color: rgb(0, 0, 0);
    background-color: #e6e6e6;
    background-image: linear-gradient();
}
.RadNotification .rnCommands
{
    margin: -0.82143em 0em 0em;
}
.RadNotification .rnCommands a
{
    width: 1.66666em;
    height: 1.66666em;
}
.RadNotification .rnCommands li a:before
{
    margin: 0.10714em 0em 0em 0.10714em;
}
