div.printfooter {
	display: none;
}

span.editsection {
	display: none;
}

div.catlinks {
	background-color: #F4F8F9;
	margin-top: 28px;
	margin-bottom: 10px;
	margin-left: -28px;
	margin-right: -28px;
	padding: 5px 28px;
	border-top: 1px solid #E6F0F2;
	border-bottom: 1px solid #E6F0F2;
	font-size: 80%;
}
#catlinks div a {
	color: #004D99;
}
#catlinks div a:hover {
	color: #86180A;
}

div.lastmod {
	font-size: 70%;
	text-align: right;
	color: #868F98;
}

#content a {
	font-weight: normal;
	color: #009900;
}

#content a:hover {
	text-decoration: underline;
}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0px;
	padding-left: 28px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0px;
	padding-left: 28px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content li {
}

#content p {
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
}

#content h1, h2, h3, h4, h5 {
	border-bottom: 1px solid #E6F0F2;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
#content h1 {
	margin-top: 10px;
}
#content h2, h3, h4, h5 {
	margin-top: 40px;
}

#content table.table1 {
	color: #242626;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
}
#content table.table1 td {
	color: #242626;
	margin: 0px;
	padding: 5px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}


/* images */
div.floatright, table.floatright {
	clear: right;
	float: right;
	position: relative;
	margin: 0 0 .5em .5em;
	border: 0;
/*
	border: .5em solid white;
	border-width: .5em 0 .8em 1.4em;
*/
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
	float: left;
	clear: left;
	position: relative;
	margin: 0 .5em .5em 0;
	border: 0;
/*
	margin: .3em .5em .5em 0;
	border: .5em solid white;
	border-width: .5em 1.4em .8em 0;
*/
}
div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color: white;
	width: auto;
}
div.thumbinner {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
html .thumbimage {
	border: 1px solid #ccc;
}
html .thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 94%;
}
div.magnify {
	float: right;
	border: none !important;
	background: none !important;
}
div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}
div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
}
div.tleft {
	float: left;
	clear: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
}
img.thumbborder {
	border: 1px solid #dddddd;
}
.hiddenStructure {
	display: none;
}


/* toc */
table.toc {
	width: auto;
	font-size: 80%;
}
#toc,
.toc,
.mw-warning {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
}
#toc h2,
.toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-weight: bold;
	font-size: 80%;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: center;
}
#toc ul,
.toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#toc ul ul,
.toc ul ul {
	margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
}
.mw-warning {
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
}

