/*
 *
 *
 *
 */
body { 
	margin-top: 0px;
	font-family: verdana, tahoma, serif; 
	font-size: smaller;
	background: #d1d1d1 url("bg.jpg") repeat-x fixed top;
}
#wrapper {
	width: 750px;
	margin:0 auto;
	background-color: #fff;
	border-left: 1px solid #9D9F8B;
	border-right: 1px solid #9D9F8B;
	border-bottom: 3px solid #9D9F8B;
	border-top: 3px solid #9D9F8B;
}
.pagetitle { font-size:150%; font-weight:bold; }

#wikilogo { }

#wikihead { 
  top:0px; right:10px; 
  font-size:smaller; text-align:right;
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikileft { 
  width:150px; 
  padding-top:0.5em; padding-right:5px; 
  font-size:smaller; 
  border-right:1px solid #9D9F8B;
}
#wikileft h1 { 
  margin:0px; background-color:#eeeeff; 
  font-size:small; text-align:left;
  padding: 2px;
  padding-bottom: 4px;
}
#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; width: 100px; text-align:right; vertical-align:top; }
#wikicmds a { /*display:block;*/ }

#wikifoot { 
  clear:both; 
  font-size:smaller; 
}

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

a {
	color: #9D9F8B;
}
a:hover {
  text-decoration: none;
  color: #6d6f5d;
  background-color: #d6d8c5;
}

h1 {
	font-size: 14pt;
}



a.headfoot {
	text-decoration: none;
	color: #DDDDDD;
}
a.headfoot:link {
	color: #CCCCCC;
	text-decoration: none;
}
a.headfoot:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a.headfoot:hover {
	text-decoration: underline overline;
	color: #FFFFFF;
	background-color: #6f8dba;
}
a.headfoot:active {
	color: #FFFFFF;
	text-decoration: none;
}
