.RadNotification_AlertsBootstrap {
  background-color: #ffffff;
  color: #d9534f;
  border-color: #d9534f;
  font-size: 1em;
  
  /* base style overwrites */ }
  .RadNotification_AlertsBootstrap.rnRoundedCorners {
    border-radius: 0.28571429em; }
  .RadNotification_AlertsBootstrap.rnShadows {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .RadNotification_AlertsBootstrap .rnTitleBar {
    padding: 0.35714286em 0.85714286em;
    background-color: #d9534f;
    border-bottom-color: #d9534f; }
  .RadNotification_AlertsBootstrap .rnTitleBarTitle {
    width: 50%;
    font-size: 1em;
    height: 1.92857143em;
    color: #FFF; }
  .RadNotification_AlertsBootstrap .rnTitleBarIcon {
    margin: 0.5em 0.28571429em 0em 0em;
    position: relative; }
  .RadNotification_AlertsBootstrap .rnTitleBarIcon img {
    position: absolute; }
  .RadNotification_AlertsBootstrap.rnRtl span.rnTitleBarIcon {
    margin: 10px 0 0 0; }
  .RadNotification_AlertsBootstrap .rnCommands {
    height: 2.28571429em;
    line-height: 2.28571429em;
    margin: -0.21428571em 0em 0em; }
  .RadNotification_AlertsBootstrap .rnCommands a {
    width: 2.28571429em;
    height: 2.28571429em;
    *background-image: url('Common/radActionsSprite.png');
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    text-align: center; }
  .RadNotification_AlertsBootstrap .rnCommands a:hover {
    background-color: #ebebeb;
    border-color: #adadad;
    border-radius: 0.21428571em; }
  .RadNotification_AlertsBootstrap .rnCommands .rnMenuIcon a,
  .RadNotification_AlertsBootstrap .rnCommands .rnMenuIcon a:hover {
    *background-position: -9px -59px; }
  .RadNotification_AlertsBootstrap .rnCommands .rnCloseIcon a,
  .RadNotification_AlertsBootstrap .rnCommands .rnCloseIcon a:hover {
    *background-position: -9px -1909px; }
  .RadNotification_AlertsBootstrap .rnCommands li a:before {
    font-size: 1.71428571em;
    font-size: 1.28571429em \9;
    color: #333333; }
  .RadNotification_AlertsBootstrap _:-ms-fullscreen, :root .RadNotification_AlertsBootstrap .rnCommands li a:before {
    font-size: 0.75em; }
  .RadNotification_AlertsBootstrap .rnCommands .rnMenuIcon a:before {
    content: "\E002"; }
  .RadNotification_AlertsBootstrap .rnCommands .rnCloseIcon a:before {
    content: "\E038"; }
  .RadNotification_AlertsBootstrap .rnContentIconClipIn {
    float: none; }

