span.focus1 {
	color: #E2007A;
}
span.focus2 {
	color: #E2007A;
	font-weight: bold;
}
table.reslist {

}
table.reslist th {
	font-weight: bold;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-bottom: solid 1px #c0c0c0;
}
table.reslist td {
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-bottom: solid 1px #c0c0c0;
}
table.reslist td.highlight {
	background-color: #E2007A;
	color: #FFF;
}
table.reslist td.backlight {
	background-color: #7F7F7F;
	color: #FFF;
	border-bottom: solid 1px #e0e0e0;
}
table.reslist tr {
    background-color: #FFF;
    border-top: none;
}
table.reslist tr:hover {
    background-color: #dddddd;
}
table.res td {
	padding: 4px;
	border-bottom: solid 1px #7F7F7F;
}
table.res th {
	font-weight: bold;
	border-bottom: solid 1px #7F7F7F;
}
table.res th.title {
	color: #E2007A;
	font-weight: bold;
	border-bottom: solid 1px #7F7F7F;
}

