@CHARSET "ISO-8859-1";
@IMPORT url("modules/green.css");
@IMPORT url("modules/red.css");

div.module {

}

div.module div.tl {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
}

div.module div.t {
	height: 30px;
	margin: 0 30px 0 30px;
	background-color: cccccc;
}

div.module div.t h2 {
	margin: 0;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}

div.module div.tr {
	float: right;
	width: 30px;
	height: 30px;
	margin-top: -30px;
}

div.module div.bl {
	float: left;
	width: 20px;
	height: 20px;
}

div.module div.b {
	height: 20px;
}

div.module div.br {
	float: right;
	width: 20px;
	height: 20px;
}

div.module div.content {
	font-size: 15px;
}

div.module div.content ol {
	margin: 0;
	padding: 10px 10px 10px 25px;
}

div.module div.content ol span.name {
	font-weight: bold;
}

div.module div.content ol span.stats {
	font-size: 12px;
	font-style: italic;
}