/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/system.css);
@import url(../warp/systems/joomla/css/system.css);
@import url(system-all.css);


/* Items (Addition)
----------------------------------------------------------------------------------------------------*/
 
#system .items .leading .item {
	padding-bottom: 12px;
	margin-bottom: 18px;
	border-bottom: 1px solid #ddd;
}


/* Item List
----------------------------------------------------------------------------------------------------*/

#system .item-list { border-top: 1px solid #ddd; }


/* Search
----------------------------------------------------------------------------------------------------*/

#system span.highlight { background-color: #ffffaa; }

/*Messages
 ----------------------------------------------------------------------------------------------------*/

body #system-message {
	padding-left: 1em;
	font-weight: bold;
}

body #system-message .notice.message{
	background-color: #efe7b8;
	color: #c00;
	border-top: 3px solid #f0dc7e;
	border-bottom: 3px solid #f0dc7e;
}

body #system-message .message{
	background-color: #c3d2e5;
	color: #0055bb;
	border-top: 3px solid #84a7db;
	border-bottom: 3px solid #84a7db;
}

body #system-message .warning{
	background-color: #e6c0c0;
	color: #c00;
	border-top: 3px solid #DE7A7B;
	border-bottom: 3px solid #DE7A7B;
}

