/* CIT 594-2011 */
/* ---------- page header ---------- */
/* line 31, ../style.scss */
p.mainHeader {
  padding: 0.05in;
  background-color: #ffff99;
  border-style: groove;
  border-width: 5px;
  border-color: #ff9900;
  border-width: 0.1in;
  color: #330000;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 42, ../style.scss */
span.head {
  font-size: 1.6em;
  font-weight: bold;
}

/* line 47, ../style.scss */
span.subhead {
  font-size: 1em;
  font-weight: bold;
}

/* ---------- page body, general ---------- */
/* line 54, ../style.scss */
body {
  background-color: white;
}

/* ---------- header properties ---------- */
/* line 60, ../style.scss */
h1 {
  font-size: 1.6em;
}

/* line 61, ../style.scss */
h2 {
  font-size: 1.2em;
}

/* line 62, ../style.scss */
h3 {
  font-size: 1.0em;
}

/* line 64, ../style.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  color: #0099ff;
}

/* line 69, ../style.scss */
h1 {
  color: #330000;
}

/* line 70, ../style.scss */
h2 {
  color: #550000;
}

/* line 71, ../style.scss */
h3 {
  color: #770000;
}

/* line 72, ../style.scss */
h4, h5, h6 {
  color: #0099ff;
}

/* line 74, ../style.scss */
strong.stronger {
  font-size: 120%;
}

/* ------- data table properties -------- */
/* line 80, ../style.scss */
table.data, table.data th, table.data td {
  border-width: 1px;
  /*  border-width: 1px; /* so I can edit */
  border-color: #cc9933;
  border-style: solid;
}

/* line 87, ../style.scss */
table.data {
  border-collapse: collapse;
  margin-left: 0;
  margin-right: 0;
  background-color: white;
}

/* line 95, ../style.scss */
table.data td, table.data th {
  padding-right: 0.25em;
  padding-left: 0.25em;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 102, ../style.scss */
table.data th {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffff99;
  color: #330000;
  border-color: #ff9900;
  border-width: 4px;
  border-style: groove;
}

/* line 111, ../style.scss */
tr.alt {
  background-color: #ffffcc;
}

/* --------- code listing properties ---------- */
/* line 117, ../style.scss */
table.listing {
  border: 1;
  border-color: #996600;
  border-style: solid;
}

/* ---------- table for ANNOUNCEMENTS ---------- */
/* line 126, ../style.scss */
table.announce {
  width: 100%;
  border-width: 4px;
  border-color: red;
  border-style: groove;
}

/* line 133, ../style.scss */
table.announce th {
  color: black;
  background-color: red;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 139, ../style.scss */
table.announce td, th {
  border-color: red;
}

/* ---------- table for LAYOUT properties ---------- */
/* line 145, ../style.scss */
td.layout, table.layout {
  background-color: #FFFFFF;
  border-width: 2px;
  border-style: none;
  border-color: #FFFFFF;
}

/* ---------- lists ---------- */
/* line 154, ../style.scss */
li {
  margin-top: 3px;
}

/* line 158, ../style.scss */
dl {
  margin-left: 40px;
}

/* line 162, ../style.scss */
dt {
  margin-top: 15px;
}

/* ---------- anywhere ---------- */
/* line 168, ../style.scss */
.indent {
  margin-left: 40px;
}

/* line 172, ../style.scss */
.definiendum {
  font-style: italic;
  color: #CC0000;
}

/* line 177, ../style.scss */
.important {
  color: #C00;
  font-weight: bold;
}

/* line 182, ../style.scss */
.comment {
  color: #006600;
}

/* line 186, ../style.scss */
.error {
  background-color: #FF0000;
  text-decoration:line-through;
}

/* line 190, ../style.scss */
s {
  background-color: aqua;
}

/* line 194, ../style.scss */
.insertion, .correction {
  background-color: #66FF66;
}

/* ---------- code ---------- */
/* line 199, ../style.scss */
code {
  font-family: "Bitstream Vera Sans Mono", Monaco,                  "Lucida Console", monospace;
  font-size: 90%;
  color: #0000CC;
}

code i, code em, pre i, pre em {
  color:#FF00FF;
}

/* line 207, ../style.scss */
code.multiline pre, pre code.multiline {
  display: block;
  background: #F8F0FF;
  color: #3300CC;
  border: 1px solid #330099;
  margin-left: 0.25in;
  margin-right: 0.25in;
  padding: 4px;
  overflow: hidden;
}

/* line 218, ../style.scss */
code.comment {
  color: #990099;
}

.command {
  font-family: "Bitstream Vera Sans Mono", Monaco,
                 "Lucida Console", monospace;
  font-size: smaller;
  font-weight: bold;
  color: #000000;
}
