table.list {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
table.list tr th,
table.list tr td {
	padding: 3px;
}
table.list tr th {
	border: 1px solid #1E568F;
	text-align: center;
	background-image: url('../img/table-list-bg.png');
	background-color: #FFF7BA;
	color: #fff;
}
table.list tr th.id {
	width: 20px;
}
table.list tr td.id {
	width: 20px;
	text-align: center;
	font-weight: bold;
}
table.list tr td {
	background-color: #C1D9F1;
}
table.list tr td.hover {
	background-color: #86B8EA;
}
table.list tr td.clicked {
	background-color: #FFBABA;
}
table.list tr td a {
	text-decoration: none;
	color: #000080;
}
table.list tr td.actions {
	padding: 2px;
}
