/***********************************************************************
** 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 { margin: 10px; margin-left: 0px; margin-right: 0px; font-family: Arial; font-size: 10pt; }

table { margin: 0px; }
td { font-family: Arial; font-size: 10pt; padding: 0px; }

form { margin: 0px; }

input { margin-right: 3px; border: 1px solid #ccccff; font-size: 8pt; }
select { margin-right: 3px; border: 1px solid #ccccff; font-size: 8pt; }
textarea { margin-right: 3px; border: 1px solid #ccccff; font-size: 8pt; }

hr { color: #ccccff; height: 2px; }

h1 { font-size: 16pt; text-align: left; }
h2 { font-size: 14pt; text-align: left; }
h3 { font-size: 12pt; text-align: left; }

a { color: #000099; }

ul { margin-left: 10px; padding-left: 10px; list-style-type: disc; }

input.VerySmallInputField { width: 60px; }
input.SmallerInputField { width: 100px; }
input.SmallInputField { width: 120px; }
input.MediumInputField { width: 150px; }
input.LargeInputField { width: 200px; }
input.LargerInputField { width: 240px; }
input.VeryLargeInputField { width: 300px; }

input.Checkbox { border: none; }

.MainLogo { padding-left: 10px; border-bottom: 2px solid #ccccff; }

.MainTop { border-bottom: 2px solid #ccccff; }
.MainTop .MainTitle {}
.MainTop .BreadCrumb { padding-left: 10px; padding-right: 10px; font-size: 8pt; }
.MainTop .AddPage { padding-left: 10px; padding-right: 10px; font-size: 8pt; }

.TopRightArea { padding-left: 10px; padding-right: 10px; border-top: 1px dotted #ccccff; border-left: 1px dotted #ccccff; border-bottom: 2px solid #ccccff; font-size: 8pt; }

.MainNavigation { width: 200px; padding: 10px; border-right: 2px solid #ccccff; border-bottom: 2px solid #ccccff; }
.MainNavigation h1 { margin: 0px; padding-left: 10px; background-color: #eeeeff; font-size: 12pt; text-align: left; }
.MainNavigation ul { margin-left: 10px; padding-left: 10px; list-style-type: none; }
.MainNavigation .selflink { font-weight: bold; color: #990000; }

.MainContent { width: 640px; height: 530px; padding: 10px; border-bottom: 2px solid #ccccff; }

.RightArea { padding: 10px; border-left: 1px dotted #ccccff; font-size: 8pt; }

.RightArea a { color: #6666ff; font-weight: bold; text-decoration: none; }

.VersionInfo { padding-left: 10px; padding-right: 10px; border-left: 1px dotted #ccccff; border-bottom: 2px solid #ccccff; font-size: 8pt; }

.BottomLeftArea { padding-left: 10px; padding-right: 10px; font-size: 8pt; }
.MainCenterFooter { padding-left: 10px; padding-right: 10px; font-size: 8pt; }
.MainCenterFooter td { font-size: 8pt; }
.MainRightFooter { padding-left: 10px; padding-right: 10px; border-left: 1px dotted #ccccff; border-bottom: 1px dotted #ccccff; font-size: 8pt; }

/************************************************************************************************************/

.pagetitle { font-size: 200%; 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 { padding-top: 0.5em; padding-right: 5px; font-size: smaller; 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; 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: 150%; margin: 0px; }
#wikiedit form { margin: 0px; }
#wikiedit textarea { width: 100%; }

