/*
   Formats for standard HTML elements.
*/

body {
  margin: 0 0 0 0;
  font-family: Arial,Helvetica,sans-serif;
  background-color:white;
  background-image:url(bg.gif);
  background-attachment:fixed;
}

H2 {
  font-size: 18px;
  color:#FF6633;
}

H3 {
  text-align: right;
  font-size: 12px;
  color:#FF6633;
}

img {
  border:0;
}



#MainHeader {
  font-size: 24px;
  color:#FF6633;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 0;
}


table.CV {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 0;
}

/*
   Formatting of modification date footer.
*/

#last_modified {
  text-align: right;
}

span.Title {
  text-decoration:none;
  font-weight: bold;
}

span.HowPublished {
  font-weight: normal;
  font-style: italic;
}

hr {
  color:#FF6633;
  height: 2px;
  border:1px solid #FF6633;
}

td.CVdates { 
  text-align: right;
  vertical-align:top
}

td.Right {
  text-align: right;
}


td.MainToppic {
  font-size: 24px;
  color:#FF6633;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

td.MENU {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 10px;
  color:#FF6633;
  font-weight: bold;
}


table.Header { 
  background-color:#E0E0E0;
  width:100%;
}

a.Title:link { text-decoration:none; font-weight: bold; color:#000099;}
a.Title:visited { text-decoration:none; font-weight: bold; color:#000099;}
a.Title:hover { text-decoration:none; font-weight: bold; color:#FF6633;}

a.Author:link { text-decoration:none; color:#000099;}
a.Author:visited { text-decoration:none; color:#000099;}
a.Author:hover { text-decoration:none; color:#FF6633; }

a.Published:link { text-decoration:none; color:#000099;}
a.Published:visited { text-decoration:none; color:#000099;}
a.Published:hover { text-decoration:none; color:#FF6633; }

a.ZibReport:link { text-decoration:none; color:#000000;}
a.ZibReport:visited { text-decoration:none; color:#000000;}
a.ZibReport:hover { text-decoration:none; color:#FF6633; }

a.BibTeX:link { text-decoration:none; color:#FF6633;}
a.BibTeX:visited { text-decoration:none; color:#FF6633;}
a.BibTeX:hover { text-decoration:none; color:#000099;}

a:link { text-decoration:none; color:#000099;}
a:visited { text-decoration:none; color:#000099; }
a:hover { text-decoration:none;  color:#FF6633; }
a:active { text-decoration:none;}
a:focus { text-decoration:none;}

#slideshow {
    position:relative;
    width:780px;
    height:238px;
}

#slideshow IMG {
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}