/* ZCode */
IMG.Left {
	float: left;
	margin: 5px;
	margin-left: 0px;
	}
IMG.Right {
	float: right;
	margin: 5px;
	margin-right: 0px;
	}
.Center {
	text-align: center;
	}
DIV.Formatted {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px;
	font-family: Courier, Courier New, sans-serif;
	}
DIV.Quote_Name {
	margin-left: 15px;
	margin-right: 15px;
	border: 1px dashed #FFFFFF;
	border-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	padding: 1px;
	padding-left: 5px;
	}
DIV.Quote_Text {
	margin-left: 15px;
	margin-right: 15px;
	border: 1px dashed #FFFFFF;
	border-top: 0px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	}
DIV.Spoiler_Area {
	position: relative;
	width: 200px;
	overflow: hidden;
	}
DIV.Spoiler_Area:hover {
	width: auto;
	height: auto;
	overflow: visible;
	}
DIV.Spoiler_Area:hover div {
	visibility: visible;
	position: relative;
	}
DIV.Spoiler_Title {
	background-color: #FFFFFF;
	visibility: visible;
	z-index: 1;
	text-align: center;
	}
DIV.Spoiler_Text {
	visibility: hidden;
	position: absolute;
	z-index: 3;
	}

