/*
*** Copyright 2003 - Webbist Multimédia Enr. *********************************
**		File: SMessageBar.css
**		Name: Message Bar style sheet
**		Desc: 
**
**
**		Auth: Webbist Multimédia Enr.
**		Date: 30 décembre 2003
******************************************************************************
**		Change History
******************************************************************************
**		Date:		Description:
**		----------	----------------------------------------------------------
**		30/12/2003  Creation of the style sheet.
'**     06/12/2004  Add a new state (Info) and Align property. Transfert from
'**                 Selector to Bar namespace
**
******************************************************************************
*/

.MessageBarOK
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	margin-top: 1px;
	font-weight: bold;
	font-size: 8pt;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: verdana;
	background-color: #bbd8ad;
	text-align: center;
}

.MessageBarErr
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	margin-top: 1px;
	font-weight: bold;
	font-size: 8pt;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: verdana;
	background-color: #fdc1a8;
	text-align: center;
}

.MessageBarInfo
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	margin-top: 1px;
	font-weight: normal;
	font-size: 8pt;
	border-left: dimgray 1px solid;
	color: black;
	border-bottom: dimgray 1px solid;
	font-family: verdana;
	background-color: infobackground;
	text-align: center;
}
