/* Defaults */
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: url('../graphics/background_m.jpg');
	background-color: #331a00;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Generic classes */
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}
.desktop {
	display: none !important;
}
.mobile {
}
.hide {
	display: none !important;
}
.minwidth {
	width: 1%;
}
.maxwidth {
	width: 100%;
}
.center {
	text-align: center;
	float: none;
}
.left {
	float: left;
}
.right {
	float: right;
	text-align: right;
	margin-left: 10px;
}
.clear {
	clear: both;
}
.alt-color1 {
	color: #603913;
}
.alt-color2 {
	color: #f29222;
}
.event:hover {
	text-decoration: underline;
	cursor: pointer;
}
/* Forms */
input[type="text"]
, input[type="password"]
, input[type="email"] {
	width: 100%;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}
input[type="radio"].li {
	display: none;
}
input[type="radio"].li + label {
	display: inline-block;
	padding:8px;
	margin: 0px;
	border-radius: 4px;
}
input[type="radio"].li:checked + label {
	background-color: #f1efe2;
}
input[type="checkbox"].hide + label {
	display: none !important;
}
input[type="checkbox"].li {
	display: none;
}
input[type="checkbox"].li + label {
	display: inline-block;
	padding:8px;
	margin: 0px;
	border-radius: 4px;
}
input[type="checkbox"].li:checked + label {
	background-color: #f1efe2;
}
input[type="checkbox"].custom {
	display: none;
}
input[type="checkbox"].custom + label {
	display: inline-block;
	padding: 3px 4px 3px 4px;
	margin: 0px 3px 3px 0px;
	border-radius: 4px;
}
input[type="checkbox"].custom + label:before {
	content: '\2713';
	font-weight: bold;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-right: 3px;
	background-color: #ffffff;
	border: thin solid #000000;
	color: #ffffff;
	font-size: 8px;
	text-align: center;
	vertical-align: middle;
}
input[type="checkbox"].custom:checked + label:before {
	background-color: #2196F3;
}
input[type="checkbox"].custom:checked + label {
	background-color: #e2d9c8;
}
input[type="checkbox"].table-row {
	display: none;
}
input[type="checkbox"].table-row + label {
	display: inline-block;
	padding: 8px 16px 8px 16px; 
	margin: 2px 4px 6px 4px;
	border-radius: 4px;
	color: #603913;
	font-size: 12px;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	width: calc(100% - 40px);
}
input[type="checkbox"].table-row + label:before {
	content: '\2713';
	font-weight: bold;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0px 6px 3px 0px;
	background-color: #ffffff;
	border: thin solid #603913;
	color: #ffffff;
	font-size: 8px;
	text-align: center;
	vertical-align: middle;
}
input[type="checkbox"].table-row:checked + label {
	color: #ffffff;
	background-color: #f29222;
}
input[type="checkbox"].table-row:checked + label:before {
	border-color: #ffffff;
	color: #f29222;
}
input[type="checkbox"].table-row + label:hover {
	color: #ffffff;
	background-color: #f29222;
	text-decoration: none;
	cursor: pointer;
}
input[type="checkbox"].table-row + label:hover:before {
	border-color: #ffffff;
}
input[type="checkbox"].table-row:disabled + label {
	color: #cccccc;
	background-color: #ffffff;
	cursor: default;
}
input[type="checkbox"].table-row:disabled + label:before {
	border-color: #cccccc;
}
input[type="file"].li {
	display: none;
}
input[type="file"].li + label {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 8px;
	margin: 0px;
	border-color: #e1dfd2;
	border-width: 2px;
	border-style: dashed;
	border-radius: 4px;
}
input[type="file"].li + label .close {
	position: absolute;
	right: 4px;
	top: 4px;
	background: url('../graphics/close.png');
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
input[type="radio"].custom {
	display: none;
}
input[type="radio"].custom + label {
	display: inline-block;
	padding: 3px 4px 3px 4px;
	margin: 0px 3px 3px 0px;
	border-radius: 4px;
}
input[type="radio"].custom + label:before {
	content: '\2713';
	font-weight: bold;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-right: 3px;
	background-color: #ffffff;
	border: thin solid #000000;
	border-radius: 4px;
	color: #ffffff;
	font-size: 8px;
	text-align: center;
	vertical-align: middle;
}
input[type="radio"].custom:checked + label:before {
	background-color: #2196F3;
}
input[type="radio"].custom:checked + label {
	background-color: #e2d9c8;
}
span.imagecontainer {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 8px;
	margin: 0px;
	border-color: #e1dfd2;
	border-width: 2px;
	border-style: dashed;
	border-radius: 4px;
}
span.banner {
	display: inline-block;
	height: 70px;
	padding-top: 40px;
}
span.imagecontainer .close {
	position: absolute;
	right: 4px;
	top: 4px;
	background: url('../graphics/close.png');
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
textarea {
	width: 100%;
	height: 160px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea.short {
	height: 80px;
}
.prefixed-input {
	display: flex;
	flex-direction: row;
	white-space: nowrap;
	background-color: white;
	border-width: 1px;
	border-color: #e1dfd2;
	border-style: solid;
}
.prefixed-input label {
	padding: 2px 0px 2px 2px;
	font-size: 13px;
	color: #7f8a9b;
}
.prefixed-input input {
	flex-grow: 1;
	border: 0px;
	padding: 2px 2px 2px 0px;
}
/* Tables */
.entry table tr td {
	padding-left: 8px;
}
div.cmtable {
	overflow: auto;
	max-height: 300px;
}
table.cmtable {
	border-spacing: 0px;
}
table.cmtable thead tr td {
	color: #603913;
	font-weight: bold;
}
table.cmtable thead tr:last-of-type td {
	border-bottom: 2px solid #603913;
}
table.cmtable tr td {
	text-align: left;
	padding: 3px 8px 2px 8px;
}
table.cmtable tr td:first-of-type {
	padding: 3px 8px 2px 3px;
}
table.cmtable tr td:last-of-type {
	padding: 3px 3px 2px 8px;
}
table.cmtable tr td.right {
	float: none;
	text-align: right;
}
table.cmtable tr td.center {
	float: none;
	text-align: center;
}
table.layout {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-spacing: 0px;
	width: 100%;
}
/* State Indicator */
#is-mobile {
	width: 1px;
}
/* Worker */
#cnworker {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: -1;
}
#cnbackgroundfade {
	background: url('../graphics/lighten.png');
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
	z-index: 9;
}
/* Keyboard */
#cnkeyboard {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	background-color: #a19284;
	border: 1px solid #603913;
	border-radius: 3px;
	font-size: 12px;
	width: 104px;
	height: 156px;
}
#cnkeyboard div.kbheader {
	background-color: #f8f6f2;
	border: 1px solid #603913;
	border-radius: 2px;
	color: #000000;
	font-size: 9px;
	height: 21px;
	line-height: 21px;
	margin: 2px;
	text-align: left;
	padding-left: 4px;
}
#cnkeyboard div.kbheader span.value{
	font-weight: bold;
	color: #f29222;
	cursor: pointer;
}
#cnkeyboard div.kbheader span.value:hover {
	text-decoration: underline;
}
#cnkeyboard div.keyset {
	display: inline-block;
	width: 25px;
	vertical-align: top;
}
#cnkeyboard div.keyset button {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin: 2px;
	padding: 0px;
	line-height: 21px;
	text-align: center;
	background-color: #603913;
	border-width: 0px;
	border-radius: 3px;
	box-sizing: border-box;
	box-shadow: 0px 1px 0px 1px #222;
	color: white;
	font-family: inherit;
	font-size: 12px;
	cursor: pointer;
}
#cnkeyboard div.keyset button.backspace {
	background-color: #c31423;
}
#cnkeyboard div.keyset button.hint {
	background-color: #5ce059;
}
#cnkeyboard div.keyset button.inputtype {
	background-color: #84daf0;
	font-size: 10px;
	font-variant-position: super;
}
#cnkeyboard div.keyset button.inputtype b {
	font-variant-position: sub;
	font-size: 11px;
}
#cnkeyboard div.keyset button:hover {
	text-decoration: underline;
}
#cnkeyboard div.keyset button.inputtype:hover {
	text-decoration: none;
}
#cnkeyboard div.keyset button:active {
	text-decoration: underline;
	height: 19px;
	line-height: 19px;
	margin-top: 4px;
}
#cnkeyboard div.keyset button:disabled {
	background-color: #8f7b7b;
	color:#e8e8e8;
	box-shadow: 0px 0px 0px 0px #222;
	text-decoration: none;
	cursor: default;
}
/* Page */
#cnpage {
}
/* Mobile Menu */
#cnmobilemenu {
	background: url('../graphics/mobile_menu_button.png') no-repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 50px;
}
/* Logo */
#cnlogo {
	background: url('../graphics/logo_mobile.png') no-repeat;
	position: fixed;
	top: 0px;
	left: 50%;
	height: 50px;
	width: 220px;
	margin-left: -110px;
}
/* Profile Image */
#cnprofileimage {
	background-color: #ffffff;
	background-repeat: no-repeat;
	position: fixed;
	top: 8px;
	right: 8px;
	height: 34px;
	width: 34px;
	border-radius:2px;
}
/* Top Menu */
#cntopmenu {
	position: fixed;
	top: 50px;
	left: 0px;
	right: 0px;
	height: 25px;
	overflow: hidden;
}
#cntopmenu ul {
	text-align: center;
	list-style:none;
}
#cntopmenu ul li {
	background:#f29222;
	padding:3px 8px 3px 8px;
	margin: 0px;
	height: 16px;
	border-bottom:3px solid #bda282;
	display: inline-block;
}
#cntopmenu a
, #cntopmenu a:link
, #cntopmenu a:visited {
	height: 16px;
	color:#ffffff;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration:none;
}
#cntopmenu a:hover
, #cntopmenu a:active {
	text-decoration:underline;
}
/* Side Menu */
#cnsidebar {
	position: fixed;
	top: 75px;
	left: -200px;
	bottom: 0px;
	width: 190px;
	background: url('../graphics/sidebar_background.jpg');
	padding-top: 14px;
	padding-left: 10px;
	overflow: auto;
	z-index: -1;
	transition: 0.5s;
}
#cnsidebar.visible {
	left: 0px;
}
#cnsidebar h2 {
	font-size: 16px;
	color: #50771c;
	border-bottom: 1px solid #50771c;
	padding: 0px 0px 7px 2px;
	margin: 6px 0px 5px 0px;
}
#cnsidebar ul {
	margin: 3px 6px 20px 10px;
	list-style: none;
}
#cnsidebar ul li {
	padding: 3px 0px 3px 0px;
	color:#626262;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
}
#cnsidebar ul li a
, #cnsidebar ul li a:link
, #cnsidebar ul li a:visited {
	color:#626262;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration:none;
}
#cnsidebar ul li a:hover
, #cnsidebar ul li a:active {
	text-decoration:underline;
}
#cnsidebar ul li.bullet {
	padding: 3px 0px 3px 6px;
	position: relative;
}
#cnsidebar ul li.bullet:before {
	content: "\bb";
	left: -4px;
	position: absolute;
}
#cnsidebar ul li.new {
	padding: 3px 0px 3px 22px;
	position: relative;
}
#cnsidebar ul li.new:before {
	content: "New";
	left: -10px;
	position: absolute;
	background-color:#f29222;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	display: inline-block;
	-webkit-appearance:none;
	border-radius:4px 0px 4px 0px;
	border:0;
	padding: 2px 4px 2px 4px;
}
/* Body */
#cnbody {
	background: url('../graphics/content_background_m.jpg') repeat-x;
	background-color: #faeccd;
	overflow: hidden;
	position: fixed;
	top: 75px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	padding: 4px 12px 6px 12px;
	display: flex;
	flex-direction: column;
	transition: top 0.3s;
}
/* Header */
#cnheader {
	padding-bottom: 9px;
}
#cnheader h1 {
	color: #603913;
	font-size: 16px;
	float: left;
	margin: 2px 0px 0px 0px;
}
#cnheader .notifications {
	transform: scale(0.75);
	width: 115%;
	text-align: right;
}
#cnheader .notifications .post {
	background-color:#f29222;
}
#cnheader .notifications .support {
	background-color:#c00000;
}
#cnheader .notifications .alert {
	display: inline-block;
	-webkit-appearance:none;
	border-radius:3px;
	border:0px;
	padding: 0px 6px 0px 6px;
	vertical-align: top;
	margin-right: 5px;
	height: 20px;
	cursor: pointer;
}
#cnheader .notifications .alert img {
	padding: 3px 0px 0px 0px;
	margin: 0px;
}
#cnheader .notifications .alert span {
	font-family: Arial, Helvetica, sans-serif; 
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding: 4px 0px 0px 1px;
	margin: 0px;
	float: right;
}
#cnheader .notifications .alert span:hover {
	text-decoration: underline;
}
#cnheader .notifications .fb-like {
	display: inline-block;
	width: 75px;
}
/* Content */
#cncontent {
	padding: 10px 0px 10px 0px;
	border-top: solid 2px #603913;
	border-bottom: solid 2px #603913;
	flex-grow: 1;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	min-height: 200px;
}
/* Footer */
#cnfooter {
	position: relative;
}
#removeads {
	display: block;
	position: absolute;
	left: 0px;
	top: -24px;
	z-index: 1;
	background-color: #feffea;
	border-color:#603913;
	border-style:solid;
	border-width:2px 2px 2px 2px;
	border-radius:0px 6px 0px 0px;
	padding: 2px 8px 4px 8px;
	height: 14px;
	width: 74px;
}
#removeads a {
	font-size: 11px;
	color: #f29222;
	text-decoration: none;
}
#removeads a:hover {
	text-decoration: underline;
}
#affiliate {
	border-color:#e1dfd2;
	border-style:solid;
	border-width:2px;
	border-radius:8px;
	padding:2px;
	margin:4px 0px 0px 0px;
	background-color:#ffffff;
	text-align: center;
}
#affiliate .affilate-img {
	max-width: 90%;
}
#affiliate.kickstarter {
	background-image: url('../graphics/kickstarter_banner.jpg');
	background-size: auto 60px;
	background-position: center;
	background-repeat: none;
	height: 56px;
	cursor: pointer;
}
/* Topic Group */
.topicgroup {
	padding: 16px 18px 14px 18px;
	margin: 0px 0px 10px 0px;
	background-color: #ffffff;
	border-width: 2px 2px 2px 2px;
	border-color: #e1dfd2;
	border-style: solid;
	border-radius: 8px;
}
.topicgroup h2 {
	padding:0px;
	margin: 0px 0px 12px 0px;
	color: #603913;
	font-size: 16px;
	font-weight: bold;
}
.topicgroup .entry {
	padding: 0px 0px 14px 0px;
	margin: 0px 0px 10px 0px;
	background-color: #ffffff;
	border-width: 0px 0px 2px 0px;
	border-color: #e1dfd2;
	border-style: solid;
	border-radius: 0px;
}
.topicgroup .entry:last-child {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
}
/* Thread Group */
.threadgroup {
	padding: 16px 18px 14px 18px;
	margin: 0px 0px 10px 0px;
	background-color: #ffffff;
	border-width: 2px 2px 2px 2px;
	border-color: #e1dfd2;
	border-style: solid;
	border-radius: 8px;
}
.threadgroup h3 {
	padding:0px;
	margin: 0px 0px 12px 0px;
	color: #f29222;
	font-size: 15px;
	font-weight: bold;
}
.threadgroup .entry {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-color: #ffffff;
	border-width: 0px 0px 2px 0px;
	border-color: #e1dfd2;
	border-style: solid;
	border-radius: 0px;
}
/* Section */
.section {
	padding: 0px 0px 14px 0px;
	margin: 14px 0px 14px 0px;
	background-color: #ffffff;
	border-width: 0px 0px 2px 0px;
	border-color: #e1dfd2;
	border-style: solid;
	border-radius: 0px;
}
/* Entry */
.entry {
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	background-color: #ffffff;
	border-width: 2px 2px 2px 2px;
	border-color: #e1dfd2;
	border-style: solid;
	border-radius: 8px;
	position: relative;
}
.container {
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	background-color: #ffffff;
	border-width: 2px 2px 2px 2px;
	border-color: #e1dfd2;
	border-style: solid;
	border-radius: 8px;
	overflow: auto;
	position: relative;
}
/* Borderless */
.borderless {
	padding: 0px;
	border-style: none;
}
/* Banner */
.banner {
}
.banner h3 {
}
.banner p {
}
.banner .navigation {
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #626262;
	padding: 2px;
	margin: 8px 0px 0px 0px;
	border-width: 0px;
	border-radius: 2px;
	background-color: #f8f6f2;
}
.banner .navigation span{
	vertical-align: middle;
}
.banner .entrycontent {
	display: table;
}
.banner div.entrycontent > div {
	display: table-cell;
	vertical-align: top;
}
.banner div.entrycontent > div.header {
	display: table-caption;
}
/* Content */
.content h2 {
	padding:0px;
	margin: 12px 0px 8px 0px;
	color: #603913;
	font-size: 16px;
	font-weight: bold;
}
.content h2:first-of-type {
	margin-top: 0px;
}
.content h2 a {
	color: #603913;
	text-decoration: none;
}
.content h2 a:hover {
	color: #603913;
	text-decoration: none;
	border-bottom: 3px double #603913;
}
.content h2 .info {
	display: block;
	font-size: 11px;
	font-weight: normal;
}
.content h2 a.info {
	display: inline;
	margin:0px 0px 0px 8px;
	color: #f29222;
}
.content h2 .info a {
	color: #f29222;
}
.content h3 {
	padding: 0px;
	margin: 12px 0px 8px 0px;
	color: #f29222;
	font-size: 15px;
	font-weight: bold;
}
.content h3:first-of-type {
	margin-top: 0px;
}
.content h3 a {
	color: #f29222; 
	text-decoration: none;
}
.content h3 a:hover {
	text-decoration: none;
	border-bottom: 3px double #f29222;
}
.content h2 .editcontent
, .content h3 .editcontent {
	font-size: 9px;
	color: #f29222; 
	display: inline-block;
	padding: 1px 8px 1px 8px;
	border-radius: 6px;
	background-color: #f8ffbc;
	vertical-align: super;
	cursor: pointer;
}
.content h2 .editcontent:hover
, .content h3 .editcontent:hover {
	text-decoration: underline;
}
.content h3.title {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #f29222;
	font-size: 15px;
	font-weight: bold;
}
.content h3.title + span {
	display: block;
	padding: 0px;
	margin: 0px 0px 8px 0px;
	color: #626262;
	font-size: 10px;
}
.content h4 {
	padding:0px;
	margin: 0px 0px 8px 0px;
	color: #755741;
	font-size: 13px;
}
.content h4 a {
	color: #755741;
	text-decoration: none;
}
.content h4 a:hover {
	color: #755741;
}
.content div.buttons {
	padding: 12px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	clear: both;
}
.content div.buttons.left {
	text-align: left;
	float: none;
}
.content div.buttons.center {
	text-align: center;
	float: none;
}
.content div.buttons.top {
	padding: 0px 0px 9px 0px;
}
.content .button {
	appearance: button;
	display: inline-block;
	padding: 5px 8px 3px 8px;
	margin: 0px 2px 0px 2px;
	background-color:#f29222;
	-webkit-appearance:none;
	border-radius: 3px;
	border:0;
	text-shadow:#C17C3A 0 -1px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
}
.content div.buttons.sm .button img {
	height: 10px;
	width: 10px;
	margin: 0px 4px 2px 0px;
	vertical-align: bottom;
}
.content .button:hover {
	text-decoration: underline;
	color: #ffffff;
}
.content .button:disabled {
	border: solid #cccccc 1px;
	background-color:#ffffff;
	color:#cccccc;
	text-decoration: none;
}
.content .btnCancel {
	background-color:#d22222;
}
.content .btnConfirm {
	background-color:#22d222;
}
.content .imagepopup {
	display: inline-block;
	margin: 0px auto 0px auto;
	padding: 2px;
	border-width: 4px 4px 4px 4px;
	border-color: #413f32;
	border-style: solid;
	border-radius: 8px;
	height: calc(100% - 24px);
	position: relative;
	background-color: #ffffff;
}
.content figure {
	margin: 0px;
}
.content .imagepopup figure {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.content .imagepopup figure img {
	border-width: 0px;
	border-radius: 4px;
	max-width: 100%;
	max-height: calc(100% - 38px);
	vertical-align: top;
}
.content .imagepopup figure img:only-child {
	max-height: 100%;
}
.content .imagepopup figure figcaption {
	margin-top: 0px;
	padding: 4px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #626262;
}
.content .imagepopup figure figcaption span {
	display: inline-block;
	margin: 0px 0px 2px 0px;
}
.content .tags {
	display: inline-block;
	font-size: 9px;
	color: #626262;
	line-height: 100%;
	margin: 0px 0px 6px 0px;
}
.content .tags span {
	display: inline-block;
	padding: 2px 4px 3px 4px;
	margin: 1px 1px 1px 1px;
	border: solid #626262 1px;
	border-radius: 6px;
}
.content .tags a{
	display: inline-block;
	padding: 2px 4px 3px 4px;
	margin: 1px 1px 1px 1px;
	border: solid #626262 1px;
	border-radius: 6px;
	color: #626262;
	text-decoration: none;
}
.content .tags a:hover{
	background-color: #626262;
	color: #ffffff;
	text-decoration: none;
}
.content .imagepopup figure figcaption a{
	color: #626262;
}
.content .imageprev {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 33%;
	height: 100%;
	text-align: left;
	cursor: pointer;
}
.content .imageprev span {
	display: none;
}
.content .imageprev:hover span {
	display: inline-block;
	position: absolute;
	left: 10px;
	top: calc(50% - 40px);
	color: #ffffff;
	text-shadow: -1px -1px 0 #626262, 1px -1px 0 #626262, -1px 1px 0 #626262, 1px 1px 0 #626262;
	font-size: 80px;
	line-height: 80px;
	height: 80px;
}
.content .imageprev span {
	display: none;
}
.content .imagenext {
	z-index: 1;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 33%;
	height: 100%;
	text-align: right;
	cursor: pointer;
}
.content .imagenext span {
	display: none;
}
.content .imagenext:hover span {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: calc(50% - 40px);
	color: #ffffff;
	text-shadow: -1px -1px 0 #626262, 1px -1px 0 #626262, -1px 1px 0 #626262, 1px 1px 0 #626262;
	font-size: 80px;
	line-height: 80px;
	height: 80px;
}
.content .quicklinks {
	white-space: nowrap;
	overflow: hidden;
	text-align: right;
	margin: 0px 0px 10px 0px;
	display: block;
	font-size: 11px;
}
.content .quicklinks input {
	vertical-align: middle;
}
.content .quicklinks > span {
	margin: 0px 4px 0px 4px;
}
.content .quicklinks .value {
	font-weight: bold;
	color: #f29222;
	cursor: pointer;
}
.content .quicklinks .value:hover {
	text-decoration: underline;
}
.content .quicklinks > a
, .content .quicklinks > label {
	color: #f29222;
	text-decoration: none;
	margin: 0px 4px 0px 4px;
	cursor: pointer;
}
.content .quicklinks > a:hover
, .content .quicklinks > label:hover {
	text-decoration: underline;
}
.content .quicklinks > a:first-child
, .content .quicklinks > label:first-child
, .content .quicklinks > span:first-child {
	margin-left: 0px;
}
.content .quicklinks > a:last-child
, .content .quicklinks > label:last-child
, .content .quicklinks > span:last-child {
	margin-right: 0px;
}
.entry .entryimages {
	overflow:auto;
	padding: 4px;
	margin: 0px 0px 12px 0px;
	background-color: #f8f6f2;
	border-width: 4px 4px 4px 4px;
	border-color: #f8f6f2;
	border-style: solid;
	border-radius: 4px;
	position: relative;
	clear: both;
}
.entry .entryimages figure {
	float: left;
	width: calc(50% - 4px);
	display: table;
	padding: 2px;
	margin: 0px;
	background-color: #ffffff;
}
.entry .entryimages figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}
.entry .entryimages figure figcaption {
	display: table-caption;
	caption-side: bottom;
	margin-top: 0px;
	padding: 4px;
	background-color: #ffffff;
	border-width: 0px;
	border-radius: 0px 0px 4px 4px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #626262;
}
.entry .entryimages figure figcaption span {
	display: inline-block;
	margin: 0px 0px 2px 0px;
}
.entry .entryimages figure:first-of-type {
	width: calc(100% - 4px);
	padding: 2px;
}
.entry .entryimages.double figure {
	width: calc(100% - 4px);
	padding: 2px;
}
.entry .flag {
	background-color:#f29222;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	display: inline-block;
	-webkit-appearance:none;
	border-radius: 4px 0px 4px 0px;
	border:0;
	padding: 2px 4px 2px 4px;
	vertical-align: super;
}
.entry .flag:hover {
	text-decoration: underline;
}
.entry sup.highlight {
	color: red;
	background-color: yellow;
	font-size: 9px;
	font-style: italic;
	vertical-align: super;
}
.entry img.main {
}
.entry img.banner {
	height: 120px;
	margin-right: 6px;
}
.entry img.thumb {
	max-width: 100%;
	height: auto;
	border-width: 4px 4px 4px 4px;
	border-color: #413f32;
	border-style: solid;
	border-radius: 8px;
}
.entry p {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #626262;
	text-align: justify;
	padding-bottom: 8px;
}
.entry pre {
	margin: 4px 0px 16px 0px;
	padding: 12px 12px 12px 12px;
	border-width: 2px 2px 2px 2px;
	border-radius: 3px;
	border-style: solid;
	border-color: #e1dfd2;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #626262;
	white-space: pre-wrap;
}
.entry .spoiler {
	border-radius: 4px;
	border-width: 0px 0px 16px 0px;
	border-color: #f8f6f2;
	border-style: solid;
}
.entry .spoiler .quicklinks {
	margin: 8px 4px 0px 0px;
}
.entry .spoilertitle {
	display: inline-block;
	padding: 4px 20px 0px 16px;
	border-radius: 6px 6px 0px 0px;
	background-color: #f8f6f2;
}
.entry .spoilertitle h3 {
	margin: 0px 0px 2px 0px;
}
.entry .spoilerbody {
	padding: 8px 12px 0px 12px;
	border-radius: 0px 8px 0px 0px;
	background-color: #f8f6f2;
}
.entry .footer {
	padding: 4px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
	border-width: 1px 0px 0px 0px;
	border-color: #f1efe2;
	border-style: solid;
	font-size: 11px; 
}
.entry .footer p {
	font-size: 11px; 
}
.topicgroup .entry p.footer {
	padding: 2px 0px 0px 0px;
	border-width: 0px;
}
.entry .message p.footer {
	border-color: #ffffff;
}
.entry p.main {
}
.entry p.thumb {
}
.entry a {
	color: #f29222;
	text-decoration: none;
}
.entry a:hover {
	color: #f29222;
	text-decoration: underline;
}
.entry a.breadcrumb:first-of-type {
	font-size: 11px;
	margin: 0px 0px 8px 0px;
	display: inline-block;
}
.entry a.breadcrumb {
	font-size: 11px;
	margin: 0px 0px 8px 8px;
	display: inline-block;
}
.entry a.comment {
	font-size: 11px;
	color: #f29222;
	text-decoration: none;
}
.entry a.comment:hover {
	border-bottom: 3px double #f29222;
}
.entry a.highlight {
	color: #3e4fe1;
	text-decoration: none;
}
.entry a.highlight:hover {
	color: #3e4fe1;
	border-bottom: 3px double #3e4fe1;
}
.entry a.highlight:visited {
	color: #3e4fe1;
}
.entry a.text {
	color: #000000;
}
.entry a.text:hover {
	color: #f29222;
}
.entry a.quote {
	text-decoration: none;
	color: #626262;
	font-weight: bold;
	font-style: italic;
	font-size: 14px; 
}
.entry .icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: #f29222;
	color: #ffffff !important;
	text-align: center;
	font-size: 12px !important;
	font-weight: normal !important;
	line-height: 14px !important;
	cursor: pointer;
}
.entry .icon.delete {
	background-color: #c31423;
}
.entry .icon.details {
	background-color: #d1cfc2;
}
.entry .icon.expand {
	background-color: #327ba8;
}
.entry .icon:hover {
	color: #ffffff;
	text-decoration: none;
	filter: brightness(115%);
}
.entry blockquote {
	margin: 4px 0px 16px 16px;
	padding: 8px 0px 8px 20px;
	border-width: 0px 0px 0px 4px;
	border-style: solid;
	border-color: #c2c2c2;
	background-color: #f8f6f2;
}
.entry span.action {
	color: #f29222;
	text-decoration: none;
	cursor: pointer;
}
.entry span.action.sm {
	font-size: 11px;
}
.entry span[disabled="true"].action {
	color: #b2b2b2;
	text-decoration: none;
	cursor: default;
}
.entry span.actionheader {
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}
.entry span.name {
	color: #000000;
}
.entry .buttonise {
	display: inline-block;
	color: #f29222;
	margin-left: 8px;
	border-style: solid;
	border-color: #f29222;
	border-width: 1px;
	padding: 4px;
	border-radius: 3px;
	cursor: pointer;
}
.entry ol {
	color: #626262;
	padding: 0px;
	margin: 3px 0px 6px 24px;
}
.entry ul {
	margin: 8px 0px 8px 12px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #626262;
	list-style-type: none;
}
.entry ol.jp
, .entry ul.jp {
	font-size: 14px;
}
.entry ul li {
	padding: 0 0 3px 0;
}
.entry ul li:before {
	content: '\BB';
	color: #f29222;
	padding: 0px 8px 0px 0px;
}
.entry ul.disc {
	font-size: 13px;
	color: black;
	padding: 0px;
	margin: 3px 0px 6px 24px;
	list-style-type: disc;
}
.entry ul.disc li:before {
	content: '';
	padding: 0px 0px 0px 0px;
}
.entry ul.justifyleft {
	padding: 0px;
	margin: 3px 5px 6px 15px;
}
.entry ul.justifyleft li:before {
	content: '';
	padding: 0px;
}
.entry ul.horizontal {
	white-space:nowrap;
	overflow:auto;
	list-style:none;
	margin: 4px 0px 12px 0px;
	padding: 2px;
	background-color: white;
	border-width: 2px 2px 2px 2px;
	border-color: #e1dfd2;
	border-style: solid;
	border-radius: 8px;
}
.entry ul.horizontal li.vertical {
	padding:4px 2px 0px 2px;
	font-size:14px;
	font-weight: bold;
	color: #603913;
	margin:4px 1px 4px 1px;
	display: inline-block;
	vertical-align: top;
	writing-mode: vertical-rl;
}
.entry ul.horizontal li {
	vertical-align: top;
	white-space:normal;
	display: inline-block;
	padding: 0px;
	margin: 2px;
}
.entry ul.horizontal li:before {
	content: '';
	padding: 0px;
}
.entry .message {
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 12px 0px;
	background-color: #f8f6f2;
	border-width: 4px 4px 4px 4px;
	border-color: #f8f6f2;
	border-style: solid;
	border-radius: 8px;
	position: relative;
	clear: both;
}
.threadgroup hr {
	display: block;
	height: 0px;
	border-width: 0px 0px 2px 0px;
	border-color: #e1dfd2;
	border-style: solid;
	border-radius: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.message hr {
	display: block;
	height: 0px;
	border-color: #ffffff;
	border-style: solid;
	border-width: 2px 1px 1px 1px;
	margin-top: 18px;
	margin-bottom: 18px;
}
.entry .entrylinks {
	padding-bottom: 3px;
	clear: left;
}
.entry .entrylinks a, .entry .entrylinks span.action {
	font-size: 11px;
	color: #f29222;
	margin-right: 18px;
	display: inline-block;
}
.entry .entrylinks label {
	font-size: 11px;
}
.entry .entrylinks .listname {
	font-size: 11px;
	text-decoration: none;
	display: inline-block;
	padding: 3px 4px 3px 4px;
	margin: 0px 3px 3px 0px;
	border-radius: 4px;
	background-color: #e2d9c8;
}
.entry .entrylinks .listname:hover {
	text-decoration: underline;
	cursor: pointer;
}
.entry .heading {
	font-size: 12px;
	color: #50771c;
}
.entry .heading a {
	font-size: 12px;
	color: #50771c;
}
.entry .heading a:hover {
	font-size: 12px;
	color: #50771c;
	border-style: none;
}
.entry .author {
	font-size: 11px;
}
.entry .warning {
	color: red;
}
.entry .listoflinks {
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 3px;
}
.entry .listoflinks a {
	font-size: 11px;
	color: #f29222;
	margin-right: 18px;
	text-decoration: none;
}
.entry .listoflinks a:hover {
	border-bottom: 3px double #f29222;
}
.entry div.video {
	text-align: center;
	margin-top: 16px;
}
.entry div.video > div {
	display: inline-block;
	border-width: 4px 4px 4px 4px;
	border-color: #413f32;
	border-style: solid;
	border-radius: 8px;
	text-align: left;
}
.entry div.video iframe {
	float: none;
	max-width: 100%;
	background-color: #000000;
}
.entry div.video > div > div {
	text-align: left;
}
.entry div.video div.ytinfo {
	display: inline-block;
	padding: 6px 0px 0px 6px;
}
.entry div.video div.ytsubscribe {
	display: inline;
	float: right;
}
.entry ul.participants {
	margin: 0px 0px 6px 2px;
	list-style:none;
}
.entry ul.participants.edit {
	background-color: #ffffff;
	padding: 6px;
	border: 1px solid #e8e6e2;
}
.entry ul.participants li {
	text-align:center;
	background-color: #e8e6e2;
	padding: 3px 6px 3px 6px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
	height: 24px;
	border-radius: 6px;
}
.entry ul.participants li:before {
	content: '';
	padding: 0px;
}
.entry ul.participants li img {
	vertical-align: middle;
}
.entry ul.participants li span.account {
	color: #603913;
	padding: 0px 4px 0px 4px;
	vertical-align: middle;
}
.entry ul.participants li span:hover {
	cursor: pointer;
}
.entry ul.participants li span:hover span.account {
	color: #f29222;
	text-decoration: underline;
}
.entry ul.participants li .close {
	vertical-align: middle;
	display: inline-block;
	background: url('../graphics/close.png');
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.entry div.table-row {
	display: inline-block;
	padding: 8px 16px 8px 16px; 
	margin: 2px 4px 6px 4px;
	border-radius: 4px;
	color: #603913;
	font-size: 12px;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	width: calc(100% - 40px);
}
.entry div.table-row .left {
	display: inline-block;
	min-width: 35px;
	float: none;
	text-align: right;
	padding-right: 8px;
}
/* listview */
table.listview {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	border-width: 2px 2px 2px 2px;
	border-color: #e1dfd2;
	border-style: solid;
	border-radius: 8px;
	background-color: #ffffff;
	border-spacing: 0px;
}
table.listview > tbody {
	border-width: 2px 2px 2px 2px;
	border-color: #e1dfd2;
	border-style: solid;
}
table.listview > tbody > tr > td {
	padding: 2px 12px 2px 0px;
}
table.listview.code > tbody > tr > td {
	padding: 8px 12px 8px 0px;
}
table.listview > tbody > tr > td h3.comment {
	font-weight: bold;
	font-size: 13px;
	color: #50771c;
	margin: 0px;
	border-bottom: 1px solid #50771c;
}
table.listview > tbody > tr > td span.comment {
	color: #50771c;
}
table.listview > tbody > tr.list-header {
	background-color: #e1dfd2;
}
table.listview > tbody > tr.list-header > td {
	background-color: #e1dfd2;
	padding-top: 8px;
	padding-bottom: 8px;
}
table.listview > tbody > tr.list-header > td.right {
	float: none;
	margin-left: 0px;
}
table.listview > tbody > tr.list-header > td span {
	font-weight: bold;
	font-size: 13px;
	color: #603913;
}
table.listview > tbody > tr.list-header > td span a {
	color: #603913;
}
table.listview > tbody > tr.list-subheader {
	background-color: #f1efe2;
}
table.listview > tbody > tr.list-subheader > td {
	background-color: #f1efe2;
	font-weight: bold;
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #f29222;
}
table.listview > tbody > tr.list-subsectionheader {
	padding: 8px 0px 8px 0px;
	background-color: #f7f6f0;
}
table.listview > tbody > tr.list-body {
	line-height: 16px;
}
table.listview > tbody > tr:nth-child(even) {
	background-color: #fcfaf6;
}
table.listview > tbody > tr.alt1 {
	background-color: #ffffff;
}
table.listview > tbody > tr.alt2 {
	background-color: #fcfaf6;
}
table.listview > tbody > tr.disabled {
	background-color: #ccffcc;
	filter: brightness(120%);
}
table.listview > tbody > tr > td:first-child {
	padding-left: 8px;
}
table.listview > tbody > tr > td:last-child {
	padding-right: 8px;
}
table.listview > tbody > tr.list-subsectionheader td {
	padding: 8px;
}
table.listview > tbody > tr.list-subsectionsubheader td {
	padding: 8px;
	border-width: 1px 0px 1px 0px;
	border-color: #e1dfd2;
	border-style: solid;
}
table.listview > tbody > tr.list-container > td {
	padding: 0px;
}
table.listview > tbody > tr.list-container > td > table.listview {
	border-width: 0px;
	border-radius: 0px;
	width: 100%;
}
table.listview > tbody > tr.list-subsection > td {
	padding: 0px;
}
table.listview > tbody > tr.list-subsection > td > table.listview {
	border-width: 1px 1px 0px 1px;
	border-radius: 0px;
	width: 100%;
}
table.listview span.jp {
	font-size: 14px;
}
table.spacing-right > tbody > tr > td {
	width: 1%;
	white-space: nowrap;
}
table.spacing-right > tbody > tr > td:last-child {
	width: 99%;
	white-space: normal;
}
.ckcontent table  {
	border-width: 1px;
	border-style: solid;
	border-color: #e1dfd2;
	border-radius: 2px;
}
.ckcontent table > tbody > tr:nth-child(odd) {
	background-color: #ffffff;
}
.ckcontent table > tbody > tr:nth-child(even) {
	background-color: #fcfaf6;
}
.ckcontent table td {
	vertical-align: top;
	padding: 2px;
}
/* bubble */
.bubble {
	display: table;
	padding: 0px;
	margin: 0px 10px 10px 0px;
	background-color: #ffffff;
	border-width: 2px 2px 2px 2px;
	border-color: #e1dfd2;
	border-style: solid;
	border-radius: 8px;
	position: relative;
	vertical-align: top;
	width: 100%;
}
.bubble > div.header {
	display: table-row;
}
.bubble > div.header h3 {
	margin: 0px;
}
.bubble > div.content {
	display: table-row;
	background-color: #f8f6f2;
}
.bubble > div > div {
	display: table-cell;
	padding: 6px 12px 6px 12px;
}
.bubble > div.content span.left {
}
.bubble > div.content span.right {
	padding-left: 8px;
	float: right;
}
/* card */
div.card {
	display: inline-block;
	padding:8px;
	margin: 0px;
	background-color: #f1efe2;
	border-radius: 4px;
}
div.card .title {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}
div.card .title .en {
	display: block;
	font-size: 10px;
	font-weight: normal;
}
div.card .title .jp {
	display: block;
	font-size: 28px;
	font-weight: normal;
}
div.card .heading {
	padding: 0px 0px 4px 8px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	color: #817f72;
}
div.card .value {
	font-size: 11px;
	padding: 0px 8px 0px 8px;
	margin: 0px 0px 6px 0px;
	color: #000000;
	background-color: #ffffff;
	border-width: 4px 4px 4px 4px;
	border-color: #ffffff;
	border-style: solid;
	border-radius: 8px;
}
/* reportcard */
div.report.card {
	width: 164px;
}
div.chart.card {
	width: 254px;
}
/* avatars */
#idAvatars .close {
	position: absolute;
	right: 4px;
	top: 4px;
	background: url('../graphics/close.png');
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
#idAvatars label {
	position: relative;
}
#idAvatars input[type="radio"].li + label {
	border-color: #e1dfd2;
	border-width: 2px;
	border-style: solid;
}
#idAvatars input[type="file"].li + label {
	width: 122px;
	height: 122px;
	line-height: 122px;
}
/* search form */
.entry .searchform {
	overflow: hidden;
}
.searchform > div {
	vertical-align: bottom;
	padding: 0px 0px 8px 0px;
}
.searchform > div:last-child {
	padding: 0px 0px 0px 0px;
}
.searchform input[type="text"] {
	padding: 1px 1px 1px 1px;
	width: calc(100% - 8px);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #603913;
	vertical-align: bottom;
}
.searchform #kanjisearch {
	z-index: 1;
	position: absolute;
	margin: 3px 0px 0px 4px;
	color: #888888;
	cursor: pointer;
}
.searchform #kanjisearch:hover {
	color: #603913;
}
.searchform #kanjisearch + input[type="text"] {
	width: calc(100% - 40px);
	padding-left: 32px;
}
.searchform textarea {
	width: calc(100% - 8px);
	height: 140px;
}
.searchform .button {
	float: right;
	margin-top: 10px;
}
.entry .searchlink {
	margin-top: -16px;
	font-size: 11px;
	float: left;
}
/* entry form */
.entryform {
}
.entryform h4 {
	margin-top: 8px;
	font-size: 12px;
}
.entryform div.heading {
	margin: 12px 0px 6px 8px;
}
.entryform div.value {
	padding: 2px 8px 2px 8px;
	color: #000000;
	background-color: #ffffff;
	border-width: 4px 4px 4px 4px;
	border-color: #ffffff;
	border-style: solid;
	border-radius: 8px;
	overflow-x: hidden;
}
.entryform div.value span.note {
	display: block;
	color: #626262;
	font-size: 10px;
	padding-top: 4px;
}
.entryform.alt > div {
	padding: 2px 4px 2px 4px;
	background-color: #ffffff;
}
.entryform.alt > div:nth-child(even) {
	padding: 2px 4px 2px 4px;
	background-color: #fcfaf6;
}
.entryform.alt > div > div {
	white-space: nowrap;
	overflow: hidden;
}
.entryform.alt > div > div.right {
	float: none;
}
/* Pagination */
.pagination {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align: right;
}
.pagination.left {
	text-align: left;
	float: none;
}
.pagination > span {
	padding: 4px 0px 4px 0px;
	font-size: 11px;
	color: #000000;
}
.pagination a {
	text-decoration: none;
	color: #f29222;
}
.pagination a:hover {
	text-decoration: underline;
	color: #f29222;
}
/* overDiv */
#overDiv {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
}
.overDivArrowBelow:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: -8px;
	top: -14px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #ffffff;
	z-index: 2;
}
.overDivArrowBelow {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #d1cfc2;
	z-index: 2;
}
.overDivArrowAbove:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: -8px;
	top: 2px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 12px solid #ffffff;
	z-index: 2;
}
.overDivArrowAbove {
	position: absolute;
	width: 0;
	height: 0;
	top: -10px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 12px solid #d1cfc2;
	z-index: 2;
}
.overDivLabel {
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	background-color: #ffffff;
	border-width: 2px 2px 2px 2px;
	border-color: #d1cfc2;
	border-style: solid;
	border-radius: 8px;
}
.overDivLabel .close {
	z-index: 1;
	position: absolute;
	right: 4px;
	top: 4px;
	background: url('../graphics/close.png');
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
div.overDivLabel .entry {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
	border-radius: 0px;
	overflow: hidden;
}
.overDivPopup {
	background-color: white;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #f29222;
	padding: 4px 4px 4px 4px;
}
.popupmenugroup {
}
.popupmenugroup .popupmenu {
	width: 150px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 8px;
}
.popupmenu div {
	background: #f29222;
	padding: 3px 8px 3px 8px;
	color:#fff;
	font-size:11px;
}
.popupmenu div.alt {
	background: #f8f6f2;
	color:#000000;
	border-color: #cccccc #f29222 #cccccc #f29222;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}
.popupmenu ul {
	font-size: 11px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 6px 0px 6px;
	border-color: #f29222;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	line-height: 24px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}
.popupmenu ul:last-of-type {
	border-width: 0px 1px 1px 1px;
}
.popupmenu ul li {
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}
.popupmenu ul li.header {
	background-color: #dddddd;
}
.popupmenu ul li:before {
	content: '';
	padding: 0px 0px 0px 0px;
}
.popupmenu ul li a {
	color: #603913;
	text-decoration: none;
}
.popupmenu ul li a:hover {
	color: #603913;
	text-decoration: underline;
}
.popupmenu ul li.header span.icon {
	display: inline-block;
	width: 16px;
	text-align: center;
}
.popupmenu ul li span {
	color: #603913;
}
.popupmenu ul li span.action:hover {
	text-decoration: underline;
	cursor: pointer;
}
/* copyDiv */
#copyDiv {
	position: absolute;
	visibility: hidden;
	z-index: 1001;
	opacity: 0.7;
	background-color:#f29222;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:9px;
	font-weight:bold;
	border:0;
	border-radius:4px 0px 4px 0px;
	padding: 2px 4px 2px 4px;
	cursor: pointer;
}
#copyDiv:hover {
	opacity: 1.0;
	text-decoration: underline;
}
/* Speaker */
.entry .speaker {
	display: inline-block;
	background: url('../graphics/speaker.png');
	background-size: 24px 18px;
	background-position: 0px 8px;
	background-repeat: no-repeat;
	width:32px;
	height:32px;
	cursor: pointer;
}
/* Sentences */
.entry .sentence {
	display: table-row;
}
.sentence .speaker {
}
.sentence .sm
, .sentence .mn {
	margin: 0px;
	padding: 0px 0px 8px 0px;
	display: table-cell;
	vertical-align: top;
}
.sentence .mn .jp {
	font-size: 22px;
}
.sentence .mn .jp rt {
	font-size: 10px;
}
.sentence .sm .jp {
	font-size: 20px;
}
.sentence .sm .jp rt {
	font-size: 9px;
}
.sentence.hidefurigana rt 
, .sentence.hidefurigana .dl {
	display: none;
}
.sentence .jp .relempty {
	display: inline-block;
	border-style: solid;
	border-width: 0px 0px 4px 0px;
	border-color: transparent;
	padding: 0px 0px 2px 0px;
}
.sentence .jp .relcompound {
	display: inline-block;
	border-style: solid;
	border-width: 0px 0px 4px 0px;
	border-color: #e2d9c8;
	padding: 0px 0px 2px 0px;
}
.sentence.hidefurigana .jp .relcompound {
	border-color: transparent;
}
.sentence .jp .relcompound:hover {
	border-color: #000000;
	cursor: pointer;
	color: #000000;
}
.sentence .jp .relcompound[highlighted="true"] {
	border-color: #000000;
	color: #000000;
}
.sentence .jp .relword {
	display: inline-block;
	position: relative;
	border-radius: 2px;
	margin-top: 2px;
}
.sentence .jp .relword:hover {
	background-color: #e2d9c8;
	cursor: pointer;
	color: #000000;
	border-bottom-style: none;
}
.sentence .jp .relword span {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 12px;
	background-color: #3434c8;
	color: #ffffff;
	display: inline-block;
	width: 14px;
	height: 14px;
	text-align: center;
	border-radius: 2px;
	visibility: hidden;
}
.sentence .jp .relword:hover span {
	visibility: visible;
}
.sentence .en {
	font-size: 12px;
	padding: 0px 0px 3px 0px;
}
.sentence .en .relword {
	display: inline-block;
	border-radius: 2px;
	background-color: #e2d9c8;
}
.sentence .notes {
	font-size: 12px;
	color: #50771c;
	font-style:italic;
	border-radius: 8px;
	background-color: white;
	padding: 6px 12px;
	margin-top: 6px;
}
/* Vocabulary */
.entry .jmdentrynote {
	font-size: 18px;
	color: #50771c;
	font-style:italic;
	margin-left: 2px;
	margin-bottom: 8px;
}
.entry .vocabulary {
}
.vocabulary h4 {
	padding: 8px 0px 0px 0px;
}
.vocabulary .jmdentry {
}
.vocabulary .conjugations {
	display: table;
}
.vocabulary .compoundroots {
	padding: 8px 0px 0px 0px;
	display: table;
}
.vocabulary .conjugationgroup {
	display: table-row;
}
.vocabulary .conjugationgroup > div {
	display: table-cell;
	font-weight: bold;
	padding-top: 12px;
}
.vocabulary .conjugations .conjugation {
	padding-right: 8px;
}
.vocabulary .jmdelement {
	display: table-row;
}
.vocabulary .speaker {
	height: 36px;
	display: inline-block;
}
.vocabulary .full .speaker {
	position: absolute;
	right: 0px;
	top: 0px;
}
.vocabulary .sm {
	display: table-cell;
}
.vocabulary .mn .speaker {
	background-position: 0px 11px;
}
.vocabulary .sm .speaker {
	background-size: 16px 12px;
	background-position: 0px 20px;
}
.vocabulary .jp {
	display: inline-block;
	vertical-align: middle;
}
.vocabulary .mn .jp {
	font-size: 26px;
}
.vocabulary .mn .jp rt {
	font-size: 12px;
}
.vocabulary .sm .jp {
	padding-left: 8px;
	font-size: 20px;
}
.vocabulary .sm .jp rt {
	font-size: 9px;
}
.vocabulary .furigana {
	display: none;
}
.vocabulary .full .romaji {
	margin-bottom: 12px;
}
.vocabulary .compact .romaji {
	margin-left: 36px;
}
.vocabulary .full .mn .partofspeech {
	display: none;
}
.vocabulary .full .conjugation {
	display: inline-block;
	padding-left: 2px;
	vertical-align: middle;
}
.vocabulary .full .elementinfo {
	display: inline-block;
	padding-left: 8px;
	font-size: 11px;
	font-style: italic;
	vertical-align: middle;
}
.vocabulary .full .link {
	display: table-cell;
	padding-left: 8px;
	font-size: 11px;
	vertical-align: middle;
}
.vocabulary .en {
	padding: 4px 0px 8px 0px;
	vertical-align: top;
	font-size: 14px;
}
.vocabulary .en .partofspeech {
	font-size: 14px;
	color: #50771c;
	font-style:italic;
}
.vocabulary .warning {
	color: #ff3333;
	font-style:italic;
	font-size: 12px;
	padding: 0px 0px 12px 0px;
}
/* Synonyms */
.synonyms td {
	padding-left: 8px;
}
.synonyms .jp td {
	padding-top: 8px;
}
.synonyms .jp:first-child td {
	padding-top: 0px;
}
.synonyms .jp td:first-child {
	font-weight: bold;
	text-align: right;
	padding-left: 0px;
}
.synonyms .jp td:nth-child(2)
, .synonyms .en td:nth-child(2) {
	font-weight: bold;
}
.synonyms .syn td:nth-child(2){
	color: #50771c;
	font-style: italic;
}
.synonyms .syn td:last-child {
	color: #f29222;
}
/* Kanji Parts */
.kanjiparts td {
	padding-left: 8px;
}
.kanjiparts td.jp {
	font-size: 20px;
}
.kanjiparts td:first-child {
	padding-left: 0px;
	width: 8px;
	vertical-align: middle;
	font-size: 11px;
}
/* Categories */
.categories > div > div {
	padding-left: 8px;
}
.categories > div.en
, .categories > div.jp {
	display: table-row;
}
.categories > div.en > div
, .categories > div.jp > div {
	display: table-cell;
}
.categories > div.en div:first-child
, .categories > div.jp div:first-child {
	font-weight: bold;
}
.categories > div.cat div:first-child {
	color: #50771c;
	font-style: italic;
	padding: 8px 0px 2px 8px;
}
/* Stroke order diagrams */
.message ul.stroke-order {
	list-style-type:none;
	margin: 0px;
	padding: 12px 3px 0px 0px;
	overflow: hidden;
}
.message ul.stroke-order:first-of-type {
	padding-top: 0px;
}
ul.stroke-order li {
	float:left;
	margin-right: -1.5px;
}
ul.stroke-order li div {
	background-repeat: no-repeat;
	display: block;
	width: 116em;
	height: 116em;
	background-size: auto 114.5px;
	font-size: 0.5px;
}
ul.stroke-order li div + div {
	margin-top: 4px;
}
ul.stroke-order li div.plain {
	background-image: url('../graphics/drawing_canvas_bg.png');
	background-repeat: no-repeat;
	background-size: 58px 58px;
	display: block;
	width: 58px;
	height: 58px;
	line-height: 58px;
	font-size: 44px;
	text-align: center;
}
ul.stroke-order li div.drawing {
	background-image: url('../graphics/drawing_canvas_bg.png');
	background-repeat: no-repeat;
	display: block;
	position: relative;
	width: 116em;
	height: 116em;
	background-size: auto 58px;
	font-size: 0.5px;
}
ul.stroke-order li div.drawing span {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
ul.stroke-order li div.drawing span.correct {
	color: #50771c;
}
ul.stroke-order li div.drawing span.incorrect {
	color: #c31423;
}
ul.stroke-order li:before {
	content: '';
	padding: 0px 0px 0px 0px;
}
/* Horizontal stroke order */
ul.stroke-order.horizontal {
	white-space:nowrap;
	overflow:auto;
}
ul.stroke-order.horizontal li {
	vertical-align: top;
	white-space:normal;
	display: inline-block;
	float:none;
}
/* Multi Find */
p.multifind span {
	cursor: pointer;
}
p.multifind span:hover {
	color: #f29222;
	text-decoration: none;
	border-bottom: 3px double #f29222;
	cursor: pointer;
}
p.multifind span.selected {
	font-weight: bold;
}
/* Kana */
.entry .kana.message > div {
	display: table-cell;
}
.entry .kana.message > div:first-of-type {
	vertical-align: top;
	padding-top: 12px;
}
/* Kanji */
.entry .kanjigrid {
	clear: both;
}
.entry .kanji {
	position: relative;
	padding: 102px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
.entry .kanjigrid .kanji {
	display: inline-block;
	position: static;
	margin: 0px;
	padding: 0px;
}
.kanji .kanjiprofile {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	background-color: #e1dfd2;
	border-width: 2px 2px 2px 2px;
	border-color: #e1dfd2;
	border-style: solid;
	border-radius: 8px;
	width: 92px;
	overflow: hidden;
}
.kanjigrid .kanji .kanjiprofile {
	display: inline-block;
	position: static;
}
.kanjiprofile .kanjiimg {
	border-style: solid;
	border-color: #e1dfd2;
	border-width: 6px 6px 8px 6px;
	display: block;
	width: 80px;
	height: 80px;
	background-position: 0px 0px;
	background-size: auto 160px;
	background-repeat: no-repeat;
	background-color: white;
	line-height: 116px;
	font-size: 88px;
	text-align: center;
}
.kanjigrid .kanjiprofile .kanjiinfo {
	padding: 0px 10px 0px 10px;
	text-align: center;
}
.kanjiinfo input[type="checkbox"].custom + label {
	font-size: 11px;
	color: #817f72;
}
.kanjiprofile .kanjiinfo input[type="checkbox"].custom + label:hover {
	background-color: #fcfaf6;
}
.kanjiprofile .kanjiinfo input[type="checkbox"].custom:checked + label {
	background-color: #fcfaf6;
}
.kanji .kanjibody {
	font-size: 14px;
	margin: 0px;
	padding: 8px 6px 0px 6px;
	background-color: #f8f6f2;
	border-width: 4px 4px 4px 4px;
	border-color: #f8f6f2;
	border-style: solid;
	border-radius: 8px;
}
.kanjibody .kanjiinfo {
	position: absolute;
	top: 0px;
	left: 100px;
	right: 0px;
	min-height: 82px;
	text-align: right;
	padding: 4px 4px 4px 4px;
	background-color: #f8f6f2;
	border-width: 4px 4px 4px 4px;
	border-color: #f8f6f2;
	border-style: solid;
	border-radius: 8px;
}
.kanjibody .kanjiinfo .jlpt {
	font-size: 12px;
	font-weight: bold;
	color: #50771c;
}
.kanjibody .kanjiinfo .kyouiku a {
	font-size: 9px;
	color: #50771c;
}
.kanjibody .yourlists {
	margin-top: 3px;
	font-size: 10px;
	color: #f29222;
	cursor: pointer;
}
.kanjibody .yourlists:hover {
	margin-top: 3px;
	font-size: 10px;
	color: #f29222;
	text-decoration: none;
	border-bottom: 3px double #f29222;
	cursor: pointer;
}
.kanjibody .note {
	font-size: 9px;
	color: #50771c;
}
.kanjibody .readings {
	display: table;
	padding: 3px 0px 12px 9px;
}
.kanjibody .readings .reading {
	display: table-row;
}
.kanjibody .readings .reading .heading {
	display: table-cell;
	padding-right: 6px;
}
.kanjibody .readings .reading .info {
	display: table-cell;
}
/* Comments */
.entry .messagecomment {
	padding: 0px 2px 8px 2px;
	margin: 0px 0px 12px 0px;
	background-color: #f8f6f2;
}
.entry .messagecomment .body {
	padding: 8px 4px 0px 4px;
	margin: 0px 0px 0px 0px;
	border-width: 4px 0px 0px 0px;
	border-color: #ffffff;
	border-style: solid;
	clear: both;
	overflow: hidden;
	min-height: 80px;
}
.entry .messagecomment .info {
	padding: 4px 8px 4px 8px;
	margin: 0px 0px 0px 0px;
	background-color: #e1dfd2;
	border-width: 4px 4px 4px 4px;
	border-color: #e1dfd2;
	border-style: solid;
	border-radius: 8px;
}
/* meishi */
.meishi {
	padding: 0px;
	margin: 0px;
	border-width: 4px 4px 4px 4px;
	border-color: #e1dfd2;
	border-style: solid;
	border-radius: 8px 8px 8px 8px;
}
.meishi .header {
	background-color: #e1dfd2;
	display: table-row;
}
.meishi .header > div {
	display: table-cell;
	vertical-align: top;
}
.meishi .quicklinks a {
	color: #603913;
	font-size: 10px;
}
.meishi .header img {
	border-width: 0px;
	border-style: solid;
	border-radius: 4px 0px 0px 0px;
}
.meishi .header h2 {
	display: block;
	margin: 0px;
	padding: 2px 0px 0px 8px;
	height: 18px;
}
.meishi .header .title {
	display: block;
	color: #50771c;
	font-weight: bold;
	padding: 2px 0px 0px 8px;
	height: 18px;
}
.meishi .body {
	display: block;
	padding: 8px;
	background-color: #f8f6f2;
	border-width: 0px;
	border-style: solid;
	border-radius: 0px 0px 4px 4px;
}
.meishi .body .profile {
	display: block;
	margin: 0px;
	background-color: #ffffff;
	border-width: 4px 4px 4px 4px;
	border-color: #ffffff;
	border-style: solid;
	border-radius: 8px;
}
.meishi ul {
	display: table-cell;
	width: 184px;
	list-style:none;
	margin: 0px;
	padding: 4px;
}
.meishi ul li:before {
	content: '';
	padding: 0px;
}
.meishi ul li .heading {
	padding: 0px;
	margin: 8px 0px 2px 0px;
	font-size: 9px;
	color: #817f72;
}
.meishi ul li .heading:first-of-type {
	margin: 0px 0px 2px 0px;
}
.meishi ul li .value {
	padding: 0px;
	margin: 0px;
	width: 150px;
	font-size: 9px;
	color: #000000;
}
.meishi ul li .value span {
	display: inline-block;
}
.meishi div.buttons {
	padding: 0px;
	margin: 8px 0px 0px 0px;
}
.meishi .button {
	font-size: 10px;
}
/* Post message */
.entry .postmessage {
	padding: 0px;
	margin: 0px 0px 12px 0px;
	background-color: #f8f6f2;
	border-width: 4px 4px 4px 4px;
	border-color: #e1dfd2;
	border-style: solid;
	border-radius: 8px;
}
.postmessage .profile {
}
.postmessage .messagebody {
	background-color: #f8f6f2;
	position: relative;
	clear: both;
}
.postmessage .messagebody > div {
	padding: 8px 0px 8px 0px;
	margin: 0px 8px 12px 8px;
}
.postmessage .messagebody > div.info {
	padding: 8px 8px 4px 8px;
	margin: 0px;
	background-color: #e1dfd2;
	font-size: 11px;
}
.postmessage .messagebody > div.userprofile {
	border-width: 0px 0px 4px 0px;
	border-color: #ffffff;
	border-style: solid;
}
.postmessage .messagebody > div .body {
	padding: 0px 4px 16px 4px;
	overflow: hidden;
}
.postmessage .messagebody > div .rating {
	text-align: center;
	margin-bottom: 8px;
}
.postmessage .messagebody > div .rating span {
	font-size:10px;
	font-weight: bold;
	color: #603913;
	display: block;
	margin-top: -2px;
}
.postmessage .messagebody > div .rating span:first-child {
	margin-top: -8px;
	font-size:16px;
	color: #f29222;
}
.postmessage .messagebody > div .signature {
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 0px 0px;
	border-width: 2px 0px 0px 0px;
	border-color: #ffffff;
	border-style: solid;
}
.postmessage h2 {
	font-size: 13px;
}
.postmessage h3 {
	font-size: 12px;
}
/* User Profile */
.postmessage .messagebody > div.userprofile ul {
	list-style:none;
	margin: 0px;
	padding-bottom: 3px;
}
.postmessage .messagebody > div.userprofile ul li:before {
	content: '';
	padding: 0px 0px 0px 0px;
}
.postmessage .messagebody > div.userprofile ul li .heading {
	padding: 0px 0px 4px 8px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	color: #817f72;
}
.postmessage .messagebody > div.userprofile ul li .value {
	padding: 4px 8px 4px 8px;
	margin: 0px 0px 8px 0px;
	min-width: 150px;
	color: #000000;
	background-color: #ffffff;
	border-width: 4px 4px 4px 4px;
	border-color: #ffffff;
	border-style: solid;
	border-radius: 8px;
}
/* Forum Profile */
.entry .profile .avatar {
	padding: 0px 0px 0px 0px;
	text-align: center;
	float: left;
	border-width: 0px 4px 4px 0px;
	border-color: #e1dfd2;
	border-style: solid;
	width: 50px;
	height: 50px;
}
.entry .profile .avatar img {
	height: 50px;
	width: auto;
	max-width: 50px;
	border-width: 0px;
	border-color: #e1dfd2;
	border-style: solid;
	border-radius: 4px 0px 0px 0px;
}
.entry .profile .account {
	height: 36px;
	margin: 0px 0px 0px 54px;
	padding: 8px 4px 6px 4px;
	background-color: #ffffff;
	border-width: 0px 0px 4px 0px;
	border-color: #e1dfd2;
	border-style: solid;
	border-radius: 0px 8px 0px 0px;
	text-align: center;
}
.entry .profile .account span.name {
	font-weight: bold;
	font-size: 14px;
}
.entry .profile .account .title {
	font-size: 12px;
	color: #50771c;
}
.entry .profile .accountinfo {
	display: none;
}
/* definition */
span.definition {
	cursor: pointer;
}
/* minidictionary */
.minidictionary-entry {
}
span.minidictionary
, ruby.minidictionary {
	cursor: pointer;
}
span.minidictionary:hover
, ruby.minidictionary:hover{
	cursor: pointer;
	text-decoration: none;
	color: #f29222;
	border-bottom: 3px double #f29222;
}
span.minidictionarykanji > p {
	color: black;
	display: inline-block;
	margin: 0px 12px 0px 0px;
	padding: 0px;
	cursor: pointer;
}
span.minidictionarykanji > p:hover {
	color: #f29222;
}
/* minikanji */
.minikanji .criteria input[type="checkbox"] {
	display: none;
}
.minikanji .criteria input[type="checkbox"] + label {
	display: inline-block;
	padding: 6px 12px 6px 12px; 
	margin: 2px 4px 6px 4px;
	border-radius: 3px;
	color: #603913;
	font-size: 12px;
	background-color: #ffffff;
	text-align: center;
	vertical-align: top;
}
.minikanji .criteria input[type="checkbox"] + label u {
	text-decoration: underline dotted;
}
.minikanji .criteria input[type="checkbox"] + label:before {
	content: '\2713';
	font-weight: bold;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0px 6px 3px 0px;
	background-color: #ffffff;
	border: thin solid #603913;
	color: #ffffff;
	font-size: 8px;
	text-align: center;
	vertical-align: middle;
}
.minikanji .criteria input[type="checkbox"]:checked + label {
	color: #ffffff;
	background-color: #f29222;
}
.minikanji .criteria input[type="checkbox"]:checked + label:before {
	border-color: #ffffff;
	color: #f29222;
}
.minikanji .criteria input[type="checkbox"] + label:hover {
	color: #ffffff;
	background-color: #f29222;
	text-decoration: none;
	cursor: pointer;
}
.minikanji .criteria input[type="checkbox"] + label:hover:before {
	border-color: #ffffff;
}
.minikanji .found {
	padding: 6px 12px 6px 12px; 
	margin: 2px 4px 6px 4px;
	border-radius: 3px;
	background-color: #ffffff;
	vertical-align: top;
}
.minikanji .found > p {
	font-size: 16px;
	color: black;
	display: inline-block;
	width: 16px;
	height: 30px;
	margin: 0px 6px 0px 6px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.minikanji .found > p.strokecount {
	font-size: 9px;
	cursor: default;
	height: 12px;
	margin-top: 2px;
	padding: 3px 0px 1px 0px;
	margin-bottom: 8px;
	color: white;
	background-color: #603913;
	border-radius: 8px;
}
.minikanji .found > p:hover {
	text-decoration: underline;
	color: #f29222;
}
.minikanji .found > p.strokecount:hover {
	text-decoration: none;
	color: white;
}
.minikanji input[type="text"] {
	width: calc(100% - 74px);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #603913;
	vertical-align: bottom;
}
.minikanji input[type="button"] {
	width: 56px;
	margin-bottom: 3px;
}
.minikanji .strokecount span {
	display: inline-block;
	width: calc(50% - 102px);
	padding-left: 4px;
	color: #626262;
	font-size: 11px;
}
.minikanji .strokecount input[type="text"] {
	width: 56px;
}
.minikanji .heading {
	margin-top: 6px;
}
.minikanji .info {
	color: #626262;
	font-size: 11px;
}
/* dialog */
#cndialogs > div.dialog {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
	z-index: 10;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #603913;
	overflow: hidden;
}
div.dialoghead {
	background-color: #603913;
	padding: 2px 2px 2px 2px;
	height: 27px;
	overflow: hidden;
}
div.dialoghead .close {
	position: absolute;
	right: 4px;
	top: 4px;
	background: url('../graphics/close.png');
	width: 21px;
	height: 21px;
	cursor: pointer;
}
div.dialoghead h1 {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	margin: 6px 0px 0px 18px;
}
div.dialogbody {
	padding: 24px 16px 6px 16px;
	background: url('../graphics/content_background.jpg') repeat-x;
	background-color: #faeccd;
	overflow: auto;
	position: relative;
}
/* cncallout */
#cncallout {
	position: absolute;
	visibility: hidden;
	z-index: 500;
}
#cncalloutcontent {
	overflow-y: auto;
	overflow-x: hidden;
}
/* cndebugoutput */
#cndebugoutput {
	display: none;
	padding-top: 120px;
}
#btndebugoutput {
	position: fixed;
	left: 10px;
	top: 80px;
	color: #f29222;
	border-style: solid;
	border-color: #f29222;
	border-width: 1px;
	padding: 4px;
	border-radius: 3px;
	font-size: 8px;
	cursor: pointer;
}
/* practice options */
#practiceoptions > div {
	margin-top: 12px;
}
#practiceoptions h4 {
	margin: 12px 4px 4px 0px;
	font-size: 13px;
	font-weight: bold;
}
.entry ul.horizontal.practice li {
	width: 248px;
	height: 135px;
	vertical-align: bottom;
	background-size: cover;
	border-radius: 4px;
	position: relative;
	background-color: #f8f6f2;
}
input[type="radio"].practice {
	display: none;
}
input[type="radio"].practice + label {
	display: inline-block;
	padding: 8px 16px 8px 16px; 
	margin: 4px 8px 4px 0px;
	border-radius: 4px;
	color: #603913;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
}
input[type="radio"].practice:checked + label {
	color: #ffffff;
	background-color: #f29222;
}
input[type="radio"].practice:disabled + label {
	color: #cccccc;
	background-color: #ffffff;
	cursor: default;
}
input[type="checkbox"].practice {
	display: none;
}
input[type="checkbox"].practice + label {
	display: inline-block;
	padding: 4px 8px 4px 8px; 
	margin: 2px 4px 6px 4px;
	border-radius: 4px;
	color: #603913;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
	vertical-align: top;
}
input[type="checkbox"].practice.button + label {
	padding: 5px 8px 3px 8px;
	margin: 0px 2px 0px 2px;
	background-color:#f8f6f2;
	font-size: 10px;
	font-variant: small-caps;
	border-radius: 3px;
}
input[type="checkbox"].practice + label span.info {
	font-size: 11px;
	font-weight: normal;
}
input[type="checkbox"].practice + label:before {
	content: '\2713';
	font-weight: bold;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0px 6px 3px 0px;
	background-color: #ffffff;
	border: thin solid #603913;
	color: #ffffff;
	font-size: 8px;
	text-align: center;
	vertical-align: middle;
}
input[type="checkbox"].practice:checked + label {
	color: #ffffff;
	background-color: #f29222;
}
input[type="checkbox"].practice:checked + label:before {
	border-color: #ffffff;
	color: #f29222;
}
input[type="checkbox"].practice:disabled + label {
	color: #cccccc;
	background-color: #ffffff;
	cursor: default;
}
input[type="checkbox"].practice:disabled + label:before {
	border-color: #cccccc;
}
input[type="checkbox"].practice.sm + label {
	font-size: 10px;
	min-width: 115px;
	max-width: calc(50% - 24px);
}
input[type="checkbox"].practice.sm + label span.info {
	font-size: 9px;
}
input[type="checkbox"].practice.mn + label {
	font-size: 13px;
	width: calc(50% - 24px);
}
input[type="checkbox"].practice.vb + label {
	width: auto;
}
input[type="checkbox"].practice.mn + label span.jp {
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
}
input[type="checkbox"].practice.mn + label span.jp rt {
	font-size: 10px;
}
input[type="checkbox"].practice.mn + label span.info {
	font-size: 9px;
}
input[type="checkbox"].practice.li + label {
	font-size: 13px;
	width: 208px;
	min-height: 50px;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	bottom: 4px;
}
input[type="checkbox"].practice.li + label span.info {
	font-size: 9px;
}
input[type="checkbox"].practice.button + label:hover {
	text-decoration: underline;
}
input[type="checkbox"].practice.correct:checked + label {
	color: #ffffff;
	background-color: #5ce059;
}
input[type="checkbox"].practice.correct:checked + label:before {
	border-color: #ffffff;
	color: #5ce059;
}
input[type="checkbox"].practice.incorrect:checked + label {
	color: #ffffff;
	background-color: #c31423;
}
input[type="checkbox"].practice.incorrect:checked + label:before {
	content: '\2718';
	border-color: #ffffff;
	color: #c31423;
}
.practicelessons > div.products {
	position: relative;
}
.practicelessons > div > div.product {
	margin: 4px 0px 12px 0px;
	padding: 8px;
	background-color: white;
	border-width: 2px 2px 2px 2px;
	border-color: #e1dfd2;
	border-style: solid;
	border-radius: 8px;
	text-align: center;
}
div.product .button {
	margin-top: 6px;
}
.practicelessons > div.products > div.navigation span:first-child {
	position: absolute;
	bottom: 26px;
	left: 8px;
}
.practicelessons > div.products > div.navigation span:last-child {
	position: absolute;
	bottom: 26px;
	right: 8px;
}
.practicelessons > div {
	background-color: #f8f6f2;
	border-radius: 4px;
	overflow: hidden;
}
.practicelessons img {
	display: block;
	padding: 2px;
	margin:auto;
}
#practicehint {
	font-size: 14px;
	text-align: center;
	margin: 0px 0px 4px 0px;
}
#practicehint u {
	color: #e31423;
}
#practicequestion {
	text-align: center;
}
#practicequestion > span {
	display: inline-block;
	padding: 4px 4px 4px 4px;
	margin: 0px 3px 0px 3px;
	background-color: #ffffff;
	border-radius: 28px;
	font-size: 26px;
}
#practicequestion > span:before {
	content: '_';
	margin: 0px 4px 0px 0px;
	padding: 2px 2px 2px 2px;
	color: #ffffff;
	width: 20px;
	display: inline-block;
}
#practicequestion > span:after {
	content: '_';
	background-color: #ffffff;
	color: #ffffff;
	font-size: 16px;
	margin: 0px 0px 0px 4px;
	padding: 2px 2px 2px 2px;
	border-radius: 18px;
	width: 20px;
	height: 20px;
	display: inline-block;
}
#practicequestion > span.jp:after {
	vertical-align: 4px;
}
#practicequestion.correct > span:after {
	content: '\2713';
	background-color: #50771c;
	padding: 0px 2px 4px 2px;
}
#practicequestion.incorrect > span:after {
	content: 'x';
	background-color: #c31423;
}
#practicequestion.incorrect > span.jp:after {
	vertical-align: 6px;
}
#practicequestion .en {
	font-size: 16px;
	padding: 8px 28px 8px 28px;
}
#practicequestion .jp.sm {
	font-size: 20px;
}
#practicequestion .jp rt {
	font-size: 10px;
}
#practicequestion u {
	background-color: #cccccc;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 3px 2px 3px;
	padding: 2px 12px 1px 12px;
	border-radius: 6px;
	line-height: 26px;
	display: inline-block;
}
#practicequestion u.active {
	background-color: #f29222;
	cursor: pointer;
}
#practicequestion u.correct {
	background-color: #5ce059;
	cursor: pointer;
}
#practicequestion .stroke-order {
	background-repeat: no-repeat;
	display: inline-block;
	width: 116em;
	height: 116em;
	background-size: auto 114.5px;
	font-size: 0.5px;
	margin-right: 4px;
	background-position: 0em 0em;
	background-color: white;
	text-align: center;
	vertical-align: middle;
}
#practicequestion .stroke-order.drawing {
	background-image: url('../graphics/drawing_canvas_bg.png');
	background-size: auto 58px;
}
#practicequestion .practiceinfo {
	display: inline-block;
	padding: 2px 8px 2px 2px;
	background-color: #f8f6f2;
	min-height: 54px;
	min-width: 48px;
	vertical-align: top;
	text-align: left;
	font-size: 9px;
}
#practicequestion .practiceinfo div .buttonise{
	margin: 4px 0px 0px 0px;
	font-size: 8px;
}
#practicequestion .heading {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	display: block;
	font-size: 8px;
	vertical-align: top;
}
#practicequestion .value {
	margin: 0px 0px 6px 4px;
	padding: 0px;
	color: #000000;
	font-size: 9px;
	vertical-align: top;
}
#practicequestion .practiceinfo .correct {
	font-weight: bold;
}
#practicequestion .practiceinfo .incorrect {
	font-weight: bold;
	color: #c31423;
}
#practiceenglish {
	text-align: center;
	margin: 4px 0px 4px 0px;
}
#practicequestion .conjugations {
	display: inline-table;
	font-size: 12px;
}
#practicequestion .conjugations .jmdelement {
	display: table-row;
}
#practicequestion .conjugations .jmdelement .conjugation {
	display: table-cell;
	padding-left: 0px;
	vertical-align: middle;
	text-align: left;
}
#practicequestion .conjugations .jmdelement .conjugation span {
	padding-left: 24px;
}
#practicequestion .conjugations .jmdelement .jp {
	display: table-cell;
}
#practicequestion .conjugations .jmdelement .sm .jp {
	font-size: 20px;
	padding-left: 24px;
}
#practiceresponses {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#practiceresponses input[type="text"],
#practiceresponses input[type="number"]{
	border-width: 0px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	font-size: 18px;
	text-align: center;
	width: 100%;
	background-color: transparent;
}
#practiceresponses #tbkeyboard {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	display: block;
	width: 0px;
	height: 0px;
}
#practiceresponses input[type="checkbox"].kana + label {
	width: calc(30% - 24px);
}
#practiceresponses input[type="checkbox"].stroke-order + label {
	padding: 0px;
}
#practiceresponses input[type="checkbox"].stroke-order + label:before {
	float: left;
	margin: 4px 0px 0px 4px;
}
#practiceresponses input[type="checkbox"].stroke-order + label div {
	background-repeat: no-repeat;
	display: block;
	width: 116em;
	height: 116em;
	background-size: auto 114.5px;
	font-size: 0.5px;
}
#practiceresponses input[type="checkbox"].stroke-order:disabled + label div {
	background-color:#f8f6f2;
}
#practiceresponses input[type="checkbox"].stroke-order.incorrect:disabled + label div {
	background-color: #c31423;
}
#practicescoreboard {
	width: 116px;
	height: 52px;
	background: url('../graphics/score_bg.png') no-repeat;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	padding: 12px 0px 0px 0px;
	margin-top: 12px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#practicetime {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
