/* Filename: glossary.css
 * Description: Stylesheet for Glossary of Terms as Used by the NEUMES Project.
 * Author: Louis W. G. Barton
 * Version: 15 July 2008
 */

A:link {
	color: #0000FF;
/*	color: inherit; */
	text-decoration: underline;
}
A:visited {
	color: inherit;
	text-decoration:underline;
}
A:active {
	color: inherit;
	text-decoration: underline;
}
A:hover {
	color: inherit;
	background-color: Yellow;
}
P.indent {
	text-indent: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* HTML superscript tag: */
SUP {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 80%;
}
.dfn {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 80%;
	color: maroon;
}
SPAN.cite {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 75%;
	color: navy;
}
TABLE.LetterDivision {
	width: 87%;
	margin-top: 12px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #CCCCC1;
	color: inherit;
	border:none;
}
DIV.Initial {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;  /* NB: Interaction with TABLE padding */
	margin-left: -11px;
	font-size: 1.7em;
	font-weight: bold;
	color: rgb(0, 10, 128);
}
DIV.citation {
	margin-left: 20px;
	margin-right: 0px;
	text-indent: -20px;  /* first line */
}
TD.caption {	/* NB, size in px keyed to image size: */
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	/* color: rgb(36, 64, 0);  dark green */
	color: rgb(128, 0, 10);  /* dark red */
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.captionCredit {	/* NB, size in px keyed to image size: */
	padding-top: 4px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: rgb(128, 0, 0);  /* dark red */
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
SPAN.subentryTitle {
	font: small-caps 65% sans-serif;
	font-weight: bold;
	color:rgb(36, 64, 0);  /* green */
	text-decoration: overline;
}
DIV.implementation {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 70%;
	color: rgb(30, 38, 0);
	margin-top: 4px;
	margin-bottom: 0px;
}
/*[end, glossary.css]*/