thead > tr > th {
	text-align: left;
	font-weight: bold;
	background-color: #771d80;
	color: white;
	border-bottom: 1px solid black;
}
tbody.list > tr > td {
	border-bottom: 1px solid #cccccc;
}
tbody.list > tr.selected {
	background-color: #dddddd;
}
tbody.list > tr.mouseover {
	background-color: #eeeeee;
}
div.status {
	background-color: #eeeeee; 
	min-height: 70px; 
	padding: 4px;
}
div.status, div.status * {
	cursor: pointer;
}
div.status.highlight {
	border: 1px solid red;
	background-color: #ffc;
}

