﻿




/*
     FILE ARCHIVED ON 19:03:06 Jan 1, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 6:42:46 Feb 16, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* custom container */
.noty_custom_container.noty_theme_cdp.noty_layout_inline {
  position: relative;
}

/* noty_message */
.noty_bar.noty_theme_cdp .noty_message {
  width: auto;
  padding: 28px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}
.noty_bar.noty_theme_cdp .noty_message a {
  text-decoration: underline;
  color: white;
}

/* NOTIFICATION TYPES */

/* noty_alert */
.noty_bar.noty_theme_cdp.noty_alert {
  background-color: #00909B;
}
/* noty_error */
.noty_bar.noty_theme_cdp.noty_error {
  background-color: #9A0A0A;
}
/* noty_success */
.noty_bar.noty_theme_cdp.noty_success {
  background-color: #A6C30F;
}
/* noty_alert */
.noty_bar.noty_theme_cdp.noty_information {
  background-color: #00909B;
  color: #fff;
}