/*! Licensed Materials - Property of IBM.
    (c) Copyright IBM Corporation 2001, 2009.  All Rights Reserved.
    U.S. Government Users Restricted Rights:  Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
This CSS was built on April 30 2010. (version: OneUI-2.1.0_149_20100430-1512)
these are the styles for messages
companion files: messages.css / messagesTheme.css
companion files: messagesRTL.css / messagesThemeRTL.css*/
/*** M E S S A G E S ***/
/*these are the yellow warning/error messages that show up at the top of the content area*/





.lotusMessage {
  background-color:#ffe3e0;
  border-color:#efa6a5
}

.lotusWarning {
  background-color:#ffffbc;
  border-color:#f6e692
}

.lotusInfo {
  background-color:#e6f1fe;
  border-color:#b9cfeb
}

.lotusConfirm {
  background-color:#ecf9df;
  border-color:#c8e2b8
}


/***********************************************************/