.Control_Window_Top_Left{
	width: 17px;
	background-image: url('../image/window/top_left.png');
}

.Control_Window_Top_Left_FrameMode{
	width: 17px;
	background-image: url('../image/window/top_left_frame.png');
	background-repeat: no-repeat;
}

.Control_Window_Top_Center{
	height: 37px;
	background-image: url('../image/window/top_center.png');
}

.Control_Window_Top_Center_FrameMode{
	height: 17px;
	background-image: url('../image/window/top_center_frame.png');
	background-repeat:repeat-x;
}

.Control_Window_Top_Right{
	width: 17px;
	background-image: url('../image/window/top_right.png');
}

.Control_Window_Top_Right_FrameMode{
	width: 17px;
	background-image: url('../image/window/top_right_frame.png');
	background-repeat: no-repeat;
}

.Control_Window_Middle_Left{
	background-image: url('../image/window/middle_left.png');
}

.Control_Window_Middle_Center{
	background-image: url('../image/window/middle_center.png');
}

.Control_Window_Middle_Right{
	background-image: url('../image/window/middle_right.png');
}

.Control_Window_Bottom_Left{
	width: 17px;
	background-image: url('../image/window/bottom_left.png');
}

.Control_Window_Bottom_Center{
	height: 17px;
	background-image: url('../image/window/bottom_center.png');
}

.Control_Window_Bottom_Right{
	width: 17px;
	background-image: url('../image/window/bottom_right.png');
}

.Control_Window_Middle_Center_Cell_TopPanel{
	background-color: #18767e;
	background-image: url('../image/window/toppanel.png');
	background-repeat: repeat-y;
	color: white;
	font-size: 16px;
}

.Control_Window_Middle_Center_Cell_TopPanel_Content{
	padding: 10px;
}

.Control_Window_Middle_Center_Cell_Content{
	padding: 10px;
}

.Control_Window_Middle_Center_Cell_BottomPanel{
	background-color: #f0f0f0;
}

.Control_Window_Middle_Center_Cell_BottomPanel_Content{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #dfdfdf;
	padding: 10px;
}

.Control_Window_Middle_Center_Cell_StatusBar{
	background-color: #f1eded;
}

.Control_Window_Middle_Center_Cell_StatusBar_Devider{
	height: 2px;
	background-image: url('../image/window/statusbar_devider.png');
}

.Control_Window_Middle_Center_Cell_StatusBar_Content{
	padding: 2px;
}

.Control_Window_Icon{
	width: 16px;
	height: 16px;
}

.Control_Window_Cell_Icon{
	width: 1px;
	padding-top: 16px;
}

.Control_Window_Cell_Title{
	padding-top: 16px;
	text-align: left;
}

.Control_Window_MessageBoxIcon{
	width: 48px;
	height: 48px;
}

.Control_Window_Middle_Center_Cell_MessageBoxIconSeperator{
	width: 10px;
}

.Control_Window_Cell_ControlButton{
	width: 1px;
	text-align: right;
	padding-top: 9px;
}

.Control_Window_ControlButton_Close{
	width: 43px;
	height: 18px;
	background-image: url('../image/window/controlbutton_close.png');
	cursor: pointer;
}

.Control_Window_ControlButton_Close:hover{
	background-image: url('../image/window/controlbutton_close_hover.png');
}

.Control_Window_TitleBar_Table{
	width: 100%;
}

.Control_Window_Cell_IconSeperator{
	width: 5px;
}

.Control_Window_Middle_Center_Cell_ContentArea{
	text-align: justify;
}