table
{
	color: navy;
}

table.list
{
	color: black;
	border-collapse: collapse;
}

table.wide
{
	width: 100%;
}

table.list thead, table.list thead tr:hover
{
	background-color: lightblue;
}

table.summary tr
{
	border-bottom: 1px dotted #a0a0a0;
}

table.list th
{
	color: navy;
}

table.list th, table.list td
{
	padding: 2px;
}

table.list td.remove_icon
{
	width: 30px;
	text-align: right;
}

.highlight1
{
	background-color: #f0f0f0;
}

.highlight, .highlight0
{
	background-color: white;
}

.highlight2
{
	background-color: lightyellow;
}