/*
authors page
*/
#first-chars { margin-top: 1em; text-align: center; }
#first-chars ul { list-style: none; display: inline; }
#first-chars ul li { display: inline; margin-left: 0.5em; margin-right: 0.5em; }

div.author {
  clear: both;
  margin: 1em;
  padding-top: 1em;
  padding-bottom: 3.5em;
  border-bottom: 1px #999999 solid;
}

div.author h2 { 
  margin-right: 20%;
  margin-top: 1em;
  margin-bottom: 0.2em;
  font-size: 1em;
}

div.author ul { margin-top: 0.1em; margin-bottom: 0.2em; }
div.author li { list-style-position: inside;}
div.author dl {
  margin-right: 20%; 
  margin-top: 0.5em; 
  margin-bottom: 0.2em; 
}

div.author dt {
  margin-top: 0.5em;
  margin-bottom: 0.1em;
  font-weight: bold;
}

div.author dd { margin-left: 0; height: 100%}

div.author img {
  float: right;
  margin: 1em;
  border: 1px black solid;
}

/*
download pages
*/
#downloads { text-align: center; padding-bottom: 2em; }
#downloads table { margin: auto; font-size: 0.85em; }
#downloads th, #downloads td { padding: 2px; }
#downloads th.label, #downloads th.size { background: #cceeff; font-weight: bold; }
#downloads td { vertical-align: top; }
#downloads td.label { text-align: left; background: #eeeeee; }
#downloads td.size { text-align: right; background: #eeeeee; }
#downloads td.info { text-align: left; vertical-align: middle; }
#downloads img { border: 0; }
#downloads h2 { color: #000000; }
#downloads h3 { font-weight: normal; padding: 1em;}

/*
history pages
*/
#history { text-align: center; background: #ebebeb; }
#history table {
  margin: auto;
  text-align: left;
  width: 100%;
  font-size: 0.85em;
}

#history th {
  font-weight: bold;
  text-align: left;
}

#history th a { color: white; }

#history th, #history td { padding: 3px; }

#history th.topic {
  background: #003366;
  color: #ffffff;
}

#history th.ftr {
  background: #cccccc;
  color: black;
}

#history td.key {
  font-weight: bold;
  background: #e6e6e6;
  color: black;
  vertical-align: top;
}

#history td.value {
  background: #eeeeee;
  color: black;
}

/*
article index pages
*/

#article-nav { 
  text-align: center; 
  background-color: #003366;
  line-height: 1.5em;
  margin-top: 1em;
}

#article-nav ul {
  display: block;
  margin: 0;
}

#article-nav li {
  display: inline;
}

#article-nav a.last {
  border-right: 0;
}

#article-nav a {
   text-decoration: none;
   border-left: 0px;
   border-right: 1px solid #CCCCCC;
   color: #EEEEEE;
   background-color: #003366;
   padding: 0.1em;
   padding-left: 0.8em;
   padding-right: 0.8em;
   font-size: 0.85em; 
}

#article-nav a:hover {
   background-color: #FFFFFF;
   color: black;
}

#article-nav a.current {
   color: #000000;
   background-color: #EEEEEE;
}

#article-ctx-nav { 
  text-align: center;
  background-color: #EDEDED;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  margin-bottom: 1em;
}

#article-ctx-nav ul {
  display: block;
  padding: 0;
  margin: 0.1em;
}

#article-ctx-nav li {
  display: inline;
  line-height: 1.3em;
}

#article-ctx-nav a.last { 
  border-right: none;
}

#article-ctx-nav a {
   text-decoration: none;
   border-top: 0px solid #CCCCCC;
   border-right: 1px solid #CCCCCC;
   border-left: 0px;
   color: #416482;
   background-color: #EDEDED;
   padding: 0.1em;
   padding-left: 0.8em;
   padding-right: 0.8em;
   font-size: 0.85em; 
}

#article-ctx-nav a:hover {
   background-color: #FFFFFF;
   color: black;
}

table.publications {
  border: 1px solid #000000;
  width: 100%;
  margin-bottom: 1em;
}

table.publications img { border: 0; }

table.publications caption {
  background: #005295;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  color: #ffffff;
  width: 100%;
  margin-top: 1em;
  font-size: 0.85em;
  font-weight: bold;
}

summary { display: none; }

table.publications caption a {
  color: white;
  text-decoration: underline;
}

table.publications caption div {
  font-weight: normal;
  font-size: 0.85em;
}

table.publications th { background: #CCEEFF; font-size: 0.85em;}
table.publications th.pub-no { width: 10%; }
table.publications th.title { width: 45%; }
table.publications th.authors { width: 25%; }
table.publications th.history { width: 10%; }
table.publications th.download { width: 10%; }
table.publications th, table.publications td { padding: 2px 2px 2px 2px; }
table.publications td.odd { background: #eeeeee;}
table.publications td.even { background: #ffffff;}
table.publications td { vertical-align: top; font-size: 0.85em;}
table.publications td.pub-no { text-align: center; }
table.publications td.title { text-align: left; }
table.publications td.authors { text-align: left; }
table.publications td.history { text-align: center; }
table.publications td.download { text-align: center; }
table.publications td.upcoming { text-align: center; }

/*
who-is-who page
*/

#whoiswho {
  margin: auto;
  width: 90%;
  text-align: center;
  font-size: 0.85em;
}

#whoiswho dt, dd {
  height: 5em;
}

/* obsolete, FS
#whoiswho table { margin: auto;
                  width: 80%;
                  padding-left: 2em;
                  padding-right: 2em;
                  padding-bottom: 2em;
                  }
#whoiswho th { font-size: 10pt; 
               color: #005295; 
               padding-top: 1em;
               }
#whoiswho td { padding: 2px 2px 2px 2px; }
#whoiswho td.key { color: black;
                   text-align: right; 
                   }
#whoiswho td.value { background: #eeeeee; 
                     text-align: left; 
                     vertical-align: top;
                     }
*/

/* how-to-cite pages */
#citepage {
  margin: auto;
  width: 90%;
  text-align: justify;
  line-height: 1.4em;
}

#citepage blockquote {
  border: 1px solid #005295;
  padding: 1em;
}

#citepage span.date { color: #FF0000; }

abbr { border-bottom-width: 0; }

#citepage a.bib-format { margin-right: 0.5em; }

#socialBookmarks ul {
	margin: 0;
	padding: 0;
}

#socialBookmarks ul li {
	display: inline;
	list-style: none;
	margin: 0.2em 1em 0.2em 0;
}

#socialBookmarks a img {
	border:0; vertical-align:bottom;
}


/* exhibit */
table.exhibit-publications { border: 1px solid #ddd;
                             padding: 0.5em;
                             }
table.exhibit-publications span.title { font-style: italic; }
table.exhibit-publications span.title:before { content: "\201C"; }
table.exhibit-publications span.title:after { content: "\201D"; }

table.exhibit-publications span.authors { font-weight: bold; }

span.exhibit-viewPanel-view-Selection-view { text-decoration: underline; 
                                             color: blue; }
