/*
 * 
 * background: #000 url("bg.jpg") repeat-x fixed top;
 */
body { 
	margin-top: 20px;
	margin-bottom: 20px;
/*	font-family: Arial, "Courier New",Courier, Arial, sans-serif; */
	font-size: smaller;
	background: #000;
	color: #fff;
}
#wrapper {
	width: 750px;
	margin:0 auto;
	background-color: #000;
	padding: 0px;
	border-left: 1px solid #9D9F8B;
	border-right: 1px solid #9D9F8B;
	border-bottom: 1px solid #9D9F8B;
	border-top: 1px solid #9D9F8B;
}
.pagetitle { margin-left:10px; 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:14px;
  font-family: Arial;
  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:#9D9F8B; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }
#wikileft li { margin-bottom:7px; }
/*#wikileft a.selflink {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #000;
} */

#wikileft a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #000;
}

#wikileft a {
	
	text-decoration: none;
	color: #FFFFFF;
}

#wikibody { padding-bottom:3em; padding-right:3em; padding-left:3em; padding-top:3em; font-family: "Courier New",Courier;}

#wikititle { padding-left:10px; vertical-align:top; }
#wikitext { padding-left:10px; margin-top:0.5em; font-family: Helvetica, Arial; line-height:136%; }

#wikicmds { font-size:smaller; width: 100px; text-align:right; vertical-align:top; }
#wikicmds a { /*display:block;*/ }

#wikifoot { clear:both; padding:10px; text-align:center; font-family: Helvetica, Arial, sans-serif; border-top:1px solid #9D9F8B; font-size:smaller; }

h1.wikiaction { visibility: hidden;font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

.pagetitle {}

a {
	color: #9D9F8B;
}
a:hover {
	background-color: #9D9F8B;
	text-decoration: none;
	color: #000;
}

h1 {
	color:#FFFFFF; font-size: 14pt; font-weight:bold; font-family: "Courier New",Courier, Arial, sans-serif;
}
h2 {
	color:#aFFFFFFf3c3c; font-size: 12pt; font-weight:bold; font-family: "Courier New",Courier, Arial, sans-serif;
}
h3 {
	font-size: 12pt; font-family: "Courier New",Courier, Arial, sans-serif;
}

.noscreen {
	display:none;
}