body {
	text-align:center;
    font-family:sans-serif;
    font-size:95%;
}
input, select, textarea {
	border-style:solid;
	border-width:2px;
}
a {
	text-decoration:none;
	color:#ffff75;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color:#ffff00;
}
a {
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
tr, td, th {
	border-style:solid;
	border-width:1px;
}
p {
    font-size:90%;
}
.mini {
	font-size:80%;
}
.click {
	cursor:pointer
}
.gochat {
	border-style:solid;
	border-width:1px;
	margin-top:3px;
	text-align:left;
	padding:3px;
	cursor:pointer;
	width:180px;
	font-size:75%;
}
.menu_item {
	overflow-y:scroll;
	height:450px;
	float:left;
	border-left-style:solid;
	padding-left:3px;
	border-width:1px;
	margin-left:2px;
	margin-right:2px;
}
.chat {
	width:95%;
	padding:4px;
	margin:2px;
	text-align:left;
	
	font-size:90%;
	overflow:hidden;
	border-style:solid;
	border-width:1px;
}
.allchat {
    width:80%;
}
.go {
	cursor:pointer;
}
.chatopt {
	cursor:pointer;
}
.date_msg {
	font-size:60%;
	display:none;
}
.chatelement {
	cursor:default;
	margin-right:15px;
    margin-top:10px;
}
.gbutton {
	width:140px;
	height:25px;
	border-radius:2px;
	margin-bottom:2px;
}
.barcontainer {
	clear:both;
	padding-bottom:5px;
}
.prebar {
	float:left;
}
.bar {
	width:150px;
	height:15px;
	border-style:solid;
	border-width:1px;
	float:right;
}
.barfill {
	height:15px;
	float:left;
	position:absolute;
	
	overflow:hidden;
}
.bartext {
	position:absolute;
	width:150px;
	z-index:2;
	text-align:center;
	font-size:85%;
}
.value {
	float:right;
	cursor:default;
}
.adjuster {
    cursor:pointer;
    font-weight:bold;
}
.change_class {
	cursor:pointer;
}
.ability {
	border-style:solid;
	border-width:1px;
	border-radius:4px;
	
	text-align:center;
	
	cursor:default;
	margin-top:2px;
	padding:4px;
}
.change_theme {
    cursor:pointer;
}
.uname {
    cursor:pointer;
}
#container {
	width:500px; /* 500 */
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
	
	overflow:hidden;
	padding:10px;
	border-style:solid;
}

#mainbox {
	float:Left;
}
#left_container {
	float:left;
	width:45%;
}
#right_container {
	float:right;
	width:45%;
}
#warning {
	clear:both;
}
#mail_confirm {
	display:none;
}
#menu {
	float:right;
	width:194px;
	min-height:100px;
	border-width:1px;
	padding-left:5px;	
}
#setting_container {
	height:440px;
	width:300px;
}
#batlog {
	height:70px;
	font-size:80%;
	font-family:Courier New;
	border-width:1px;
	border-style:solid;
	
	overflow:scroll;
}
#adm {
	width:200px;
}
#popup {
    position:absolute;
    visibility:hidden;
    z-index:2;
    
    min-height:50px;
    width:300px;
    text-align:left;
    
    cursor:default;
    
    border-style:solid;
    border-width:2px;
    border-radius:2;
}
#close_report {
    cursor:pointer;
}