body {
   font-family: sans-serif;
}

table {
   font-family: sans-serif;
}

q, blockquote {
   font-style: italic
}

em {
   font-weight: bold
}

q > em {
   font-weight: bold
}

acronym {
   font-variant: small-caps
}

span.methodname {
   font-size: small;
   font-weight: bold
}

dt {
   font-size: small;
   margin-top: 0.75em;
   margin-left: 1em;
   font-weight: bold
}

p {
   margin-top: .5em;
   margin-bottom: .5em;
   margin-left: 4px;
   text-indent: 1em
}

blockquote > p {
   text-indent: 0em
}

ul.categories {
   text-indent: -1em;
   list-style-type: none;
}

ul.links {
   list-style-type: none;
}

a.to-anchor {
   font-size: .9em;
}

h1 {
   font-size: x-large;
}

h2 {
   font-size: large;
   margin-left: 5px;
}

h3 {
   font-size: large;
   text-indent: .3em;
}

h4 {
   text-indent: .5em;
}

h5 {
   text-indent: 1.25em;
}

h6 {
   text-indent: 2em;
}

span.bugfix {
   color: red;
}

span.ansi {
   color: #00ff00;
}

span.enhancement {
   color: blue;
}

#wrapper {
   margin-top: 30px;
   width: 100%;
}

#site-map {
   float: left;
   margin-left: 4px;
   width: 170px;
}

#site-map h1 {
   font-size: 1em;
}

#site-map ul {
   list-style-type: none;
   padding-left: 7px;
   margin-top: 2px;
   margin-left: 0px;
}

#site-map li {
   padding-left: 8px;
}

#site-map #current {
   background-image: url(../images/arrow.png);
   background-repeat: no-repeat;
   background-position: 0 4px;
}

#content {
   margin-left: 170px;
   border-left: 1px solid silver;
   max-width: 750px;
}

#content ul {
   margin-top: 10px;
}

#footer {
   width: 100%;
   text-align: right;
   border-top: 1px solid #eeeeee;
   font-size: x-small;
}

pre {
   margin-left: 15px;
   margin-bottom: 0px;
}

dd {
   margin-left: 10px;
}

dd ul {
   padding-left: 85px;
   margin-left: 10px;
}

dt {
   margin-top: 15px;
}

li.ANSI {
   list-style-image: url(../images/ansi.png);
}

li.BUGFIX {
   list-style-image: url(../images/bugfix.png);
}

li.ENHANCEMENT {
   list-style-image: url(../images/enhancement.png);
}

div.codesample {
   margin-left: 10px;
   padding-left: 15px;
   font-family: monospace;
   white-space: pre;
   border: 1px dashed black;
   background-color: #eeeeee;
}

div.codesamplecaption {
   margin-left: 10px;
   font-style: italic;
}

