
/* Drupal Messages
/-------------------------------------------------------------- */
div.messages,
div.help {
  border-style: solid;
  border-width: 2px;
  font-weight: bold;
  margin-bottom: 1.5em;
  overflow: hidden;
  padding: 7px 14px;
}

div.status {
  background-color: #EAF8E4;
  border-color: #8DC478;
  color: #3E642F;
}

div.warning {
  background: #FFFFDD;
  border-color: #EED300;
  color: #745500;
}

div.error {
  background-color: #FFF2F2;
  border-color: #CC0000;
  color: #B20000;
}

.help,
div.help {
  background-color: #E4EEF8;
  border-color: #57718A;
  color: #292929;
}

div.messages ul,
div.content-help .help ul {
  list-style-position: inside;
}

div.messages a:link,
div.messages a:visited,
.help a:link,
.help a:visited,
.help .more-help-link a:link,
.help .more-help-link a:visited {
  color: #333;
  text-decoration: underline;
}

div.messages a:hover,
div.messages a:active,
.help a:hover,
.help a:active,
.help .more-help-link a:hover,
.help .more-help-link a:active,
div.messages em {
  color: #333;
  text-decoration: none;
}

ul.tips li {
  background: transparent;
  list-style: disc;
  list-style-image: none;
  list-style-position: inside;
}

/* hide the search404 error message */
body.page-search404 .messages.error {
  display: none;
}
