/*
    Document   : messagebar
    Created on : 18-dec-2009, 18:01:09
    Author     : jeroen
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.jwmessagebar
{
  /*position: relative;*/
  margin-top: 10px;
  border-width: 1px; /* 0px 1px 0px; */
  border-style: solid;
  padding: 0px 25px 0px 25px;
}

.jwmessagebar ul
{
  font-size: 11px;
  font-weight: bold;
}

.jwinfo
{
  border-color: #9999ff;
  background: #eeeeff;
}

.jwinfolist
{
  /*list-style-image: url(../images/bullets/blue.png);*/
}

.jwsuccess
{
  border-color: #00ff00;
  background: #a0ff99;
}

.jwsuccesslist
{
  /*list-style-image: url(../images/bullets/green.png);*/
}

.jwwarning
{
  border-color: #ffff00;
  background: #ffd899;
}

.jwwarninglist
{
  /*list-style-image: url(../images/bullets/orange.png);*/
}

.jwerror
{
  border-color: #ff0000;
  background: #ff99a0;
}

.jwerrorlist
{
  /*list-style-image: url(../images/bullets/red.png);*/
}
