.RadNotification_MetroGreen.RadNotification {
    background-color: white;
    border: 1px solid #d6d6d6;
    box-shadow: 0 1px 3px #d6d6d6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.RadNotification_MetroGreen.RadNotification div.rnTitleBar {
    background-image: url('Common/radGradientDarkV50.png');
    background-image: linear-gradient(white, #d6d6d6);
    border-bottom: 1px solid #b5b5b5;
    height: 3em;
    _background-image: none;
}

.RadNotification_MetroGreen.RadNotification span.rnTitleBarTitle {
    color: #757575;
    font-family: "Segoue UI Light", "Segoue UI", Helvetica, sans-serif;
    font-size: 1.231em;
    height: 2.25em;
    line-height: 2.25em;
}

.RadNotification_MetroGreen.RadNotification span.rnTitleBarIcon {
    margin: 10px 4px 0 0;
    position: relative
}

.RadNotification_MetroGreen.RadNotification .rnTitleBarIcon img { position: absolute }

.RadNotification_MetroGreen.RadNotification.rnRtl span.rnTitleBarIcon { margin: 10px 0 0 0 }

.RadNotification_MetroGreen.RadNotification ul.rnCommands {
    /* height: 29px; */
    line-height: 30px;
    margin: 3px 0 0
}

.RadNotification_MetroGreen.RadNotification ul.rnCommands a {
    background-image: url('Common/radActionsSprite.png');
    height: 28px;
    width: 28px;
}

.RadNotification_MetroGreen.RadNotification ul.rnCommands a:hover { border-radius: 45px }

.RadNotification_MetroGreen.RadNotification ul.rnCommands .rnMenuIcon a { background-position: -11px -61px }

.RadNotification_MetroGreen.RadNotification ul.rnCommands .rnMenuIcon a:hover { background-position: -61px -61px }

.RadNotification_MetroGreen.RadNotification ul.rnCommands .rnCloseIcon a { background-position: -11px -1911px }

.RadNotification_MetroGreen.RadNotification ul.rnCommands .rnCloseIcon a:hover { background-position: -61px -1911px }

.RadNotification_MetroGreen.RadNotification .rnContentWrapper {
    border-top: 1px solid transparent;
    font-size: 13px
}

.RadNotification_MetroGreen.RadNotification .rnCommands { margin: 4px 0 0 }