@CHARSET "UTF-8";
	#headerbox{
		position         : absolute;
		bottom:0px;
/*		background-color : #ffaaaa;*/
		z-index          : 50;
		height:35px;
		top:0px;
		left:0px;
		right:0px;
	}
	#container{
		position         : absolute;
/*		background-color : #aaffaa;*/
		top              : 35px;
		bottom           : 0px;
		left             : 0px;
		right            : 0px;
		padding:0px;
	}
	#menubox{
		float            : left;
/*		background-color : #aaaaff;*/
/*		width            : 200px; */
		height           : 100%;
		z-index          : 11;
		padding:0px;
	}
	#treebox{
		float            : left;
/*		background-color : #ffaaaa;*/
		width            : 200px;
		height           : 100%;
		z-index          : 12;
		padding:0px;
	}
	#right_container{
		overflow: auto;
		position         : relative;
		left             : 0px;
		right            : 0px;
		top              : 0px;
		bottom           : 0px;
/*		background-color : #ff00ff;*/
		z-index          : 13;
		height:100%;
		padding:0px;
	}
	#sub_container{
		overflow: auto;
		position         : relative;
		left             : 0px;
		right            : 0px;
		top              : 0px;
		bottom           : 0px;
/*		background-color : #ffffaa;*/
		z-index          : 14;
		height:100%;
		padding:0px;
	}
	#titlebox{
		position         : absolute;
		bottom:0px;
/*		background-color : #aaffaa;*/
		z-index          : 15;
		height:45px;
		top:0px;
		left:0px;
		right:0px;
	}
	#iconbox{
		position         : absolute;
		bottom:0px;
/*		background-color : #aaaaaa; */
		z-index          : 15;
		height:35px;
		top:20px;
		left:20px;
		right:0px;
	}
	#main_container{
		overflow: hidden;
		position         : absolute;
/*		background-color : #aaaaff; */
		z-index          : 15;
		width:auto;
		height:auto;
		top:55px;
		bottom:0px;
		left:10px;
		right:0px;
	}
	#gridbox_container{
		overflow: auto;
		position         : absolute;
/*		background-color : #ffffaa;*/
		z-index          : 16;
		width:auto;
		height:auto;
		top:20px;
		bottom:80px;
		left:20px;
		right:40px;
	}
	#gridbox{
		width:100%;
		height:100%;
	}

	#pagination{
		position:absolute;
		left:10;
		bottom:45px;
		right:40;
		height:30px;
		width:100%;
		z-index          : 17;
	}

	#formbox_container{
		overflow: auto;
		position         : absolute;
/*		background-color : #aaaaff; */
		z-index          : 15;
		width:auto;
		height:auto;
		top:20px;
		bottom:55px;
		left:10px;
		right:0px;
	}

	#footerbox{
		position         : absolute;
		z-index          : 15;
		height           : 45px;
		bottom           : 0px;
		left             : 0px;
		right            : 0px;
		padding          : 0px;
/*		background-color : #ffffaa;*/
	}

	#login_wrapper{
		position         : absolute;
		top              : 0px;
		bottom           : 0px;
		left             : 0px;
		right            : 0px;
		padding:0px;
	}

	#setting_menu{
		overflow: auto;
		position         : absolute;
/*		background-color : #aaaaff; */
		z-index          : 15;
		width:auto;
		height:auto;
		top:55px;
		bottom:45px;
		left:10px;
		right:0px;
	}