div.wordexplorer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #00CC00; /*green;*/
}
table.wordexplorer td
{
	vertical-align: top;
}

table.wordexplorer tr td.wephrase
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00CC00; /*green;*/
}

table.wordexplorer tr.closed a.opened, table.wordexplorer tr.opened a.closed
{
	display: none;
}

table.wordexplorer tr.hidden
{
	display: none;
}

table.wordexplorer a.current
{
	color:	red;
	background-color:	#FFFFD9;
}
