/*PVPC Glossary styles
	For accessibility

	Rebecca Leutert 2007

*/

#copy-box .abbr {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

#copy-box a:link.glossary,
#copy-box a:visited.glossary,
#copy-box a:hover.glossary,
#copy-box a:active.glossary {
  color: #000000; /* should be the same color as text */
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #000000; /* for IE 5, same color as above */
  font-style: normal; /* for use with dfn */
}

#copy-box-no-side-nav .abbr {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

#copy-box-no-side-nav a:link.glossary,
#copy-box-no-side-nav a:visited.glossary,
#copy-box-no-side-nav a:hover.glossary,
#copy-box-no-side-nav a:active.glossary {
  color: #000000; /* should be the same color as text */
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #000000; /* for IE 5, same color as above */
  font-style: normal; /* for use with dfn */
}

dt {font-weight:bold; margin:1.3em 0 .1em 1em;; padding:0 0 0 0;}

dd {margin:0 2em 0 2em; padding:0 0 0 0;}

.glossary-letter-list {
	font-size: 1.5em;
	list-style: none;
	
}

.glossary-letter-list li{
	float: left; 
	padding-right: 10px;
	
}

#gloss-list{
	
}

