/***********************************************************************
** 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 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  background-color: #f0f0f0;
  margin:2px;  
  color: #222222;
  padding: 0px 0px 0px 0px;
  font-size: 80%; 
}

h1 { 
	font-size: 125%;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 18px;
}

h2 { 
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 9px;
}
h3 { 
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	color: #666666
	margin-bottom: 8px;
}

td { vertical-align:top; }
th { vertical-align:top; }

pre { background-color:#f7f7f7; color:blue; }

a:link, a:visited, .wikilink, .selflink { 
	text-decoration:none; 
	color:#993399;  
}
a:hover { text-decoration:underline; color:blue; }
#top-row {
	height: 50px;
}

#wikilogo { 
  padding-left:6px; padding-bottom:0px; padding-top:0px;
  border-bottom:1px #cccccc solid;
  height: 50px; 
}

#wikilogo a { text-decoration:none; color:black; font-size:140%; }
#wikilogo a:hover { text-decoration:underline; color:#993399; }

#logo-box { 
  padding-left:6px; padding-bottom:0px; padding-top:0px;
  border-bottom:1px #cccccc solid;
  border-left:1px #cccccc solid;
  overflow: hidden;
  height: 50px; 

}

#wikihead { 
  font-family:Verdana,sans-serif; font-size:85%; 
}

#wikihead input { font-size:85%; } 

#wikileft { 
  width:150px; 
  border-right:1px #cccccc solid; 
  padding:6px 2px 4px 2px;
}
#wikileft a {
  color: #222222;
}

#wikileft h1, .sidehead {
  font-size: 110%;
  color:#993399;  
  margin-bottom: 4px;
  white-space:nowrap;
  overflow:hidden;
  }

#wikileft h2 {
  font-size: 110%;
  margin-bottom: 4px;
  }

#wikileft h1 a {
  color:#993399;  
  }
#wikileft ul { 
	list-style:none; 
	padding-left:7px; 
	padding-bottom:8px; 
	margin:0px; 
	overflow: hidden;
}
#wikileft li {
	overflow: hidden;
}

  


#wikicmds { word-spacing:1pt; text-align:right; font-family:Verdana,sans-serif;  font-size:80%; width:100%; margin-bottom:0px; }
#wikicmds a { text-decoration:none; color:gray; }
#wikicmds a:hover { text-decoration:underline;  }

#wikibody { 
	padding:0px 6px 6px 6px; 
	background-color:white;
	font-size: 9pt;
}
#wikitext { line-height:1.33em; }
/*
#mainpage { 
	overflow: hidden;
	width:646px;
}
*/

.pagegroup { margin-top:10px; font-size:85%; }
.pagetitle { margin-top:2px; font-size:180%; }

#wikifoot { 
  /* padding-left:191px; */
  text-align:center;
  border-top:1px #cccccc solid; 
  font-size:80%; 
  font-family:Verdana,sans-serif;
}

#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

.wikitrail {
    background-color:#eee; 
    border-width:thin 0px; border-style:solid;  border-color:#A8B0C0;
    padding-top:3px; padding-bottom:4px; 
    }

.frame { border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; }
.lfloat { float:left; margin-right:0.5em; } 
.rfloat { float:right; margin-left:0.5em; }


#outer-box {
  	background-color: #f7f7f7;
  	border-right:1px #cccccc solid; 
  	border-left:1px #cccccc solid; 
	width:800px;
}

#wikiright { 
  width: 120px; 
  border-left:1px #cccccc solid; 
}

#highlights { 
  padding:6px 4px 4px 4px;
}

#highlightedit a {
	color:gray;
	vertical-align:bottom;
}

#rightlogo {
   overflow: hidden;
   height: 120px;
   border-bottom:1px #cccccc solid; 
   vertical-align:bottom;
   text-align:center;
}

#searchbox {
	font-size: 80%;
	width: 112px;
	margin-bottom: 2px;
}

#wikiright h1 {
	font-size: 80%;
	margin-top: 16px;
	margin-bottom: 1px;
	padding-top: 16px;
}


