body{width:100%;
	height:100%;
	overflow:hidden;
	font-family:Arial;
	margin:0px;
	padding:0px;
}
#menu{position:absolute;
	top:0px;
	left:0px;
	background:#553333;
	width:15%;
	height:100%;
	border-right:solid 2px #667733;
	Z-index:1;
}
#world{
	position:absolute;
	top:0px;
	left:0px;
	background:transparent;
	height:100%;
	width:100%;
	Z-index:1;
}	
#clickmenudiv{padding:5px;
	background:#dddddd;
}
#clickmenudiv a{color:#000000;
	text-decoration:none;
	display:block;
	width:98%;
	margin-left:1%;
	padding-right:1%;
}		
#clickmenudiv a:hover{background:#bbbbbb;}
#clickmenudiv a:link{color:#000000;}
#clickmenudiv a:visited{color:#000000;}
.functional_widget{padding:20px;
	background:#dddddd;
	border:double 3px #bb9999;
}	
#WARNINGDIV{position:absolute;
	left:100px;
	top:100px;
	Z-index:2000;
	border:inset 5px #ff0000;
	visibility:hidden;
	padding:40px;
	text-align:center;
	background:#eedddd;
}
#MCENTRAL{position:fixed;
	right:45%;
	top:0px;
	Z-index:1500;
	border:none;
	padding:2px;
	text-align:center;
	background:#eeeede;
	height:20px;
	overflow-y:hidden;
	min-width:180px;
	width:auto;
}	
#MCENTRAL .user{background:#000000;
	font-size:110%;
	color:#ffffff;
	width:90%;
	height:20px;
	float:left;
}	
#MCENTRAL .shade{background:#ffffff;
	font-size:110%;
	color:#000000;
	width:9%;
	height:20px;
	float:left;
	cursor:pointer;
}	
#MCENTRALmain{float:left;
	clear:left;
	width:auto;
	background:#666666;
	margin-top:2px;
}	
#MCENTRALmain a{color:#eeeeee;
	text-decoration:none;
}	
#MCENTRALmain a:link{color:#eeeeee;
}
#MCENTRALmain a:visited{color:#eeeeee;
}
#MCENTRALmain a:hover{background:#eeeeee;
	color:#333333;
}
#MCENTRALmain .line{float:left;
	clear:left;
	width:auto;
	display:block;
	background:none;
	font-size:80%;
}	
#MCENTRALmain .line .lab{float:left;
	display:block;
	width:60px;
	background:none;
	text-align:right;
	color:#afa9aa;
}
#MCENTRALmain .line .val{float:left;
	display:block;
	width:120px;
	background:none;
	color:#eeeeee;
	text-align:left;
	margin-left:3px;
}
#MCENTRALmain .friends{float:left;
	clear:left;
	width:auto;
	display:block;
	background:none;
	font-size:80%;
	height:20px;
	overflow-y:hidden;
	text-align:center;
}	
#MCENTRALmain .bInput{border:solid 1px #eeeeee;
	background:#000000;
	color:#eeeeee;
	height:18px;
	width:100px;
	font-size:16px;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
}	
#MCENTRALmain .bInput:hover{border:inset 1px #eeeeee;
	background:#eeeeee;	
	color:#000000;
}	
.olControlPanel{position:absolute;
	bottom:0px;
	right:45%;
	width:300px;
	height:50px;
	border:solid 1px #000000;
}
.olControlPanel div { 
	display:block;
	width:  24px;
	height: 24px;
	margin: 5px;
	background-color:red;
	cursor:pointer;
}

.CHOOSE_HOME_2ItemInactive{
	background:url('/images/buttons/choose_home_grey.png') top left no-repeat;
	border:solid 1px #000000;
	
}
.CHOOSE_HOME_2ItemActive{
	background:url('/images/buttons/choose_home.png') top left no-repeat;
	border:solid 1px #ffffff;
}	
