div.glossary
{
	border : 1px solid black;
	color : #000000;
	background-color :#FFFFFF;
	z-index: 1;
	padding : 1px 2px 1px 2px;
	display : none;
	position : absolute;
	height: 100px;
	overflow: auto;
	scrollbar-base-color: #F6F6F3;
	scrollbar-arrow-color: #6E6E6E;
}

.entry
{
	line-height: 16px;
	white-space:  nowrap;
}

.entryOn
{
	line-height: 16px;
	white-space:  nowrap;
	background-color:  Silver; 
	cursor: pointer; 
}
