body, p, ul, ol, li, dd, dt, th, td {
	font-family: sans-serif, arial;
	font-weight: normal;
	font-size: 11pt;
	color: black;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif, arial;
	font-weight: normal;
	font-size: 11pt;
	color: black;
	}

body {
	background-color: white;
	background-repeat: no-repeat;
	}

hr { border: 0px solid #AAAACC; border-top-width: 1px; height: 1px; }

/*
------------------------------------------------------------------------------------*/
/* edit formats */

form {
	margin: 0px;
	padding:0px;
	display: inline;}

textarea {
	font-family: "courier new", courier, mono;
	font-size: 90%;
}

/*
------------------------------------------------------------------------------------*/
/* wiki content formats */

h1, h2, h3, h4, h5, h6 {
	margin: 1.5em 0 0.5em 0;
	padding: 5px 0 2px 0;
	font-size: 120%;
	border-bottom: 1px solid #AAAACC;
	text-decoration: none;
	}

h3.lettergroup {
	border: none;
	}

h1 {
	margin-top: 0px;
	font-size: 150%;
	background: none;
	border: none;
	}

h2 {
   background-color: #F0F2FF;
   border-left: 10px solid #AAAACC;
   padding-left: 6px;
   }

/*   
h2:nth-of-type(3n-1) { background-color: honeydew; }
h2:nth-of-type(3n-2) { background-color: mistyrose; }
*/

blockquote {
	background: #f0f0f0;
	margin: 0.5em 10% 0.5em 5%;
	padding: 0.5em 1em;
	}

code, tt {
	font-family: "courier new", courier, monaco, monospaced;
	font-size: 90%;
	color:#333333;
	}
   
pre {
	font-family: "courier new", courier, monaco, monospaced;
	font-size: 90%;
	border: #dddddd 1px solid;
	padding: 0.5em;
	margin-left: 1em;
	white-space: pre;
	background-color: #F2F0E9;
	color: black;
	}

li {
	font-size: 100%;
	color: black;
	margin-bottom: 0.2em;
	margin-right: 5%;
	}

li.changeitem {
	list-style-type: none;
	}
.changeitemtime {
	font-family: "courier new", courier, monaco, monospaced;
	}

ul {
	font-size: 100%;
	color: black;
	}

/* this reverses the 2nd and 3rd level list item bullets */
ul>li>ul {list-style-type: square;}
ul>li>ul>li>ul {list-style-type: circle;}

dl {
	margin-top: 0px;
	margin-bottom: 0px;
	}

dt {
	font-weight: bold;
	color:#333333;}

dd {
	margin-left: 5%;
	margin-right: 5%;
/*	margin-bottom: 0.5em;	*/
/*	text-indent: -1em;		*/
	}

a:link {
	text-decoration: none;
	color: #0000BB; }

a.wikipageedit { color: #0000BB; font-weight: normal; }

a.UnknownWikiLink {	/* all links to unknown wiki pages have this class
*/
	color : #ff0000;
	font-size: 60%;}

a.WikiPageLink {	/* all links to wikipages have this class */
	color : #0000BB;}

a.BracketLink {		/* all [bracketed] links have this class */
	color : #AAAA00;}

a:visited {
	text-decoration: none;
	color: #0000BB;}
	
a:hover {
	text-decoration: underline;
	color: #0000BB;}

a:active {
	text-decoration: none;
	color: #FFA500;}

/*
------------------------------------------------------------------------------------*/
/* tool bars */

div.wikiheader {
	color: #808080;
	margin: 0px;}

div.navtools,
div.pagetools,
div.admintools {
	padding: 5px;
	margin: 0px 5px;
	}

div.navtools {
/*	background: #eeeeee; 	*/
	}

div.pagetools {
	background: #ffffff;
	}

div.admintools {
	background: #dddddd; 
	}

.tweener {
	display: none;
}

.navtool {
	font-family: georgia, times, "times new roman", serif;
	font-size: 90%;
	}

.navtool a {
	font-family: georgia, times, "times new roman", serif;
	font-size: 90%;
	padding: 2px;
/*	background-color: #eeeeee;		*/
	line-height: 1em;
	margin: 1px;
/*	border: 1px outset #cccccc;		*/
	display: inline;
}

.navtool a:hover {
	margin: 0px;
	border: 1px inset #cccccc;
/*	background:#ffcc00; */
	text-decoration: none;
}

/*
------------------------------------------------------------------------------------*/
/* content components */

div.pagecontent {
	background: #ffffff;
	margin: 0px;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;}


div.recentchanges,
div.difftext,
div.wikitext,
div.searchlist,
div.editprefs, 
div.history {
	margin: 0px;
	/* border: 1px solid #dddddd; */
	background: #ffffff;
	padding-top: 	10px;
	padding-bottom: 0px;
	padding-left: 	20px;
	padding-right: 	20px;
	}

div.title,
div.header,
div.footer {
	background: #F2F0E0;
	border: 1px solid #990000;
	padding: 5px;}

div.header {
	border-top: none;
	}

div.title {
	border-bottom: none;
	padding-left: 15px;
	padding-right: 15px;
	}

div.title > p {
	margin: 0px;
	}

hr.footer,
hr.header {
	visibility: hidden;
	display: none;}

/*
------------------------------------------------------------------------------------*/

span.searchword {background-color: yellow; color:red;}


/*
------------------------------------------------------------------------------------*/

table { border-collapse: collapse; border-color: #AAAACC; }
table td { padding: 2px 4px 2px 4px; border-color: #AAAACC; }
table tr:nth-child(odd) { background-color: whitesmoke; }
table tr:nth-child(1) { background-color: #F0F2FF; }
table.visitors tr td {padding: 0px 5px; font-family: georgia, times, "times new roman", serif;}
table.wikidiffold td { background-color: #ffffaf; }
table.wikidiffnew td { background-color: #cfffcf; }

/*
------------------------------------------------------------------------------------*/

div.wikiheader,
div.wikifooter,
div.wikipref {
   background-color: #F2F0E9;
   border: 1px solid #AAAACC;
   padding: 0.5em;
   }
div.wikiheader a:visited,
div.wikifooter a:visited {
   color: #0000BB;
   }
div.wikiheader,
div.wikifooter {
   background: #F2F0E9 url(pickwiki.gif) no-repeat center right;
   }
div.wikiheader {
   margin-bottom: 0.5em;
   }
div.wikifooter {
   margin-top: 0.5em;
   min-height: 67px !important ;
   }
div.wikifooter form input {
   margin-top: 3px;
   }
div.wikirc {
   margin: -1em 0 -1em 0;
   padding: 0.5em;
   }
div.wikirc strong {
   font-weight: normal;
   }
div.wikirc p strong {
   font-weight: bold;
   }
   
div.wikitext { min-height: 20em; }
div.wikitext:empty { height: 0px; min-height: 0px; }

hr.wikilineheader {
   display: none;
   }
hr.wikilinefooter {
   /* make the hr disappear, but preserve its display:block behavior */
   height: 0px;
   width: 0px;
   border: 0px solid #AAAACC;
   margin: 0;
   padding: 0;
   }
   
@media print {
   div.wikiheader, div.wikifooter { font-size: 10pt; border-color: #CCCCCC; }
   div.wikifooter { display: none; }
   code, pre { font-size: 10pt; }
}
