/***********************************************************************
** screen.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, you can create a custom skin (see the
** README file), or you can use pub/css/local.css to override the 
** settings here.
***********************************************************************/
body {
	margin-left:20px;
	margin-right:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h2 {
	color:#336600;
}
h1 {
	color:#336600;
}
@media screen { body { position:absolute; } }
.pagetitle { font-size:80%; font-weight:bold;}

#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 { 
  width:150px; 
  padding-top:0.5em; padding-right:5px; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-right:2px solid #cccccc;
}
#wikileft h1 { 
  margin:0px; background-color:#eeeeff; 
  font-size:medium; text-align:center;
}
#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#wikibody { padding-bottom:1em; padding-top:0.5em; }

#wikititle { padding-left:10px; vertical-align:top;}
#wikitext { padding-left:10px; padding-right:10px; margin-top:0.5em; }

#wikicmds { font-size:smaller; text-align:right; vertical-align:top; }
#wikicmds a { display:block; }

#wikifoot { clear:both; border-top:2px solid #cccccc; font-size:smaller; }

h1.wikiaction { font-size:120%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

.bandeautop:hover { color:#000000; font-weight:bold; background-color:#EDE1D3;}
.edithisto { color:#FFFFFF; text-decoration:none;}
.edithisto:link { color:#FFFFFF; text-decoration:none;}
.edithisto:hover { color:#666666; text-decoration:none;}

a:link { color:#000000; font-weight:bold;}
a:hover { color:#000000; font-weight:bold; background-color:#FEE66C;}
a:visited { color:#000000; font-weight:bold; }
a.selflink { color: #000000; text-decoration:underline;}
a.selflink:hover { color: #000000; text-decoration:underline overline; background-color:#FEE66C;}
a.wikilink { color: #000000; text-decoration:underline;}
a.wikilink:hover { color: #000000; text-decoration:underline overline; background-color:#FEE66C;}
a.wikileft:hover { color: #000000; text-decoration:underline overline; background-color:#FEE66C;}
a.createlink { color:#FF0000; border-bottom: dashed 1px #FF0000; text-decoration:none;}
a.createlink:visited { color:#FF0000; border-bottom: dashed 1px #FF0000; text-decoration:none;}
a.createlink:hover { color:#FF0000; border-bottom: dashed 1px #FF0000; text-decoration:none; background-color:#FEE66C;}
a.createlinktext { color:#FF0000; border-bottom: dashed 1px #FF0000; text-decoration:none;}
a.createlinktext:visited { color:#FF0000; border-bottom: dashed 1px #FF0000; text-decoration:none;}
a.createlinktext:hover { color:#FF0000; border-bottom: dashed 1px #FF0000; text-decoration:none; background-color:#FEE66C;}
