#forum_mmoo-dashboard_submenu{
	margin: 1em 0em 1em 0em;
	padding: 0;
}

#forum_mmoo-dashboard_submenu li{
	display: inline; 
	list-style-type: none; 
	text-align: center;
	margin-right: 0.3em;
}

#forum_mmoo-dashboard_submenu li.current{
	font-weight: bold;
	color: #2e8b57;
	font-size: 1.2em;
}

#forum_mmoo-dashboard_submenu li a,
#forum_mmoo-dashboard_submenu li a:link,
#forum_mmoo-dashboard_submenu li a:visited,
#forum_mmoo-dashboard_submenu li a:hover,
#forum_mmoo-dashboard_submenu li a:active{
	cursor: pointer;
	text-align: center;
	margin: 0em 0em 0em 1em;
	padding: 0.3em;
	text-decoration: none;
}

#forum_mmoo-dashboard_submenu li a,
#forum_mmoo-dashboard_submenu li a:link,
#forum_mmoo-dashboard_submenu li a:visited{
	color: #2e8b57;
	background: #90ee90;
}

#forum_mmoo-dashboard_submenu li a:hover,
#forum_mmoo-dashboard_submenu li a:active{
	font-weight: bold;
	background: #2e8b57;
	color: #90ee90;
}

.forum_mmoo-title_box,
.forum_mmoo-content_box,
.forum_mmoo-title_box_small,
.forum_mmoo-content_box_small,
.forum_mmoo-title_box_wide,
.forum_mmoo-content_box_wide{
	border-color: #9400d3;
	border-style: outset;
	border-width: 0.3em;
	text-align: left;
}

.forum_mmoo-title_box,
.forum_mmoo-content_box{
	padding: 0.8em;
	width: 50em;
}

.forum_mmoo-title_box_small,
.forum_mmoo-content_box_small{
	padding: 0.2em 0.8em;
}

.forum_mmoo-title_box_wide,
.forum_mmoo-content_box_wide{
	padding: 0.8em;
	width: 95%;
}

.forum_mmoo-title_box,
.forum_mmoo-title_box_small,
.forum_mmoo-title_box_wide{
	background-color: #9400d3;
	color: #ffffff;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
}

.forum_mmoo-content_box,
.forum_mmoo-content_box_small,
.forum_mmoo-content_box_wide{
	margin-top: 0;
}

.forum_mmoo-content_box{
	clear: both;
}

.forum_mmoo-social_title{
	margin: 1em 1em 0em 1em;
	padding: 0.4em;
	color: #ffffff;
	background: #2e8b57;
	font-weight: bold;
}
.forum_mmoo-social_detail{
	margin: 0em 1em;
	padding: 0.6em;
	border-color: #2e8b57;
	border-style: solid;
	border-width: 0.2em;
	text-align: left;
}


table.forum_mmoo-table_sub{
	border: none;
	margin-left: 4em;
}

table.forum_mmoo-table_sub th{
	text-align: left;
	color: #9400d3;
}

table#forum_mmoo-table_group,
table#forum_mmoo-table_member_info,
table#forum_mmoo-table_members,
table#forum_mmoo-table_member_search{
	border-color: #9400d3;
	border-collapse: separate;
	border-spacing: 0;
}

table#forum_mmoo-table_group,
table#forum_mmoo-table_member_info,
table#forum_mmoo-table_members{
	width: 95%;
}
table#forum_mmoo-table_member_search{
	width: 60%;
}

table#forum_mmoo-table_group{
	border-style: solid;
	border-width: 1px;
}
table#forum_mmoo-table_member_info,
table#forum_mmoo-table_members,
table#forum_mmoo-table_member_search{
	border-style: groove;
	border-width: 4px;
}

table#forum_mmoo-table_member_info tr.dead,
table#forum_mmoo-table_member_info tr.dead input,
table#forum_mmoo-table_member_info tr.dead select{
	background: #888888;
}

table#forum_mmoo-table_group th,
table#forum_mmoo-table_group td,
table#forum_mmoo-table_member_info th,
table#forum_mmoo-table_member_info td,
table#forum_mmoo-table_members th,
table#forum_mmoo-table_members td,
table#forum_mmoo-table_member_search th,
table#forum_mmoo-table_member_search td{
	border-style: solid;
	border-color: #4b0082;
	border-width: 1px;
}

table#forum_mmoo-table_group th,
table#forum_mmoo-table_member_info th,
table#forum_mmoo-table_members th,
table#forum_mmoo-table_member_search th{
	padding: 0.3em;
	background: #9400d3;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

table#forum_mmoo-table_group td,
table#forum_mmoo-table_member_info td,
table#forum_mmoo-table_members td,
table#forum_mmoo-table_member_search td{
	padding: 0.5em;
	text-align: left;
}

table.forum_mmoo-table_explain{
	width: 98%;
	border-style: groove;
	border-color: #008b8b;
	border-width: 4px;
	border-collapse: separate;
	border-spacing: 0;
}

table.forum_mmoo-table_explain th,
table.forum_mmoo-table_explain td{
	border-style: solid;
	border-color: #add8e6;
	border-width: 1px;
	font-size: 1em;
}

table.forum_mmoo-table_explain th{
	padding: 0.3em;
	background: #008b8b;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

table.forum_mmoo-table_explain td{
	padding: 0.5em;
	text-align: left;
}

.forum_mmoo-input-num{
	ime-mode: disabled;
	width: 8em;
}

.forum_mmoo-range_detail{
	margin-left: 2em;
	font-size:80%;
	font-weight:bold;
}

input.forum_mmoo-button,
input.forum_mmoo-button:hover,
input.forum_mmoo-button:active{
	cursor: pointer;
	background-color: #fdf5e6;
	color: #9400d3;
	font-weight: bold;
	font-size: 0.8em;
	margin: 0.2em;
}

input.forum_mmoo-submit{
	cursor: pointer;
	font-weight: bold;
}

.forum_mmoo-radio_menu{
	margin-left: 1em;
	margin-right: 0.5em;
}
