#help_list
{
	position: absolute;
	width: 154px;
	
}
#help_list table
{
	border: 1px solid black;
	width: 100%;
	cursor: default;
	background: white;
}
#help_list tr
{
	font: 12px arial,sans-serif;
	text-align: left;
	padding: 2px;
	background: #E1E1E1;
}
#help_list td
{
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.equal
{
	font-weight: bold;
	background: #BBBBBB;
}
.checked
{
	background: #FF9900;
	color: white;
}
.checked .equal
{
	background: transparent;
}