div.table tr
{
	cursor: pointer;
}

div.table tr:hover
{
	background-color: #eef;
}

div.table tr:active, div.table th:active
{
	background-color: #669;
	color: #fff;
}

td.c0
{
	font-weight: bold;
	font-size: 14pt !important;
}