/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  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.
***********************************************************************/
/* documents */
/* These control the fixed-width text elements of the page */
pre, code { font-family:'Courier New',Courier, mono; }
textarea, pre, code { font-size:0.9em; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

hr { width:90%; }

/* This affects the individual pages's buttons */
#wbar { float: right;  position: relative; top: -5px; }
#wbar ul { list-style: none; padding: 0; margin: 0; }
#wbar li { float: left; width: 62px;  display: block; text-align: center; font-weight: normal;
text-transform: uppercase; margin: 2px 2px 0px 2px; height: 15px; line-height: 15px;
border: 1px solid #333; FONT-SIZE: 75%; LIST-STYLE-TYPE: none; }
#wbar li a { display: block; color: #333; background: #fff; text-decoration: none; }
#wbar li a:hover { display: block; color: white; background: #d70; text-decoration: none; }

/* Hide from IE5-Mac \*/
#wbar li a { float: none } /* End hide */

/* These affect the main content area. */
#wikibody {
padding:0px 10px 10px 10px; background-color: #f4f4f4;
font-size:11pt; width: 95%;
}

#wikicmds {
float:right; white-space:nowrap; 
font-family: Arial, Helvetica, Geneva, sans-serif; 
font-size:80%; 
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }
.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { line-height:1em; margin:0px; font-size:1.6em; font-weight:normal; }
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext { margin-top:12px; line-height:1.33em; width: 100%; }
#wikitext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* external links */
 a.external {
   background: url(/images/E.png) center right no-repeat;
   padding-right: 12px;
   margin-right: 8px;
}

/* These affect the lines at the very bottom. */
#wikifoot { 
padding-left:178px; padding-bottom:4px; border-top:1px #cccccc solid;
font-family: Arial, Helvetica, Geneva, sans-serif; font-size:80%; }

/* Tiger Table (Zebra table possibly unused so left at old colours) */

#wikitext  table.tiger tr.ind1 td { background-color: #fff0c0;  border-color: #ccc;} 
#wikitext  table.tiger tr.ind2 td { background-color: #ffffff; border-color: #ccc;} 
#wikitext table.tiger tr th { background-color: #fb5; border-color: #ccc;}
#wikitext table.tiger { border-color: #ccc; } 
#wikitext table.tiger tr {vertical-align: top; } 
#wikitext table.tiger tr td {vertical-align: top; } 

#wikitext  table.zebra tr.ind1 td { background-color: #ffeebb;  border: none;} 
#wikitext  table.zebra tr.ind2 td { background-color: #ffffff; border: none;} 
#wikitext table.zebra tr th { background-color: #ea4; border: none; }
#wikitext table.zebra { border: solid 1px #999; } 
#wikitext table.zebra tr {vertical-align: top; } 
#wikitext table.zebra tr td {vertical-align: top; } 

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}
