body {
	font-family:		monospace;	
	color: 			#18f018;
	background-color:	black;
}

a {
	font-family:		monospace;	
	color: 			#18f018;
	background-color:	black;
	font-weight:		bold;
}

h1, h2 {
	text-align:		center;
}

table {
	width: 			100%;
}

input, select {
	background-color:	black;
	color:                  #18f018;
	font-family:            monospace;
	font-weight:		bold;
	border:			2px #18f018 solid;
	margin:			2px;
}

tr.logline_odd {
	background-color:       #333;
}

tr.logline_even {
	background-color:       black;
}

td.logdate, td.logtext {
	font-size:		90%;
}

td.logdate {
	width: 			4.5em;
}


span.message_part, span.message_quit, span.message_kick {
	color:			#18b2b2;
}

span.message_join {
	color:			#54ffff;
}

img.w3img {
	width:			88px;
	height:			31px;
	border:			none;
}

.error
{
	color: 			#ff0000;
	font-weight: 		bold;
	font-size: 		110%;
}


/**
 * Statistiken
 */
table.timetable tr.timeline-even {
	background-color:       black;
}

table.timetable tr.timeline-odd {
	background-color:       #333;
}

table.timetable td.hour {
	text-align:		center;
	width:			2em;
}

table.timetable td.percent {
	width:                  9em;
	text-align:		center;
}

table.timetable td.graph {
	padding-left:		20px;
}
