/**
 * @copyright	Copyright (C) 2005 - 2013 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;
}

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

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

#system-message > dd > ul {
background-position: 4px top;
background-repeat: no-repeat;
border-bottom: 3px solid #999;
border-top: 3px solid #999;
color: #000;
list-style: outside none none;
margin-bottom: 0;
padding: 13px 0 0;
}

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

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

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

#system-message > .error > ul {
	background-color: #ddd;
	background-image: url(../images/notice-info.png);
	border-color: #999;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #ddd;
	background-image: url(../images/notice-info.png);
	border-color: #999;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #ddd;
	background-image: url(../images/notice-info.png);
	border-color: #999;
}
