/* ETH-Style.css */

body
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 100%;
  color: black;
  background-color: white;
  font-family: "ETH SemiBold";
  font-size: 16pt;
}

div.toolbar {
  position: fixed; z-index: 200;
  top: auto; bottom: 0; left: 0; right: 0;
  height: 1.2em; text-align: right;
  padding-left: 1em;
  padding-right: 1em; 
  font-size: 60%;
  color: red;
  background: rgb(240,240,240);
}

div.handout {
  margin-left: 20px;
  margin-right: 20px;
}


/* **** Title Page *** */

div.slide.titlepage {
  z-index: 20;
  position: absolute;
  border-width: 0;
  top: 20%; bottom: 30%; left: 5.5%; right: 5.5%;
  line-height: 120%;
  background-color: transparent;
  text-align: left;
}

div.slide.titlepage h1 {
  margin: 0;
  padding: 0;
  color: black;
  height: auto;
}

div.slide.titlepage h2 {
  color: black;
}

div.background.titlepage {
  z-index: 2;
  position:absolute;
  left:0;
  right:0;
  top:auto;
  bottom:0;
  height:100%;
  vertical-align: bottom;
  background: white;
}

div.background.titlepage img#top {
 position:absolute;
 vertical-align: top;
 left:0; right:0; top:0; bottom:auto;
 width: 100%;
 height: 4%;
}

div.background.titlepage img#logo {
 position:absolute;
 vertical-align: top;
 left:5.5%; right:0; top:6%; bottom:auto;
 width:20%;
}

div.background.titlepage img#bottom {
 position:absolute;
 vertical-align: bottom;
 left:0; right:0; top:auto; bottom:0;
 width: 100%;
 height: auto;
}


/* *** Blank Slide *** */

div.slide.blank {
  z-index: 10;
  position: absolute;
  border-width: 0;
  top: 0; bottom: 0; left: 0; right: 0;
  line-height: 120%;
  background-color: white;
  text-align: left;
}

div.slide.blank h1 {
  margin: 0;
  padding: 0;
  color: black;
  height: auto;
}

div.slide.blank h2 {
  color: black;
}

div.slide.blank a {
  color: black;
}


/* *** Oversized Slide Background *** */

div.background.oversized {
  z-index: 10;
  position: absolute;
  left: 0; right: 0; top: 0; bottom: auto;
  height:100%;
  margin: 0;
  border-width: 0;
  background-color: white;
}

div.background.oversized img#top {
  height: 8%;
  width:100%;
}


/* *** Default Slide *** */

div.slide {
  z-index: 20;
  margin: 0 0 0 0; /* top right bottom left */
  padding: 0;
  border-width: 0;
  top: 10%; bottom: 10%; left: 5.5%; right: 2%;
  line-height: 120%;
  background-color: transparent;
}

div.slide h1 {
  padding: 0;
  margin: 0.8em 0 1.4em 0; /* top right bottom left */
  color: black;
  height: 0.5em;
  font-size: 160%;
  line-height: 1.1em;
  background: white;
}

div.slide h1 a {
  color: black;
}

div.slide h1 a:link {
  color: black;
}

div.slide h1 a:visited {
  color: black;
}

div.slide h1 a:hover {
  color: red;
}

div.slide h1 a:active {
  color: red;
}


div.partname {
	color:red;
	position:absolute;
	left:0; right:0; top:auto; bottom:0;
	margin:0 0 0 0;
	vertical-align:bottom;
}


div.background {
  z-index: 1;
  position: absolute;
  left: 0; right: 0; top: 0; bottom: auto;
  height:100%;
  margin: 0;
  border-width: 0;
}

div.background img#top {
  width:100%;
}

div.background img#bottom {
  height: 4%;
  width:100%;
  position:absolute;
  vertical-align: bottom;
  left:0; right:0; top:auto; bottom:0;
}

div.slide span#partname {
	z-index:2;
	position:absolute;
	left:0; right:0; top:auto; bottom:0;
	color:red;
}


/* **** Outline Page *** */

div.slide.outline {
  z-index: 20;
  position: absolute;
  border-width: 0;
  top: 7%; bottom: 30%; left: 5.5%; right: 5.5%;
  line-height: 120%;
  background-color: transparent;
  text-align: left;
}

div.slide.outline h1 {
  margin: 0;
  padding: 0;
  color: black;
  height: auto;
}

div.slide.outline h2 {
  color: black;
}

div.slide.outline a {
  color: black;
}

div.slide.outline a:hover, div.slide.outline a:active {
  color: yellow;
}

