/* ------------------------------
   W3C OldSkool Style
   ------------------------------ */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background: white;
  color: black;
  background: url("W3CBackground.png") repeat-y left top;
}

hr { 
  clear: both;
  border: 1.5 groove black;
  border-bottom-width: 1px;
}

h1 {
  font-size: 2em;
  color: #04a;
}
/* ------------------------------
   Header
   ------------------------------ */
   
#slideTitle { float:left} 
#titleAndNavigation { 
	margin: 0em 2em 2em 120px;
    min-height: 35px;
}
#header {
  margin: 5px 0 0.2em 0em;
  /* background: url("w3c_home.gif") no-repeat left top; */
  background: url("W3CLogo.png") no-repeat left top;
  height: 42px;
  text-align: left;
  float:left; 
  width: 120px;
}

#tocPage {
  margin: 5px 0 0.2em 0em;
  background: url("W3CLogo.png") no-repeat left top;
}

#headertext {
  display: none;
}



/* ------------------------------
   Navigation Icons 
   ------------------------------ */

#navigation-previous {
  background: url("left.gif") no-repeat left top;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 110px;
  width: 30px;
  height: 30px;
}

#navigation-previous:hover {
  background: url("lefthover.gif") no-repeat left top;
}

#navigation-next {
  background: url("right.gif") no-repeat left top;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 40px;
  width: 30px;
  height: 30px;
}

#navigation-next:hover {
  background: url("righthover.gif") no-repeat left top;
}

#navigation-toc {
  background: url("index.gif") no-repeat left top;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 75px;
  width: 30px;
  height: 30px;
}

#navigation-toc:hover {
  background: url("indexhover.gif") no-repeat left top;
}

#navigation-switch {
  display: none;
  background: url("style.gif") no-repeat left top;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 40px;
  width: 30px;
  height: 30px;
}

#navigation-switch:hover {
  background: url("stylehover.gif") no-repeat left top;
}

#navigation span {
  display:none;
}

#navigation {
  border-bottom: 1px solid white;
}

/* ------------------------------
   Footer
   ------------------------------ */

#footer {
  margin: 0em 2em 2em 120px;
  padding-top: 0.5em;
  font-size: 0.9em;
  text-align: left;
}

#position {
  position: absolute;
  right: 2em;
  text-align: right;
}

/* ------------------------------
   Content
   ------------------------------ */

#content {
  font-size: 1.5em;
  /* border-top: 1px solid black; */
  margin: 0em 2em 2em 120px;
  min-height: 515px;
}

#tocPage #content  { 
	font-size: 1.2em; 
}



h1.slidelist {
   font-size: 1.2em;
   position: static;
}

ul {
  color: black;
}

li {
  padding: 0.1em 0.5em 0.1em 0.1em;
}

a {
  color: #006699;;
}

a:hover {
  color: black;
  background:yellow;
}

code { 
    color: maroon; 
    font-weight: bold; 
    font-family: "Courier New", courier, monospace;
    font-size-adjust: 0.4;
}

pre {
  padding: 0em 0em 0em 1em;
  font-size: 1em;
  font-family: "Courier New", courier, monospace;
  color: maroon;
  font-weight: bold;
  margin-bottom: 0; 
  margin-top: 0;
  font-size-adjust: 0.4;
}

blockquote {
  padding: 0em 1em 0em 0.5em;
  color: black;
}

dt {
	color:green;
}

strong {
  color: #500;
  font-weight: bold;
}

em {
  color: #050;
  font-weight: bold;
}

/* Various emphasis colours. */
.emph1 { 
   color: blue;
}
.emph2 { 
   color: #006400;
}
.emph3 { 
   color: #cc0066;
} 
.emph4 { 
   color: #ff00cc;
}
.emph5 { 
   color:red;
}

div.center, div.centre {
	text-align:center;
}

.svgOnly { display: none }

