/* -------------------------------------------------------------
 *	GLOSSARY
 *
 *  This style sheet manages tooltip popup styles.
 *  This style can inherit from the layout.css and typography.css.
 *
 * -------------------------------------------------------------
 */

.glossaryTerm {
	cursor: pointer;
}

#glossaryToolTip {
	padding: 3px;
	font-size: .75em;
	border: 1px solid #a6a7ab;
	background: #f2f3f5;
	width: 300px;
}

.glossary-header .term, .glossary-header .def {
	width: 200px;
	float: left;
	display: inline; /* IE6 double margin hack */
	padding: 5px;
}

.glossary-header .term {
	width: 200px;
}

.glossary-header .def {
	width: 450px;
}

.glossary-header {
	font-weight: bold;
}

.glossary-category .term, .glossary-category .def {
	font-size: .825em;
	padding: 5px;
}

.glossary-category .term a {
	padding-right: 5px;
	text-decoration: none;
}

.glossary-category .def {
	margin-left: 30px;
}

