.RadNotification_ST {
    border-color: #42a4d9;
    color: #333333;
    background-color: #ffffff;
    font-size: 14px;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
    .RadNotification_ST .rnTitleBar {
        border-color: #42a4d9;
        color: #ffffff;
        background-color: black;
        background-image: linear-gradient(#42a4d9, #42a4d9 50%, #42a4d9 50%, #42a4d9);
        border-bottom-color: inherit;
    }
  .RadNotification_ST .rnCommands a {
    background-image: url('Common/radActionsSprite.png'); }
    .RadNotification_ST.rnShadows {
        box-shadow: 2px 2px 3px #42a4d9;
    }