#practicescore {
	color: #ffffff;
	font-size: 10px;
	padding: 3px 0px 0px 0px;
}
#practicecorrect {
	padding-right: 8px;
}
#practicecorrect:before {
	content: '\2713';
	color: #50771c;
	font-size: 12px;
}
#practiceincorrect:before {
	content: '\2718';
	color: #c31423;
	font-size: 12px;
}
#practiceresponses {
	text-align: center;
}
#practicedrawing {
	display: inline-block;
	padding: 16px;
	margin: 0px 3px 0px 3px;
	background-color: #ffffff;
	border-radius: 8px;
}
#practicecanvas {
	width: 226px;
	background: url('../graphics/practice_canvas.png');
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-color: #e8e6e2;
	border-width: 2px 2px 0px 2px;
	border-style: solid;
	border-radius: 4px 4px 0px 0px;
	display: inline-block;
}
#practicetoolbar {
	width: 220px;
	padding: 5px 0px 0px 6px;
	background-color: #e1dfd2;
	background-image: linear-gradient(to bottom,#f8f6f2,#e8e6e2);
	border-color: #dfd1df #e8e6e2 #e8e6e2 #e8e6e2;
	border-width: 1px 2px 2px 2px;
	border-style: solid;
	text-align: left;
}
#crossword {
	background-color: #2e1b09;
	border: 3px solid #2e1b09;
	border-radius: 3px;
	margin: auto;
	border-spacing: 0px;
	width: min-content;
}
#crossword td.cwentry {
	width: 25px;
	min-width: 25px;
	max-width: 25px;
	height: 25px;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #2e1b09;
	border-radius: 3px;
	background-color: white;
	color: #2e1b09;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
}
#crossword td.cwentry.line {
	background-color: #ffb054;
	color: white;
}
#crossword td.cwentry:hover {
	background-color: #f29222;
	color: white;
}
#crossword td.cwentry.select {
	border-color: white;
	background-color: #f29222;
	color: white;
}
#crossword td.cwentry.correct {
	color: #ffffff;
	background-color: #5ce059;
	cursor: default;
}
#crossword td.cwentry.correct:hover {
	background-color: #1cba18;
	color: white;
}
#crossword td.cwentry.correct.select {
	border-color: white;
	color: #ffffff;
	background-color: #1cba18;
}
#crossword td.cwentry.incorrect {
	color: #ffffff;
	background-color: #c31423;
	cursor: default;
}
#crossword td.cwentry.incorrect:hover {
	background-color: #931423;
	color: white;
}
#crossword td.cwentry.incorrect.select {
	border-color: white;
	color: #ffffff;
	background-color: #931423;
}
#crossword td.cwentry div.cwqno {
	font-size: 7px;
	line-height: 8px;
	position: absolute;
	top: 1px;
	left: 1px;
}
#crossword td.cwblock {
	width: 25px;
	height: 25px;
	border: 1px solid #2e1b09;
	border-radius: 3px;
	background-color: #2e1b09;
}
#mahjong {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-width: 10px;
	border-style: solid;
	border-color: white;
	border-radius: 8px;
}
.mjtile {
	background-image: url(/graphics/mahjong_tile.png);
	background-size: 39px 50px;
	display: inline-block;
	width: 33px;
	height: 44px;
	padding: 0px 6px 6px 0px;
	text-align: center;
	font-size: 16px;
	line-height: 44px;
}
.mjtile.hint {
	filter: brightness(85%);
}
.mjtile.open:hover {
	filter: brightness(85%);
	cursor: pointer;
}
#mahjong[disabled="1"] .mjtile.open:hover {
	filter: none;
	cursor: default;
}
#practiceenglish[disabled="1"] .mjtile.open:hover {
	filter: none;
	cursor: default;
}
#mahjong .mjtile {
	position: absolute;
}
.toolset {
	display: block;
	margin: 0 6px 5px 0;
	border: 1px solid #a6a6a6;
	border-bottom-color: #979797;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
	background: #e4e4e4;
	background-image: linear-gradient(to bottom,#fff,#e4e4e4);
}
.toolset span.toolbar-separator {
	display: inline-block;
	background-color: #c0c0c0;
	height: 16px;
	width: 1px;
	margin: 3px 2px 3px 2px;
	vertical-align: top;
}
.toolset span.toolbar-text {
	display: inline-block;
	height: 16px;
	margin: 4px 10px 1px 6px;
	vertical-align: middle;
	color: #474747;
}
.toolset input[type="button"] {
	display: inline-block;
	height: 22px;
	width: 26px;
	outline: 0;
	border: 0;
	vertical-align: top;
	background-color: transparent;
	cursor: pointer;
}
.toolset input[type="button"].btn-clear {
	background: url(../graphics/refresh.png) no-repeat;
	background-size: 16px 16px;
	background-position: center;
}
.toolset input[type="button"].btn-undo {
	background: url(../graphics/undo.png) no-repeat;
	background-size: 16px 16px;
	background-position: center;
}
.toolset input[type="button"].btn-redo {
	background: url(../graphics/redo.png) no-repeat;
	background-size: 16px 16px;
	background-position: center;
}
.toolset input[type="button"]:hover {
	background-color: #cccccc;
}
.toolset input[type="button"]:disabled {
	opacity: .3;
	background-color: transparent;
	cursor: default;
}
div.paypalform {
	width: 250px;
	margin: auto;
	text-align: center;
	border-color: #e1dfd2;
	border-width: 2px;
	border-style: solid;
	border-radius: 4px;
	padding: 16px 4px 8px 4px;
}
div.paypalform .description {
	padding: 0px 0px 8px 0px;
}
div.paypalform .total {
	padding: 8px 0px 16px 0px;
	font-weight: bold;
	border-color: #e1dfd2;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}
