/*
 * A scrolling body
 * A fixed top menu (div.topNav)
 * A fixed left menu (div.leftNav)
 * 
 * Author: C.J. Hurst
 */

/*** Colors, fonts, etc.***/

body {
  margin-top: 63px;
  margin-left: 127px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  text-align: justify;
  line-height: 1.3;
  color: rgb(85,25,30);
  background: #ccffcc;
}

h4 { margin-bottom: 0.25em; }

/* Indent paragraphs that follow paragraphs */
p + p {
  text-indent: 1.5em;
  margin-top : 0;
}

/* paragraph at a thematic break */
p.theamBreak { text-indent: 0; margin-top: 0.8em; }

h4 + p {
  text-indent: 0em;
  margin-top: 0;
}

p.faq { 
  margin-top: 0em;
  margin-bottom: 0em;
  text-indent: 0em;
  font-weight: bold;
}

div.quote {
  margin-top: 0.5em;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 1;
}
div.quote p {
  text-indent: 0em;
  margin-top: .05em;
  margin-bottom: .05em;
}

div.quote p.author {
  margin-top: 0;
  margin-bottom: 0;
  text-indent: 3em;
}


a img { border: 0px; margin: 0; }

table {
  background: wheat;
  font-size: 12pt;
  font-family: Arial, sans-serif;
  border-top: 2px solid rgb(85,25,30);
}

tr { border-top: 1px solid maroon; }
tr:first-child { 
  border-top: none;
  background: tan;
}

th { background: tan; border-bottom: 2px solid maroon; }

td { padding: .25em; }


.system {
  text-decoration: none;
  font-style: plain;
  font-family: Courier, fixed;
  font-size: 11pt;
  color: black;
}

.user {
  text-decoration: none;
  font-style: plain;
  font-family: Courier, fixed;
  font-size: 11pt;
  color: blue;
}

.notes {
  text-decoration: none;
  color: red;
  font-size: 11pt
  font-style: plain;
}

/*** Figures with captions ***/
div.figure {
  float: right;
  width: 30%;
  border: thin silver solid;
  margin: 0.3em;
  padding: 0.3em;
}

div.figure p {
  text-align: center;
  font-style: plain;
  font-size: 75%;
  text-indent: 0;
}
img.scaledWidth {
  width: 100%;
}
img.scaledHeight {
  height: 100%;
}
img.scaled {
  width: 100%;
  height: 100%;
}

/*** Logo ***/
div.logo {
  margin: 0;
  font-size: 100%;
  line-height: 1.0;
  position: absolute;
  width: 107px;
  height: 48px;
  top: 0em;
  left: 0em;
  bottom: auto;
  right: auto;
  z-index: 4;
}

body>div.logo {position: fixed}


/*** Top Nav ***/
div.topNav {
  margin: 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  height: 48px;
  width: 100%;
  top: 0em;
  left: 107px;
  bottom: auto;
  right: 0em;
  background: maroon;
  z-index: 4;
}
div.topNav p {
  margin: 0; 
  padding: 0em 0em;
  font-family: Arial, sans-serif;
  background: maroon;
  border-top: 1px solid tan;
  border-bottom: 3px solid maroon;
}
div.topNav p.slogan {
  margin: 0; 
  padding: 0.2em 0.2em;
  font-size: 125%;
  font-family: Arial, sans-serif;
  background: rgb(51, 121, 73);
  color: #ccffcc;
  border-top: none;
  border-bottom: none;
}

