/*
** style sheet to make UseModWiki look like Siebel web pages
*/

/* General things */
body
{
  font-family: helvetica, arial, Verdana, sans-serif;
  font-size: 80%; /* IE's default font is HUGE */
  background-color: #fffbf8;
}
P
{
  margin-top: 1ex;
  margin-bottom: 0;
}
H1, H2, H3, H4, H5, H6
{
  margin-bottom: 0;
  padding-bottom: 0;
  /*border-bottom: 1px solid;*/
}

/* Wiki header stuff... */
div.wikiheader
{
  background-repeat: no-repeat;
  background-color: XXX;
  border-bottom: 1px solid black;
  color: black;
}
H1.wikiheader
{
  /*clear: both;*/
  text-align: center;
  margin-top: 0;
  margin-bottom: .5ex;
  padding-top: 0;
  border: 0;
  font-size: 250%;
  color: black;
}
A.wikiheader
{
  font-variant:	small-caps;
  color: black;
  text-decoration: none;
}
DIV.wikiheaderlinkbar
{
  clear: left;
  background-color: XXX;
  color: #333399;	     /*	this hides the vertical	bars wiki prints out*/
  padding-left:	1em;
  padding-bottom: 1px;
}

A.wikiheaderlink
{
  color: black;	font-weight: bold; font-size: 1em;
  background-color:XXX;
  padding: 1px 8px;
  margin-right:	1px;
  margin-top: .1em;
  text-decoration: none;
}
.wikilineheader
{
  display:none;
}

/*------------------------------------------------------------------------*/
.wikitext
{
  background-color: XXX;
  border-top: 1px solid	black;
  border-bottom: 1px solid black;
  padding: 2px
}
a.wikitext
{ color: black;	}

div.wikitext pre
{
  background-color: lightgrey;
  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;
}
TD.wikitable
{
  background-color: lightgrey;
}

/*------------------------------------------------------------------------*/
.wikipreview
{
  background-color: #ffffcc;
  border-top: 1px solid	black;
  border-bottom: 1px solid black;
  padding: 2px
}
DIV.wikipreview>H2
{
  color: red;
}

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

/*------------------------------------------------------------------------*/
.wikilinefooter
{
  display:none;
}
.wikifooter
{
  background-color: XXX;
  border-top: 1px solid	black;
}
/*------------------------------------------------------------------------*/
/* 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;
}

#guestbook
{
  display: none;
}
