/* CSS style for Core Design Glossary plugin for Joomla! 1.5 */

.glossary-term {
border-bottom: 1px dashed #2977d7;
/*padding: 3px;*/
/*margin: 0 3px;*/
/*background-color: #ffffe0;*/
cursor: help;
/*color: gray;*/
}


/* Glossary content next to the term */
.glossary-content {
	display: none;
}

/* Glossary - blue */
.glossary {
	position: absolute;
	cursor: help;
	z-index: 3000;
	border: 1px solid #B0B7FE;
	padding: 5px;
	font-size: 13px;
	background: #ffffff;
	width: 250px;
	text-align: left;
	/*color: gray;*/
}
.glossary h3, .glossary .body {
	margin: 0;
	padding: 0;
}
.glossary h3 {
	background: #2977d7 url(../images/cdglossary_dic.png) 1px 1px no-repeat;
	padding: 2px 3px 2px 22px;
	font-size: 13px;
	height: 15px;
	line-height: 15px;
	color: #FFFFFF;
}
.glossary .body div {
	margin-top: 5px;
}
