/***********************************************************************
** pmwiki.css
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
**  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.
***********************************************************************/
body 
{
  font-family: arial,sans-serif;
  background-color: #E8EBEC;
  margin-left:0px; 
  margin-right:0px; 
  font-size:13px;
  color: rgb(35, 73, 86);
}
/*  Added by Octocias:                                                  */

div.faqtoc 
{ 
	border: 1px rgb(140, 172, 187) solid; 
	padding:0px;
	background: rgb(249, 251, 255);
	width: 100%;
	visibility: visible;
}

div.faqQuestion
{ 
	border: 1px rgb(222, 231, 236) solid; 
	padding:1px; 
	background-color: rgb(0, 84, 137);
	width: 100%;
}

/* end: 'Added by Octocias'                                             */

.verticalspace { margin-top:0.5em; }

H3 { font-family:Arial,sans-serif; color:#2F3466; font-size: 16px; border-top: #2F3466 solid 0px;  margin-left: 2px; border-color: #718EBC;}
H2 { font-family:Arial,sans-serif; color:#2F3466; font-size: 18px; border-top: #2F3466 dashed 0px; margin-left: 2px; border-color: #718EBC;}
H1 { font-family:Arial,sans-serif; color:#2F3466; font-size: 22px; border-top: #2F3466 dashed 0px; margin-left: 2px; border-color: #718EBC;}

p,pre { margin-left: 20px; margin-right: 15px; text-align: justify; }
dt { margin-left: 20px; margin-right: 15px; text-align: justify; font-weight: bold; }
dd { margin-left: 20px; margin-right: 10px; text-align: justify; }
li { margin-left: 5px; margin-right: 10px; text-align: justify; }
img { border-bottom: none; margin: 0px 30px 0px 30px; }
img.smiley { vertical-align: middle; margin: 0px 0px 0px 0px; }
img.eq-inline { margin: 0px 0px 0px 0px; display: inline; vertical-align: middle; }
img.eq-display { display: block; margin-left: auto; margin-right: auto; margin-top: 1ex; margin-bottom: 1ex; vertical-align: middle; }
img.eq-mimetex { display: inline; margin: 0px 0px 0px 0px; }
pre,code { color: #444444; }

#wikilogo 
{ 
  padding-left:5px; padding-bottom:5px; 
  border-bottom:2px #000000 solid; 
  color: #bbbbbb;
}
#wikilogo a:active { text-decoration: none; border-bottom: none; color: #ffff00; }
#wikilogo a:link { text-decoration: none; border-bottom: none; color: #ffff00; }
#wikilogo a:visited { text-decoration: none; border-bottom: none; color: #ffffff; }

#wikihead 
{ 
  position:absolute; 
  right:5px; top:10px; 
  font-family:Verdana,sans-serif; 
  font-size:100%; 
  color: #bbbbbb; 
}

#wikihead input     { font-size:85%; } 
#wikihead a:active  { text-decoration: none; border-bottom: none; color: #ffff00; }
#wikihead a:link    { text-decoration: none; border-bottom: none; color: #ffff00; }
#wikihead a:visited { text-decoration: none; border-bottom: none; color: #ffff00; }

#wikileft 
{ 
  padding:3px 10px 0px 10px;
  font-size:90%;
  background-color:#e8ebec;
}

#wikileft a { text-decoration:none; border-bottom:none; color:#666159; }
#wikileft p { margin-left: 20px; margin-right: 15px; text-align: right; color:#cccccc; }

#wikicmds { float:right; font-family:Verdana,sans-serif; font-size:90%;  }
#wikicmds ul { list-style:none; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }

#wikibody 
{ 
	padding:0px 10px 5px 5px; background-color: rgb(255, 255, 255);
	color: rgb(47, 52, 102);
}
#wikibody a { text-decoration: none; border-bottom: none; font-weight: bold;
color: rgb(47, 52, 102);}

#wikiad { padding:0px 10px 5px 5px; background-color:#e9e1d2; }
#wikiad a { text-decoration: none; border-bottom: none; font-weight: bold; color: #333666; }

#wikitext { margin-top:0.5em; line-height:1.40em; }

.pagegroup { margin-top:10px; font-size:85%; }
.pagetitle { margin-top:2px; font-size:180%; }

#wikifoot { 
  padding:5px 5px 5px 5px; 
  font-size:80%; 
  font-family:Verdana,sans-serif;
}
#wikifoot a:active { text-decoration: none; border-bottom: none; color: #8187B7; }
#wikifoot a:link { text-decoration: none; border-bottom: none; color: #8187B7; }
#wikifoot a:visited { text-decoration: none; border-bottom: none; color: #8187B7; }
#wikifoot { color: #aaaaaa; }

#wikiedit form { margin:0px; }
#wikiedit textarea { margin-left:1%; width:90%; }

