.wikipanel {
	padding:5px 20px 60px 20px;
	margin: .2em;
	border:1px solid #999999;
	background-color: white;
}
.wikipanel h2, .wikipanel h1 {
	margin-bottom: .2em;
}

.wikitext ul, .mapedit .wikitext ol  {
	margin-top: .2em;
	margin-bottom: .2em;
	padding-top: .2em;
	padding-bottom: .2em;
	list-style-position: inside; 
}
.wikitext li{
}
.wikitext p {
	margin: .4em 0;
	padding: 0;
}
.wikitext h1,
.wikitext h2,
.wikitext h3,
.wikitext h4,
.wikitext h5 {
	font-weight: bold;
	margin: .3em 0 0 0;
	padding: 0;
}
.wikitext h1 { font-size: 11pt; 	border-bottom: 1px solid #e0e0e0; }
.wikitext h2 { font-size: 10pt; font-style: italic;}
.wikitext h3 { font-size: 10pt; }
.wikitext h4 { font-size: 10pt; font-weight: normal;}
.wikitext h5 { font-size: 10pt; font-weight: normal;}
.wikitext table { width: auto; }
.wikitext td, .wikitext th { 
	padding: .2em .5em;
	margin: 0;
	border: 1px solid #e0e0e0;
}
.wikitext th {
	background-color: #e0e0e0;
}
.wikitext pre { 
	width: auto;
	padding: 0 .2em;
	margin: 0;
	border: 1px dashed #e0e0e0;
	background-color: #FAFAFA;
}
#wikiedit {
	margin: 0;
	padding:.3em;
}
#wikiedit p {
}

#wikiedit textarea {
	width: 99%;
	height: 26em;
	margin: 1em 0 auto auto;
	padding: 0 0.2em;
}
#wikiedit .warning {
	font-weight: bold;
	color: red;
	padding: .2em 0;
	margin: 0;
	font-size: larger;
} 
#wikiedit hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #e0e0e0;
}
#wikiedit .preview {
	margin: 0;
	padding: 1em;
}
#wikiedit .infoBox {
	border: 1px solid #e0e0e0;
	margin: .3em 0 0 0;
	padding: 1em;
}
.changeEntry table {
	width: 100%;
}
.changeEntry table td{
	vertical-align: top;
}
.notifySpace {
	height: 2em;
}