/**
 * @copyright	Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
	margin: 0 0 10px 0;
}

#system-message > dt {
	font-weight: normal;
	display: none;
}

#system-message > dd {
	margin: 0;
	font-weight: normal;
	text-indent: 30px;
}

#system-message > dd > ul {
	color: #FFFFFF;/*#0055BB;*/
	background-position: 5px center;/*4px top;*/
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	/*border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;*/
}

#system-message > dd > ul > li {
	line-height: 1.5em;
}
#system-message > dd > ul > li:before {
	content: none;
}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #00B3E3;/*#C3D2E5;*/
	background-image: url(../images/notice-info.png);
	margin: 0;
}

/* System Error Messages */
#system-message > .error > ul > li,
#system-message > .warning > ul > li,
#system-message > .notice > ul > li {
	color: #FFFFFF;/*#c00;*/
}

#system-message > .error > ul {
	background-color: #F14B29;/*#E6C0C0;*/
	background-image: url(../images/notice-alert.png);
	/*border-color: #DE7A7B;*/
	margin: 0;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #FF9A00;
	background-image: url(../images/notice-note.png);
	/*border-color: #FFBB00;*/
	margin: 0;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #FF9A00;
	background-image: url(../images/notice-note.png);
	/*border-color: #F0DC7E;*/
	margin: 0;
}
