@charset "UTF-8";
/* CSS Document */
.wiki a {
	color: #0066FF;
	text-decoration: none;	
}
.wiki a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.wiki h3{
	font-size: 16px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #000000;
	font-weight: bold;
}
.wiki h4{
	font-size: 14px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}
.wiki ul{
	margin: 10px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
}
.wiki li{
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	list-style-type: circle;
	list-style-position: inside;
}
.wiki .text {
	margin-bottom: 15px;
}
.wiki .text_enclosure {
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}
.wiki .text_left_image {
	margin-bottom: 15px;
}
.wiki .text_left_image img {
	display: block;
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
	border: 1px solid #333333;
}
.wiki .text_right_image {
	margin-bottom: 15px;
}
.wiki .text_right_image img {
	display: block;
	float: right;
	margin-bottom: 4px;
	border: 1px solid #333333;
	margin-left: 8px;
}
.wiki .image_large {
	margin-bottom: 15px;
}
.wiki .gallery {
	text-align: left;
}
.wiki .gallery img{
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #000000;
}
