span.gloss
{
	position: relative;
	left: 0px; right: 0px;
	cursor: default;
}

span.gloss span.glosstext
{
	position: relative;
	left: 0px; right: 0px;
	border-bottom: 1px dotted #336699;
	bcolor: #2D2D19;
}

span.gloss span.glosstextOn
{
	position: relative;
	left: 0px; right: 0px;
	background-color: #336699;
	color: #FFFFFF;
	border-bottom: 1px dotted #336699;
}

span.gloss span.glossbox
{
	font-family: Verdana, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	display: block;
	position: absolute;
	left: 1em;
	top: 2.5em;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=5);
	background-color: #FFFFAA;
	border: 1px solid #336699;
	padding: 3px 7px 3px 7px;
	color: #336633;
	font-size: 8.5pt;
	white-space: nowrap;
}

span.glosselab1
{
	display: block;
	font-weight: bold;
	margin-top: 3px;
	border-top: 1px dotted #AAAAAA;
	padding-top: 1px;
}
span.glosselab2
{
	display: block;
	margin-top: 1px;
	margin-left: 2em;
	margin-bottom: 3px;
}