/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/* This sets the overall frame for the site */
body {
/*  margin:0px; background-color:#f7f7f7; */
/*  margin:0px; background-color: #e0d070;*/
/*  margin:0px; background-color: #f0e0a0;*/
  margin:0px; background-color: #e2e0b7;
  padding: 0;
  border: 0;
  font-family:Arial,Helvetica,sans-serif; font-size:12px;
  text-align:center;
  letter-spacing:.02em;
}


body td {
  padding:0px;
}


/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier; }
pre { line-height:1.2em; }
pre code, code code, pre pre { /*font-size:100%;*/font-size:80%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:normal; }
/* h4, h5 { font-weight:bold; } */
h4, h5 { font-style: italic; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.8em; }
h2 { font-size:1.44em; }
/*h3 { font-size:1.22em; }*/
h3 { font-size:1.22em; font-weight:bold; margin-top:3.0em; }
h4 { font-size:1.07em; font-weight:bold; font-style:italic; margin-top:1.5em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo {
  margin-top:2px; padding:0px; margin-bottom:0px;
  border-bottom:0px #d6d8b2 solid;
  text-align:center;
  font-family:Verdana,sans-serif; font-size:24px; color: #7f2f1a;
}

#wikilogo img.wikilogospecial {
  border: 2px #e2e0b7 solid;
/*  border: 2px #82b097 solid; */
  margin-right: 35px;
  margin-left: -7px;
}
#wikilogo img.wikiheadspecial {
  border: 2px #82b097 solid;
  margin-right: 0px;
/*  border: 2px #cad0a8 solid;*/
}


/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
  position:absolute; right:10px; top:10px; 
  font-family:Verdana,sans-serif; 
/*  font-size:85%; */
  font-size:100%; 
}
#wikihead input { font-size:85%; } 

/* These are for the left-sidebar. */
#wikileft { 
/*  width:160px;*/
/*  width:120px;*/
/*  padding:6px; border-right:1px #cccccc solid; */
  padding-left: 2px;
  padding-top:  40px;
  padding-right: 15px;
  padding-bottom: 15px;
  border:0px #cccccc solid; 
  line-height:1.0em;
  font-size:14px; font-family:Verdana,sans-serif;
  text-align:left;
/*  font-size:8.4pt; font-family:Verdana,sans-serif;*/
/*	color:darkblue;*/
/*	color:#7f2f1a;*/
}
#wikileft .vspace { margin-top:1.125em; }
#wikileft a {
/*	text-decoration:underline;*/
	text-decoration:none;
/*	border-bottom:1px dotted #7f2f1a;*/
/*	color:darkblue;*/
	color:#7f2f1a;
}
#wikileft a:hover {
	text-decoration:none;
        background-color:#7f2f1a;
	color:#e2e0b7;
}
#wikileft ul { list-style:none; padding:0px; margin:0px; }
#wikileft li {
	margin:0px;
	padding-left: 0px;
}
/* The "#wikileft h1" and "#wikileft h5" settings are for
** backwards compatibility with previous releases of PmWiki.
** They are deprecated (replaced with the .sidehead class),
** and may be removed in a future release. */
#wikileft h1, #wikileft h5, .sidehead {
  margin:0px;
/*  padding:4px 2px 2px 2px;*/
  padding:0px 0px 0px 0px;
 font-size:11pt;
/*  font-size:10pt;*/
  font-weight:bold; font-style:normal; 
}
#wikileft h1 a, #wikileft h5 a, .sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }

/* These affect the main content area. */
#wikibody { 
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:10px;
  font-size:13px; 
  text-align:left;
}
#wikibody a {
	text-decoration:underline;
	color:#7f2f1a;
}
#wikibody a:hover {
	text-decoration:none;
	color:#e2e0b7;
/*	color:blue;*/
/*	border-bottom:1px dotted #7f2f1a;*/
/*	border-bottom:1px dotted blue;*/
	background:#7f2f1a;
/*	background:lightblue;*/
}
#wikibody ul,li {
margin-left:10px;
margin-right:0px;
indent-left:0px;
text-indent:0px;
padding:0px;
}

#wikibody table.tablespecial
{
  font-size:12px; 
}

#wikicmds { 
  float:right; white-space:nowrap; 
	 font-family:Verdana,sans-serif; font-size:80%;
/*  font-family:Verdana,sans-serif; font-size:70%; */
}
#wikicmds ul { list-style:none; margin:0px; padding:0px 0px 0px 0px; }
#wikicmds li {
/*display:inline; margin:0px 5px;*/
display:inline; margin:0px 0px 0px 0px;
}
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover {
	text-decoration:underline; color:blue;
}
.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { line-height:1em; margin:0px; font-size:1.6em; font-weight:normal; }
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext { margin:0px 5px 0px 5px; line-height:1.33em; }
#wikitext a {
	text-decoration:underline;
/*	border-bottom:1px dotted #7f2f1a;*/
/*	border-bottom:1px dotted blue;*/
	color:#7f2f1a;
/*	color:blue;*/
}

#wikitext a:hover {
	text-decoration:none;
