/* Cross-references: */

span.blx { 
	font-style: italic;
}
span.x { /* for xrefs where only the font style is applied but the hyperlink is generated from parent element <xr/> */
	font-variant: small-caps;
	font-size: 1.063em;
	font-weight:bold;
}
span.xref { /* loosely structured cross-references */ }
span.xr-ps { /* part of speech within xref hyperlinks */
			/* this was deleted in XSLT; reinstate?: 
			font-style:italic; */
}
span.xr-ps-homonym {
	font-size:x-small; 
	vertical-align:super;
}
/* cross-reference sense numbers */
span.xsense, span.xsenses {font-size:0.938em; }


a.x {
	font-variant: small-caps;
	-moz-text-decoration-color: #2B8815; /* Code for Firefox */
	color:#2b8815;
}
a.x:hover {
	text-decoration: underline;
	color:#2B8815;
}
a.xr {
	font-variant: normal;
	font-weight:bold;
	-moz-text-decoration-color: #2B8815; /* Code for Firefox */
	tex-decoration-color: #2B8815 !important;
	color: #2B8815 !important;
}
/* Delete after testing: */
/*a.xr {
	font-variant: small-caps;
	-moz-text-decoration-color: #2B8815; /* Code for Firefox */
	/*tex-decoration-color: #2B8815 !important;
	color: #2B8815 !important;
}*/
a.xr:hover {
	text-decoration: underline;
	color:#2B8815;
}
