/* WikkiTikkiTavi default style sheet. */
/* $Id: wiki.css,v 1.1 2004/08/10 16:43:10 djnz Exp $ */
.ww p, .ww h1, .ww h2, .ww h3, .ww h4, .ww h5, .ww h6 {	  /* default margins for page elements */
  	margin: 6px 6px 6px 12px;
}
.ww pre { margin: 0px 12px; }
.ww body
  { background-color: #f5f5f5;
    color:            #000000;
    margin-right:     3%;
    margin-left:      3%; }
.ww a:link
  { 
    background: transparent; }
.ww a:visited
  { 
    background: transparent; }
.ww a:active
  { 
    background: transparent; }
.ww img
  { border: 0; }
.ww table.diff
  { width: 95%; }
.ww td.diff-added
  { background-color: #cfffcf;
    color:            #000000; }
.ww td.diff-removed
  { background-color: #ffffaf;
    color:            #000000; }
.ww h1
{
	margin: 6pt 0px 2pt 4px;
	border-bottom:solid windowtext 1.0pt;
/*	font-size:14.0pt;  */
	font-weight:bold; 
	text-align:left;
}
.ww textarea
  { width: 100%; }
.ww dl,.ww  ul,.ww  ol
  { margin: 0px 0px 0px 15px; }
.ww form
  { margin-top: 0px; }
.ww p.warning
  { color:      #ff3f3f;
    background: transparent; }
.ww span.twin
  { /* font-size: smaller; */}
.ww tt
  { background: transparent;
    color:      #383838; }
.ww pre
  { background: transparent;
    color:      #383838; }

/* Used together with TitleSearch */
.ww ul.oneline
  { list-style-type: none;
    display: inline;
    margin-left: 0em; }
.ww ul.oneline li
  { display: inline; }
.ww ul.prelist
  { list-style-type: none;
    font-family: monospace; }

/* Some php-syntax highlighting defaults */
.ww pre.phpsource { border-width: 1px; border-style: solid;  border-color: #000000; 
                background-color: #d5d5d5; 
                padding: 0.3em;  } 

.ww .phpsource span.html    { color: #000000; }
.ww .phpsource span.default { color: #0000CC; }
.ww .phpsource span.keyword { color: #11cc11; }
.ww .phpsource span.string  { color: #CC0000; }
.ww .phpsource span.comment { color: #FF9900; }

@media print {
 .ww body                       { background-color: #ffffff; color: #000000; }
 .ww div#header #toolbar-top    { display: none; }
 .ww div#footer #toolbar-bottom { display: none; }
 .ww div#footer form            { display: none; }
}
