
.suggestion-box
{
	border: 1px solid #999999;
	background-color: white;
}

.suggestion-box TABLE
{
	width: 100%;
	background-color: white;
}

.suggestion-box TR
{
	width: 100%;
	background-color: white;
}

.suggestion-box TD
{
	width: 100%;
}

.suggestion-box TD.cell-hover
{
	color: white;
	cursor: pointer;
	background-color: blue;
}

.suggestion-box TD.cell-no-hover
{
	cursor: pointer;
	color: blue;
	background-color: white;
}

