
/* This sets the overall frame for the site */
body {
  margin:0px; background-color:#fff; font-family:Arial,Helvetica,sans-serif; font-size: 0.8em;}

 a:link{color:#006633;font-weight: normal; text-decoration:none;}
 a:visited{color:#006633;font-weight: normal;text-decoration:none;}
 a:hover{color:#ff0000;font-weight: normal;text-decoration:underline;}
 a:active{color:#063;font-weight: normal;text-decoration:none;}

h1 {font-size:1.8em; color:#000;font-weight:normal;padding-top:2px;padding-bottom:2px; margin:0px;}
h2 {font-size:1.5em; color:#000;font-weight:normal;padding-top:2px;padding-bottom:2px; margin:0px;}
h3 {font-size:1.1em; color:#000;font-weight:normal;padding-top:2px;padding-bottom:2px; margin:0px;}
p {padding-top:5px;}


/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:1.1em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

h1 code, h2 code, h3 code, h4 code { font-size:1em; }


/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo {position:fixed; left:0px; top:0px; padding:10px 4px 8px 4px;border-bottom: 3px solid #000; background-color: #e5e5e5; border-right:1px solid #333;}

/* This controls the rest of the heading (primarily the search box) */
#wikihead {position:fixed; left:209px; height: 50px; right:0px; top:0px; font-size:100%;padding:5px;border-bottom: 3px solid #000; text-align:right; color:#000;background-color: #eee;}
#wikihead a {color:#000;}
#wikihead h1 {margin:0px; padding:2px 7px 3px 5px; font-size:1.5em;}
#wikihead input { font-size:85%; } 

/* These are for the left-sidebar. */
#wikileft {padding-top:55px; padding-left:10px; width:198px; line-height:1.33em;font-size:9.4pt; background-color: #fff; border-right:1px solid #000;}

#leftmenu {margin: 0px; padding:20px 5px 5px 5px; margin:5px;margin-bottom:10px;}

#wikileft .vspace { margin-top:1.125em; }
#wikileft ul { list-style:none; padding:0px 0px 10px 0px; margin:0px; }
#wikileft li { display:block; width:162px; background:#fff; margin:1px; padding-left: 2px; padding-bottom:1px; padding-top:4px; border-bottom:1px #ddd dotted;}
#wikileft ul a {display:block; width:100%; height:100%; color:#000;}
#wikileft ul a:hover {background-color:#666;  color:#fff; text-decoration:none;}
.sidehead {font-size:1.2em;margin:0px; padding:4px 2px 2px 2px; background-color: #888; color: #fff;border:1px solid #666; padding-left:5px;margin-top:5px;}


/* These affect the main content area. */
#wikibody {padding:80px 20px 20px 35px; background-color:white;}
#wikibody img {float:left; border:1px solid #000;margin-right:10px;}

#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; }
#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; }

/* These affect the lines at the very bottom. */
#wikifoot { 
  padding-bottom:10px; padding-top:8px; margin-top:25px; border-top:1px #000 solid;font-size:0.8em; text-align:center; color:#000;}

/* 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; }
}
