﻿/*.bubbletip*/
.glossary 
{
	text-decoration: underline;
	color: #0068cc;
}
.glosItem 
{
	background-color: #f2f2f2;
	display: block;
	margin: 0px;
	width: 300px;
	text-align: left;
}
.metadata 
{
	display: none;
}
.glosItem .title
{
	width: 300px;
	font-weight: bold;
	padding-bottom: 4px;
	display: block;
}
.glosItem .definition
{
	width: 300px;
	display: block;
	padding-bottom: 4px;
}
.glosItem .glosLink 
{
	width: 300px;
	display: block;
	text-align: right;
	font-weight: bold;
	color: #0064ce;
}
.glosItem .glosLink A, .glosItem .glosLink A:visited, .glosItem .glosLink A:hover, .glosItem .glosLink A:active
{
	color: #0064ce;
}
.glosItem .definition p
{
	margin: 1pt 0px 1pt 0px;
}
