/* Notices */

/* Set the size of the notice paragraph container */
#notice {
  color: #000000;
}

#alertshistory {
  color: #000000;
}

/* Common configuration for all notice classes */
.notice {
  border: solid 1px #000000;
  padding: 4px;
  margin: 2px;
}

.noticeblank {
  background-color: #FFFFFF;
  border: 0px;
}

.noticehelp {
  background-color: #d7e6ef;
}

.noticewarn {
  background-color: #f5f5d0;
}

.noticesuccess {
  background-color: #d0f0d0;
}

.noticefailure {
  background-color: #f0d0d0;
}

/* Set the size of the notice paragraph container */
#alertssummary {
  width: 130px;
  color: #000000;
  filter: Alpha(Opacity=85);
  opacity: .85;
  z-index: 1000;
}

/* Common configuration for all notice classes */
#alertssummary .noticesummary {
  border: solid 1px #000000;
  padding: 4px;
  margin: 2px;
}

#alertssummary .bigfont {
  font-size:200%;
}

#alertssummary .smallfont {
  font-size:80%;
}

#alertssummary .noticesummaryblank {
  background-color: #FFFFFF;
  border: 0px;
}

#alertssummary .noticesummaryhelp {
  background-color: #d7e6ef;
}

#alertssummary .noticesummarywarn {
  background-color: #f5f5d0;
}

#alertssummary .noticesummarysuccess {
  background-color: #d0f0d0;
}

#alertssummary .noticesummaryfailure {
  background-color: #f0d0d0;
}

