/*
.clear{
	display:block;
	clear:both;
	height:1px;
	width:100%;
	line-height:1px;
}
*/

.invisible{
	position:absolute;
	top:-50000px;
	left:-50000px;
}

.glossary-text {
	color: black; 
	text-decoration: none;
}

.glossary-text dfn {
	cursor:pointer;
}

.glossary-tooltip {
	position: absolute; 
	z-index: 10; 
	visibility: hidden; 
	color: black; 
	font-family: Arial;
	font-size: 11px; 
	text-align: justify;
	width:313px;
}

.glossary-tooltip a.glossary-url {
	text-decoration: none; 
	cursor: pointer;
}

.glossary-tooltip .top {
	display:block;
	width:313px;
	height:25px;
	background: transparent url("../img/top.gif") no-repeat top left;
	margin:0px;
	padding:0px;
}

.glossary-tooltip .middle {
	display:block;
	width:280px;
	background: transparent url("../img/middle.gif") repeat-y top left;
	margin:0px;
	padding: 0px 18px 0px 20px;
	font-size: 12px; 
	font-style: normal;
	text-align:left;
}

.glossary-tooltip .bottom {
	display:block;
	width:313px;
	height:65px;
	background: transparent url("../img/bottom.gif") no-repeat bottom left;
	margin:0px;
	padding:0px;
}

.glossary-tooltip strong {
	font-size: 12px; 
	color:#5775A9;
}