/* help.css
03.06.05 */

#content ul#bread { margin-bottom: 0; }
#content div#intro {
  background: url(images/qmark.gif) 10% 10% no-repeat;
  height: 159px;
  margin-top: 0.75em;
}

#content ol, #content ul { margin-left: 2em; }
#content dt { color: #315c87; }
#content dd { margin: 0 0 1em 1em; }
#content ol ol { list-style-type: lower-roman; }

#content table {
  border: solid #000;
  border-width: 1px 0;
  margin-top: 1em;
  margin-bottom: 1em;
}

img.nob { display: block; }

/* Add black border under th and specific row in carriage table */
table th, table#carriage tr.bordth th { border-bottom: 1px solid #000; }
table#carriage th { border-bottom: none; }    /* no border 1st row */

table#cc, table#conv { width: 350px; }
table#cc tr#cc0 td { background-color: #000; color: #fff; }
table#cc tr#cc1 td { background-color: #663333; color: #fff; }
table#cc tr#cc2 td { background-color: #FF0000; color: #fff; }
table#cc tr#cc3 td { background-color: #FF6600; color: #000; }
table#cc tr#cc4 td { background-color: #FFFF00; color: #000; }
table#cc tr#cc5 td { background-color: #33CC33; color: #fff; }
table#cc tr#cc6 td { background-color: #6666FF; color: #fff; }
table#cc tr#cc7 td { background-color: #CC66FF; color: #fff; }
table#cc tr#cc8 td { background-color: #939393; color: #000; }
table#cc tr#cc9 td { background-color: #fff; color: #000; }

