/***********************************************************************
** 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.
**   color: #4D528C;
***********************************************************************/
body {
  background:#cfddfd;
  color: #333333;
  font: 10pt arial, verdana, geneva, lucida, 'lucida grande',helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5 { line-height:1em; }
h1 { font-size:180%; color:#333333;}
h2 { font-size:140%; color:#333333;}
h3 { font-size:120%; color:#333333;}
h4 { font-size:100%; color:#333333;}
h5 { font-size:100%; font-weight:normal; font-style:italic; }

#wikilogo { 
}

#wikihead { 
}

#wikihead input { font-size:85%; } 

#wikileft { 
  width:180px; 
  color: white;
  background: #5672b2;
  border-right:1px solid black; 
  padding:10px 10px 0 10px;
  font-size: 85%;
  font-weight: bolder;
}

#wikileft a { text-decoration:none; color:white; }
#wikileft a:hover { text-decoration:underline; color:#999999; }
#wikileft ul { list-style:none; padding:5px; margin:0px; }
#wikileft li { margin-top:4px; }
#wikileft h1, #wikileft h5, .sidehead 
  { font-size:medium; margin-bottom:0px; font-weight:bold; font-style:normal; }
#wikileft h1 a, #wikileft h5 a, .sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }

#wikicmds { float:right; font-size:80%;  }
#wikicmds ul { list-style:none; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; }
#wikicmds li a:hover { text-decoration:underline; color:#999999; }

#wikibody { padding:0px 10px 10px 10px; background-color:white; }
#wikitext { margin-top:1em; line-height:1.33em; }

.pagegroup { margin-top:10px; font-size:85%; }
.pagetitle { margin-top:2px; font-size:180%; }

#wikifoot { 
  background:#cfddfd;
  padding-left:210px; 
  border-top:1px 1px solid #6783c3; 
  font-size:80%; 
  margin-bottom:0px;
}

#wikifoot a { text-decoration:none; color:black; }
#wikifoot a:hover { text-decoration:underline; color:#999999; }


#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

hr
{
  color:#333333;
  height: 1px;
  width: 100%;
}

strong
{
  font-style: bold;
  color     : #333333;
}

   
.header_bg {background: #5672b2 url(header_bg1.gif) ;}


.inner_border 
{
  width: 99%; 
  border-left: 1px solid #6783c3;
  border-right: 1px solid #6783c3;
  margin-left: auto;
  margin-right: auto;
}

.lastmod
{
}

.wikitrail
{

}