div.background.outline {
  z-index: 2;
  position:absolute;
  left:0;
  right:0;
  top:auto;
  bottom:0;
  height:100%;
  vertical-align: bottom;
  background: white;
}

div.background.outline img#top {
 position:absolute;
 vertical-align: top;
 left:0; right:0; top:0; bottom:auto;
 width: 100%;
 height: 4%;
}

div.background.outline img#bottom {
 position:absolute;
 vertical-align: bottom;
 left:0; right:0; top:auto; bottom:0;
 width: 100%;
 height: 4%;
}

/* this rule is hidden from IE which doesn't support + selector */
div.slide + div[class].slide { page-break-before: always;}



/* *** Header/Footer *** */
div.header {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  height: 2.95em;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border-width: 0;
  border-style: solid;
  background-color: #005A9C;
  border-bottom-width: thick;
  border-bottom-color: #95ABD0;
}

div.footer {
  position: absolute;
  z-index: 80;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  height: 3.5em;
  margin: 0;
  font-size: 80%;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 0;
  padding-top: 0.3em;
  padding-bottom: 0;
  color: #003366;
  background-color: #95ABD0;
}

/* this is a hack to hide property from IE6 and below */
div[class="footer"] {
  position: fixed;
}


#hidden-bullet {
  visibility: hidden;
  display: none;
}


li pre { margin-left: 0; }

@media print { pre { font-size: 60% } }

blockquote { font-style: italic }

img { background-color: transparent }

p.copyright { font-size: smaller }

.center { text-align: center }
.footnote { font-size: smaller; margin-left: 2em; }

a img { border-width: 0; border-style: none }

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

a { text-decoration: none ; border-bottom: dotted 1px #606060 }
.navbar a:link {color: white}
.navbar a:visited {color: yellow}
.navbar a:active {color: red}
.navbar a:hover {color: red}

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

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

div dd
{
  margin-left: 2em;
  margin-bottom: 0.5em;
}

p,pre,ul,ol,blockquote,h2,h3,h4,h5,h6,dl,table {
  margin-left: 0; /* 1em */
  margin-right: 1em;
}

p.subhead { font-weight: bold; margin-top: 2em; }

div.cover p.explanation {
  font-style: italic;
  margin-top: 3em;
}

.smaller { font-size: smaller }

td,th { padding: 0.2em }

ul {
  margin: 0.5em 1.5em 0.5em 0em; /* 1.5em;*/ /* top, right, bottom, left */
  padding: 0;
}

ol {
  margin: 0.5em 1.5em 0.5em 0em;
  padding: 0;
}

b {
  border-bottom: solid 2px ;
}

ul li {
  list-style: none;
  margin: 0.1em 0em 0.6em 0;
  padding: 0 0 0 40px;
  background: transparent url(../slidy/bullet.png) no-repeat 5px 8px;
  line-height: 140%;
}

/* rectangular blue bullet + unfold/nofold/fold widget */

ul.outline li.nofold {
  padding: 0 0 0 52px;
  background: transparent url(../slidy/bullet-nofold-dim.gif) no-repeat 5px 8px;
}
ul.outline li.unfolded {
  padding: 0 0 0 52px;
  background: transparent url(../slidy/bullet-fold-dim.gif) no-repeat 5px 8px;
}
ul.outline li.folded {
  padding: 0 0 0 52px;
  background: transparent url(../slidy/bullet-unfold-dim.gif) no-repeat 5px 8px;
}
ul.outline li.unfolded:hover {
  padding: 0 0 0 52px;
  background: transparent url(../slidy/bullet-fold.gif) no-repeat 5px 8px;
}
ul.outline li.folded:hover {
  padding: 0 0 0 52px;
  background: transparent url(../slidy/bullet-unfold.gif) no-repeat 5px 8px;
}

/* workaround IE's failure to support background on li for print media */
@media print { ul li { list-style: disc; padding-left: 0; background: none; } }

ol li { 
  margin: 0.1em 0em 0.6em 1.5em;
  padding: 0 0 0 0px;
  line-height: 140%;
}

li li {
  font-size: 85%; 
  list-style-type: disc;
  background: transparent;
  padding: 0 0 0 0px;
}
li li li { 
  font-size: 85%; 
  font-style: normal;
  list-style-type: circle;
  background: transparent;
  padding: 0 0 0 0;
}
li li li li {
  list-style-type: disc;
  background: transparent;
  padding: 0 0 0 0;
}

img.withBorder {
  border: 2px solid #c60;
  padding: 4px;
}


/* for Bert as an ardent user of the old W3C slidemaker tool */

div.comment { display: none; visibility: hidden }

@media print { div.comment { display: block; visibility: visible } }

