
/* [.nfq] Module Glossary start */
.lexicon_layer{
	position: absolute;
	color: #cccccc;
	background: #ffffff;
	font-size: 10px;
	border: 1px solid #000000;
	width: 550px;
	overflow: hidden;
	z-index:99;
}
.lexicon_layer_head{
	margin: 0 9px 0 9px;
	height: 27px;
	line-height: 26px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	/*background: transparent url([{$imagedir}]/dotted_line_gr_w.gif) repeat-x bottom left;*/
	overflow: hidden;
}
.lexicon_layer_content{
	margin: 5px 9px 9px 9px;
	line-height: 12px;
	font-size: 10px;
	color:  #333333;
	background: transparent;
	overflow: hidden;
}
.lexicon_layer_foot{
	margin: 0;
	height: 29px;
	background: #f1f1f1;
	color:  #cccccc;
	border-top: 1px solid #909090;
	font-size: 10px;
	overflow: hidden;
}
.lexicon_layer_foot .delete_button{
	margin: 4px 9px 0 0;
	display: block;
	width: 114px;
	padding: 0 0 0 21px;
	height: 21px;
	line-height: 21px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: none;
	cursor: pointer;
	float: right;
/*	background: transparent url([{$imagedir}]/delete_button_o_w_135.gif) no-repeat 0px 0px;*/
	color: #cccccc;
}
.lexicon_layer_foot .delete_button:link,
.lexicon_layer_foot .delete_button:active,
.lexicon_layer_foot .delete_button:visited,
.lexicon_layer_foot .delete_button:hover,
.lexicon_layer_foot .delete_button:focus{
/*	background: transparent url([{$imagedir}]/delete_button_o_w_135.gif) no-repeat 0px 0px;*/
	color: #ff0000;
	text-decoration: none;
}
.lexicon_layer_content li{
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 10px;
	line-height: 12px;
	list-style: none;
/*	background: transparent url([{$imagedir}]/arrow_right_o_g_8.gif) no-repeat 0px 3px;*/
	color:  #cccccc;
}

/* [.nfq] Module Glossary end */