/* @override http://preferred.stdi.ca/sites/all/themes/specialty_1/messages.css?R */
/* $Id: messages.css,v 1.1.2.2 2009/02/13 07:46:04 johnalbin Exp $ */
/*
 * MESSAGES STYLE
 *
 * Add sensible messages styling.
 */
div.messages,
div.status,
div.warning,
div.error {
  text-align: center;
  min-height: 21px;
  margin: 0 1em 5px 1em;
  border: 1px solid #ff7;
  padding: 10px 40px;
  color: #000;
  background-color: #ffc;
  background-image: url(images/messages-status.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
div.status {
  background-color: #e6dfff;
  border: 1px solid #7f00f1;
}
div.warning {
  border-color: #fc0;
  background-image: url(images/messages-warning.png);
}
div.warning, tr.warning {
  color: #000;
  /* Drupal core uses #220 */

  background-color: #ffc;
}
div.error {
  /* border: 1px solid #d77; */
  /* Drupal core uses: 1px solid #d77 */

  border-color: #e50003;
  background-image: url(images/messages-error.png);
}
div.error, tr.error {
  color: #be0003;
  /* Drupal core uses #200 */

  background-color: #ffebf0;
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding: 0;
}
div.error a {
  border-bottom: 1px dotted #b10029 !important;
  color: #b10029 !important;
  font-weight: bold;
}
div.error a:hover {
  border-bottom: 1px solid #b10029 !important;
  text-decoration: none;
}
div.warning a {
  border-bottom: 1px dotted #efc257 !important;
  color: #a7611b !important;
  font-weight: bold;
}
div.warning a:hover {
  border-bottom: 1px solid #c6941f !important;
  text-decoration: none;
}
div.status a {
  border-bottom: 1px dotted #a187ff !important;
  color: #5500a1 !important;
  font-weight: bold;
}
div.status a:hover {
  border-bottom: 1px solid #6a1dca !important;
  text-decoration: none;
}

/* @group Messages */

.customer-logged-in {
  margin-bottom: 3em !important;
}
div.notification  {
	text-align: center;
	border: 1px solid #17ab07;
	background-color: #ddffc4;
	color: #17ab07;
	margin: 0 auto 22px;
	padding: 20px;
	background-image: none;
}
div.notification * {
	color: #0c8000 !important;
	border-color: #0c8000 !important;
}
.block-return-to-trade-centre-message {
	text-align: center;
	border: 1px solid #17ab07;
	background: #ddffc4;
	color: #17ab07;
	width: 440px;
	margin: 0 auto 22px;
	padding: 20px;
}
.block-return-to-trade-centre-message * {
	color: #0c8000 !important;
	border-color: #0c8000 !important;
}
.block-return-to-trade-centre-message p, .notification p {
	margin: 0;
}

/* @end */
