/* ===============  Output_field  =============== */

table.system {
	width: 100%;
}

table.chat {
	width: 97%;
}
td.chat {

}

table.member {
/* 	height: 40px;  */
	width: 100%;
}

/* ===============  Hidden_field  =============== */

table#hidden_box1 {
	margin: 0px;
	padding: 3px;
	border: 1px solid #a88ee0;
	background-color: #ffffff;
	z-index: 101;
}

body table#hidden_box2 {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background-color: #f0f0f0;
	z-index: 102;
}

table#hidden_box1 td.close input,
table#hidden_box2 td.close input {
	text-align: right;
}

div#name_box {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	position: absolute;
	z-index: 100;
	display: none;
}

div#ivt_box {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	position: absolute;
	z-index: 100;
	display: none;
}

div#enter_box {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	position: absolute;
	z-index: 100;
	display: none;
}

div#owner1_box {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	position: absolute;
	z-index: 100;
	display: none;
}

div#owner2_box {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	position: absolute;
	z-index: 100;
	display: none;
}

div#report_box {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	position: absolute;
	z-index: 100;
	display: none;
}

div#profile_box {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	position: absolute;
	z-index: 100;
	display: none;
}

div#avatar_box {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	position: absolute;
	z-index: 100;
	display: none;
}

div#bingo_box {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	position: absolute;
	z-index: 100;
	display: none;
}

div#friend_box {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	position: absolute;
	z-index: 100;
	display: none;
}

div#register_box {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	position: absolute;
	z-index: 100;
	display: none;
}

div#status_box {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	position: absolute;
	z-index: 100;
	display: none;
}

div#images_box {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	position: absolute;
	top: -100px;
	left: -100px;
	z-index: 100;
	display: none;
}

div#faces_box {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	position: absolute;
	z-index: 100;
	display: none;
}

div#emoticon_box {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	position: absolute;
	z-index: 100;
	display: none;
}

div#emoticon_divbox {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	height: 82px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

div#game_box {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	position: absolute;
	z-index: 100;
	display: none;
	background-color: #ffffff;
}

table#game_size {
	margin: 0px;
	padding: 0px;
	height: 20px;
	border-width: 1px;
	border: 1px solid #a88ee0;
}

table#game_window1 {
	margin: 0px;
	padding: 5px;
	border-width: 1px;
	border: 1px solid #a88ee0;
	background-color: #ffffff;
}

table#game_window2 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	border-width: 0px;
	background-color: #EFECEC;
}

a.emoticon:link, a.emoticon:visited, a.emoticon:active {
	color: #000000;
	text-decoration: none;
}

a.emoticon:hover {
	color: #333333;
	background-color: #ff9900;
}

div#fontcolor_box {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	position: absolute;
	z-index: 100;
	display: none;
}

.chat_system_green {
	color: green;
	text-align: center;
	font-size: smaller;
	margin: 2px;
}

.chat_system_red {
	color: red;
	text-align: center;
	font-size: smaller;
	margin: 2px;
}

.chat_system_blue {
	color: blue;
	text-align: center;
	font-size: smaller;
	margin: 2px;
}

.chat_system_orange {
	color: orange;
	text-align: center;
	font-size: smaller;
	margin: 2px;
}
