/* print.css

   Copyright (c) 2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
   W3C liability, trademark, document use and software licensing
   rules apply, see:

   http://www.w3.org/Consortium/Legal/copyright-documents
   http://www.w3.org/Consortium/Legal/copyright-software
*/
body {
  color: black;
  font-family: sans-serif;
  font-size: 12pt;
}

div.slide { page-break-before: auto; page-break-inside: avoid; }
div.background { display: none; 
  visibility: hidden; page-break-after: avoid; }
div.handout { display: block; visibility: visible; }

div dt
{
  margin-left: 0;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
div dd
{
  margin-left: 2em;
}

blockquote { font-style: italic }

pre { color: rgb(0,128,0); font-size: 80%;
 font-weight: bold; line-height: 120%; }

p.copyright { font-size: smaller }

a:visited { color: navy }
a:link { color: blue }
a:hover { color: red }
a:active { color: red }

a {text-decoration : none}
.navbar a:link {color: white}
.navbar a:visited {color: yellow}
.navbar a:active {color: red}
.navbar a:hover {color: red}

ul { list-style-type: square; }
ul ul { list-style-type: disc; }
ul ul ul { list-style-type: circle; }
ul ul ul ul { list-style-type: disc; }
li { margin-left: 0.5em; }
li li { font-size: 80%; font-style: italic }
li li li { font-size: 80%; font-style: normal }

li.graphics {
list-style-image: url(../Slidy//G.png);
list-style-type: upper-alpha;
}

li.testing {
list-style-image: url(../Slidy//T.png);
list-style-type: upper-alpha;
}

li.answer {
  list-style-type: none;
}

div dt
{
  margin-left: 0;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
div dd
{
  margin-left: 2em;
  margin-bottom: 0.5em;
}

object.code
{
  width: 100%;
  height: 50%;
  border: 1px solid;
  background: #fff7eb;
}

div.syntax
{
  border: 4px ridge;
  background: #ddf1f3;
  padding: 25px 25px 25px 25px;
}

code.blue { color: blue; }

span.blue { color: blue; }

td.center {text-align:center;
padding: 0 25px 0 25px; }

.withloweralpha {list-style-type: lower-alpha; }

.bl {background: url(../Slidy/bottom-left.png) 0 100% no-repeat #ddf1f3; width: 100%}
.br {background: url(../Slidy/bottom-right.png) 100% 100% no-repeat}
.tl {background: url(../Slidy/top-left.png) 0 0 no-repeat}
.tr {background: url(../Slidy/top-right.png) 100% 0 no-repeat; padding:10px}



