/* CSS Document */
/* 
Title:		Notification Style Sheet
Author:		rgord@desystems.com
Version:	0.1
Created:	June 1, 2010
Updated:	
Notes:		This CSS is Opera 9+ compliant (standards proper)
*/

/**************************
 basic styles
**************************/
/*div.systemMsg { } 
div.systemMsg fieldset { padding: 1em 0.3em 2em; }
div.systemMsg legend { border: 1px solid #c30a0a; padding: 3px 25px; font-weight: bold; font-size: 120%; color: black; margin-left: 2em; }
div.systemMsg ul { list-style-type: none; padding-left: 95px; background: url(../images/notification-success.png) top left no-repeat; min-height: 95px; margin-left: 10px; }*/
/* notice */
/*
div.systemMsg ul.notice { background-image: url(../images/notification-notice.png); }
div.systemMsg ul.warning { background-image: url(../images/notification-warning.png); }
div.systemMsg ul.error { background-image: url(../images/notification-error.png); }
div.systemMsg ul.success { background-image: url(../images/notification-success.png); }
*/
div.systemMsg li {
}



div.systemMsg, 
div.field.message
{
	min-height: 55px;
}
div.field.message
{
	padding: 15px 10px;
	border: 2px solid black;
}
div.systemMsg fieldset, 
div.field.message div.fieldBody
{
	border: medium none;
	padding: 1em 0.3em 2em;
}
div.systemMsg legend
{
	border: 1px solid #C30A0A;
	color: black;
	display: none;
	font-size: 120%;
	font-weight: bold;
	margin-left: 2em;
	padding: 3px 25px;
}
div.field.message h4.create
{
	border-bottom: 1px solid #C30A0A;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 5px;
}
div.systemMsg ul, 
div.field.message div.fieldBody, 
div.field.message div.field-body
{
	list-style-type: none; 
	padding: 7px 0 0 37px; 
	background: url(../image/success.jpg) top left no-repeat; 
	min-height: 32px; 
	margin: 0 0 0 10px;
}
div.systemMsg ul li
{
	list-style-type: none;
}
.error {color: red;}
div.systemMsg ul.notice, 
div.field.message.notice div.fieldBody, 
div.field.message.notice div.field-body 
{
	background-image: url(../image/notice.jpg);
}
div.systemMsg ul.warning, 
div.field.message.warning div.fieldBody, 
div.field.message.warning div.field-body 
{ 
	background-image: url(../image/warning.jpg); 
}
div.systemMsg ul.error, 
div.field.message.error div.fieldBody, 
div.field.message.error div.field-body 
{ 
	background-image: url(../image/error.jpg); 
}
div.systemMsg ul.success, 
div.field.message.success div.fieldBody, 
div.field.message.success div.field-body 
{ 
	background-image: url(../image/success.jpg); 
}
