/***********************************************************************
** 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.
***********************************************************************/

/***********************************************************************
** These define the pmwiki "default" skin.  DO NOT EDIT THIS FILE
** DIRECTLY OR YOU MAY LOSE CHANGES WHEN UPGRADING!  If you want to make
** changes to these settings, first copy this file to another name
** (e.g., 'myskin.css'), and set $PageSkin='myskin' in your
** local/config.php file.  
***********************************************************************/
body { position:absolute; width:720px; }

#wikilogo { border-bottom:2px solid #cccccc; }

#wikihead { 
  position:absolute; top:0px; right:0px; 
  font-size:smaller; text-align:right;
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikileft { 
  font-size:10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#FFFFFF;
}
#wikileft h1 { 
  margin:0px;
  font-size:14px;
  text-align:left;
  background-color:#E9E0E0;
  border-bottom:1px solid #eeeeff;
}
#wikileft h2 { 
  margin:0px;
  font-size:12px;
  text-align:left;
  padding-left:2px;
  background-color:#eeeeff;
  border-bottom:1px solid #ffffff;
}
#wikileft h3 { 
  margin:0px;
  font-size:10px;
  text-align:left;
  padding-left:4px;
}
#wikileft hr { color:#FF0000; }
#wikileft ul { margin-left:0px; padding-left:8px; list-style-type:none; }
#wikileft a { color:#666666; text-decoration: none; }
#wikileft a.hover { color:#666666; text-decoration: underline; }
#wikileft b.selflink { color: #B00000; border-bottom: 0px dotted; }

#wikibody { padding-bottom:1em; font-size:smaller; }
#wikibody img { margin:0px,5px,5px,0px; }
#wikibody h1 { color:#B00000; font-size:175%; font-weight:bold; }
#wikibody h2 { color:#000000; font-size:125%; font-weight:bold; }
#wikibody h3
{
	color: #B00000;
	font-size: 100%;
	font-weight: bold;
}
#wikibody hr { color:#B00000; }

b { color:#FF0000; text-decoration: none; }

#wikicmds { text-align:left; vertical-align:top; }
#wikicmds a { color:#000000; text-decoration: none; }

#wikifoot { clear:both; border-top:2px solid #B00000; font-size:smaller; }

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }

		.forumline	{ background-color: #FFFFFF; border: 2px #B00000 solid; }
		.mainmenu	{ font-size : 12px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; }
		.mainmenuxs	{ font-size : 9px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; }
		a.mainmenu	{ text-decoration: none; color: #666666; }
		a.mainmenu:hover	{ text-decoration: underline; color: #FF3333; }
		.mainlink	{ font-weight: bold; font-size: 18px; letter-spacing: 1px; color: #000000}
		a.mainlink	{ color: #B00000}
		.catHead	{ font-weight: bold; font-size: 12px; color:#000000; }
		.cattitle	{ font-weight: bold; font-size: 12px; color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif; }
		a.sndlink	{ color: #000000; }
		a.cattitle	{ text-decoration: none; letter-spacing: 1px; color: #666666; }
		a.cattitle:hover	{ text-decoration: underline; }
		td.cattitle	{ background-color:#CCCCCC; border: #FFFFFF; height: 25px; }
		.newstxt	{ font-size : 8px; color: #000000; font-family: Arial, Helvetica, sans-serif }
		td.catHead	{ background-color:#CCCCCC; border: #FFFFFF; height: 25px; }