span.glossary {
	display: inline-block;
}

span.glossary.enabled {
	text-decoration: none;
	color: rgb(212,87,43);
	cursor: help;
	font-weight: bold;
	border-bottom: 1px dotted rgb(212,87,43);
}

span.glossary .popup {
	display: none;
	background: rgb(212,87,43);
	width: 300px;
}

span.glossary .popup .title {
	font-weight: bold;
	padding: 8px 12px 0px 12px;
	color: #ffffff;
	font-size: 12px;
}

span.glossary .popup .definition {
	font-weight: normal;
	padding: 0px 12px 12px 12px;
	color: #ffffff;
	line-height: 1.2em;
	font-size: 12px;
}