div.topNav a { display: inline; margin: 0.2em 0.1em }
div.topNav a:link { text-decoration: none; color: rgb(220, 110, 160) }
div.topNav a:visited { text-decoration: none; color: rgb(220,110,160) }
div.topNav a:active { font-size: 110%; }
div.topNav a:hover { background: black; color: #ccffcc }

div.topNav a.selected:link { text-decoration: none; color: #ccffcc }
div.topNav a.selected:visited { text-decoration: none; color: #ccffcc }
div.topNav a.selected:active { font-size: 110%; }
div.topNav a.selected:hover { background: black; color: #ccffcc }

body>div.topNav {
  font-size: 10pt;
  position: fixed;
  width: auto;
}

/*** Kludge for IE ***/
div.tn {
  margin: 0;
  line-height: 1.3;
  position: absolute;
  height: 48px;
  width: auto;
  top: 0em;
  left: auto;
  bottom: auto;
  right: 0em;
  z-index: 3;
}
body>div.tn { display: none; }
div.tn p {
  margin: 0;
  padding: 0em 0em;
  font-family: Arial, sans-serif;
  background: maroon;
  border-top: 1px solid tan;
  border-bottom: 3px solid maroon;
}
div.tn p.slogan {
  margin: 0; 
  padding: 0.2em 0.2em;
  font-size: 125%;
  font-family: Arial, sans-serif;
  background: rgb(51, 121, 73);
  color: #ccffcc;
  border-top: none;
  border-bottom: none;
}
div.lft {
  margin: 0;
  position: absolute;
  width: 107px;
  height: 100%;
  top: auto;
  left: 0em;
  bottom: 0em;
  right: auto;
  background: #669;
  border-right: 0.6mm solid maroon;
  z-index: 2;
}
body>div.lft { display: none; }

/*** Left Nav ***/
div.leftNav {
  margin: 0;
  font-size: 80%;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  position: absolute;
  width: 107px;
  height: 100%;
  top: 48px;
  left: 0em;
  bottom: 0em;
  right: auto;
  background: #669;
  border-right: 0.6mm solid maroon;
  z-index: 2;
}
div.leftNav p {
  margin: 0;
  height: 100%;
  padding: 0.3em 0.3em;
  font-family: Arial, sans-serif;
  color: white;
}
div.leftNav a { display: block; margin: 0 0.5em }
div.leftNav a { border-top: 2px groove #900 }
div.leftNav a:first-child { border-top: none }

div.leftNav a:link { text-decoration: none; color: wheat }
div.leftNav a:visited { text-decoration: none; color: tan }
div.leftNav a:active { font-size: 110%; }
div.leftNav a:hover { background: black; color: #ccffcc }

div.leftNav a.selected:link { text-decoration: none; color: #ccffcc }
div.leftNav a.selected:visited { text-decoration: none; color: #ccffcc }
div.leftNav a.selected:active { font-size: 110%; }
div.leftNav a.selected:hover { background: black; color: #ccffcc }


body>div.leftNav {
  position: fixed;
  font-size: 9pt;
}

/*** Bottom Nav ***/
div.bottomNav {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 80%;
  color: black;
  text-decoration: none;
  text-align: center;
}
div.bottomNav a { display: inline; margin: 0 0.5em }

div.bottomNav a:link { text-decoration: none; color: black }
div.bottomNav a:visited { text-decoration: none; color: black }
div.bottomNav a:active { font-size: 85%; }
div.bottomNav a:hover { background: black; color: #ccffcc }

div.bottomNav a.selected:link { text-decoration: none; color: maroon }
div.bottomNav a.selected:visited { text-decoration: none; color: maroon }
div.bottomNav a.selected:active { font-size: 85%; }
div.bottomNav a.selected:hover { background: black; color: #ccffcc }

/*** Copyright ***/
div.copyright {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 70%;
  color: rgb(85,25,30);
  text-decoration: none;
  text-align: center;
}

/*** powered by ***/
div.poweredBy {
  position: absolute;
  margin: 0;
  width: 9em;
  height: auto;
  left: 0em;
  bottom: 0em;
  right: auto;
  top: auto;
  z-index: 3;
}
div.poweredBy img { max-width: 94px; border: 0 }
body>div.poweredBy { position: fixed }

/*** linkMenu ***/
div.linkMenu a { display: block }

/*** hidden articles ***/
div.hiddenArticles p { text-indent: 0; margin-top: 1em }
div.hiddenArticles p:not(:target) { display: none }
div.hiddenArticles p:target { display: block }

div.hiddenArticles p.show { display: block; indent: 0; margin-top: 1em; }

/*** hidden tables ***/
div.hiddenArticles div:not(:target) { display: none }
div.hiddenArticles div:target { display: block }

