@charset "utf-8";
/* TOOLTIP */
#AJAX_TOOLTIP {
	color:white;
	width:400px;
	text-align:left;
	position: absolute !important;
	display: none;
	z-index: 911;
}
#AJAX_TOOLTIP_BORDER_TOP {
	background-image: url(../img/tooltip_border_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 6px;
}
#AJAX_TOOLTIP_BORDER_BOTTOM {
	background-image: url(../img/tooltip_border_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 6px;
}
#AJAX_TOOLTIP_CONTENT {
	font-size: 13px;
	padding: 2px 10px;
	font-family: Verdana,sans-serif;
	line-height: 17px;
	background-image: url(../img/tooltip_border_middle.png);
	background-repeat: repeat-y;
}
#AJAX_TOOLTIP_CONTENT a			{ color: inherit }
#AJAX_TOOLTIP_CONTENT table		{ border-collapse:collapse; border-spacing:0; width:100%; }
#AJAX_TOOLTIP_CONTENT td 		{ padding:0; }
#AJAX_TOOLTIP_CONTENT th 		{ padding:0; text-align:right; font-weight:normal; }

.ttleftcol {
	clear: both;
}

.ttrightcol {
	float: right;
}

/* QUALITY COLORS */

.q	{ color: #FFD100; }
.q0 { color: #ffffff; }
.q1 { color: #00ff00; }
.q2 { color: #0072bc; }
.q3 { color: #c805f8; }
.q4 { color: #f68e56; }
.q5 { color: #a37d50; }
.q6 { color: #6dcff6; }
.q7 { color: #ed145b; }
.q8 { color: #a864a8; }
.q9 { color: #f7941d; }
.q10 { color: #ffffff; }


.statbonus { color:#18F000; }

/* SONSTIGES */
.indent	{ padding-left:10px; }
.higher	{ padding-bottom:5px; }


