#glossary_over {
	text-decoration: underline;
	border-bottom: 1px dashed;
}

#glossary_popup {
	color: black;
	background: LightBlue;
	padding: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid blue;
	font-size: 9px;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', 'sans-serif';
	z-index: 2000;
}

#glossary_term {
	font-weight: bold;
	font-style: italic;
}

.glossary_missing {
	color: red;
}
