/* CIT 591-2012 */
/* ---------- page header ---------- */

header {
  display: block;
  padding: 0.05in;
  color: #000000;
  background-color: #99FFFF;
  border-color: #0099FF;
    color: #000000;
    background-color: #FFFFCC;
    border-top-color:#F80;
    border-right-color:#F0F;
    border-bottom-color:#0FF;
    border-left-color:#6C0;
    border-style: groove;
  border-style: groove;
  border-width: 0.1in;
  font-family: Arial, Helvetica, sans-serif;
}

header h1, span.head {
  color: #000000;
  font-size: 1.6em;
  font-weight: bold;
}

header h2, span.subhead {
  color: #000000;
  font-size: 1em;
  font-weight: bold;
}

/* ---------- page body, general ---------- */

body {
  background-color: #FFFFFF;
  background-image: url(../Assignments/css/background.gif);
}

/* ---------- header properties ---------- */

h1 { font-size: 1.6em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.0em; }
h4 { font-size: 0.9em; }

h1 { color: #0000CC; }
h2 { color: #0022FF; }
h3 { color: #0044FF; }
h4 { color: #0077FF; }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}

th {	
  font-family: Arial, Helvetica, sans-serif;
}

strong.stronger {
  font-size: 120%;
}

.header {
  background-color: #99FFFF;
  border-color: #0099FF;
  border-width: medium;
  border-style: groove;
  border-width: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:18pt;
  font-weight: bold;
  padding:6px;
  text-align:center;
}

/* ---------- table properties ---------- */

table.data, table.data th, table.data td {
  border-style: solid;
  border-width: 1px;
}

table.data {
  border-collapse: collapse;
  margin-left: 0;
  margin-right: 0;
  background-color: #FFFFFF;
  border-color: #0099FF;
}

table.data th, table.data td {
  padding-right: 0.25em;
  padding-left: 0.25em;
  padding-top: 2px;
  padding-bottom: 2px;
  border-collapse:collapse;  
}

table.data th {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #99FFFF;
  border-color: #0099FF;
  border-style: outset;
  border-width: 8px;
    color: #000000;
    background-color: #FFFFCC;
    border-top-color:#F80;
    border-right-color:#F0F;
    border-bottom-color:#0FF;
    border-left-color:#6C0;
    border-style: groove;
}

tr.alt td.alt {
    background-color: #DDFFFF;
  }

/* ---------- table for ANNOUNCEMENTS ---------- */

table.announce {
  width: 100%;
  background-color: #FFFFFF;
  border-style: groove;
  border-width: 4px;
  border-color: #FF0000;
}

table.announce th {
  background-color: #FF9999;
  border-style: outset;
  border-color: #FF0000;
}

table.announce td {
  border-style: solid;
  border-width: 1px;
  border-color: #FF0000;
}
/* ---------- table for LAYOUT properties ---------- */

td.layout, table.layout, table.layout tr, table.layout td, table table.announce, td table.announce {
  background-color: #FFFFFF;
  border-width: 2px;
  border-style:hidden;
  border-color: #FFFFFF;
}

/* ---------- lists ---------- */

li {
  margin-top: 8px;
}

dl {
  margin-left: 40px;
}

dt {
  margin-top: 8px;
}

/* ---------- anywhere ---------- */

.indent {
  margin-left: 40px;
}

.definiendum {
  font-style: italic;
  color: #CC0000;
}

.important {
    color: #C00;
    font-weight: bold;
}

.comment {
  color: #006600;
}
.error {
  background-color: #FF0000;
  text-decoration:line-through;
}

.wrong {
	background-color:#F9F;
}

s {
  background-color: #FF0000;
}

.insertion, .correction {
  background-color: #66FF66;
}

.boxed {
  border-style: solid;
  border-color:#000000;
  border-width:1px;
}
/* ---------- code ---------- */

code {
  font-family: Consolas, "Bitstream Vera Sans Mono", Monaco,
               "Lucida Console", "Trebuchet MS", monospace;
  font-weight: bold;
  font-size: 100%;
  color: #990000;
}

code.multiline pre, pre code.multiline {
  display: block;
  background: #CCFFCC;
  color: #990000;
  font-size: 100%;
  font-family: Consolas, "Bitstream Vera Sans Mono", Monaco,
        "Lucida Console", "Courier New", Courier, monospace;
  border: 1px solid #00FF00;
  margin-left: 0.25in;
  margin-right: 0.25in;
  padding: 4px;
  overflow: hidden;
}

code em, code i, em code, em i {
  font-size: 100%;
  color: #CC00CC;
}

code.comment {
  font-size: 100%;
  color: #009900;
}

.variable {
  font-size: 100%;
  font-style: italic;
  font-weight: bold;
  color: #990066;
}

.program {
	white-space:pre;
	background-color:#FFFFCC;
	border: thin solid #417904;
    margin-left: 0.25in;
	font-family: Consolas, "Trebuchet MS",
	              "Bitstream Vera Sans Mono", Monaco,
                 "Lucida Console", monospace;
	font-size: 100%;
	font-variant: normal;
	color: #990000;
}
