@charset "utf-8";

TABLE.system-table {
	border-collapse: collapse;
}
TABLE.system-table TH,
TABLE.system-table TD {
	border: 1px solid #ffffff;
	font-size: small;
	padding: 0.4em;
	vertical-align: top;
}
TABLE.system-table TH {
	background-color: #e5e5e5;
	color: #333333;
}
TABLE.system-table TD {
	background-color: #999999;
	color: #f5f5f5;
}
TABLE.system-table TR.odd TD {
	background-color: #666666;
	color: #f5f5f5;
}
TABLE.system-table TR.even TD {
	background-color: #333333;
	color: #f5f5f5;
}
