div#content {}

#create-entry fieldset {
  margin-left:1em;
  margin-right:1em;
}

#create-entry ol {
padding:0px;
  list-style-type:none;
}

#entry-categories {
  float:right;
  padding:0.5em;
}
p#create {
  text-align:center;
}

ol#navigation-trail {
  overflow:auto;
}

ol#navigation-trail li {
  float:left;
  list-style-type:none;
  margin-right:1em;
}

ol#navigation-trail+* {
  clear:left;
}

textarea.inputError, input[type=text].inputError, input[type=password].inputError {
  border-color:#FF0000;
}

.summary a {
  text-decoration:none;
}

h1 a:visited {
  color:#000000;
}

a:link {
  color:#000000;
}

a:visited {
  color:#000000;
}

h2 a:visited, p[class=summary] a:visited {
  color:#666666;
}

h1, h2 {
  font-weight:normal;
}

textarea, input[type=text], input[type=password] {
  width:100%;
  border:1px #787574 solid;
}

h2 {
  text-align:center;
}

html {
  margin:0px;
  padding:0px;
}

body, fieldset {
  margin:0px;
  padding-left:1em;
  padding-right:1em;
}

legend {
  border: #000000 1px solid;
  background-color:#FDF8B4;
}

label, legend {
  font-weight:bold;
  padding:0.5em;
}

fieldset {
  background-color:#D4FFF7;
}

img {
  border:none;
}

table, td, th {
  margin:auto;
  border:solid 1px #000000;
  text-align:center;
  border-collapse:collapse;
}

dl {
}

dt {
  font-weight:bold;
  padding:0.4em;
  background-color:#DAF9FF;
}

dd {
  padding:0.4em;
  background-color:#FFFFDC;
}

code {
  border-top:1px dashed #000000;
  border-bottom:1px dashed #000000;
}

td, th {
  padding-left:1em;
  padding-right:1em;
}
  
  .summary, .publication-data {
    margin:auto;
  }

.publication-data {
  margin-top:0.5em;
  font-size:60%;
}

div.example {
  max-width:90%;
  margin:auto;
}

div.example>p {
  text-align:center;
  font-size:120%
}

div.example ul {
  width:666px;
  margin:auto;
  padding:0px;
  list-style-type:none;
}

div.example+* {
  clear:left;
}

div.example>ul>li {
  float:left;
}

div.example>ul>li>p {
  text-align:center;
}