/**
 *
 * CSS file for the help messages of the Arch O Test site.
 *
 */

/* GENERAL DIV */

div.messages {
  border: 1px solid #6c6c6d;
  margin: 20px auto;
  padding: 10px;
  width: 90%;
}


/* STATUS MESSAGES */

div.status, table tr.status {
  background-color: #C9E6AE;
}

div.status, .status {
  color: #009611;
}


/* WARNING MESSAGES */

div.warning, table tr.warning {
  background-color: #FFED89;
}

div.warning, .warning {
  color: #D8AD00;
}


/* ERROR MESSAGES */

div.error, table tr.error {
  background-color: #E8A8A8;
}

div.error, .error {
  color: #A22B2B;
}

body.page-search-results div.error, body.page-search-results table tr.error {
  background-color: transparent;
}

body.page-search-results div.error, body.page-search-results .error {
  color: #01244d;
  font-size: 18px;
}

body.page-search-results div.messages {
  border: 0 none;
  text-align: center;
}