@CHARSET "UTF-8";

.messaging {
	font-size: 10pt;
	width: 350px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.msg-title {
	font-weight: bold;
	border-bottom: 1px #777 solid;
	margin-bottom: 2px;
}

b.btop, b.btop b, b.bbot, b.bbot b {
    display: block;
    height: 10px;
    font-size: 1px;
}

.messaging .msg {
	padding: 5px;
	padding-left: 45px;
	padding-right: 15px;
}

/* ERROR */
.messaging.messaging_error {
	background-color: #FFA5A5;
}

.messaging.messaging_error .msg {
	background-image: url(/resources/icons/nuvola/32x32/actions/cancel.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.messaging_error b.btop, .messaging_error b.btop b, .messaging_error b.bbot, .messaging_error b.bbot b {
	background-image:url(/resources/messaging/rc_red.png);
    background-repeat: no-repeat;	
}

/* INFORMATION */
.messaging.messaging_info {
	background-color: #92aaf0;
}

.messaging.messaging_info .msg {
	background-image: url(/resources/icons/nuvola/32x32/actions/messagebox_info.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.messaging_info b.btop, .messaging_info b.btop b, .messaging_info b.bbot, .messaging_info b.bbot b {
	background-image:url(/resources/messaging/rc_blue.png);
    background-repeat: no-repeat;	
}

/* WARNING */
.messaging.messaging_warnung {
	background-color: #FFFAAE;
}

.messaging.messaging_warnung .msg {
	background-image: url(/resources/icons/nuvola/32x32/actions/messagebox_warning.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.messaging_warnung b.btop, .messaging_warnung b.btop b, .messaging_warnung b.bbot, .messaging_warnung b.bbot b {
	background-image:url(/resources/messaging/rc_yellow.png);
    background-repeat: no-repeat;	
}

/* DEBUG */
.messaging.messaging_debug {
	background-color: #ccc;
}

.messaging.messaging_debug .msg {
	background-image: url(/resources/icons/nuvola/32x32/apps/krec.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.messaging_debug b.btop, .messaging_debug b.btop b, .messaging_debug b.bbot, .messaging_debug b.bbot b {
	background-image:url(/resources/messaging/rc_gray.png);
    background-repeat: no-repeat;	
}

/* erfolgreich */
.messaging.messaging_erfolgreich {
	background-color: #99FF99;
}

.messaging.messaging_erfolgreich .msg {
	background-image: url(/resources/icons/nuvola/32x32/actions/apply.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.messaging_erfolgreich b.btop, .messaging_erfolgreich b.btop b, .messaging_erfolgreich b.bbot, .messaging_erfolgreich b.bbot b {
	background-image:url(/resources/messaging/rc_green.png);
    background-repeat: no-repeat;	
}

/* GENERAL */
b.btop b{background-position: 100% -10px}
b.bbot{background-position: 0 -20px}
b.bbot b{background-position: 100% -30px} 
