/* HOME PAGE "CHUNKS" */

table.chunks {
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.chunks td {
  border: 1px solid #6484b0;
}

table.chunks td.chunk-heading {
  background-color: #6484b0;
  padding: 1em 0 1em 0;
}
table.chunks h2 {
  color: White;
  font-size: 125%;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0;
}

table.chunks td table td {
  border: none;
}

table.chunks p {
  /* Make IE6 and FF2 render more similarly.  IE6 doesn't put a margin before the top
     paragraph in a cell, or below the bottom one. */
  margin-top: 10pt;
  margin-bottom: 0pt;
}

table.chunks div.chunk-contents {
  padding: 10px 12px;
}

div.chunk-contents .term-featured,
div.chunk-contents .term-non-featured {
  background-color: #fff;
  border: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

div.chunk-contents .definitions li {
  margin-bottom: 0;
}