/*	text-decoration:none;*/
/*	border-bottom:1px dotted blue;*/
	background:#7f2f1a;
/*	background:lightblue;*/
	color:#e2e0b7;
/* 	color:darkblue;*/
}

#wikitext headlinks {
    align=center;
    bgcolor=#008f00;
    color=#8fff8f;
}

#wikitext table {
  font-size:100%; line-height:1.33em; /* For MSIE 5.5 */ 
  vertical-align:text-top;
}


/* search results */
#wikitext table.search {
  border-collapse:collapse;
  border: 0px solid black;
  font-size:100%; line-height:1.33em; /* For MSIE 5.5 */ 
}

#wikitext table.search th {
  border: 1px solid #629077;
  padding:3px;
}

#wikitext table.search td {
  border: 1px solid #629077;
  padding:3px;
}

#wikitext table.search tr {
/*  border: 1px solid #629077;*/
  padding:3px;
  background-color: #82b097;
}

#wikitext table.search td.blank {
  border: 1px solid #e2e0b7;
  background-color: #e2e0b7;
  padding:3px;
}

#wikitext table.search tr.blank {
  padding:3px;
  background-color: #e2e0b7;
}

#wikitext table.interactions {
  border:0px;
  padding:0px;
  spacing:0px; 
  border-collapse:collapse;
}

#wikitext table.interactions tr {
  border:0px;
  padding:0px;
  spacing:0px; 
}

#wikitext table.interactions td {
  border:0px;
  padding:1px;
  spacing:0px; 
}

#wikitext table.interactions span.normal {
  font-size: 150%;
  font-weight:bold;
  color:#000000;
}

#wikitext table.interactions span.normal a {
  color:#000000;
  text-decoration:none;
}

#wikitext table.interactions span.normal a:hover {
  color:#e2e0b7;
  background:#7f2f1a;
  text-decoration:none;
}

#wikitext table.interactions span.crosstalk {
  font-size: 150%;
  font-weight:bold;
  color:#ffff00;
}

#wikitext table.interactions span.crosstalk a {
  color:#ffff00;
  text-decoration:none;
}

#wikitext table.interactions span.crosstalk a:hover {
  color:#e2e0b7;
  background:#7f2f1a;
  text-decoration:none;
}

#wikitext span.acknowledgements {
   color: #777777;
   font-size: 11px;
}

#wikitext span.acknowledgements a {
   color: #7f2f1a;
   text-decoration: none;
}

#wikitext span.acknowledgements a:hover {
   background-color:#7f2f1a;
   color:#e2e0b7;
   text-decoration: none;
}

#wikitext span.highlight {
   background-color:yellow;
}

#wikitext a span.highlight {
   background-color:yellow;
   color:#7f2f1a;
   text-decoration:underline;
}

#wikitext a:hover span.highlight {
   background-color:#7f2f1a;
   color:#e2e0b7;
   text-decoration:none;
}

#wikitext td{
  padding-left:3px;
  padding-right:3px;
  padding-top:1px;
  padding-bottom:0px;
  text-align:left;
}

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#wikifoot { 
/*  padding-left:178px; padding-bottom:4px; border-top:1px #cccccc solid;*/
  padding-left:178px; padding-bottom:4px; padding-top:2px;
  font-family:Verdana,sans-serif; font-size:80%; 
}
#wikifoot a {
	text-decoration:none;
}
#wikifoot a:hover {
	text-decoration:none;
}

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}

#wikititle{
  padding-top:10px;
  padding-bottom:0px;
}

#wikibody table.q {
  border-collapse:collapse; padding:0px; border-spacing:1px; border:0px;
}

#wikibody tr.q {
  border-collapse:collapse; padding:0px; border-spacing:1px;   border: 1px solid #629077;
}

#wikibody td.q {
  border-collapse:collapse; padding:0px; border-spacing:1px;   border: 1px solid #629077;
}

#wikitext span.crosstalk {
  font-weight:bold;
  color:#ffff00;
}

#wikibody a.p {
	  font-weight:bold;
	  text-decoration:none;
	  color:#113388;
	  padding:1px 2px 1px 2px;
}
#wikibody a.p:hover {
	  font-weight:bold;
	  text-decoration:none;
	  background-color:#113388;
	  color:#e5e5e5;
	  padding:1px 2px 1px 2px;
}

#wikibody table.null {  border-collapse:collapse; padding:0px; border-spacing:0px; border:0px; }
#wikibody tr.null {  border-collapse:collapse; padding:0px; border-spacing:0px; border:0px; }
#wikibody td.null {  border-collapse:collapse; padding:0px; border-spacing:0px; border:0px; }

td.notopborder { border-top:0px; }

table.tools {
   border:0;
   padding:0;
   margin:0;
}

tr.tools {
   border:0;
   padding:0;
   margin:0;
}

td.tools_left {
   border:0;
   padding:5px;
   margin:0;
   vertical-align:text-top;
   vertical-align:super;
   vertical-align:top;
   text-align:right;
   align:right;
}

td.tools_right {
   border:0;
   padding:5px;
   margin:0;
   vertical-align:text-top;
   vertical-align:super;
   vertical-align:top;
   text-align:left;
   align:left;
}

