a:link {color:#000000}
a:visited {color:#000000}
a:active {color:#FF0000}
a:hover {color:#FF0000}

BODY
{
  font-size: 75%;
  color: black;
  font-family: arial,helvetica,sans-serif
}
H1, H2, H3, H4, H5, H6
{
  color: rgb(0, 0, 0);
  background-color: rgb(219, 219, 219);
}
UL
{
  padding-left: 2em;  /* the default seems to be 3em?  too much */
}

/* Wiki header stuff */
DIV.wikiheader
{
  margin-top: -1em;
}
DIV.wikiheader IMG
{
  padding-top: 4px;
}
DIV.wikiheader H1
{
  font-variant:	small-caps;
  border-top: 2px #cccccc solid;
  border-bottom: 2px #cccccc solid;
  background-color: white;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 120px;
  text-align: centxer;
  margin-bottom: 0;
  /* background-color: rgb(219, 219, 219); */
}
HR.wikilineheader
{
  display:none;
}
DIV.wikiheaderlinkbar
{
  float: left;
  width: 108px;
  color: white; /*font-size: 1%; /* make the separators invisible */
}
div.wikiheaderlinkbar a
{
  display: list-item;
  list-style: square inside none;
  font-size: 90%; /* compensate for the separator thing above */
}

/*------------------------------------------------------------------------*/
/* force everything into a sidebar config */
DIV.wikitext, DIV.wikiupload, DIV.wikihist, DIV.wikidiff, DIV.wikirc, DIV.wikipref, DIV.wikipagelist
{
  background-color: white;
  margin-left: 110px;
  border-left: 2px #cccccc solid;
  padding-bottom: .5em;
  padding-left: .5em;
  margin-top: 0em;
}

/*------------------------------------------------------------------------*/
.wikitext
{
  padding: 2px;
  margin-bottom: 0;
}

DIV.wikitext pre
{
  font-size: 110%;  /* in FireFox, small fonts don't do bold */
  background-color: rgb(219, 219, 219);
  margin-left: 3em;
  margin-right: 3em;
  border: 1px solid black;
  padding-bottom: 1px;
}
TABLE.wikitable
{
  margin-left: 1em;
  margin-right:	1em;
  border-top: 1px solid	black;
  border-bottom: 1px solid black;
  font-size: 100%;    /* this ends up too big otherwise */
  background-color: white;
}
TABLE.wikitable TH, TH.wikitable
{
  background-color: black;
  color: white;
}
TABLE.wikitable TH A
{
  background-color: black;
  color: white;
}
TABLE.wikitable TD
{
  background-color: rgb(219, 219, 219);
}

/* table of contents */
div.toc
{
  border: 1px black dotted;
  float: right;
  background-color: white;
}
div.toc dd
{
  margin-left: 1em;
}

/*------------------------------------------------------------------------*/
/* Edit + Preview */
DIV.wikiedit
{
  margin-left: 110px;
  border-left: 2px #cccccc solid;
  padding-bottom: .5em;
  padding-left: .5em;
}
DIV.wikipreview
{
  background-color: #ffffcc;
  border-top: 1px solid	black;
  border-bottom: 1px solid black;
  padding: 2px
}
DIV.wikipreview H2
{
  color: red;
}
DIV.wikiupload
{
  margin-top: -1em;
}

/*------------------------------------------------------------------------*/
/* search */
.wikisearchhead
{
  font-size: 115%;
  font-weight: bold;
  font-variant:	small-caps;
}
.wikisearchtext
{
  margin-top: .1ex
  margin-left: 1ex;
  margin-right: 1ex
}
.wikisearchinfo
{
  font-size: 90%;
  font-style: italic;
}

/*------------------------------------------------------------------------*/
TABLE.wikidiffold {
  background-color : #ffffaf;
}
TABLE.wikidiffnew {
  background-color : #cfffcf;
}

DIV.wikirc
{
  margin-top: -1.3em;
}

/*------------------------------------------------------------------------*/
HR.wikilinefooter
{
  display:none;
}
.wikifooter
{
  border-top: 2px #cccccc solid;
  clear: both;
}
/* for the javascript tooltips */
div.wikitooltip
{
  font-size: 70%;
}

.wikicategorybox
{
  margin: 5ex .5em 0 .5em;
  padding: .5em;
  background-color: lightgrey;
  border: 1px solid black;
}
