tr, th, td {
	font-size: 100%;
}

table.list {
  border-collapse: collapse;
	margin: 4px 0 4px 0;
	width: 100%;
}

table.list tr th {
	background-color: #fff;
	color: #069;
	border: 1px solid #fff;
	border-bottom: 2px solid #d0d7e5;
	padding: 3px 6px;
	white-space: nowrap;
	font-weight: normal;
}
table.list tr td {
	border: 1px solid #d0d7e5;
	padding: 2px 4px;
}
table.list tr:hover td {
	background-color: #f6f8fa;
}

table.list tr.green td {
	background-color: #e6f8ea;
	color: #006100;
	border-color: #a7e7b3;
}
table.list tr.green:hover td {
	background-color: #c6efce;
}

table.list tr.yellow td {
	background-color: #fff6d7;
	color: #9c6500;
	border-color: #ffe073;
}
table.list tr.yellow:hover td {
	background: #ffeb9c;
}

table.list tr.red td {
	background-color: #ffeff1;
	color: #9c0006;
	border-color: #ff9faa;
}
table.list tr.red:hover td {
	background-color: #ffc7ce;
}

table.list tr.gray td {
	background-color: #f5f5f5;
	color: #aaa;
}

table.list tr td.large {
	font-size: 120%;
	font-weight: bold;
}

table.list tr td.unused {
	background-image: url('table.unused.png');
	color: #a9b6cf;
}
