/* $Id: deqnotes.css 1289 2007-02-04 13:22:39Z SYSTEM $ */

/* layout containers */

body {
  margin: 0;
  padding: 0;
}

#header {
  margin: 0;
  padding: 0;
/*  height: 55px;*/
  white-space: nowrap;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
}

#container {
  width: 100%;
  float: left;
  margin-right: -201px;
}

#content {
  margin-right: 200px;
  padding: 5px 1em 20px 1em;
  border-right: 1px solid #cccccc;
}

#content hr {
  border-width: 0 0 0 0;
  border-top: 1px solid #cccccc;
}

#sidebar {
  width: 200px;
  float: right;
  font-size: 90%;
  padding-top: 10px;
  padding-bottom: 1em;
  border-left: 1px solid #cccccc;
}

#footer {
  clear: both;
  text-align: center;
  font-size: 90%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #cccccc;
}

/* header related styles */

#header div {
  position: relative;
  margin: 0;
  padding: 0;
}

#header h1 {
  color: #999999;
  font-family: "Times New Roman", serif;
  font-size: 300%;
  font-weight: normal;
  margin: 0;
  padding: 10px;
  padding-left: 20px;
}

#header hr {
  display: none;
}

#header h1 a {
  color: #999999;
  text-decoration: none;
}

/* sidebar related styles */

.sidechunk {
  margin: 0 10px 0 10px;
  padding: 0;
}

.sidechunk .sidebox {
  margin: 10px 0 0 0;
}

#sidebar h2 {
  font-size: 110%;
  line-height: 1.0;
  text-align: center;
  margin: 1em 0 0 0;
  padding: 0 0 5px 0;
  border-bottom: 1px dashed #999999;
}

#sidebar ol {
  margin: 0;
  padding-left: 1.5em;
  padding-right: 0;
}

#sidebar ul {
  margin: 0;
  padding-left: 1em;
  padding-right: 0;
}

/* footer related styles */

#footer hr {
  display: none;
}

/* content related styles */

#content h3 {
  border-bottom: 1px solid #cccccc;
}

#content h4 {
  font-size: medium;
  border-bottom: 1px dashed #cccccc;
}

#content h5 {
  font-size: medium;
  border-left: 3px solid #cccccc;
  padding-left: 5px;
}

/* general styles */

.svn-id {
  text-align: right;
  font-size: smaller;
  font-style: italic;
}

a:hover {
  text-decoration: none;
}

a.textfont {
  color: #000000;
  text-decoration: none;
}

div.figure {
  text-align: center;
}

img {
  border: none;
}

pre.code {
  border: 1px dashed #999999;
  margin: 1em;
  padding: 0.5em;
}

span.annotation {
  font-weight: bold;
}

table.bordered {
  border-collapse: collapse;
  border-style: hidden;
  border-spacing: 0;
  margin-left: 2%;
  margin-right: 2%;
}

table.bordered td, table.bordered th {
  border: 1px dotted black;
  padding: 0.5em;
}

