/* glossary css */

div.alphabet{
  padding: 10px 0px;
  width: 485px;
  margin: 0 auto;
}

div.alphabet ul {
  margin: 0px 0px 0px 30px;
  padding: 0px;
}

div.alphabet ul li {
  display:inline;
  background-color:#EAEAEA;
  border:1px solid #CCCCCC;
  padding:1px 3px 1px 3px;
  text-align:center;
  width:12px;
  color:#333333;
  margin-left: 3px;
}

div.alphabet ul li:hover {
background-color:#9dd2f4;
text-decoration:none;
}

div.alphabet ul li span.letter {
  cursor: default;
}

div.alphabet a {
text-align:center;
width:12px;
}

div.alphabet a:hover {
text-decoration:none;
}

div.alphabet a#active_letter {
background-color:#2FB1CB;
color:#FFFFFF;
}

table.glossary {
  margin: 5px auto 30px auto;
  width: 90%;
}
table.glossary th.col1 {
  min-width: 100px;
}
table.glossary tr {
  padding-bottom: 15px;
}
table.glossary td {
  vertical-align: text-top;
}
table#hoverhighlight tr.shaded {
  background: #E3E7E8;
}
table#hoverhighlight tr.highlight td {
background: #A2D1EB;
}

/* end of glossary css */
