/* CSS style for Core Design Glossary plugin for Joomla! 1.5 */

.glossary-term {
	border-bottom: 1px dashed #7C962A;
	/*padding: 0 3px;
	margin: 0 3px;*/
	color: #7C962A;
}

/* Glossary content next to the term */
.glossary-content {
	display: none;
}

/* Glossary - grey */
.glossary {
	position: absolute;
	cursor: help;
	z-index: 3000;
	border: 1px solid #dcdcdc;
	background: #ffffff;
	width: 250px;
	text-align: left;
	color: #000000;
        padding: 10px;
}
.glossary h3, .glossary .body {
	margin: 0;
	padding: 0;
}
.glossary h3 {
	background: url(../images/help.gif) no-repeat 1px 1px;
	padding: 2px 3px 2px 22px;
	font-size: 13px;
	height: 15px;
	line-height: 15px;
	color: #7C962A;
}
.glossary .body div {
	margin-top: 5px;
}