@charset "utf-8";
/* CSS Document */

.notifications, .template_notifications{
	margin-top: 5px;
	list-style-type: none;
	margin-bottom: 5px;
}

.dialog_notifications{
	max-width: 400px;
}

.notifications ul li{
	padding: 5px;
	border-radius: 5px;
	border: thin solid darkslategrey;
	margin-bottom: 5px;
	background-color: cornsilk;
}

.notify1{/*ERROR*/
	color: red;
	font-weight: bold;
}

.notify2{/*NOTIFY_WARNING*/
	color: red;
	font-weight: bold;
}

.notify3{/*NOTIFY_SUCCESS*/
	color: green;
	font-weight: bold;
}

.notify4{/*NOTIFY_INFO*/
	color: blue;
	font-weight: bold;
}

.notify9{/*NOTIFY_DEBUG*/
	color: slategrey;
	font-weight: bold;
}

.notify13{/*NOTIFY_FATAL*/
	color: red;
	font-weight: bold;
}