/* CSS Document */

a.glossary:hover {
	text-decoration:underline;
}
a.glossary {
	cursor:help;
	color:#4d4d4d;
	font-weight: bold;
}

#letters ol { clear:both; }
li.letter{ margin:0 2px 2px 0;float:left; width:23px; height:23px; text-align:center; background:url(/images/icons/letter.gif) no-repeat 50%; color:#039; line-height:23px; cursor:default; }
li.empty { background:url(/images/icons/letterempty.gif) no-repeat 50%; color:#fff; }
li.letter a {font-weight:bold; display:block; color:#fff; }