/* ------------------------------
   W3C OldSkool Style
   ------------------------------ */
body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: black;
  background-image: url(W3CBackground.png);
  background-attachment: fixed;
  background-position: left;
  background-repeat: repeat-y;
}

hr { 
  clear: both;
  border: 1.5px groove black;
  border-bottom-width: 1px;
}

h1 {
  margin: -0.8em 2em 0.5em 120px;
  font-size: 3em;
  color: #04a;
}

div.genSlide {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
	
img {
	border: none;
}

/* ------------------------------
   Header
   ------------------------------ */

div.header {
  background-image: url("W3COffice.png");
  background-attachment: scroll;
  background-position: 10px 10px;
  background-repeat: no-repeat;
}
div.toc {
  margin: 3em 0 0.2em 0em;
  background: url("W3COffice.png") no-repeat left top;  
}

div.header table { 
    width: 100%;
}

/* Table cell in the header for the logo */
div.header td.logoHd {
    text-align: left;
    vertical-align: top;
	 height: 55px;
	 width: 72px;
}

/* Table cell in the header for the navigation arrows */
div.header td.navigationHd {
    text-align: right;
    vertical-align: top;
}

/* ------------------------------
   Navigation Icons 
   ------------------------------ */

#navigation-previous {
  background: url("../../icons/left_oldstyle.gif") no-repeat left top;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 110px;
  width: 30px;
  height: 30px;
}

#navigation-previous:hover {
  background: url("../../icons/lefthover.gif") no-repeat left top;
}

#navigation-next {
  background: url("../icons/right_oldstyle.gif") no-repeat left top;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 40px;
  width: 30px;
  height: 30px;
}

#navigation-next:hover {
  background: url("../icons/righthover.gif") no-repeat left top;
}

#navigation-toc {
  background: url("../icons/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("../icons/indexhover.gif") no-repeat left top;
}

#navigation-switch {
  display: none;
  background: url("../icons/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("../icons/stylehover.gif") no-repeat left top;
}

#navigation span {
  display:none;
}

/* ------------------------------
   Footer
   ------------------------------ */
/* Copyright: appears on the left of signature */
div.copyright {
	float: left;
	width: 100px;
	font-size: 0.6em;
}
/* Signature. Contains one table with three elements. */
div.signature {
    font-size: 0.5em;
	 margin-left: 130px;
}

div.signature table { 
    width: 85%;
}

/* Styles for the three table cells of the signature */
div.signature td.authorSig { 
    text-align: left; 
    width: 45%;
    font-size: 10pt;
}

div.signature td.dateSig { 
    text-align: center; 
    width: 20%;
    font-size: 10pt;
    
}

div.signature td.slideNumberSig { 
    text-align: right; 
    width: 35%;
    font-size: 10pt;
}

/* ======================================================================== */
/* The table of content is enclosed into a div.toc                          */
/* ======================================================================== */

div.toc { 
   padding-left: 1em;
}

div.tocTitle h1 { 
   color: navy; 
   font-size: 220%; 
	padding-top: 0.5em;	
}

div.prologue { 
			text-align: left; 
			margin-bottom: 1em; 
			margin-top: 1em; 
			padding: 1em;
}

div.prologue h2 { 
   color: navy; 
   font-size: 120%; 
   text-align: center;
}

div.tocTitle {
    font-weight: bold;
    text-align: center;
    padding-left:0.3em;
	 padding-bottom: 0.5em;
    border-bottom-width: medium;
    border-bottom-color: navy;
    border-bottom-style: ridge;
}

div.toc ol {
	padding-left: 20%;	
}


/* ================================================================ */
/*  Styles for the title page                                       */
/* ================================================================ */

p.TitleMajor {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    padding-top: 2em;
    margin-bottom: 2em;
    font-style: italic;
}

p.TitleMinor{
    text-align: center;
    font-size: 90%;
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-style: italic;
}

p.TitleMinor2, p.TitleMinor3, p.TitleMinor4 {
    text-align: center;
    font-size: 70%;
    font-weight: bold;
    margin-bottom: 0.5em;
}    

p.TitleMinor2{
    padding-top: 2em;
}

p.TitleMinor4{
    padding-top: 3em;
}

/* ------------------------------
   Content
   ------------------------------ */

div.slideContent {
  font-size: 1.5em;
  /* border-top: 1px solid black; */
  margin: 0em 1em 2em 120px;
  /*min-height: 515px;*/
}

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;
}

dd {
  padding: 0.1em 0.5em 0.1em 0.1em;
}

strong {
  color: #500;
  font-weight: bold;
}

em {
  color: #050;
  font-weight: bold;
}

div.center, div.centre {
	text-align:center;
}

.svgOnly { display: none }


