.loading
{
	width:100%;
	text-align:center;;
	display:none
	
}
.window_top_left
{
	position:absolute;
	width:32px;
	height:40px;
	left:0px;
	cursor: nw-resize;
}
.window_top_center
{
	position:absolute;
	height:40px;
	left:32px;
	cursor: move;
}

.window_top_right
{
	position:absolute;
	right:0px;
	width:32px;
	height:40px;
	cursor: ne-resize;
}

.window_bottom_left
{
	position:absolute;
	width:32px;
	height:32px;
	left:0px;
	bottom:0px;
	cursor: sw-resize;
}
.window_bottom_center
{
	position:absolute;
	height:32px;
	left:32px;
	bottom:0px;
	cursor: n-resize;
}
.window_bottom_right
{
	position:absolute;
	right:0px;
	width:32px;
	height:32px;
	bottom:0px;
	cursor: se-resize;
}

.window_middel_left
{
	position:absolute;
	width:32px;
	left:0px;
	top:40px;
	cursor: e-resize;
}
.window_content
{
	position:absolute;
	left:16px;
	top:36px;
	
	overflow:hidden;
}
.window_middel_right
{
	position:absolute;
	right:0px;
	width:32px;
	top:40px;
	cursor: e-resize;
}

.window_button_list
{
	position:absolute;
	right:25px;
	height:40px;
}

.window_button
{
	position:absolute;
	right:25px;
	height:40px;
	background-image:url(../../../../RESSOURCE/WINDOW/THEME/BLACK/window_button_close.png);
	cursor:pointer;
}

.window_title
{
	position:absolute;
	left:45px;
	top:13px;
	/*background-image:url(../../../../RESSOURCE/title_background.png);*/
	background-repeat:no-repeat;
	/*color:Black;*/
}

.window_icon
{
	position:absolute;
	left:21px;
	top:13px;	
}

