guiTypes = {
	containerWindowType = {
		name = "ingame_lobby_window"
		position = { x = -256 y = -128 }
		size = { width = 700 height = 376 }
		orientation = center
		clipping = no
		moveable = yes

		background = {
			name = "background"
			spriteType = "GFX_tile_outliner_bg"
		}

		containerWindowType = {
			name = "chat_area_box"
			size = { width = 275 height = 215 }
			position = { x = 14 y = 47 }

			background = {
				name = "chat_area"
				spriteType = "GFX_tiles_dark_area_cut_8"
				alwaysTransparent = yes
			}
		}

		containerWindowType = {
			name = "player_list_area_box"
			size = { width = 401 height = 224 }
			position = { x = 290 y = 43 }

			background = {
				name = "player_list_area"
				spriteType = "GFX_tiles_frame_light"
				alwaysTransparent = yes
			}
		}

		iconType = {
			name = "hex_bg"
			spriteType = "GFX_hex_bg"
			position = { x = -11 y = -14 }
			alwaysTransparent = yes
		}

		iconType = {
			name = "empire_header_line"
			quadTextureSprite = "GFX_line"
			position = { x = 6 y = 22 }
			alwaysTransparent = yes
		}

		instantTextBoxType = {
			name = "customize_appearance_label"
			font = "malgun_goth_24"
			text = "WAITING_FOR_PLAYERS"
			position = { x = 19 y = 6 }
			maxWidth = 470
			maxHeight = 20
			orientation = "UPPER_LEFT"
			format = left
			alwaysTransparent = yes
		}

		listboxType = {
			name = "multiplayer_list"
			position = { x = 10 y = 50 }
			size = { x = 263 y = 200 }
			scrollbartype = "standardlistbox_slider"
			borderSize = { x = 10 y = 10 }
			orientation = "UPPER_LEFT"
		}

		listboxType = {
			name = "chatlog"
			position = { x = 299 y = 47 }
			size = { x = 385 y = 215 }
			orientation = "UPPER_LEFT"
			scrollbartype = "standardlistbox_slider"
		}

		editBoxType = {
			position = { x = 14 y = 276 }
			name = "lobby_chat_edit"
			instantTextBoxType = no
			textureFile = "gfx/interface/tiles/small_tiles_dialog.dds"
			font = "cg_16b"
			borderSize = { x = 8 y = 0 }
			size = { x = 682 y = 32 }
			orientation = "UPPER_LEFT"
			cursor = { x = 0 y = 4 }
		}

		editBoxType = {
			position = { x = 14 y = 272 }
			name = "largefont_lobby_chat_edit"
			instantTextBoxType = no
			textureFile = "gfx/interface/tiles/small_tiles_dialog.dds"
			font = "malgun_goth_24"
			borderSize = { x = 8 y = 0 }
			size = { x = 682 y = 32 }
			orientation = "UPPER_LEFT"
			cursor = { x = 0 y = 4 }
		}

		buttonType = {
			name = "back_button"
			position = { x = 0 y = -66 }
			quadTextureSprite = "GFX_button_animated_142"
			buttonText = "ABANDON_GAME"
			buttonFont = "cg_16b"
			orientation = "LOWER_LEFT"
		}

		containerWindowType = {
			name = "stt_toggle_container"
			position = { x = 270 y = 310 }
			size = { width = 160 height = 50 }

			buttonType = {
				name = "stt_toggle"
				size = { x = 160 y = 50 }
				spriteType = "GFX_button_animated_142"
				buttonFont = "cg_16b"
				font = "cg_16b"
				oversound = mouse_over
			}

			iconType = {
				name = "stt_toggle_icon"
				spriteType = "GFX_cvaa_mic_icon"
				position = { x = 62 y = 22 }
				alwaysTransparent = yes
			}

			instantTextBoxType = {
				name = "stt_toggle_text"
				position = { x = 82 y = 23 }
				font = "cg_16b"
				text = "CHAT_CVAA_MIC_NAME"
				maxWidth = 75
				maxHeight = 20
				format = left
			}
		}

		buttonType = {
			name = "start_button"
			position = { x = -170 y = -66 }
			quadTextureSprite ="GFX_button_animated_142"
			buttonText = "START"
			buttonFont = "cg_16b"
			orientation = "LOWER_RIGHT"
		}
	}

	containerWindowType = {
		name = "ingame_multiplayer_entry"
		size = { width = 275 height = 32 }

		iconType = {
			name ="player_shield"
			spriteType = "GFX_planet_view_pop"
			position = { x = 0 y = -7 }
			orientation = "UPPER_LEFT"
			alwaysTransparent = yes
		}

		iconType = {
			name = "progress_bar"
			position = { x = 22 y = -5 }
			spriteType = "GFX_progressbar_download"
		}

		instantTextBoxType = {
			name = "name"
			position = { x = 32 y = -7 }
			format = left
			font = "cg_16b"
			maxWidth = 180
			maxHeight = 30
			orientation = "UPPER_LEFT"
			vertical_alignment = center
		}

		buttonType = {
			name = "button_ban"
			quadTextureSprite = "GFX_button_ban"
			position = { x = -77 y = -19}
			orientation = "UPPER_RIGHT"
			pdx_tooltip = "INGAMELOBBY_BAN"
		}

		buttonType = {
			name = "button_kick"
			quadTextureSprite = "GFX_button_kick"
			position = { x = -47 y = -19 }
			orientation = "UPPER_RIGHT"
			pdx_tooltip = "INGAMELOBBY_KICK"
		}
	}

	containerWindowType = {
		name = "largefont_ingame_multiplayer_entry"
		size = { width = 275 height = 32 }
	
		iconType = {
			name = "player_shield"
			spriteType = "GFX_planet_view_pop"
			position = { x = 0 y = -11 }
			orientation = "UPPER_LEFT"
			alwaysTransparent = yes
		}

		iconType = {
			name = "progress_bar"
			position = { x = 28 y = -5 }
			spriteType = "GFX_progressbar_download"
		}

		instantTextBoxType = {
			name = "name"
			position = { x = 32 y = -7 }
			format = left
			font = "malgun_goth_24"
			maxWidth = 240
			maxHeight = 30
			orientation = "UPPER_LEFT"
			vertical_alignment = center
		}

		buttonType = {
			name = "button_ban"
			quadTextureSprite = "GFX_button_ban"
			position = { x = -100 y = -19}
			orientation = "UPPER_RIGHT"
			pdx_tooltip = "INGAMELOBBY_BAN"
		}

		buttonType = {
			name = "button_kick"
			quadTextureSprite = "GFX_button_kick"
			position = { x = -60 y = -19}
			orientation = "UPPER_RIGHT"
			pdx_tooltip = "INGAMELOBBY_KICK"
		}
	}

	containerWindowType = {
		name = "largefont_ingame_lobby_chat_text"
		position = { x = 0 y = 5 }
		size = { width = 390 height = 22 }

		buttonType = {
			name = "highlight"
			spriteType = "GFX_cvaa_speak_message_bg"
			position = { x = -3 y = 5 }
			size = { x = 380 y = 26 }
			no_clicksound = yes
		}

		buttonType = {
			name = "select"
			spriteType = "GFX_invisible"
			position = { x = 0 y = 3 }
			size = { x = 390 y = 22 }
			no_clicksound = yes
		}

		instantTextBoxType = {
			name = "messagelogtext"
			position = { x = 0 y = 3 }
			font = "malgun_goth_24"
			borderSize = {x = 1 y = 1 }
			maxWidth = 390
			maxHeight = 22
			orientation = "UPPER_LEFT"
		}
	}

	containerWindowType = {
		name = "icon_largefont_ingame_lobby_chat_text"
		position = { x = 0 y = 5 }
		size = { width = 390 height = 22 }

		buttonType = {
			name = "highlight"
			spriteType = "GFX_cvaa_speak_message_bg"
			position = { x = -3 y = 5 }
			size = { x = 380 y = 26 }
			no_clicksound = yes
		}

		buttonType = {
			name = "select"
			spriteType = "GFX_invisible"
			position = { x = 0 y = 3 }
			size = { x = 390 y = 22 }
			no_clicksound = yes
		}

		instantTextBoxType = {
			name = "messagelogtext"
			position = { x = 29 y = 3 }
			font = "malgun_goth_24"
			borderSize = { x = 1 y = 1 }
			maxWidth = 360
			maxHeight = 22
			orientation = "UPPER_LEFT"
		}

		iconType = {
			name = "icon"
			position = { x = -2 y = 6 }
			spriteType = "GFX_cvaa_speak_icon"
		}

	}

	containerWindowType = {
		name = "ingame_lobby_chat_text"
		position = { x = 0 y = 5 }
		size = { width = 390 height = 16 }

		buttonType = {
			name = "highlight"
			spriteType = "GFX_cvaa_speak_message_bg"
			position = { x = -3 y = 4 }
			size = { x = 380 y = 20 }
			no_clicksound = yes
		}

		buttonType = {
			name = "select"
			spriteType = "GFX_invisible"
			position = { x = 0 y = 3 }
			size = { x = 390 y = 16 }
			no_clicksound = yes
		}

		instantTextBoxType = {
			name = "messagelogtext"
			position = { x = 0 y = 3 }
			font = "cg_16b"
			borderSize = {x = 1 y = 1}
			maxWidth = 390
			maxHeight = 16
			orientation = "UPPER_LEFT"
		}
	}

	containerWindowType = {
		name = "icon_ingame_lobby_chat_text"
		position = { x = 0 y = 5 }
		size = { width = 390 height = 16 }

		buttonType = {
			name = "highlight"
			spriteType = "GFX_cvaa_speak_message_bg"
			position = { x = -3 y = 4 }
			size = { x = 380 y = 20 }
			no_clicksound = yes
		}

		buttonType = {
			name = "select"
			spriteType = "GFX_invisible"
			position = { x = 0 y = 3 }
			size = { x = 390 y = 16 }
			no_clicksound = yes
		}

		instantTextBoxType = {
			name = "messagelogtext"
			position = { x = 18 y = 3 }
			font = "cg_16b"
			borderSize = { x = 1 y = 1 }
			maxWidth = 370
			maxHeight = 16
			orientation = "UPPER_LEFT"
		}

		iconType = {
			name = "icon"
			position = { x = -2 y = 5 }
			spriteType = "GFX_cvaa_speak_icon"
			scale = 0.7
		}
	}

	containerWindowType = {
		name = "player_lost_window"
		position = { x = 350 y = 200 }
		size = { width = 500 height = 280 }
		moveable = yes

		background = {
			name = "Background"
			quadTextureSprite ="GFX_tile_outliner_bg"
		}

		iconType = {
			name = "hex_bg"
			spriteType = "GFX_hex_center_bg"
			position = { x = -25 y = 10 }
			alwaysTransparent = yes
		}

		iconType = {
			name = "header_line"
			spriteType = "GFX_line_center"
			position = { x = -5 y = 50 }
		}

		instantTextBoxType = {
			name = "Title"
			position = { x = 0 y = 25 }
			font = "malgun_goth_24"
			borderSize = { x = 4 y = 4 }
			text = "DUMMY_HEADER"
			maxWidth = 500
			maxHeight = 32
			format = centre
		}

		instantTextBoxType = {
			name = "Description"
			position = { x = 100 y = 90 }
			font = "cg_16b"
			borderSize = { x = 4 y = 4 }
			maxWidth = 300
			maxHeight = 200
			format = centre
		}

		buttonType = {
			name = "save_button"
			position = { x = 12 y = 200 }
			quadTextureSprite ="GFX_button_animated_142"
			buttonText = "SAVE"
			buttonFont = "cg_16b"
		}

		buttonType = {
			name = "continue_button"
			position = { x = 165 y = 200 }
			quadTextureSprite = "GFX_button_animated_142"
			buttonText = "CONTINUE"
			buttonFont = "cg_16b"
		}

		buttonType = {
			name = "quit_button"
			position = { x = 318 y = 200 }
			quadTextureSprite = "GFX_button_animated_142"
			buttonText = "QUIT"
			buttonFont = "cg_16b"
		}
	}

	containerWindowType = {
		name = "oos_happened_window"
		orientation = center
		origo = center
		moveable = yes
		position = { x = 0 y = -10 }
		size = { width = 480 height = 212 }

		background = {
			name = "background"
			quadTextureSprite = "GFX_tile_outliner_bg"
		}

		iconType = {
			name = "hex_bg"
			spriteType = "GFX_hex_center_bg"
			position = { x = -275 y = 0 }
			alwaysTransparent = yes
			Orientation = "CENTER_UP"
		}

		iconType = {
			name = "empire_header_line"
			quadTextureSprite = "GFX_line_center"
			position = { x = -12 y = 38 }
			alwaysTransparent = yes
		}

		instantTextBoxType = {
			position = { x = 40 y = 20 }
			name = "title"
			font = "malgun_goth_24"
			maxWidth = 400
			maxHeight = 20
			orientation = "UPPER_LEFT"
			format = center
		}

		instantTextBoxType = {
			position = { x = 25 y = 70 }
			name = "description"
			font = "cg_16b"
			borderSize = { x = 5 y = 5 }
			maxWidth = 420
			maxHeight = 20
			orientation = "UPPER_LEFT"
			format = centre
			text_color_code = "E"
		}

		buttonType = {
			name = "AgreeButton"
			position = { x = 0 y = -62 }
			quadTextureSprite = "GFX_button_animated_142"
			buttonText = "RESYNC_OOS"
			buttonFont = "cg_16b"
			orientation = "LOWER_LEFT"
		}

		buttonType = {
			name = "SaveButton"
			position = { x = 150 y = -62 }
			quadTextureSprite = "GFX_button_animated_142"
			buttonText = "SAVE"
			buttonFont = "cg_16b"
			orientation = "LOWER_LEFT"
		}

		buttonType = {
			name = "DeclineButton"
			position = { x = 300 y = -62 }
			quadTextureSprite = "GFX_button_animated_142"
			buttonText = "QUIT"
			buttonFont = "cg_16b"
			orientation = "LOWER_LEFT"
		}
	}
}