
/* Journal style sheet */

body {
  font: small sans-serif;
  margin: 0px;
  padding-top: 0em;
  background-color: white;
}

/* Layout */

#body {
  position: relative;
}

#banner {
  margin-bottom: 0px;
  margin-top: 15px;
  border-bottom: 1px solid #7B9AC6;
}

#leftcontent {
  position: absolute;
  top: 35px;
  margin-left: 10px;
  width: 100px;
}

#maincontent {
  margin: 10px 160px 1em 115px;
  background-color: white;
  padding: 5px;
}

#rightcontent {
  position: absolute;
  top: 5px;
  right: 12px;
}

/* Main element styles */

h2, h3, h4, h5, h6 {
    margin: .3em 0em .2em 0em;
    padding-top: .5em;
    padding-bottom: .1em;
}

h2 {
    padding-top: 0px;
    margin-top: 0px;
    border-bottom: 1px solid #aaa;
}

h1 {
  font-family: Arial,sans-serif;
  font-size: 240%;
  font-style: italic;
  text-align: center;
  margin: 0em 0px .5em 0px;
  padding: 3px;
}

p {
  line-height: 1.3em;
  margin: .3em 0em .4em 0em;
}

ul {
  margin: 0px;
  padding-left: 1.5em;
  line-height: 1.2em;
}

li {
  margin: .1em 0em;
}

dt {
  font-weight: bold;
  margin-bottom: .1em;
}

dd {
  margin: 0em 0em .2em 1.5em;
}

pre, div.pre {
  white-space: pre;
  background-color: #F6F6F6; border: 1px solid blue;
  border-left: 3px solid #6666FF;
  padding: 3px;
  margin: .5em 0em;
  overflow: auto;
  font-family: monospace;
  font-size: small;
  line-height: 120%;
}

/* Left content */

#leftcontent ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

#leftcontent li {
  margin: 1px;
  background-color: #EFEFEF;
}



/* Right content */

#rightcontent {
  font-size: x-small;
}

#rightcontent table {
}

#rightcontent td {
  font-size: x-small;
}

form {
  margin: 0px;
  padding: 3px;
  border: 1px solid #7B9AC6;
}

form.small input {
  font-size: x-small;
}

td.label {
  text-align: right;
}

#rightcontent td {
}


/* Footer */

div.footer {
  margin: 1em;
  padding-top: 1em;
  color: #555;
  font-size: small; 
  text-align: center;
}


