/***********************************************************************
** 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: Verdana, Arial, Tahoma; font-size: 9pt; color: Black;  background-color: White; }
@media screen { body { position:absolute; } }
.pagetitle { font-size:200%; font-weight:bold; }


#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-size:smaller; 
  border-right: 0px solid White;
}
#wikileft h1 { 
  background-color: White;
  font-size: 11pt;
  text-align:center;
  margin-left: 0px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid Black;
  border-right: 1px solid Black;
  border-bottom: 1px solid Black;
}
#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#wikibody { padding-bottom:1em; padding-top:0.5em; border-right: 0px solid #cccccc; }

#wikititle { padding-left:10px; vertical-align:top; border-bottom: 0px solid white; }
#wikitext { padding-left:10px; margin-top:0.5em; }

#wikicmds { font-size:smaller; text-align:right; vertical-align:top; border-bottom: 0px solid white; }
#wikicmds a { display:block; }

#wikifoot { clear:both; border-top: 0px solid #cccccc; font-size:smaller; }

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

A, A:link, A:visited, A:active
{
	color: #4000B0;
	text-decoration: none;
}

A:hover
{
	color: #5040FF;
	text-decoration: underline;
}

A.selflink, A.selflink:link, A.selflink:visited, A.selflink:active
{
	color: #4000B0;
	text-decoration: none;
	font-weight: bold;
}

A.selflink:hover
{
	color: #5040FF;
	text-decoration: underline;
	font-weight: bold;
}

A.urllink, A.urllink:link, A.urllink:visited, A.urllink:active
{
	color: #4000B0;
	text-decoration: none;
}

A.urllink:hover
{
	color: #5040FF;
	text-decoration: underline;
}

A.wikilink, A.wikilink:link, A.wikilink:visited, A.wikilink:active
{
	color: #4000B0;
	text-decoration: none;
}

A.wikilink:hover
{
	color: #5040FF;
	text-decoration: underline;
}

A.TopMenu, A.TopMenu:link, A.TopMenu:visited, A.TopMenu:active
{
	color: #C7E7FF;
	text-decoration: none;
}

A.TopMenu:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
