
/* body: we change the background color from common style */
/* background color is set to SAP LIGHT GRAY 2012 - for Support documentation */


/* Severity classes */
.INFO {
	float: right;
	font-weight: bold;
	color: green;	
}
.WARNING {
	float: right;
	font-weight: bold;
	color: orange;	
}
.ERROR {
	float: right;
	font-weight: bold;
	color: red;	
}
.FATAL {
	float: right;
	font-weight: bold;
	color: black;	
}

/* Category classes */
.technical-log-info {
	float: right;
	display:block;
}

.category ul {
	text-transform: uppercase;
	color: #666666;
	list-style-type:none;	
}
.category ul li {
	font-weight: bold;
	display:inline;	
}


