guiTypes = {
	containerWindowType = {
		name = "after_logistics_button"
		position = { x= 676 y=35 }

		buttonType = {
			name = "missiles_button"
			position = { x = 0 y = 0 }
			quadTextureSprite ="GFX_missile_button"
			Orientation = "UPPER_LEFT"
			clicksound = click_close
			oversound = ui_menu_over
			pdx_tooltip = "MISSILES_BUTTON_TT"
			pdx_tooltip_delayed = "MISSILES_BUTTON_TT_DELAYED"
			shortcut = "shift+m"
		}
	}
	#Main Menus List
	containerWindowType = {
		name = "MD_countrymissilesview"
		position = { x=-606 y=78 }
		show_position = { x=-6 y =78 }
		show_animation_type = decelerated
		hide_animation_type = accelerated
		animation_time = 300
		size = { width=550 height=100%% }

		show_sound = menu_open_window

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

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

		iconType ={
			name ="missile_header_bg"
			spriteType = "GFX_header_bg"
			position = { x= 5 y = 07 }
			Orientation = "UPPER_LEFT"
		}

		instantTextboxType = {
			name = "missile_title"
			position = { x = 45 y = 8 }
			font = "hoi_36header"
			borderSize = {x = 0 y = 0}
			text = "[name_of_menu]"
			maxWidth = 440
			maxHeight = 20
			format = left
		}

		containerWindowType = {
			name = "missiles_gui_ledger_menu"
			position = { x = 10 y = 55 }
			size = { width = 75 height = 50 }
			clipping = no

			iconType = {
				name ="trade_divider"
				spriteType = "GFX_divider"
				position = { x= 2 y = 38 }
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "space_gui_ledger_button"
				position = { x = 0 y = 0 }
				quadTextureSprite ="GFX_missiles_gui_ledger_btn"
				pdx_tooltip = "SPACE_GUI_LEDGER_TT"
				pdx_tooltip_delayed = "SPACE_GUI_LEDGER_TT_DELAYED"
				clicksound = click_checkbox
			}

			iconType = {
				name ="icon_ledger_btn_1"
				spriteType = "GFX_ledger_icon_small_space"
				position = { x = 32 y = 12 }
				alwaystransparent = yes
			}

			buttonType = {
				name = "ct_gui_ledger_button"
				position = { x = 84 y = 0 }
				quadTextureSprite ="GFX_missiles_gui_ledger_btn"
				pdx_tooltip = "CT_GUI_LEDGER_TT"
				pdx_tooltip_delayed = "CT_GUI_LEDGER_TT_DELAYED"
				clicksound = click_checkbox
			}

			iconType = {
				name ="icon_ct_gui_ledger"
				spriteType = "GFX_ledger_icon_small_ct"
				position = { x = 114 y = 12 }
				alwaystransparent = yes
			}

			buttonType = {
				name = "pmc_gui_ledger_button"
				position = { x = 168 y = 0 }
				quadTextureSprite ="GFX_missiles_gui_ledger_btn"
				pdx_tooltip = "PMC_GUI_LEDGER_TT"
				pdx_tooltip_delayed = "PMC_GUI_LEDGER_TT_DELAYED"
				clicksound = click_checkbox
			}

			iconType = {
				name ="icon_pmc_gui_ledger"
				spriteType = "GFX_ledger_icon_small_pmc"
				position = { x = 198 y = 12 }
				alwaystransparent = yes
			}

			buttonType = {
				name = "un_gui_ledger_button"
				position = { x = 252 y = 0 }
				quadTextureSprite ="GFX_missiles_gui_ledger_btn"
				pdx_tooltip = "UN_GUI_LEDGER_TT"
				pdx_tooltip_delayed = "UN_GUI_LEDGER_TT_DELAYED"
				clicksound = click_checkbox
			}

			iconType = {
				name ="icon_un_gui_ledger"
				spriteType = "GFX_ledger_icon_small_un"
				position = { x = 282 y = 12 }
				alwaystransparent = yes
			}
			buttonType = {
				name = "cyber_gui_ledger_button"
				position = { x = 336 y = 0 }
				quadTextureSprite ="GFX_missiles_gui_ledger_btn"
				pdx_tooltip = "CYBER_GUI_LEDGER_TT"
				pdx_tooltip_delayed = "CYBER_GUI_LEDGER_TT_DELAYED"
				clicksound = click_checkbox
			}

			iconType = {
				name ="icon_cyber_gui_ledger"
				spriteType = "GFX_ledger_icon_small_cyber"
				position = { x = 368 y = 12 }
				alwaystransparent = yes
			}

			buttonType = {
				name = "antarctica_gui_ledger_button"
				position = { x = 420 y = 0 }
				quadTextureSprite ="GFX_missiles_gui_ledger_btn"
				pdx_tooltip = "ANTARCTICA_GUI_LEDGER_TT"
				pdx_tooltip_delayed = "ANTARCTICA_GUI_LEDGER_TT_DELAYED"
				clicksound = click_checkbox
			}

			iconType = {
				name ="icon_antarctica_gui_ledger"
				spriteType = "GFX_ledger_icon_small_antarctica"
				position = { x = 452 y = 12 }
				alwaystransparent = yes
			}
		}

		buttonType = {
			name = "close_button"
			position = { x = -43 y = 10 }
			quadTextureSprite ="GFX_closebutton"
			buttonFont = "hoi_16mbs"
			shortcut = "ESCAPE"
			Orientation = "UPPER_RIGHT"
			clicksound = click_close
			pdx_tooltip = "CLOSE"
		}
	}
	#Main Space Program View
	containerWindowType = {
		name = "MD_space_program_window"
		position = { x=-606 y=78 }
		show_position = { x=0 y=78 }
		show_animation_type = decelerated
		hide_animation_type = accelerated
		animation_time = 1
		# Tall enough for the launching tab's automation panel; still clears the
		# bottom of a 1080p screen once the y=78 offset is accounted for.
		size = { width=550 height=1000 }

		containerWindowType = {
			name = "space_main_gui_ledger_menu"
			position = { x = 5 y = 55 }
			size = { width = 75 height = 50 }
			clipping = no

			iconType = {
				name ="trade_divider"
				spriteType = "GFX_divider"
				position = { x= 2 y = -2 }
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "production_button"
				position = { x = 5 y = -40 }
				quadTextureSprite ="GFX_missiles_gui_ledger_btn"
				pdx_tooltip = "MISSILES_GUI_LEDGER_BTN_1_TT"
				pdx_tooltip_delayed = "MISSILES_GUI_LEDGER_BTN_1_TT_DELAYED"
				clicksound = click_checkbox
			}

			iconType = {
				name ="icon_un_btn_1"
				spriteType = "GFX_ledger_icon_small_production"
				position = { x = 36 y = -28 }
				alwaystransparent = yes
			}

			buttonType = {
				name = "launching_button"
				position = { x = 87 y = -40 }
				quadTextureSprite ="GFX_missiles_gui_ledger_btn"
				pdx_tooltip = "MISSILES_GUI_LEDGER_BTN_4_TT"
				pdx_tooltip_delayed = "MISSILES_GUI_LEDGER_BTN_4_TT_DELAYED"
				clicksound = click_checkbox
			}

			iconType = {
				name ="icon_un_btn_2"
				spriteType = "GFX_ledger_icon_small_spaceorbit"
				position = { x = 117 y = -28 }
				alwaystransparent = yes
			}

			buttonType = {
				name = "space_button"
				position = { x = 169 y = -40 }
				quadTextureSprite ="GFX_missiles_gui_ledger_btn"
				pdx_tooltip = "MISSILES_GUI_LEDGER_BTN_5_TT"
				pdx_tooltip_delayed = "MISSILES_GUI_LEDGER_BTN_5_TT_DELAYED"
				clicksound = click_checkbox
			}

			iconType = {
				name ="icon_un_btn_3"
				spriteType = "GFX_ledger_icon_small_satellite"
				position = { x = 200 y = -28 }
				alwaystransparent = yes
			}

			buttonType = {
				name = "iss_button"
				position = { x = 251 y = -40 }
				quadTextureSprite ="GFX_missiles_gui_ledger_btn"
				pdx_tooltip = "iss_button_tt"
				pdx_tooltip_delayed = "iss_button_tt_delayed"
				clicksound = click_checkbox
			}

			iconType = {
				name ="icon_un_btn_4"
				spriteType = "GFX_ledger_icon_small_spaceorbit"
				position = { x =284 y = -28 }
				alwaystransparent = yes
			}
		}
	}
	#Missile Production
	containerWindowType = {
		name = "MD_countrymissilesview_production"
		position = { x = -4 y = 40 }
		size = { width = 550 height = 100% }

		containerWindowType = {
			name = "production_header"
			position = { x=0 y=20 }
			size = { width = 550 height = 10 }
			clipping = no

			instantTextboxType = {
				name = "production_title_1"
				position = { x = 30 y = 8 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "PRODUCTION_TITLE_1"
				maxWidth = 240
				maxHeight = 20
				format = left
			}

			iconType = {
				name = "producing_icon"
				position = { x= 215 y= 9 }
				spriteType = "GFX_producing_icon"
				pdx_tooltip = "PROD_UNITS_TT"
			}

			iconType = {
				name ="price_icon"
				spriteType = "GFX_daily_expense"
				position = { x= 282 y = 7 }
				pdx_tooltip = "PRICE_UNITS_TT"
			}

			iconType = {
				name = "construction_speed_icon"
				position = { x = 380 y = 10 }
				spriteType = "GFX_construction_speed_icon"
				pdx_tooltip = "DAYS_UNITS_TT"
			}

			instantTextboxType = {
				name = "production_status"
				position = { x = 420 y = 8 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "PRODUCTION_STATUS"
				maxWidth = 85
				maxHeight = 20
				format = left
			}

			iconType = {
				name = "in_stock_icon"
				position = { x=490 y=8 }
				spriteType = "GFX_in_stock_icon"
				pdx_tooltip = "UNITS_IN_STOCK_TT"
			}
		}


		containerWindowType = {
			name = "production_entry_container"
			position = { x=4 y=10 }
			size = { width = 550 height = 100% }
			margin = { top = 52 bottom = 20 }
			verticalScrollbar = "right_vertical_slider"

			### OLV
			containerWindowType = {
				name = "production_type_10_entry"
				position = { x=10 y=10 }
				size = { width = 400 height = 152 }
				clipping = no

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

				instantTextboxType = {
					name = "production_type_10_header"
					position = { x = 20 y = 5 }
					font = "hoi_18mbs"
					borderSize = {x = 0 y = 0}
					text = "PRODUCTION_10_SELECTED"
					maxWidth = 505
					maxHeight = 20
					format = left
				}

				buttonType = {
					name = "production_type_10_button"
					position = { x=20 y=25 }
					scale = 0.5
					quadTextureSprite = "GFX_missiles_btn"
					clicksound = click_default
				}

				iconType = {
					name ="production_type_10_model_icon"
					position = { x=100 y=46 }
					centerposition = yes
					alwaystransparent = yes
					quadTextureSprite = "GFX_MD_ICBM_icon"
					scale = 0.5
				}

				buttonType = {
					name = "increase_amount_10"
					quadTextureSprite ="GFX_zoom_in"
					position = { x = 179 y = 26 }
					pdx_tooltip = "INCREASE_AMOUNT"
					pdx_tooltip_delayed = "INCREASE_AMOUNT_DELAYED"
					scale = 0.9
					clicksound = click_default
				}

				buttonType = {
					name = "decrease_amount_10"
					quadTextureSprite ="GFX_zoom_out"
					position = { x = 179 y = 47 }
					pdx_tooltip = "DECREASE_AMOUNT"
					pdx_tooltip_delayed = "DECREASE_AMOUNT_DELAYED"
					scale = 0.9
					clicksound = click_default
				}

				instantTextboxType = {
					name = "prod_amount"
					position = { x = 195 y = 39 }
					font = "hoi_18b"
					text = "PRODUCTION_AMOUNT_10"
					pdx_tooltip = "PROD_UNITS_TT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "legend_unit"
					position = { x = 225 y = 31 }
					font = "hoi_16mbs"
					text = "PRODUCTION_LEGEND_UNIT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "legend_total"
					position = { x = 225 y = 51 }
					font = "hoi_16mbs"
					text = "PRODUCTION_LEGEND_TOTAL"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "price_10"
					position = { x = 262 y = 31 }
					font = "hoi_18b"
					text = "PRODUCTION_PRICE_10"
					pdx_tooltip = "PRODUCTION_PRICE_10_TT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "factories_10"
					position = { x = 305 y = 39 }
					font = "hoi_18b"
					text = "PRODUCTION_CIC_10"
					maxWidth = 30
					maxHeight = 20
					format = center
				}
				buttonType = {
					name = "increase_CIC_10_button"
					quadTextureSprite ="GFX_zoom_in"
					position = { x = 330 y = 26 }
					pdx_tooltip = "INCREASE_CIC"
					pdx_tooltip_delayed = "INCREASE_CIC_TT"
					scale = 0.9
					clicksound = click_default
				}

				buttonType = {
					name = "decrease_CIC_10_button"
					quadTextureSprite ="GFX_zoom_out"
					position = { x = 330 y = 47 }
					pdx_tooltip = "DECREASE_CIC"
					pdx_tooltip_delayed = "DECREASE_CIC_TT"
					scale = 0.9
					clicksound = click_default
				}

				instantTextboxType = {
					name = "duration_10"
					position = { x = 360 y = 31 }
					font = "hoi_18b"
					text = "PRODUCTION_DURATION_10"
					pdx_tooltip = "DAYS_UNITS_TT"
					maxWidth = 30
					maxHeight = 20
					format = center
				}

				buttonType = {
					name = "start_button_10"
					position = { x = 400 y = 36 }
					buttonFont = "hoi_16mbs"
					buttonText = "PRODUCTION_START_10"
					pdx_tooltip = "PRODUCTION_START_10_TT"
					quadTextureSprite = "GFX_small_button_71x26"
					clicksound = click_default
				}

				buttonType = {
					name = "delete_button_10"
					position = { x = 440 y = 36 }
					buttonFont = "hoi_16mbs"
					quadTextureSprite = "GFX_delete_template_button"
					clicksound = click_default
				}

				iconType = {
					name = "prod_icon_10"
					position = { x = 405 y = 49 }
					centerposition = yes
					alwaystransparent = yes
					quadTextureSprite = "GFX_MD_prod_icon"
					scale = 0.5
				}

				instantTextboxType = {
					name = "prod_time_10"
					position = { x = 418 y = 39 }
					font = "hoi_16mbs"
					text = "PRODUCTION_TIME_10"
					maxWidth = 30
					maxHeight = 20
					format = left
				}

				instantTextboxType = {
					name = "stockpile_10"
					position = { x = 464 y = 39 }
					font = "hoi_18b"
					text = "PRODUCTION_STOCKPILE_10"
					pdx_tooltip = "UNITS_IN_STOCK_TT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

			}
			### GNSS
			containerWindowType = {
				name = "production_type_11_entry"
				position = { x=10 y=110 }
				size = { width = 400 height = 152 }
				clipping = no

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

				instantTextboxType = {
					name = "production_type_11_header"
					position = { x = 20 y = 5 }
					font = "hoi_18mbs"
					borderSize = {x = 0 y = 0}
					text = "PRODUCTION_11_SELECTED"
					maxWidth = 505
					maxHeight = 20
					format = left
				}

				buttonType = {
					name = "production_type_11_button"
					position = { x=20 y=25 }
					scale = 0.5
					quadTextureSprite = "GFX_missiles_btn"
					clicksound = click_default
				}

				iconType = {
					name ="production_type_11_model_icon"
					position = { x=100 y=46 }
					centerposition = yes
					alwaystransparent = yes
					quadTextureSprite = "GFX_MD_ICBM_icon"
					scale = 0.5
				}

				buttonType = {
					name = "increase_amount_11"
					quadTextureSprite ="GFX_zoom_in"
					position = { x = 179 y = 26 }
					pdx_tooltip = "INCREASE_AMOUNT"
					pdx_tooltip_delayed = "INCREASE_AMOUNT_DELAYED"
					scale = 0.9
					clicksound = click_default
				}

				buttonType = {
					name = "decrease_amount_11"
					quadTextureSprite ="GFX_zoom_out"
					position = { x = 179 y = 47 }
					pdx_tooltip = "DECREASE_AMOUNT"
					pdx_tooltip_delayed = "DECREASE_AMOUNT_DELAYED"
					scale = 0.9
					clicksound = click_default
				}

				instantTextboxType = {
					name = "prod_amount"
					position = { x = 195 y = 39 }
					font = "hoi_18b"
					text = "PRODUCTION_AMOUNT_11"
					pdx_tooltip = "PROD_UNITS_TT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "legend_unit"
					position = { x = 225 y = 31 }
					font = "hoi_16mbs"
					text = "PRODUCTION_LEGEND_UNIT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "legend_total"
					position = { x = 225 y = 51 }
					font = "hoi_16mbs"
					text = "PRODUCTION_LEGEND_TOTAL"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "price_11"
					position = { x = 262 y = 31 }
					font = "hoi_18b"
					text = "PRODUCTION_PRICE_11"
					pdx_tooltip = "PRODUCTION_PRICE_11_TT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "factories_11"
					position = { x = 305 y = 39 }
					font = "hoi_18b"
					text = "PRODUCTION_CIC_11"
					maxWidth = 30
					maxHeight = 20
					format = center
				}
				buttonType = {
					name = "increase_CIC_11_button"
					quadTextureSprite ="GFX_zoom_in"
					position = { x = 330 y = 26 }
					pdx_tooltip = "INCREASE_CIC"
					pdx_tooltip_delayed = "INCREASE_CIC_TT"
					scale = 0.9
					clicksound = click_default
				}

				buttonType = {
					name = "decrease_CIC_11_button"
					quadTextureSprite ="GFX_zoom_out"
					position = { x = 330 y = 47 }
					pdx_tooltip = "DECREASE_CIC"
					pdx_tooltip_delayed = "DECREASE_CIC_TT"
					scale = 0.9
					clicksound = click_default
				}

				instantTextboxType = {
					name = "duration_11"
					position = { x = 360 y = 31 }
					font = "hoi_18b"
					text = "PRODUCTION_DURATION_11"
					pdx_tooltip = "DAYS_UNITS_TT"
					maxWidth = 30
					maxHeight = 20
					format = center
				}

				buttonType = {
					name = "start_button_11"
					position = { x = 400 y = 36 }
					buttonFont = "hoi_16mbs"
					buttonText = "PRODUCTION_START_11"
					pdx_tooltip = "PRODUCTION_START_11_TT"
					quadTextureSprite = "GFX_small_button_71x26"
					clicksound = click_default
				}

				buttonType = {
					name = "delete_button_11"
					position = { x = 440 y = 36 }
					buttonFont = "hoi_16mbs"
					quadTextureSprite = "GFX_delete_template_button"
					clicksound = click_default
				}

				iconType = {
					name = "prod_icon_11"
					position = { x = 405 y = 49 }
					centerposition = yes
					alwaystransparent = yes
					quadTextureSprite = "GFX_MD_prod_icon"
					scale = 0.5
				}

				instantTextboxType = {
					name = "prod_time_11"
					position = { x = 418 y = 39 }
					font = "hoi_16mbs"
					text = "PRODUCTION_TIME_11"
					maxWidth = 30
					maxHeight = 20
					format = left
				}

				instantTextboxType = {
					name = "stockpile_11"
					position = { x = 464 y = 39 }
					font = "hoi_18b"
					text = "PRODUCTION_STOCKPILE_11"
					pdx_tooltip = "UNITS_IN_STOCK_TT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

			}
			### COMSAT
			containerWindowType = {
				name = "production_type_12_entry"
				position = { x=10 y=210 }
				size = { width = 400 height = 152 }
				clipping = no

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

				instantTextboxType = {
					name = "production_type_12_header"
					position = { x = 20 y = 5 }
					font = "hoi_18mbs"
					borderSize = {x = 0 y = 0}
					text = "PRODUCTION_12_SELECTED"
					maxWidth = 505
					maxHeight = 20
					format = left
				}

				buttonType = {
					name = "production_type_12_button"
					position = { x=20 y=25 }
					scale = 0.5
					quadTextureSprite = "GFX_missiles_btn"
					clicksound = click_default
				}

				iconType = {
					name ="production_type_12_model_icon"
					position = { x=100 y=46 }
					centerposition = yes
					alwaystransparent = yes
					quadTextureSprite = "GFX_MD_ICBM_icon"
					scale = 0.5
				}

				buttonType = {
					name = "increase_amount_12"
					quadTextureSprite ="GFX_zoom_in"
					position = { x = 179 y = 26 }
					pdx_tooltip = "INCREASE_AMOUNT"
					pdx_tooltip_delayed = "INCREASE_AMOUNT_DELAYED"
					scale = 0.9
					clicksound = click_default
				}

				buttonType = {
					name = "decrease_amount_12"
					quadTextureSprite ="GFX_zoom_out"
					position = { x = 179 y = 47 }
					pdx_tooltip = "DECREASE_AMOUNT"
					pdx_tooltip_delayed = "DECREASE_AMOUNT_DELAYED"
					scale = 0.9
					clicksound = click_default
				}

				instantTextboxType = {
					name = "prod_amount"
					position = { x = 195 y = 39 }
					font = "hoi_18b"
					text = "PRODUCTION_AMOUNT_12"
					pdx_tooltip = "PROD_UNITS_TT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "legend_unit"
					position = { x = 225 y = 31 }
					font = "hoi_16mbs"
					text = "PRODUCTION_LEGEND_UNIT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "legend_total"
					position = { x = 225 y = 51 }
					font = "hoi_16mbs"
					text = "PRODUCTION_LEGEND_TOTAL"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "price_12"
					position = { x = 262 y = 31 }
					font = "hoi_18b"
					text = "PRODUCTION_PRICE_12"
					pdx_tooltip = "PRODUCTION_PRICE_12_TT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "factories_12"
					position = { x = 305 y = 39 }
					font = "hoi_18b"
					text = "PRODUCTION_CIC_12"
					maxWidth = 30
					maxHeight = 20
					format = center
				}
				buttonType = {
					name = "increase_CIC_12_button"
					quadTextureSprite ="GFX_zoom_in"
					position = { x = 330 y = 26 }
					pdx_tooltip = "INCREASE_CIC"
					pdx_tooltip_delayed = "INCREASE_CIC_TT"
					scale = 0.9
					clicksound = click_default
				}

				buttonType = {
					name = "decrease_CIC_12_button"
					quadTextureSprite ="GFX_zoom_out"
					position = { x = 330 y = 47 }
					pdx_tooltip = "DECREASE_CIC"
					pdx_tooltip_delayed = "DECREASE_CIC_TT"
					scale = 0.9
					clicksound = click_default
				}

				instantTextboxType = {
					name = "duration_12"
					position = { x = 360 y = 31 }
					font = "hoi_18b"
					text = "PRODUCTION_DURATION_12"
					pdx_tooltip = "DAYS_UNITS_TT"
					maxWidth = 30
					maxHeight = 20
					format = center
				}

				buttonType = {
					name = "start_button_12"
					position = { x = 400 y = 36 }
					buttonFont = "hoi_16mbs"
					buttonText = "PRODUCTION_START_12"
					pdx_tooltip = "PRODUCTION_START_12_TT"
					quadTextureSprite = "GFX_small_button_71x26"
					clicksound = click_default
				}

				buttonType = {
					name = "delete_button_12"
					position = { x = 440 y = 36 }
					buttonFont = "hoi_16mbs"
					quadTextureSprite = "GFX_delete_template_button"
					clicksound = click_default
				}

				iconType = {
					name = "prod_icon_12"
					position = { x = 405 y = 49 }
					centerposition = yes
					alwaystransparent = yes
					quadTextureSprite = "GFX_MD_prod_icon"
					scale = 0.5
				}

				instantTextboxType = {
					name = "prod_time_12"
					position = { x = 418 y = 39 }
					font = "hoi_16mbs"
					text = "PRODUCTION_TIME_12"
					maxWidth = 30
					maxHeight = 20
					format = left
				}

				instantTextboxType = {
					name = "stockpile_12"
					position = { x = 464 y = 39 }
					font = "hoi_18b"
					text = "PRODUCTION_STOCKPILE_12"
					pdx_tooltip = "UNITS_IN_STOCK_TT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

			}
			### SPYSAT
			containerWindowType = {
				name = "production_type_13_entry"
				position = { x=10 y=310 }
				size = { width = 400 height = 152 }
				clipping = no

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

				instantTextboxType = {
					name = "production_type_13_header"
					position = { x = 20 y = 5 }
					font = "hoi_18mbs"
					borderSize = {x = 0 y = 0}
					text = "PRODUCTION_13_SELECTED"
					maxWidth = 505
					maxHeight = 20
					format = left
				}

				buttonType = {
					name = "production_type_13_button"
					position = { x=20 y=25 }
					scale = 0.5
					quadTextureSprite = "GFX_missiles_btn"
					clicksound = click_default
				}

				iconType = {
					name ="production_type_13_model_icon"
					position = { x=100 y=46 }
					centerposition = yes
					alwaystransparent = yes
					quadTextureSprite = "GFX_MD_ICBM_icon"
					scale = 0.5
				}

				buttonType = {
					name = "increase_amount_13"
					quadTextureSprite ="GFX_zoom_in"
					position = { x = 179 y = 26 }
					pdx_tooltip = "INCREASE_AMOUNT"
					pdx_tooltip_delayed = "INCREASE_AMOUNT_DELAYED"
					scale = 0.9
					clicksound = click_default
				}

				buttonType = {
					name = "decrease_amount_13"
					quadTextureSprite ="GFX_zoom_out"
					position = { x = 179 y = 47 }
					pdx_tooltip = "DECREASE_AMOUNT"
					pdx_tooltip_delayed = "DECREASE_AMOUNT_DELAYED"
					scale = 0.9
					clicksound = click_default
				}

				instantTextboxType = {
					name = "prod_amount"
					position = { x = 195 y = 39 }
					font = "hoi_18b"
					text = "PRODUCTION_AMOUNT_13"
					pdx_tooltip = "PROD_UNITS_TT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "legend_unit"
					position = { x = 225 y = 31 }
					font = "hoi_16mbs"
					text = "PRODUCTION_LEGEND_UNIT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "legend_total"
					position = { x = 225 y = 51 }
					font = "hoi_16mbs"
					text = "PRODUCTION_LEGEND_TOTAL"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "price_13"
					position = { x = 262 y = 31 }
					font = "hoi_18b"
					text = "PRODUCTION_PRICE_13"
					pdx_tooltip = "PRODUCTION_PRICE_13_TT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "factories_13"
					position = { x = 305 y = 39 }
					font = "hoi_18b"
					text = "PRODUCTION_CIC_13"
					maxWidth = 30
					maxHeight = 20
					format = center
				}
				buttonType = {
					name = "increase_CIC_13_button"
					quadTextureSprite ="GFX_zoom_in"
					position = { x = 330 y = 26 }
					pdx_tooltip = "INCREASE_CIC"
					pdx_tooltip_delayed = "INCREASE_CIC_TT"
					scale = 0.9
					clicksound = click_default
				}

				buttonType = {
					name = "decrease_CIC_13_button"
					quadTextureSprite ="GFX_zoom_out"
					position = { x = 330 y = 47 }
					pdx_tooltip = "DECREASE_CIC"
					pdx_tooltip_delayed = "DECREASE_CIC_TT"
					scale = 0.9
					clicksound = click_default
				}

				instantTextboxType = {
					name = "duration_13"
					position = { x = 360 y = 31 }
					font = "hoi_18b"
					text = "PRODUCTION_DURATION_13"
					pdx_tooltip = "DAYS_UNITS_TT"
					maxWidth = 30
					maxHeight = 20
					format = center
				}

				buttonType = {
					name = "start_button_13"
					position = { x = 400 y = 36 }
					buttonFont = "hoi_16mbs"
					buttonText = "PRODUCTION_START_13"
					pdx_tooltip = "PRODUCTION_START_13_TT"
					quadTextureSprite = "GFX_small_button_71x26"
					clicksound = click_default
				}

				buttonType = {
					name = "delete_button_13"
					position = { x = 440 y = 36 }
					buttonFont = "hoi_16mbs"
					quadTextureSprite = "GFX_delete_template_button"
					clicksound = click_default
				}

				iconType = {
					name = "prod_icon_13"
					position = { x = 405 y = 49 }
					centerposition = yes
					alwaystransparent = yes
					quadTextureSprite = "GFX_MD_prod_icon"
					scale = 0.5
				}

				instantTextboxType = {
					name = "prod_time_13"
					position = { x = 418 y = 39 }
					font = "hoi_16mbs"
					text = "PRODUCTION_TIME_13"
					maxWidth = 30
					maxHeight = 20
					format = left
				}

				instantTextboxType = {
					name = "stockpile_13"
					position = { x = 464 y = 39 }
					font = "hoi_18b"
					text = "PRODUCTION_STOCKPILE_13"
					pdx_tooltip = "UNITS_IN_STOCK_TT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

			}
			### KILLSAT
			containerWindowType = {
				name = "production_type_14_entry"
				position = { x=10 y=410 }
				size = { width = 400 height = 152 }
				clipping = no

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

				instantTextboxType = {
					name = "production_type_14_header"
					position = { x = 20 y = 5 }
					font = "hoi_18mbs"
					borderSize = {x = 0 y = 0}
					text = "PRODUCTION_14_SELECTED"
					maxWidth = 505
					maxHeight = 20
					format = left
				}

				buttonType = {
					name = "production_type_14_button"
					position = { x=20 y=25 }
					scale = 0.5
					quadTextureSprite = "GFX_missiles_btn"
					clicksound = click_default
				}

				iconType = {
					name ="production_type_14_model_icon"
					position = { x=100 y=46 }
					centerposition = yes
					alwaystransparent = yes
					quadTextureSprite = "GFX_MD_ICBM_icon"
					scale = 0.5
				}

				buttonType = {
					name = "increase_amount_14"
					quadTextureSprite ="GFX_zoom_in"
					position = { x = 179 y = 26 }
					pdx_tooltip = "INCREASE_AMOUNT"
					pdx_tooltip_delayed = "INCREASE_AMOUNT_DELAYED"
					scale = 0.9
					clicksound = click_default
				}

				buttonType = {
					name = "decrease_amount_14"
					quadTextureSprite ="GFX_zoom_out"
					position = { x = 179 y = 47 }
					pdx_tooltip = "DECREASE_AMOUNT"
					pdx_tooltip_delayed = "DECREASE_AMOUNT_DELAYED"
					scale = 0.9
					clicksound = click_default
				}

				instantTextboxType = {
					name = "prod_amount"
					position = { x = 195 y = 39 }
					font = "hoi_18b"
					text = "PRODUCTION_AMOUNT_14"
					pdx_tooltip = "PROD_UNITS_TT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "legend_unit"
					position = { x = 225 y = 31 }
					font = "hoi_16mbs"
					text = "PRODUCTION_LEGEND_UNIT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "legend_total"
					position = { x = 225 y = 51 }
					font = "hoi_16mbs"
					text = "PRODUCTION_LEGEND_TOTAL"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "price_14"
					position = { x = 262 y = 31 }
					font = "hoi_18b"
					text = "PRODUCTION_PRICE_14"
					pdx_tooltip = "PRODUCTION_PRICE_14_TT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

				instantTextboxType = {
					name = "factories_14"
					position = { x = 305 y = 39 }
					font = "hoi_18b"
					text = "PRODUCTION_CIC_14"
					maxWidth = 30
					maxHeight = 20
					format = center
				}
				buttonType = {
					name = "increase_CIC_14_button"
					quadTextureSprite ="GFX_zoom_in"
					position = { x = 330 y = 26 }
					pdx_tooltip = "INCREASE_CIC"
					pdx_tooltip_delayed = "INCREASE_CIC_TT"
					scale = 0.9
					clicksound = click_default
				}

				buttonType = {
					name = "decrease_CIC_14_button"
					quadTextureSprite ="GFX_zoom_out"
					position = { x = 330 y = 47 }
					pdx_tooltip = "DECREASE_CIC"
					pdx_tooltip_delayed = "DECREASE_CIC_TT"
					scale = 0.9
					clicksound = click_default
				}

				instantTextboxType = {
					name = "duration_14"
					position = { x = 360 y = 31 }
					font = "hoi_18b"
					text = "PRODUCTION_DURATION_14"
					pdx_tooltip = "DAYS_UNITS_TT"
					maxWidth = 30
					maxHeight = 20
					format = center
				}

				buttonType = {
					name = "start_button_14"
					position = { x = 400 y = 36 }
					buttonFont = "hoi_16mbs"
					buttonText = "PRODUCTION_START_14"
					pdx_tooltip = "PRODUCTION_START_14_TT"
					quadTextureSprite = "GFX_small_button_71x26"
					clicksound = click_default
				}

				buttonType = {
					name = "delete_button_14"
					position = { x = 440 y = 36 }
					buttonFont = "hoi_16mbs"
					quadTextureSprite = "GFX_delete_template_button"
					clicksound = click_default
				}

				iconType = {
					name = "prod_icon_14"
					position = { x = 405 y = 49 }
					centerposition = yes
					alwaystransparent = yes
					quadTextureSprite = "GFX_MD_prod_icon"
					scale = 0.5
				}

				instantTextboxType = {
					name = "prod_time_14"
					position = { x = 418 y = 39 }
					font = "hoi_16mbs"
					text = "PRODUCTION_TIME_14"
					maxWidth = 30
					maxHeight = 20
					format = left
				}

				instantTextboxType = {
					name = "stockpile_14"
					position = { x = 464 y = 39 }
					font = "hoi_18b"
					text = "PRODUCTION_STOCKPILE_14"
					pdx_tooltip = "UNITS_IN_STOCK_TT"
					maxWidth = 50
					maxHeight = 20
					format = center
				}

			}
		}
	}
	#Production Windows
	containerWindowType = {
		name = "MD_missile_production_type_window"
		position = { x=-356 y=78}
		show_position = { x=539 y =78 }
		show_animation_type = decelerated
		hide_animation_type = accelerated
		animation_time = 300
		size = { width=375 height=455}
		click_to_front = yes

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

		instantTextBoxType = {
			name = "production_type_window"
			position = { x = 30 y = 8 }
			font = "hoi_36header"
			borderSize = {x = 0 y = 0}
			text = "MISSILE_PRODUCTION_TYPE_WINDOW"
			maxWidth = 240
			maxHeight = 20
			format = left
		}

		containerWindowType = {
			name = "production_types_1"
			position = { x=0 y=52 }
			size = { width=100%% height=400 }
			verticalScrollbar = "right_vertical_slider"
			smooth_scrolling = yes
			margin = { top = 13 bottom = 12 }

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

			### OLV
			gridboxtype = {
				name = "production_types_10_gridbox"
				position = { x = 9 y = 0 }
				size = { width = 120%% height = 100%% }
				slotsize = { width = 335 height = 82 }
				format = "UPPER_LEFT"
				max_slots_horizontal = 1
			}
			### GNSS
			gridboxtype = {
				name = "production_types_11_gridbox"
				position = { x = 9 y = 0 }
				size = { width = 120%% height = 100%% }
				slotsize = { width = 335 height = 82 }
				format = "UPPER_LEFT"
				max_slots_horizontal = 1
			}
			### COMSAT
			gridboxtype = {
				name = "production_types_12_gridbox"
				position = { x = 9 y = 0 }
				size = { width = 120%% height = 100%% }
				slotsize = { width = 335 height = 82 }
				format = "UPPER_LEFT"
				max_slots_horizontal = 1
			}
			### SPYSAT
			gridboxtype = {
				name = "production_types_13_gridbox"
				position = { x = 9 y = 0 }
				size = { width = 120%% height = 100%% }
				slotsize = { width = 335 height = 82 }
				format = "UPPER_LEFT"
				max_slots_horizontal = 1
			}
			### KILLSAT
			gridboxtype = {
				name = "production_types_14_gridbox"
				position = { x = 9 y = 0 }
				size = { width = 120%% height = 100%% }
				slotsize = { width = 335 height = 82 }
				format = "UPPER_LEFT"
				max_slots_horizontal = 1
			}
		}

		buttonType = {
			name = "close_button"
			position = { x = -50 y = 5 }
			quadTextureSprite ="GFX_closebutton"
			buttonFont = "Main_14_black"
			shortcut = "ESCAPE"
			Orientation = "UPPER_RIGHT"
			clicksound = click_close
			pdx_tooltip = "CLOSE"
		}
	}

	### OLV prod
	containerWindowType = {
		name = "missile_type_10_entry"
		position = { x=0 y=0 }
		size = { width=342 height= 80 }
		clipping = no

		buttonType = {
			name = "missile_type_10_button"
			position = { x=5 y=4 }
			quadTextureSprite = "GFX_missiles_btn"
			pdx_tooltip = "MISSILE_PROD_10_WIN_BUTTON_TT"
			clicksound = click_default
			frame = 1
		}

		iconType = {
			name ="missile_type_10_icon"
			position = { x=175 y=51 }
			centerposition = yes
			alwaystransparent = yes
		}

		instantTextboxType = {
			name = "missile_model_name_10"
			position = { x = 15 y = 11 }
			font = "hoi_18mbs"
			text = "OLV_MODEL_LOC"
			maxWidth = 340
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}
	}
	### GNSS prod
	containerWindowType = {
		name = "missile_type_11_entry"
		position = { x=0 y=0 }
		size = { width=342 height= 80 }
		clipping = no

		buttonType = {
			name = "missile_type_11_button"
			position = { x=5 y=4 }
			quadTextureSprite = "GFX_missiles_btn"
			pdx_tooltip = "MISSILE_PROD_11_WIN_BUTTON_TT"
			clicksound = click_default
			frame = 1
		}

		iconType = {
			name ="missile_type_11_icon"
			position = { x=175 y=51 }
			centerposition = yes
			alwaystransparent = yes
		}

		instantTextboxType = {
			name = "missile_model_name_11"
			position = { x = 15 y = 11 }
			font = "hoi_18mbs"
			text = "GNSS_MODEL_LOC"
			maxWidth = 340
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}
		instantTextboxType = {
			name = "missile_model_type_11"
			position = { x = 15 y = 65 }
			font = "hoi_18mbs"
			text = "GNSS_TYPE_LOC"
			maxWidth = 340
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}
	}
	### COMSAT prod
	containerWindowType = {
		name = "missile_type_12_entry"
		position = { x=0 y=0 }
		size = { width=342 height= 80 }
		clipping = no

		buttonType = {
			name = "missile_type_12_button"
			position = { x=5 y=4 }
			quadTextureSprite = "GFX_missiles_btn"
			pdx_tooltip = "MISSILE_PROD_12_WIN_BUTTON_TT"
			clicksound = click_default
			frame = 1
		}

		iconType = {
			name ="missile_type_12_icon"
			position = { x=175 y=51 }
			centerposition = yes
			alwaystransparent = yes
		}

		instantTextboxType = {
			name = "missile_model_name_12"
			position = { x = 15 y = 11 }
			font = "hoi_18mbs"
			text = "COMSAT_MODEL_LOC"
			maxWidth = 340
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}
		instantTextboxType = {
			name = "missile_model_type_12"
			position = { x = 15 y = 65 }
			font = "hoi_18mbs"
			text = "COM_TYPE_LOC"
			maxWidth = 340
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}
	}
	### SPYSAT prod
	containerWindowType = {
		name = "missile_type_13_entry"
		position = { x=0 y=0 }
		size = { width=342 height= 80 }
		clipping = no

		buttonType = {
			name = "missile_type_13_button"
			position = { x=5 y=4 }
			quadTextureSprite = "GFX_missiles_btn"
			pdx_tooltip = "MISSILE_PROD_13_WIN_BUTTON_TT"
			clicksound = click_default
			frame = 1
		}

		iconType = {
			name ="missile_type_13_icon"
			position = { x=175 y=51 }
			centerposition = yes
			alwaystransparent = yes
		}

		instantTextboxType = {
			name = "missile_model_name_13"
			position = { x = 15 y = 11 }
			font = "hoi_18mbs"
			text = "SPYSAT_MODEL_LOC"
			maxWidth = 340
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}
		instantTextboxType = {
			name = "missile_model_type_13"
			position = { x = 15 y = 51 }
			font = "hoi_18mbs"
			text = "SPY_TYPE_LOC"
			maxWidth = 340
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}
	}
	### KILLSAT prod
	containerWindowType = {
		name = "missile_type_14_entry"
		position = { x=0 y=0 }
		size = { width=342 height= 80 }
		clipping = no

		buttonType = {
			name = "missile_type_14_button"
			position = { x=5 y=4 }
			quadTextureSprite = "GFX_missiles_btn"
			pdx_tooltip = "MISSILE_PROD_14_WIN_BUTTON_TT"
			clicksound = click_default
			frame = 1
		}

		iconType = {
			name ="missile_type_14_icon"
			position = { x=175 y=51 }
			centerposition = yes
			alwaystransparent = yes
		}

		instantTextboxType = {
			name = "missile_model_name_14"
			position = { x = 15 y = 11 }
			font = "hoi_18mbs"
			text = "KILLSAT_MODEL_LOC"
			maxWidth = 340
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}
	}
	#Space Program Launches
	containerWindowType = {
		name = "MD_countrymissilesview_space"
		position = { x = -4 y = 40 } #position = { x = 0 y = 47 }
		size = { width = 550 height = 960 } #size = { width = 550 height = -98 }
		# margin = { top = 33 bottom = 123}
		verticalScrollbar = "right_vertical_slider"

		containerWindowType = {
			name = "space_program_header"
			position = { x=0 y=20 }
			size = { width = 550 height = 40 }
			clipping = no

			instantTextboxType = {
				name = "space_program_title"
				position = { x = 15 y = -10 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "SPACE_PROGRAM_TITLE"
				maxWidth = 500
				maxHeight = 20
				format = centre
			}

			instantTextboxType = {
				name = "OLV_type_header"
				position = { x = 30 y = 5 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "OLV_TYPE_HEADER"
				maxWidth = 300
				maxHeight = 20
				format = left
			}

			instantTextboxType = {
				name = "payload_type_header"
				position = { x = 325 y = 5 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "PAYLOAD_TYPE_HEADER"
				maxWidth = 165
				maxHeight = 20
				format = centre
			}

			buttonType = {
				name = "OLV_model_button"
				position = { x=40 y=30 }
				quadTextureSprite = "GFX_OLV_btn"
				clicksound = click_default
				#scale = 0.95
			}

			iconType = {
				name ="OLV_model_icon"
				spriteType = "GFX_missile_generic_ID_0_icon"
				position = { x=140 y=200 }
				centerposition = yes
				alwaystransparent = yes
				scale = 1.5
				rotation = 1.5708
			}

			instantTextboxType = {
				name = "OLV_model_name"
				position = { x = 150 y = 30 }
				font = "hoi_18mbs"
				text = "OLV_SELECTED_MODEL_NAME"
				maxWidth = 160
				maxHeight = 30
				format = left
				alwaystransparent = yes
			}

			instantTextboxType = {
				name = "OLV_stats"
				position = { x = 150 y = 50 }
				font = "hoi_16mbs"
				text = "OLV_STATS"
				maxWidth = 160
				maxHeight = 30
				format = left
				alwaystransparent = yes
			}

			instantTextboxType = {
				name = "Payload_stats"
				position = { x = 150 y = 110 }
				font = "hoi_16mbs"
				text = "PAYLOAD_STATS"
				maxWidth = 160
				maxHeight = 30
				format = left
				alwaystransparent = yes
			}

			instantTextboxType = {
				name = "OLV_num_flights"
				position = { x = 150 y = 230 }
				font = "hoi_16mbs"
				borderSize = {x = 0 y = 0}
				text = "OLV_NUM_FLIGHTS"
				pdx_tooltip = "OLV_NUM_FLIGHTS_TT"
				maxWidth = 135
				maxHeight = 20
				format = left
			}

			buttonType = {
				name ="OLV_flights_small_plus_button_bg"
				spriteType = "GFX_small_plus_button"
				position = { x=285 y=225 }
				pdx_tooltip = "INCREASE_SALVO_TT"
				pdx_tooltip_delayed = "INCREASE_SALVO_delayed_TT"
			}
			buttonType = {
				name ="OLV_flights_small_minus_button_bg"
				spriteType = "GFX_small_minus_button"
				position = { x=285 y=239 }
				pdx_tooltip = "DECREASE_SALVO_TT"
				pdx_tooltip_delayed = "DECREASE_SALVO_delayed_TT"
			}

			buttonType = {
				name = "OLV_launch_button"
				position = { x = 140 y = 260 }
				buttonFont = "hoi_16mbs"
				buttonText = "OLV_LAUNCH_BUTTON"
				pdx_tooltip = "OLV_LAUNCH_BUTTON_TT"
				pdx_tooltip_delayed = "OLV_LAUNCH_BUTTON_TT_DELAYED"
				quadTextureSprite = "GFX_sat_target_button"
				clicksound = click_default
			}
			buttonType = {
				name = "clear_payload_button"
				position = { x = 140 y = 300 }
				buttonFont = "hoi_16mbs"
				buttonText = "CLEAR_PAYLOAD_BUTTON"
				#pdx_tooltip = "OLV_LAUNCH_BUTTON_TT"
				quadTextureSprite = "GFX_sat_target_button"
				clicksound = click_default
			}

			containerWindowType = {
				name = "space_weapons_header"
				position = { x=0 y=340 }
				size = { width = 550 height = 40 }
				clipping = no

				instantTextboxType = {
					name = "ASAT_type_header"
					position = { x = 30 y = 8 }
					font = "hoi_18mbs"
					borderSize = {x = 0 y = 0}
					text = "ASAT_TYPE_HEADER"
					maxWidth = 300
					maxHeight = 20
					format = left
				}

				buttonType = {
					name = "ASAT_model_button"
					position = { x=40 y=40 }
					quadTextureSprite = "GFX_OLV_btn"
					clicksound = click_default
				}

				iconType = {
					name ="ASAT_model_icon"
					spriteType = "GFX_missile_generic_ID_0_icon"
					position = { x=140 y=210 }
					centerposition = yes
					alwaystransparent = yes
					scale = 1.5
					rotation = 1.5708
				}

				instantTextboxType = {
					name = "ASAT_model_name"
					position = { x = 150 y = 40 }
					font = "hoi_16mbs"
					text = "ASAT_SELECTED_MODEL_NAME"
					maxWidth = 120
					maxHeight = 30
					format = left
					alwaystransparent = yes
				}

				instantTextboxType = {
					name = "ASAT_stats"
					position = { x = 150 y = 90 }
					font = "hoi_16mbs"
					text = "ASAT_STATS"
					maxWidth = 120
					maxHeight = 30
					format = left
					alwaystransparent = yes
				}

				instantTextboxType = {
					name = "ASAT_salvo"
					position = { x = 150 y = 280 }
					font = "hoi_16mbs"
					text = "ASAT_SALVO"
					maxWidth = 120
					maxHeight = 30
					format = left
					alwaystransparent = yes
				}

				buttonType = {
					name ="ASAT_salvo_small_plus_button_bg"
					spriteType = "GFX_small_plus_button"
					position = { x=215 y=275 }
					#shortcut = "ctrl+k"
					pdx_tooltip = "INCREASE_SALVO_TT"
					pdx_tooltip_delayed = "INCREASE_SALVO_delayed_TT"
				}
				buttonType = {
					name ="ASAT_salvo_small_minus_button_bg"
					spriteType = "GFX_small_minus_button"
					position = { x=215 y=289 }
					#shortcut = "ctrl+k"
					pdx_tooltip = "DECREASE_SALVO_TT"
					pdx_tooltip_delayed = "DECREASE_SALVO_delayed_TT"
				}

				buttonType = {
					name = "ASAT_button"
					position = { x = 140 y = 310 }
					buttonFont = "hoi_16mbs"
					buttonText = "ASAT_BUTTON"
					pdx_tooltip = "ASAT_BUTTON_TT"
					quadTextureSprite = "GFX_sat_target_button"
					clicksound = click_default
				}

				instantTextboxType = {
					name = "KILLSAT_type_header"
					position = { x = 320 y = 15 }
					font = "hoi_18mbs"
					borderSize = {x = 0 y = 0}
					text = "KILLSAT_TYPE_HEADER"
					maxWidth = 180
					maxHeight = 20
					format = centre
				}



				buttonType = {
					name = "KILLSAT_model_button"
					position = { x=330 y=40 }
					quadTextureSprite = "GFX_warhead_btn"
					clicksound = click_default
					#scale = 0.95
				}

				iconType = {
					name ="KILLSAT_model_icon"
					spriteType = "GFX_missile_generic_ID_0_icon"
					position = { x=410 y=95 }
					centerposition = yes
					alwaystransparent = yes
					#scale = 0.95
				}

				instantTextboxType = {
					name = "KILLSAT_name_selected"
					position = { x = 340 y = 50 }
					font = "hoi_16mbs"
					borderSize = {x = 0 y = 0}
					text = "KILLSAT_SELECTED_MODEL_NAME"
					maxWidth = 300
					maxHeight = 20
					format = left
				}

				instantTextboxType = {
					name = "KILLSAT_stats"
					position = { x = 270 y = 90 }
					font = "hoi_16mbs"
					text = "KILLSAT_STATS"
					maxWidth = 120
					maxHeight = 30
					format = left
					alwaystransparent = yes
				}

				instantTextboxType = {
					name = "KILLSAT_salvo"
					position = { x = 450 y = 110 } #position = { x = 255 y = 150 }
					font = "hoi_16mbs"
					text = "KILLSAT_SALVO"
					maxWidth = 120
					maxHeight = 30
					format = left
					alwaystransparent = yes
				}

				buttonType = {
					name ="KILLSAT_salvo_small_plus_button_bg"
					spriteType = "GFX_small_plus_button"
					position = { x=490 y=105 }
					#shortcut = "ctrl+k"
					pdx_tooltip = "INCREASE_SALVO_TT"
					pdx_tooltip_delayed = "INCREASE_SALVO_delayed_TT"
				}
				buttonType = {
					name ="KILLSAT_salvo_small_minus_button_bg"
					spriteType = "GFX_small_minus_button"
					position = { x=490 y=119 }
					#shortcut = "ctrl+k"
					pdx_tooltip = "DECREASE_SALVO_TT"
					pdx_tooltip_delayed = "DECREASE_SALVO_delayed_TT"
				}

				buttonType = {
					name = "activate_killsat_button"
					position = { x = 330 y = 140 }
					buttonFont = "hoi_16mbs"
					buttonText = "ACTIVATE_KILLSAT_BUTTON"
					pdx_tooltip = "ACTIVATE_KILLSAT_BUTTON_TT"
					quadTextureSprite = "GFX_sat_target_button"
					clicksound = click_default
				}
			}

			buttonType = {
				name = "open_satellite_orbit_screen"
				position = { x = 450 y = 625 }
				buttonFont = "hoi_16mbs"
				pdx_tooltip = "OPEN_SATELLITE_ORBIT_SCREEN_TT"
				quadTextureSprite = "GFX_rods_search_target_button"
				clicksound = click_default
			}
		}

		containerWindowType = {
			name = "payload_header"
			position = { x=330 y=45 }
			size = { width = 180 height = 330 }
			clipping = yes
			verticalScrollbar = "right_vertical_slider"
			smooth_scrolling = yes
			margin = { top = 35 bottom = 0}

			background = {
				name = "Background"
				spriteType ="GFX_tiled_window_transparent" ##GFX_tiled_window2_1b_border
			}

			gridboxtype = {
				name = "payload_types_gridbox"
				position = { x = 0 y = 0 }
				size = { width = 170 height = 200 }
				slotsize = { width = 165 height = 100 }
				format = "UPPER_LEFT"
				max_slots_horizontal = 1
			}
		}

		containerWindowType = {
			name = "space_automation_panel"
			position = { x = 20 y = 702 }
			size = { width = 510 height = 256 }
			clipping = no

			background = {
				name = "Background"
				spriteType = "GFX_tiled_window_transparent"
			}

			### header
			buttonType = {
				name = "space_auto_toggle_button"
				position = { x = 8 y = 4 }
				quadTextureSprite = "GFX_checkbox_small_red_green"
				pdx_tooltip = "SPACE_AUTO_TOGGLE_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_TOGGLE_TT_DELAYED"
				clicksound = click_checkbox
			}
			instantTextboxType = {
				name = "space_auto_title"
				position = { x = 38 y = 2 }
				font = "hoi_18mbs"
				borderSize = { x = 0 y = 0 }
				text = "SPACE_AUTO_TITLE"
				pdx_tooltip = "SPACE_AUTO_TITLE_TT"
				maxWidth = 168
				maxHeight = 20
				format = left
			}
			instantTextboxType = {
				name = "space_auto_status"
				position = { x = 214 y = 2 }
				font = "hoi_16mbs"
				borderSize = { x = 0 y = 0 }
				text = "SPACE_AUTO_STATUS"
				pdx_tooltip = "SPACE_AUTO_STATUS_TT"
				maxWidth = 288
				maxHeight = 20
				format = left
			}

			### plan
			instantTextboxType = {
				name = "space_auto_preset_label"
				position = { x = 8 y = 24 }
				font = "hoi_16mbs"
				borderSize = { x = 0 y = 0 }
				text = "SPACE_AUTO_PRESET"
				pdx_tooltip = "SPACE_AUTO_PRESET_TT"
				maxWidth = 296
				maxHeight = 20
				format = left
			}
			buttonType = {
				name = "space_auto_preset_plus_button"
				spriteType = "GFX_small_plus_button"
				position = { x = 312 y = 22 }
				pdx_tooltip = "SPACE_AUTO_PRESET_NEXT_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_PRESET_TT"
			}
			buttonType = {
				name = "space_auto_preset_minus_button"
				spriteType = "GFX_small_minus_button"
				position = { x = 312 y = 36 }
				pdx_tooltip = "SPACE_AUTO_PRESET_PREV_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_PRESET_TT"
			}
			instantTextboxType = {
				name = "space_auto_preset_desc"
				position = { x = 8 y = 56 }
				font = "hoi_16mbs"
				borderSize = { x = 0 y = 0 }
				text = "SPACE_AUTO_PRESET_DESC"
				pdx_tooltip = "SPACE_AUTO_PRESET_TT"
				maxWidth = 494
				maxHeight = 34
				format = left
			}

			### rotation and budget
			instantTextboxType = {
				name = "space_auto_rotation"
				position = { x = 8 y = 94 }
				font = "hoi_16mbs"
				borderSize = { x = 0 y = 0 }
				text = "SPACE_AUTO_ROTATION"
				pdx_tooltip = "SPACE_AUTO_ROTATION_TT"
				maxWidth = 118
				maxHeight = 20
				format = left
			}
			buttonType = {
				name = "space_auto_flights_plus_button"
				spriteType = "GFX_small_plus_button"
				position = { x = 126 y = 90 }
				pdx_tooltip = "SPACE_AUTO_ROTATION_PLUS_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_ROTATION_TT"
			}
			buttonType = {
				name = "space_auto_flights_minus_button"
				spriteType = "GFX_small_minus_button"
				position = { x = 126 y = 104 }
				pdx_tooltip = "SPACE_AUTO_ROTATION_MINUS_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_ROTATION_TT"
			}
			instantTextboxType = {
				name = "space_auto_budget"
				position = { x = 166 y = 94 }
				font = "hoi_16mbs"
				borderSize = { x = 0 y = 0 }
				text = "SPACE_AUTO_BUDGET"
				pdx_tooltip = "SPACE_AUTO_BUDGET_TT"
				maxWidth = 148
				maxHeight = 20
				format = left
			}
			instantTextboxType = {
				name = "space_auto_funds"
				position = { x = 322 y = 94 }
				font = "hoi_16mbs"
				borderSize = { x = 0 y = 0 }
				text = "SPACE_AUTO_FUNDS"
				pdx_tooltip = "SPACE_AUTO_FUNDS_TT"
				maxWidth = 180
				maxHeight = 20
				format = left
			}

			### actions
			buttonType = {
				name = "space_auto_save_button"
				position = { x = 8 y = 124 }
				buttonFont = "hoi_16mbs"
				buttonText = "SPACE_AUTO_SAVE_BUTTON"
				pdx_tooltip = "SPACE_AUTO_SAVE_BUTTON_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_SAVE_BUTTON_TT_DELAYED"
				quadTextureSprite = "GFX_sat_target_button"
				clicksound = click_default
			}
			buttonType = {
				name = "space_auto_upgrade_button"
				position = { x = 175 y = 124 }
				buttonFont = "hoi_16mbs"
				buttonText = "SPACE_AUTO_UPGRADE_BUTTON"
				pdx_tooltip = "SPACE_AUTO_UPGRADE_BUTTON_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_UPGRADE_BUTTON_TT_DELAYED"
				quadTextureSprite = "GFX_sat_target_button"
				clicksound = click_default
			}

			### current rotation
			instantTextboxType = {
				name = "space_auto_manifest"
				position = { x = 8 y = 168 }
				font = "hoi_16mbs"
				borderSize = { x = 0 y = 0 }
				text = "SPACE_AUTO_MANIFEST"
				pdx_tooltip = "SPACE_AUTO_MANIFEST_TT"
				maxWidth = 494
				maxHeight = 20
				format = left
			}
			instantTextboxType = {
				name = "space_auto_building"
				position = { x = 8 y = 190 }
				font = "hoi_16mbs"
				borderSize = { x = 0 y = 0 }
				text = "SPACE_AUTO_BUILDING"
				pdx_tooltip = "SPACE_AUTO_BUILDING_TT"
				maxWidth = 494
				maxHeight = 20
				format = left
			}

			### options
			buttonType = {
				name = "space_auto_deficit_button"
				position = { x = 8 y = 214 }
				quadTextureSprite = "GFX_checkbox_small_red_green"
				pdx_tooltip = "SPACE_AUTO_DEFICIT_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_DEFICIT_TT_DELAYED"
				clicksound = click_checkbox
			}
			instantTextboxType = {
				name = "space_auto_deficit_label"
				position = { x = 38 y = 212 }
				font = "hoi_16mbs"
				borderSize = { x = 0 y = 0 }
				text = "SPACE_AUTO_DEFICIT"
				pdx_tooltip = "SPACE_AUTO_DEFICIT_TT"
				maxWidth = 130
				maxHeight = 20
				format = left
			}
			buttonType = {
				name = "space_auto_stockpile_button"
				position = { x = 176 y = 214 }
				quadTextureSprite = "GFX_checkbox_small_red_green"
				pdx_tooltip = "SPACE_AUTO_STOCKPILE_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_STOCKPILE_TT_DELAYED"
				clicksound = click_checkbox
			}
			instantTextboxType = {
				name = "space_auto_stockpile_label"
				position = { x = 206 y = 212 }
				font = "hoi_16mbs"
				borderSize = { x = 0 y = 0 }
				text = "SPACE_AUTO_STOCKPILE"
				pdx_tooltip = "SPACE_AUTO_STOCKPILE_TT"
				maxWidth = 130
				maxHeight = 20
				format = left
			}
			buttonType = {
				name = "space_auto_latest_olv_button"
				position = { x = 344 y = 214 }
				quadTextureSprite = "GFX_checkbox_small_red_green"
				pdx_tooltip = "SPACE_AUTO_LATEST_OLV_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_LATEST_OLV_TT_DELAYED"
				clicksound = click_checkbox
			}
			instantTextboxType = {
				name = "space_auto_latest_olv_label"
				position = { x = 374 y = 212 }
				font = "hoi_16mbs"
				borderSize = { x = 0 y = 0 }
				text = "SPACE_AUTO_LATEST_OLV"
				pdx_tooltip = "SPACE_AUTO_LATEST_OLV_TT"
				maxWidth = 128
				maxHeight = 20
				format = left
			}

			### constellation coverage
			instantTextboxType = {
				name = "space_auto_net_gnss"
				position = { x = 8 y = 236 }
				font = "hoi_16mbs"
				borderSize = { x = 0 y = 0 }
				text = "SPACE_AUTO_NET_GNSS"
				pdx_tooltip = "SPACE_AUTO_NET_GNSS_TT"
				maxWidth = 160
				maxHeight = 20
				format = left
			}
			instantTextboxType = {
				name = "space_auto_net_com"
				position = { x = 176 y = 236 }
				font = "hoi_16mbs"
				borderSize = { x = 0 y = 0 }
				text = "SPACE_AUTO_NET_COM"
				pdx_tooltip = "SPACE_AUTO_NET_COM_TT"
				maxWidth = 160
				maxHeight = 20
				format = left
			}
			instantTextboxType = {
				name = "space_auto_net_spy"
				position = { x = 344 y = 236 }
				font = "hoi_16mbs"
				borderSize = { x = 0 y = 0 }
				text = "SPACE_AUTO_NET_SPY"
				pdx_tooltip = "SPACE_AUTO_NET_SPY_TT"
				maxWidth = 158
				maxHeight = 20
				format = left
			}
		}
	}

	containerWindowType = {
		name = "payload_type_entry"
		position = { x=0 y=0 }
		size = { width=160 height= 40 }
		clipping = no
		size = { width=100%% height=100%% }


		buttonType = {
			name = "payload_button"
			position = { x=0 y=0 }
			quadTextureSprite ="GFX_warhead_btn"
			clicksound = click_checkbox
		}

		iconType = {
			name ="payload_icon"
			position = { x=80 y=55 }
			centerposition = yes
			alwaystransparent = yes
		}

		instantTextboxType = {
			name = "payload_model_name_selected"
			position = { x = 8 y = 8 } #position = { x = 15 y = 11 }
			font = "hoi_16mbs"
			text = "PAYLOAD_MODEL_NAME_SELECTED"
			maxWidth = 150
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}
	}

	containerWindowType = {
		name = "MD_space_selection_window"
		position = { x=-356 y=78}
		show_position = { x=539 y =78 }
		show_animation_type = decelerated
		hide_animation_type = accelerated
		animation_time = 300
		size = { width=375 height=80%% }
		click_to_front = yes

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

		instantTextboxType = {
			name = "MD_space_selection_header"
			position = { x = 8 y = 8 }
			font = "hoi_24header"
			text = "SPACE_SELECTION_HEADER"
			maxWidth = 300
			maxHeight = 30
			format = left
			pdx_tooltip = "SPACE_SELECTION_HEADER"
		}

		buttonType = {
			name = "space_selection_ledger_btn_1"
			position = {x=0 y=50}
			quadTextureSprite ="GFX_missiles_gui_ledger_btn"
			clicksound = click_checkbox
		}

		iconType = {
			name ="icon_space_selection_btn_1"
			spriteType = "GFX_ledger_icon_small_missile"
			position = { x= 32 y = 62 }
			alwaystransparent = yes
		}

		buttonType = {
			name = "space_selection_ledger_btn_2"
			position = {x=82 y=50}
			quadTextureSprite ="GFX_missiles_gui_ledger_btn"
			clicksound = click_checkbox
		}

		iconType = {
			name ="icon_space_selection_btn_2"
			spriteType = "GFX_ledger_icon_small_missile"
			position = { x= 115 y = 62 }
			alwaystransparent = yes
		}

		containerWindowType = {
			name = "space_selection_types"
			position = { x=0 y=85 }
			size = { width=100%% height=100%% }
			verticalScrollbar = "right_vertical_slider"
			smooth_scrolling = yes
			margin = { top = 13 bottom = 12}

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

			gridboxtype = {
				name = "OLV_types_gridbox"
				position = { x = 9 y = 0 }
				size = { width = 120%% height = 100%% }
				slotsize = { width = 335 height = 82 }
				format = "UPPER_LEFT"
				max_slots_horizontal = 1
			}

			gridboxtype = {
				name = "sat_payload_types_gridbox"
				position = { x = 9 y = 0 }
				size = { width = 120%% height = 100%% }
				slotsize = { width = 335 height = 82 }
				format = "UPPER_LEFT"
				max_slots_horizontal = 1
			}

			gridboxtype = {
				name = "spp_payload_types_gridbox"
				position = { x = 9 y = 0 }
				size = { width = 120%% height = 100%% }
				slotsize = { width = 335 height = 82 }
				format = "UPPER_LEFT"
				max_slots_horizontal = 1
			}

			gridboxtype = {
				name = "ASAT_gridbox"
				position = { x = 9 y = 0 }
				size = { width = 120%% height = 100%% }
				slotsize = { width = 335 height = 82 }
				format = "UPPER_LEFT"
				max_slots_horizontal = 1
			}

			gridboxtype = {
				name = "KILLSAT_gridbox"
				position = { x = 9 y = 0 }
				size = { width = 120%% height = 100%% }
				slotsize = { width = 335 height = 82 }
				format = "UPPER_LEFT"
				max_slots_horizontal = 1
			}
		}

		buttonType = {
			name = "close_button"
			position = { x = -50 y = 5 }
			quadTextureSprite ="GFX_closebutton"
			buttonFont = "Main_14_black"
			shortcut = "ESCAPE"
			Orientation = "UPPER_RIGHT"
			clicksound = click_close
			pdx_tooltip = "CLOSE"
		}
	}

	containerWindowType = {
		name = "OLV_type_entry"
		position = { x=0 y=0 }
		size = { width=342 height= 80 }
		clipping = no

		buttonType = {
			name = "OLV_type_button"
			position = { x=5 y=4 }
			quadTextureSprite = "GFX_missiles_btn"
			pdx_tooltip = "OLV_WIN_BUTTON_TT"
			pdx_tooltip_delayed = "OLV_WIN_BUTTON_TT_delayed"
			clicksound = click_default
			frame = 1
		}

		iconType = {
			name ="OLV_type_icon"
			position = { x=175 y=51 }
			centerposition = yes
			alwaystransparent = yes
		}

		instantTextboxType = {
			name = "OLV_model_name"
			position = { x = 15 y = 11 }
			font = "hoi_18mbs"
			text = "OLV_MODEL_NAME"
			maxWidth = 160
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}

		instantTextboxType = {
			name = "OVL_payload_inventory"
			position = { x = 250 y = 65 }
			font = "hoi_16mbs"
			text = "OVL_INVENTORY"
			maxWidth = 160
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}
	}

	containerWindowType = {
		name = "sat_payload_type_entry"
		position = { x=0 y=0 }
		size = { width=342 height= 80 }
		clipping = no

		buttonType = {
			name = "sat_payload_type_button"
			position = { x=5 y=4 }
			quadTextureSprite = "GFX_missiles_btn"
			pdx_tooltip = "SAT_WIN_BUTTON_TT"
			pdx_tooltip_delayed = "SAT_WIN_BUTTON_TT_delayed"
			clicksound = click_default
			frame = 1
		}

		iconType = {
			name ="sat_payload_type_icon"
			position = { x=175 y=51 }
			centerposition = yes
			alwaystransparent = yes
		}

		instantTextboxType = {
			name = "sat_payload_model_name"
			position = { x = 15 y = 11 }
			font = "hoi_18mbs"
			text = "SAT_PAYLOAD_MODEL_NAME"
			maxWidth = 160
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}

		instantTextboxType = {
			name = "sat_payload_model_type"
			position = { x = 15 y = 65 }
			font = "hoi_18mbs"
			text = "SAT_PAYLOAD_MODEL_TYPE"
			maxWidth = 160
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}

		instantTextboxType = {
			name = "sat_payload_inventory"
			position = { x = 250 y = 65 }
			font = "hoi_16mbs"
			text = "SAT_PAYLOAD_INVENTORY"
			maxWidth = 160
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}
	}

	containerWindowType = {
		name = "spp_payload_type_entry"
		position = { x=0 y=0 }
		size = { width=342 height= 80 }
		clipping = no

		buttonType = {
			name = "spp_payload_type_button"
			position = { x=5 y=4 }
			quadTextureSprite = "GFX_missiles_btn"
			pdx_tooltip = "SPP_WIN_BUTTON_TT"
			clicksound = click_default
			frame = 1
		}

		iconType = {
			name ="spp_payload_type_icon"
			position = { x=175 y=51 }
			centerposition = yes
			alwaystransparent = yes
		}

		instantTextboxType = {
			name = "spp_payload_model_name"
			position = { x = 15 y = 11 }
			font = "hoi_18mbs"
			text = "SPP_PAYLOAD_MODEL_NAME"
			maxWidth = 160
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}

		instantTextboxType = {
			name = "spp_payload_inventory"
			position = { x = 250 y = 65 }
			font = "hoi_16mbs"
			text = "SPP_PAYLOAD_INVENTORY"
			maxWidth = 160
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}
	}

	containerWindowType = {
		name = "ASAT_type_entry"
		position = { x=0 y=0 }
		size = { width=342 height= 80 }
		clipping = no

		buttonType = {
			name = "ASAT_type_button"
			position = { x=5 y=4 }
			quadTextureSprite = "GFX_missiles_btn"
			pdx_tooltip = "ASAT_WIN_BUTTON_TT"
			pdx_tooltip_delayed = "ASAT_WIN_BUTTON_TT_delayed"
			clicksound = click_default
			frame = 1
		}

		iconType = {
			name ="ASAT_type_icon"
			position = { x=175 y=51 }
			centerposition = yes
			alwaystransparent = yes
		}

		instantTextboxType = {
			name = "ASAT_model_name"
			position = { x = 15 y = 11 }
			font = "hoi_18mbs"
			text = "ASAT_MODEL_NAME"
			maxWidth = 240
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}

		instantTextboxType = {
			name = "ASAT_inventory"
			position = { x = 250 y = 65 }
			font = "hoi_16mbs"
			text = "ASAT_INVENTORY"
			maxWidth = 160
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}
	}

	containerWindowType = {
		name = "KILLSAT_type_entry"
		position = { x=0 y=0 }
		size = { width=342 height= 80 }
		clipping = no

		buttonType = {
			name = "KILLSAT_type_button"
			position = { x=5 y=4 }
			quadTextureSprite = "GFX_missiles_btn"
			pdx_tooltip = "KILLSAT_WIN_BUTTON_TT"
			pdx_tooltip_delayed = "KILLSAT_WIN_BUTTON_TT_delayed"
			clicksound = click_default
			frame = 1
		}

		iconType = {
			name ="KILLSAT_type_icon"
			position = { x=175 y=51 }
			centerposition = yes
			alwaystransparent = yes
		}

		instantTextboxType = {
			name = "KILLSAT_model_name"
			position = { x = 15 y = 11 }
			font = "hoi_18mbs"
			text = "KILLSAT_MODEL_NAME"
			maxWidth = 160
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}

		instantTextboxType = {
			name = "KILLSAT_orbit"
			position = { x = 250 y = 65 }
			font = "hoi_16mbs"
			text = "KILLSAT_ORBIT"
			maxWidth = 160
			maxHeight = 30
			format = left
			alwaystransparent = yes
		}
	}

	containerWindowType = {
		name = "MD_countrymissilesview_satellites"
		position = { x = -4 y = 40 }
		size = { width = 550 height = 800 }

		containerWindowType = {
			name = "satellite_header"
			position = { x=0 y=20 }
			size = { width = 550 height = 730 }


			instantTextboxType = {
				name = "military_satellites"
				position = { x = 30 y = 8 }
				font = "hoi_18mbs"
				borderSize = { x = 0 y = 0 }
				text = "MILITARY_SATELLITES"
				maxWidth = 150
				maxHeight = 20
				format = centre
			}

			instantTextboxType = {
				name = "GNSS_satellites"
				position = { x = 175 y = 8 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "GNSS_SATELLITES"
				pdx_tooltip = "GNSS_SATELLITES_TT"
				pdx_tooltip_delayed = "GNSS_SATELLITES_TT_DELAYED"
				maxWidth = 50
				maxHeight = 20
				format = center
			}

			instantTextboxType = {
				name = "COM_satellites"
				position = { x = 245 y = 8 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "COM_SATELLITES"
				pdx_tooltip = "COM_SATELLITES_TT"
				pdx_tooltip_delayed = "COM_SATELLITES_TT_DELAYED"
				maxWidth = 50
				maxHeight = 20
				format = center
			}

			instantTextboxType = {
				name = "SPY_satellites"
				position = { x = 315 y = 8 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "SPY_SATELLITES"
				pdx_tooltip = "SPY_SATELLITES_TT"
				pdx_tooltip_delayed = "SPY_SATELLITES_TT_DELAYED"
				maxWidth = 50
				maxHeight = 20
				format = center
			}

			instantTextboxType = {
				name = "civil_satellites"
				position = { x = 360 y = 8 } #x+30
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "CIVIL_SATELLITES"
				maxWidth = 150
				maxHeight = 20
				format = centre
			}

			containerWindowType = {
				name = "GNSS_container"
				position = { x=0 y=20 } #y-30
				size = { width = 550 height = 765 }

				instantTextboxType = {
					name = "GNSS_header"
					position = { x = 30 y = 20 }
					font = "hoi_18mbs"
					borderSize = {x = 0 y = 0}
					text = "GNSS_HEADER"
					maxWidth = 470
					maxHeight = 20
					format = center
				}

				buttonType = {
					name = "GNSS_mil_button"
					position = { x=35 y=50 }
					quadTextureSprite = "GFX_sat_system_btn"
					scale = 0.7
					clicksound = click_default
				}

				iconType = {
					name ="GNSS_mil_icon"
					position = { x=102 y=119 }
					quadTextureSprite = "GFX_sat_system_icon"
					scale = 0.7
					centerposition = yes
					alwaystransparent = yes
				}

				instantTextboxType = {
					name = "GNSS_mil_stats"
					position = { x = 180 y = 50 } #position = { x = 170 y = 50 }
					font = "hoi_16mbs"
					borderSize = {x = 0 y = 0}
					text = "GNSS_MIL_STATS"
					pdx_tooltip = "GNSS_MIL_STATS_TT"
					pdx_tooltip_delayed = "GNSS_MIL_STATS_TT_DELAYED"
					maxWidth = 85
					maxHeight = 300
					format = left
				}

				buttonType = {
					name = "GNSS_civ_button"
					position = { x=363 y=50 }
					quadTextureSprite = "GFX_sat_system_btn"
					scale = 0.7
					clicksound = click_default
				}

				iconType = {
					name ="GNSS_civ_icon"
					position = { x=430 y=119 }
					quadTextureSprite = "GFX_sat_system_icon"
					scale = 0.7
					centerposition = yes
					alwaystransparent = yes
				}

				instantTextboxType = {
					name = "GNSS_civ_stats"
					position = { x = 265 y = 50 }
					font = "hoi_16mbs"
					borderSize = {x = 0 y = 0}
					text = "GNSS_CIV_STATS"
					pdx_tooltip = "GNSS_CIV_STATS_TT"
					pdx_tooltip_delayed = "GNSS_CIV_STATS_TT_DELAYED"
					maxWidth = 85
					maxHeight = 300
					format = right
				}

				containerWindowType = {
					name = "GNSS_mil_treaty_gridbox_container"
					position = { x=10 y=180 } #position = { x=38 y=180 }
					size = { width = 155 height = 60 }
					clipping = yes
					#verticalScrollbar = "right_vertical_slider"
					verticalScrollbar = "left_vertical_slider"
					smooth_scrolling = yes
					margin = { top = 0 bottom = 0}

					background = {
						name = "Background"
						spriteType ="GFX_tiled_window_transparent"
					}

					gridboxtype = {
						name = "GNSS_mil_treaty_gridbox"
						position = { x=28 y=0 } #position = { x = 35 y = 180 }
						size = { width = 120%% height = 100%% }
						slotsize = { width = 25 height = 20 }
						format = "UPPER_LEFT"
						max_slots_horizontal = 5
						add_horizontal = yes

					}
				}
				###access
				containerWindowType = {
					name = "GNSS_mil_access_gridbox_container"
					position = { x=162 y=180 } #position = { x=180 y=180 }
					size = { width = 105 height = 60 }
					clipping = yes
					verticalScrollbar = "left_vertical_slider"
					#horizontalScrollbar = "bottom_horizontal_slider"
					smooth_scrolling = yes
					margin = { top = 0 bottom = 0}

					background = {
						name = "Background"
						spriteType ="GFX_tiled_window_transparent"
					}

					gridboxtype = {
						name = "GNSS_mil_access_gridbox"
						position = { x=28 y=0 } #position = { x = 35 y = 180 }
						size = { width = 100%% height = 100%% }
						slotsize = { width = 25 height = 20 }
						format = "UPPER_LEFT"
						#max_slots_vertical = 2
						max_slots_horizontal = 3
						#slots = { x = 3 y = 2 }
						#add_vertical = yes
						add_horizontal = yes

					}
				}
				###treaty
				containerWindowType = {
					name = "GNSS_civ_treaty_gridbox_container"
					position = { x=366 y=180 }
					size = { width = 155 height = 60 }
					clipping = yes
					verticalScrollbar = "right_vertical_slider"
					smooth_scrolling = yes
					margin = { top = 0 bottom = 0}

					background = {
						name = "Background"
						spriteType ="GFX_tiled_window_transparent"
					}

					gridboxtype = {
						name = "GNSS_civ_treaty_gridbox"
						position = { x=0 y=0 } #position = { x = 35 y = 180 }
						size = { width = 120%% height = 100%% }
						slotsize = { width = 25 height = 20 }
						format = "UPPER_LEFT"
						max_slots_horizontal = 5
						add_horizontal = yes

					}
				}
				###access
				containerWindowType = {
					name = "GNSS_civ_access_gridbox_container"
					position = { x=267 y=180 } #position = { x=280 y=180 }
					size = { width = 100 height = 60 }
					clipping = yes
					verticalScrollbar = "right_vertical_slider"
					#horizontalScrollbar = "bottom_horizontal_slider"
					smooth_scrolling = yes
					margin = { top = 0 bottom = 0}

					background = {
						name = "Background"
						spriteType ="GFX_tiled_window_transparent"
					}

					gridboxtype = {
						name = "GNSS_civ_access_gridbox"
						position = { x=0 y=0 } #position = { x = 35 y = 180 }
						size = { width = 120%% height = 100%% }
						slotsize = { width = 25 height = 20 }
						format = "UPPER_LEFT"
						max_slots_horizontal = 3
						add_horizontal = yes

					}
				}
			}

			containerWindowType = {
				name = "COM_container"
				position = { x=0 y=190 } #y-20
				size = { width = 550 height = 765 }

				instantTextboxType = {
					name = "COM_header"
					position = { x = 30 y = 20 }
					font = "hoi_18mbs"
					borderSize = {x = 0 y = 0}
					text = "COM_HEADER"
					maxWidth = 470
					maxHeight = 20
					format = center
				}

				buttonType = {
					name = "COM_mil_button"
					position = { x=35 y=50 }
					quadTextureSprite = "GFX_sat_system_btn"
					scale = 0.7
					clicksound = click_default
				}

				iconType = {
					name ="COM_mil_icon"
					position = { x=102 y=119 }
					quadTextureSprite = "GFX_sat_system_icon"
					scale = 0.7
					centerposition = yes
					alwaystransparent = yes
				}

				instantTextboxType = {
					name = "COM_mil_stats"
					position = { x = 180 y = 50 }
					font = "hoi_16mbs"
					borderSize = {x = 0 y = 0}
					text = "COM_MIL_STATS"
					pdx_tooltip = "COM_MIL_STATS_TT"
					pdx_tooltip_delayed = "COM_MIL_STATS_TT_DELAYED"
					maxWidth = 85
					maxHeight = 300
					format = left
				}

				buttonType = {
					name = "COM_civ_button"
					position = { x=363 y=50 }
					quadTextureSprite = "GFX_sat_system_btn"
					scale = 0.7
					clicksound = click_default
				}

				iconType = {
					name ="COM_civ_icon"
					position = { x=430 y=119 }
					quadTextureSprite = "GFX_sat_system_icon"
					scale = 0.7
					centerposition = yes
					alwaystransparent = yes
				}

				instantTextboxType = {
					name = "COM_civ_stats"
					position = { x = 265 y = 50 }
					font = "hoi_16mbs"
					borderSize = {x = 0 y = 0}
					text = "COM_CIV_STATS"
					pdx_tooltip = "COM_CIV_STATS_TT"
					pdx_tooltip_delayed = "COM_CIV_STATS_TT_DELAYED"
					maxWidth = 85
					maxHeight = 300
					format = right
				}
				###treaty
				containerWindowType = {
					name = "COM_mil_treaty_gridbox_container"
					position = { x=10 y=180 }
					size = { width = 155 height = 60 }
					clipping = yes
					#verticalScrollbar = "right_vertical_slider"
					verticalScrollbar = "left_vertical_slider"
					smooth_scrolling = yes
					margin = { top = 0 bottom = 0}

					background = {
						name = "Background"
						spriteType ="GFX_tiled_window_transparent"
					}

					gridboxtype = {
						name = "COM_mil_treaty_gridbox"
						position = { x=28 y=0 } #position = { x = 35 y = 180 }
						size = { width = 120%% height = 100%% }
						slotsize = { width = 25 height = 20 }
						format = "UPPER_LEFT"
						max_slots_horizontal = 5
						add_horizontal = yes

					}
				}
				###access
				containerWindowType = {
					name = "COM_mil_access_gridbox_container"
					position = { x=162 y=180 } #position = { x=180 y=180 }
					size = { width = 105 height = 60 }
					clipping = yes
					verticalScrollbar = "left_vertical_slider"
					#horizontalScrollbar = "bottom_horizontal_slider"
					smooth_scrolling = yes
					margin = { top = 0 bottom = 0}

					background = {
						name = "Background"
						spriteType ="GFX_tiled_window_transparent"
					}

					gridboxtype = {
						name = "COM_mil_access_gridbox"
						position = { x=28 y=0 } #position = { x = 35 y = 180 }
						size = { width = 100%% height = 100%% }
						slotsize = { width = 25 height = 20 }
						format = "UPPER_LEFT"
						max_slots_horizontal = 3
						add_horizontal = yes

					}
				}
				###treaty
				containerWindowType = {
					name = "COM_civ_treaty_gridbox_container"
					position = { x=366 y=180 }
					size = { width = 155 height = 60 }
					clipping = yes
					verticalScrollbar = "right_vertical_slider"
					smooth_scrolling = yes
					margin = { top = 0 bottom = 0}

					background = {
						name = "Background"
						spriteType ="GFX_tiled_window_transparent"
					}

					gridboxtype = {
						name = "COM_civ_treaty_gridbox"
						position = { x=0 y=0 } #position = { x = 35 y = 180 }
						size = { width = 120%% height = 100%% }
						slotsize = { width = 25 height = 20 }
						format = "UPPER_LEFT"
						max_slots_horizontal = 5
						add_horizontal = yes

					}
				}
				###access
				containerWindowType = {
					name = "COM_civ_access_gridbox_container"
					position = { x=267 y=180 } #position = { x=280 y=180 }
					size = { width = 100 height = 60 }
					clipping = yes
					verticalScrollbar = "right_vertical_slider"
					smooth_scrolling = yes
					margin = { top = 0 bottom = 0}

					background = {
						name = "Background"
						spriteType ="GFX_tiled_window_transparent"
					}

					gridboxtype = {
						name = "COM_civ_access_gridbox"
						position = { x=0 y=0 } #position = { x = 35 y = 180 }
						size = { width = 120%% height = 100%% }
						slotsize = { width = 25 height = 20 }
						format = "UPPER_LEFT"
						max_slots_horizontal = 3
						add_horizontal = yes
					}
				}
			}

			containerWindowType = {
				name = "SPY_container"
				position = { x=0 y=360 } #y-10
				size = { width = 550 height = 765 }

				buttonType = {
					name = "MD_auto_reject_satellite_button"
					position = { x = 35 y = 240 }
					quadTextureSprite = "GFX_checkbox_small_red"
					clicksound = click_checkbox
					pdx_tooltip = "MD_AUTO_REJECT_SATELLITE_TT"
				}

				instantTextboxType = {
					name = "MD_auto_reject_satellite_label"
					position = { x = 70 y = 245 }
					font = "hoi_16mbs"
					borderSize = { x = 0 y = 0 }
					text = "MD_AUTO_REJECT_SATELLITE_LABEL"
					pdx_tooltip = "MD_AUTO_REJECT_SATELLITE_LABEL_TT"
					pdx_tooltip_delayed = "MD_AUTO_REJECT_SATELLITE_LABEL_TT_DELAYED"
					maxWidth = 470
					maxHeight = 20
					format = left
				}

				instantTextboxType = {
					name = "SPY_header"
					position = { x = 30 y = 20 }
					font = "hoi_18mbs"
					borderSize = {x = 0 y = 0}
					text = "SPY_HEADER"
					maxWidth = 470
					maxHeight = 20
					format = center
				}

				buttonType = {
					name = "SPY_mil_button"
					position = { x=35 y=50 }
					quadTextureSprite = "GFX_sat_system_btn"
					scale = 0.7
					clicksound = click_default
				}

				iconType = {
					name ="SPY_mil_icon"
					position = { x=102 y=119 }
					quadTextureSprite = "GFX_sat_system_icon"
					scale = 0.7
					centerposition = yes
					alwaystransparent = yes
				}

				instantTextboxType = {
					name = "SPY_mil_stats"
					position = { x = 180 y = 50 }
					font = "hoi_16mbs"
					borderSize = {x = 0 y = 0}
					text = "SPY_MIL_STATS"
					pdx_tooltip = "SPY_MIL_STATS_TT"
					pdx_tooltip_delayed = "SPY_MIL_STATS_TT_DELAYED"
					maxWidth = 85
					maxHeight = 300
					format = left
				}

				buttonType = {
					name = "SPY_civ_button"
					position = { x=363 y=50 }
					quadTextureSprite = "GFX_sat_system_btn"
					scale = 0.7
					clicksound = click_default
				}

				iconType = {
					name ="SPY_civ_icon"
					position = { x=430 y=119 }
					quadTextureSprite = "GFX_sat_system_icon"
					scale = 0.7
					centerposition = yes
					alwaystransparent = yes
				}

				instantTextboxType = {
					name = "SPY_civ_stats"
					position = { x = 265 y = 50 }
					font = "hoi_16mbs"
					borderSize = {x = 0 y = 0}
					text = "SPY_CIV_STATS"
					pdx_tooltip = "SPY_CIV_STATS_TT"
					pdx_tooltip_delayed = "SPY_CIV_STATS_TT_DELAYED"
					maxWidth = 85
					maxHeight = 300
					format = right
				}

				containerWindowType = {
					name = "SPY_mil_treaty_gridbox_container"
					position = { x=10 y=180 }
					size = { width = 155 height = 60 }
					clipping = yes
					#verticalScrollbar = "right_vertical_slider"
					verticalScrollbar = "left_vertical_slider"
					smooth_scrolling = yes
					margin = { top = 0 bottom = 0}

					background = {
						name = "Background"
						spriteType ="GFX_tiled_window_transparent"
					}

					gridboxtype = {
						name = "SPY_mil_treaty_gridbox"
						position = { x=28 y=0 } #position = { x = 35 y = 180 }
						size = { width = 120%% height = 100%% }
						slotsize = { width = 25 height = 20 }
						format = "UPPER_LEFT"
						max_slots_horizontal = 5
						add_horizontal = yes

					}
				}
				###access
				containerWindowType = {
					name = "SPY_mil_access_gridbox_container"
					position = { x=162 y=180 } #position = { x=180 y=180 }
					size = { width = 105 height = 60 }
					clipping = yes
					verticalScrollbar = "left_vertical_slider"
					#horizontalScrollbar = "bottom_horizontal_slider"
					smooth_scrolling = yes
					margin = { top = 0 bottom = 0}

					background = {
						name = "Background"
						spriteType ="GFX_tiled_window_transparent"
					}

					gridboxtype = {
						name = "SPY_mil_access_gridbox"
						position = { x=28 y=0 } #position = { x = 35 y = 180 }
						size = { width = 100%% height = 100%% }
						slotsize = { width = 25 height = 20 }
						format = "UPPER_LEFT"
						max_slots_horizontal = 3
						add_horizontal = yes

					}
				}
				###treaty
				containerWindowType = {
					name = "SPY_civ_treaty_gridbox_container"
					position = { x=366 y=180 }
					size = { width = 155 height = 60 }
					clipping = yes
					verticalScrollbar = "right_vertical_slider"
					smooth_scrolling = yes
					margin = { top = 0 bottom = 0}

					background = {
						name = "Background"
						spriteType ="GFX_tiled_window_transparent"
					}

					gridboxtype = {
						name = "SPY_civ_treaty_gridbox"
						position = { x=0 y=0 } #position = { x = 35 y = 180 }
						size = { width = 120%% height = 100%% }
						slotsize = { width = 25 height = 20 }
						format = "UPPER_LEFT"
						max_slots_horizontal = 5
						add_horizontal = yes

					}
				}
				###access
				containerWindowType = {
					name = "SPY_civ_access_gridbox_container"
					position = { x=267 y=180 } #position = { x=280 y=180 }
					size = { width = 100 height = 60 }
					clipping = yes
					verticalScrollbar = "right_vertical_slider"
					smooth_scrolling = yes
					margin = { top = 0 bottom = 0}

					background = {
						name = "Background"
						spriteType ="GFX_tiled_window_transparent"
					}

					gridboxtype = {
						name = "SPY_civ_access_gridbox"
						position = { x=0 y=0 } #position = { x = 35 y = 180 }
						size = { width = 120%% height = 100%% }
						slotsize = { width = 25 height = 20 }
						format = "UPPER_LEFT"
						max_slots_horizontal = 3
						add_horizontal = yes

					}
				}
			}
		}
	}

	containerWindowType = {
		name = "GNSS_mil_treaty_entry"
		position = { x = 0 y = 0 }
		size = { width=20 height= 20 }
		clipping = no

		buttonType = {
			name = "GNSS_mil_treaty_flags_button"
			quadTextureSprite = "GFX_flag_smallest"
			position = { x = 0 y = 0 }
			pdx_tooltip = "GNSS_MIL_TREATY_TT"
			Orientation = "UPPER_LEFT"
			frame = 1
		}
	}
	containerWindowType = {
		name = "GNSS_mil_access_entry"
		position = { x = 0 y = 0 }
		size = { width=20 height= 20 }
		clipping = no

		buttonType = {
			name = "GNSS_mil_access_flags_button"
			quadTextureSprite = "GFX_flag_smallest"
			position = { x = 0 y = 0 }
			pdx_tooltip = "GNSS_MIL_ACCESS_TT"
			Orientation = "UPPER_LEFT"
			frame = 1
		}
	}
	containerWindowType = {
		name = "GNSS_civ_treaty_entry"
		position = { x = 0 y = 0 }
		size = { width=20 height= 20 }
		clipping = no

		buttonType = {
			name = "GNSS_civ_treaty_flags_button"
			quadTextureSprite = "GFX_flag_smallest"
			position = { x = 0 y = 0 }
			pdx_tooltip = "GNSS_CIV_TREATY_TT"
			Orientation = "UPPER_LEFT"
			frame = 1
		}
	}
	containerWindowType = {
		name = "GNSS_civ_access_entry"
		position = { x = 0 y = 0 }
		size = { width=20 height= 20 }
		clipping = no

		buttonType = {
			name = "GNSS_civ_access_flags_button"
			quadTextureSprite = "GFX_flag_smallest"
			position = { x = 0 y = 0 }
			pdx_tooltip = "GNSS_CIV_ACCESS_TT"
			Orientation = "UPPER_LEFT"
			frame = 1
		}
	}
	containerWindowType = {
		name = "COM_mil_treaty_entry"
		position = { x = 0 y = 0 }
		size = { width=20 height= 20 }
		clipping = no

		buttonType = {
			name = "COM_mil_treaty_flags_button"
			quadTextureSprite = "GFX_flag_smallest"
			position = { x = 0 y = 0 }
			pdx_tooltip = "COM_MIL_TREATY_TT"
			Orientation = "UPPER_LEFT"
			frame = 1
		}
	}
	containerWindowType = {
		name = "COM_mil_access_entry"
		position = { x = 0 y = 0 }
		size = { width=20 height= 20 }
		clipping = no

		buttonType = {
			name = "COM_mil_access_flags_button"
			quadTextureSprite = "GFX_flag_smallest"
			position = { x = 0 y = 0 }
			pdx_tooltip = "COM_MIL_ACCESS_TT"
			Orientation = "UPPER_LEFT"
			frame = 1
		}
	}
	containerWindowType = {
		name = "COM_civ_treaty_entry"
		position = { x = 0 y = 0 }
		size = { width=20 height= 20 }
		clipping = no

		buttonType = {
			name = "COM_civ_treaty_flags_button"
			quadTextureSprite = "GFX_flag_smallest"
			position = { x = 0 y = 0 }
			pdx_tooltip = "COM_CIV_TREATY_TT"
			Orientation = "UPPER_LEFT"
			frame = 1
		}
	}
	containerWindowType = {
		name = "COM_civ_access_entry"
		position = { x = 0 y = 0 }
		size = { width=20 height= 20 }
		clipping = no

		buttonType = {
			name = "COM_civ_access_flags_button"
			quadTextureSprite = "GFX_flag_smallest"
			position = { x = 0 y = 0 }
			pdx_tooltip = "COM_CIV_ACCESS_TT"
			Orientation = "UPPER_LEFT"
			frame = 1
		}
	}
	containerWindowType = {
		name = "SPY_mil_treaty_entry"
		position = { x = 0 y = 0 }
		size = { width=20 height= 20 }
		clipping = no

		buttonType = {
			name = "SPY_mil_treaty_flags_button"
			quadTextureSprite = "GFX_flag_smallest"
			position = { x = 0 y = 0 }
			pdx_tooltip = "SPY_MIL_TREATY_TT"
			Orientation = "UPPER_LEFT"
			frame = 1
		}
	}
	containerWindowType = {
		name = "SPY_mil_access_entry"
		position = { x = 0 y = 0 }
		size = { width=20 height= 20 }
		clipping = no

		buttonType = {
			name = "SPY_mil_access_flags_button"
			quadTextureSprite = "GFX_flag_smallest"
			position = { x = 0 y = 0 }
			pdx_tooltip = "SPY_MIL_ACCESS_TT"
			Orientation = "UPPER_LEFT"
			frame = 1
		}
	}
	containerWindowType = {
		name = "SPY_civ_treaty_entry"
		position = { x = 0 y = 0 }
		size = { width=20 height= 20 }
		clipping = no

		buttonType = {
			name = "SPY_civ_treaty_flags_button"
			quadTextureSprite = "GFX_flag_smallest"
			position = { x = 0 y = 0 }
			pdx_tooltip = "SPY_CIV_TREATY_TT"
			Orientation = "UPPER_LEFT"
			frame = 1
		}
	}
	containerWindowType = {
		name = "SPY_civ_access_entry"
		position = { x = 0 y = 0 }
		size = { width=20 height= 20 }
		clipping = no

		buttonType = {
			name = "SPY_civ_access_flags_button"
			quadTextureSprite = "GFX_flag_smallest"
			position = { x = 0 y = 0 }
			pdx_tooltip = "SPY_CIV_ACCESS_TT"
			Orientation = "UPPER_LEFT"
			frame = 1
		}
	}

	### systems window
	containerWindowType = {
		name = "MD_select_satellite_system_window"
		position = { x = -356 y = 450 }
		show_position = { x = 544 y = 315 }
		show_animation_type = decelerated
		hide_animation_type = accelerated
		animation_time = 300
		size = { width=500 height=617 }
		show_sound = open_sub_window

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

		instantTextboxType = {
			name = "title"
			position = { x = 5 y = 4 }
			font = "hoi_20b"
			text = "CHOOSE_SATELLITE_SYSTEM"
			maxWidth = 450
			maxHeight = 20
			format = center
		}

		containerWindowType = {
			name = "sat_systems"
			position = { x = 0 y = 50 }
			size = { width=500 height=100%% }

			containerWindowType = {
				name = "grid"
				position = { x = 0 y = 0 } #position = { x = 0 y = 20 }
				size = { width=500 height=-4 }
				verticalScrollbar = "right_vertical_slider"
				margin = { top = 4 bottom = 12}

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

				background = {
					name = "Background"
					quadTextureSprite ="GFX_tiled_generic_overlay_bg1_small"
					position = { x = -1 y = 0 }
				}

				# gridBoxType = {
				# 	name = "box_grid"
				# 	position = { x = 10 y = 10 }
				# 	size = { width = 500 height = 1 }
				# 	slotsize = { width = 231 height = 75 }
				# 	max_slots_horizontal = 2
				# 	add_horizontal = yes
				# 	format = "UPPER_LEFT"
				# }

				gridBoxType = {
					name = "GNSS_mil_systems_gridbox"
					position = { x = 0 y = 0 }
					size = { width = 500 height = 1 }
					slotsize = { width = 462 height = 135 } #slotsize = { width = 462 height = 75 }
					add_horizontal = no
					format = "UPPER_LEFT"
				}
				gridBoxType = {
					name = "GNSS_civ_systems_gridbox"
					position = { x = 0 y = 0 }
					size = { width = 500 height = 1 }
					slotsize = { width = 462 height = 135 } #slotsize = { width = 462 height = 75 }
					add_horizontal = no
					format = "UPPER_LEFT"
				}
				gridBoxType = {
					name = "COM_mil_systems_gridbox"
					position = { x = 0 y = 0 }
					size = { width = 500 height = 1 }
					slotsize = { width = 462 height = 135 } #slotsize = { width = 462 height = 75 }
					add_horizontal = no
					format = "UPPER_LEFT"
				}
				gridBoxType = {
					name = "COM_civ_systems_gridbox"
					position = { x = 0 y = 0 }
					size = { width = 500 height = 1 }
					slotsize = { width = 462 height = 135 } #slotsize = { width = 462 height = 75 }
					add_horizontal = no
					format = "UPPER_LEFT"
				}
				gridBoxType = {
					name = "SPY_mil_systems_gridbox"
					position = { x = 0 y = 0 }
					size = { width = 500 height = 1 }
					slotsize = { width = 462 height = 135 } #slotsize = { width = 462 height = 75 }
					add_horizontal = no
					format = "UPPER_LEFT"
				}
				gridBoxType = {
					name = "SPY_civ_systems_gridbox"
					position = { x = 0 y = 0 }
					size = { width = 500 height = 1 }
					slotsize = { width = 462 height = 135 } #slotsize = { width = 462 height = 75 }
					add_horizontal = no
					format = "UPPER_LEFT"
				}
			}
		}

		buttonType = {
			name = "close"
			position = { x = -40 y = 5 }
			quadTextureSprite ="GFX_closebutton"
			buttonFont = "Main_14_black"
			shortcut = "ESCAPE"
			Orientation = "UPPER_RIGHT"
			clicksound = click_close
			pdx_tooltip = "CLOSE"
		}
	}
	#### sat system entries
	###GNSS
	containerWindowType = {
		name = "GNSS_mil_systems_entry"
		position = { x = 10 y = 7 }
		size = { width=200 height= 200 }
		clipping = no

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

		buttonType = {
			name = "GNSS_mil_button"
			position = { x=-2 y=4 }
			quadTextureSprite = "GFX_sat_system_2_frame_btn"
			pdx_tooltip = "GNSS_MIL_BUTTON_WINDOW_TT"
			scale = 0.7
			clicksound = click_default
		}

		# iconType = {
		# 	name ="GNSS_mil_icon"
		# 	position = { x=65 y=73 }
		# 	quadTextureSprite = "GFX_sat_system_icon_2_frame"
		# 	scale = 0.7
		# 	centerposition = yes
		# 	alwaystransparent = yes
		# }

		instantTextboxType = {
			name = "GNSS_mil_effects_text"
			position = { x = 145 y = 10 }
			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0}
			text = "GNSS_MIL_EFFECTS_TEXT"
			maxWidth = 300
			maxHeight = 300
			format = left
		}
		instantTextboxType = {
			name = "GNSS_mil_effects_min"
			position = { x = 355 y = 10 }
			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0}
			text = "GNSS_MIL_EFFECTS_MIN"
			maxWidth = 70
			maxHeight = 300
			format = left
		}
		instantTextboxType = {
			name = "GNSS_mil_effects_max"
			position = { x = 405 y = 10 }
			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0}
			text = "GNSS_MIL_EFFECTS_MAX"
			maxWidth = 70
			maxHeight = 300
			format = left
		}
	}
	containerWindowType = {
		name = "GNSS_civ_systems_entry"
		position = { x = 10 y = 7 }
		size = { width=200 height= 200 }
		clipping = no

		background = {
			name = "Background"
			quadTextureSprite ="GFX_sat_sytem_list_entry_bg"

		}

		buttonType = {
			name = "GNSS_civ_button"
			position = { x=-2 y=4 } #position = { x=35 y=50 }
			quadTextureSprite = "GFX_sat_system_2_frame_btn"
			pdx_tooltip = "GNSS_CIV_BUTTON_WINDOW_TT"
			scale = 0.7
			clicksound = click_default
		}

		# iconType = {
		# 	name ="GNSS_civ_icon"
		# 	position = { x=65 y=73 } #position = { x=67 y=69 } #position = { x=102 y=119 }
		# 	quadTextureSprite = "GFX_sat_system_icon_2_frame"
		# 	scale = 0.7
		# 	centerposition = yes
		# 	alwaystransparent = yes
		# }
		instantTextboxType = {
			name = "GNSS_civ_effects_text"
			position = { x = 145 y = 10 }
			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0}
			text = "GNSS_CIV_EFFECTS_TEXT"
			maxWidth = 300
			maxHeight = 300
			format = left
		}
		instantTextboxType = {
			name = "GNSS_civ_effects_min"
			position = { x = 355 y = 10 }
			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0}
			text = "GNSS_CIV_EFFECTS_MIN"
			maxWidth = 70
			maxHeight = 300
			format = left
		}
		instantTextboxType = {
			name = "GNSS_civ_effects_max"
			position = { x = 405 y = 10 }
			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0}
			text = "GNSS_CIV_EFFECTS_MAX"
			maxWidth = 70
			maxHeight = 300
			format = left
		}
	}
	###COM
	containerWindowType = {
		name = "COM_mil_systems_entry"
		position = { x = 10 y = 7 }
		size = { width=200 height= 200 }
		clipping = no

		background = {
			name = "Background"
			quadTextureSprite ="GFX_sat_sytem_list_entry_bg"

		}

		buttonType = {
			name = "COM_mil_button"
			position = { x=-2 y=4 }
			quadTextureSprite = "GFX_sat_system_2_frame_btn"
			pdx_tooltip = "COM_MIL_BUTTON_WINDOW_TT"
			scale = 0.7
			clicksound = click_default
		}

		instantTextboxType = {
			name = "COM_mil_effects_text"
			position = { x = 145 y = 10 }
			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0}
			text = "COM_MIL_EFFECTS_TEXT"
			maxWidth = 300
			maxHeight = 300
			format = left
		}
		instantTextboxType = {
			name = "COM_mil_effects_min"
			position = { x = 355 y = 10 }
			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0}
			text = "COM_MIL_EFFECTS_MIN"
			maxWidth = 70
			maxHeight = 300
			format = left
		}
		instantTextboxType = {
			name = "COM_mil_effects_max"
			position = { x = 405 y = 10 }
			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0}
			text = "COM_MIL_EFFECTS_MAX"
			maxWidth = 70
			maxHeight = 300
			format = left
		}
	}
	containerWindowType = {
		name = "COM_civ_systems_entry"
		position = { x = 10 y = 7 }
		size = { width=200 height= 200 }
		clipping = no

		background = {
			name = "Background"
			quadTextureSprite ="GFX_sat_sytem_list_entry_bg"

		}

		buttonType = {
			name = "COM_civ_button"
			position = { x=-2 y=4 } #position = { x=35 y=50 }
			quadTextureSprite = "GFX_sat_system_2_frame_btn"
			pdx_tooltip = "COM_CIV_BUTTON_WINDOW_TT"
			scale = 0.7
			clicksound = click_default
		}

		instantTextboxType = {
			name = "COM_civ_effects_text"
			position = { x = 145 y = 10 }
			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0}
			text = "COM_CIV_EFFECTS_TEXT"
			maxWidth = 300
			maxHeight = 300
			format = left
		}
		instantTextboxType = {
			name = "COM_civ_effects_min"
			position = { x = 355 y = 10 }
			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0}
			text = "COM_CIV_EFFECTS_MIN"
			maxWidth = 70
			maxHeight = 300
			format = left
		}
		instantTextboxType = {
			name = "COM_civ_effects_max"
			position = { x = 405 y = 10 }
			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0}
			text = "COM_CIV_EFFECTS_MAX"
			maxWidth = 70
			maxHeight = 300
			format = left
		}
	}
	###SPY
	containerWindowType = {
		name = "SPY_mil_systems_entry"
		position = { x = 10 y = 7 }
		size = { width=200 height= 200 }
		clipping = no

		background = {
			name = "Background"
			quadTextureSprite ="GFX_sat_sytem_list_entry_bg"

		}

		buttonType = {
			name = "SPY_mil_button"
			position = { x=-2 y=4 }
			quadTextureSprite = "GFX_sat_system_2_frame_btn"
			pdx_tooltip = "SPY_MIL_BUTTON_WINDOW_TT"
			scale = 0.7
			clicksound = click_default
		}

		instantTextboxType = {
			name = "SPY_mil_effects_text"
			position = { x = 145 y = 10 }
			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0}
			text = "SPY_MIL_EFFECTS_TEXT"
			maxWidth = 300
			maxHeight = 300
			format = left
		}
		instantTextboxType = {
			name = "SPY_mil_effects_min"
			position = { x = 355 y = 10 }
			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0}
			text = "SPY_MIL_EFFECTS_MIN"
			maxWidth = 70
			maxHeight = 300
			format = left
		}
		instantTextboxType = {
			name = "SPY_mil_effects_max"
			position = { x = 405 y = 10 }
			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0}
			text = "SPY_MIL_EFFECTS_MAX"
			maxWidth = 70
			maxHeight = 300
			format = left
		}
	}
	containerWindowType = {
		name = "SPY_civ_systems_entry"
		position = { x = 10 y = 7 }
		size = { width=200 height= 200 }
		clipping = no

		background = {
			name = "Background"
			quadTextureSprite ="GFX_sat_sytem_list_entry_bg"

		}

		buttonType = {
			name = "SPY_civ_button"
			position = { x=-2 y=4 } #position = { x=35 y=50 }
			quadTextureSprite = "GFX_sat_system_2_frame_btn"
			pdx_tooltip = "SPY_CIV_BUTTON_WINDOW_TT"
			scale = 0.7
			clicksound = click_default
		}

		instantTextboxType = {
			name = "SPY_civ_effects_text"
			position = { x = 145 y = 10 }
			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0}
			text = "SPY_CIV_EFFECTS_TEXT"
			maxWidth = 300
			maxHeight = 300
			format = left
		}
		instantTextboxType = {
			name = "SPY_civ_effects_min"
			position = { x = 355 y = 10 }
			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0}
			text = "SPY_CIV_EFFECTS_MIN"
			maxWidth = 70
			maxHeight = 300
			format = left
		}
		instantTextboxType = {
			name = "SPY_civ_effects_max"
			position = { x = 405 y = 10 }
			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0}
			text = "SPY_CIV_EFFECTS_MAX"
			maxWidth = 70
			maxHeight = 300
			format = left
		}
	}

	containerWindowType = {
		name = "MD_satellite_orbit_view"
		position = { x=546 y=90 }
		size = { width=1300 height=995 } #size = { width=1300 height=870 } ### size = { width=550 height=100%% } #87%%
		moveable = yes
		show_sound = menu_open_window

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

		instantTextboxType = {
			name = "satellite_orbit_view_title"
			position = { x = 188 y = 10 }
			font = "hoi_36header"
			borderSize = {x = 0 y = 0}
			text = "SAT_ORBIT_TITLE"
			maxWidth = 926
			maxHeight = 20
			format = centre
		}

		containerWindowType = {
			name = "left_container"
			position = { x = 30 y = 75 }
			size = { width=180 height= 830 }
			clipping = no

			instantTextboxType = {
				name = "selected_country_view"
				position = { x = 15 y = -25 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "SELECTED_COUNTRY_VIEW_TT"
				maxWidth = 140
				maxHeight = 20
				format = left
			}

			buttonType = {
				name = "country_view_flag_button"
				quadTextureSprite = "GFX_shield_medium"
				position = { x = 20 y = 0 }
				pdx_tooltip = "COUNTRY_VIEW_FLAG_TT"
				Orientation = "UPPER_LEFT"
				frame = 1
			}

			instantTextboxType = {
				name = "total_sat_number"
				position = { x = 0 y = 80 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "TOTAL_SAT_NUM"
				pdx_tooltip = "TOTAL_SAT_NUM_TT"
				pdx_tooltip_delayed = "TOTAL_SAT_NUM_TT_DELAYED"
				maxWidth = 140
				maxHeight = 20
				format = left
			}

			instantTextboxType = {
				name = "GNSS_satellites"
				position = { x = 0 y = 120 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "GNSS_SATELLITES_ORBIT"
				pdx_tooltip = "GNSS_SATELLITES_ORBIT_TT"
				#pdx_tooltip_delayed = "GNSS_SATELLITES_ORBIT_TT_DELAYED"
				maxWidth = 140
				maxHeight = 20
				format = left
			}

			instantTextboxType = {
				name = "COM_satellites"
				position = { x = 0 y = 140 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "COM_SATELLITES_ORBIT"
				pdx_tooltip = "COM_SATELLITES_ORBIT_TT"
				#pdx_tooltip_delayed = "COM_SATELLITES_ORBIT_TT_DELAYED"
				maxWidth = 140
				maxHeight = 20
				format = left
			}

			instantTextboxType = {
				name = "SPY_satellites"
				position = { x = 0 y = 160 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "SPY_SATELLITES_ORBIT"
				pdx_tooltip = "SPY_SATELLITES_ORBIT_TT"
				#pdx_tooltip_delayed = "SPY_SATELLITES_ORBIT_TT_DELAYED"
				maxWidth = 140
				maxHeight = 20
				format = left
			}

			instantTextboxType = {
				name = "KILL_satellites"
				position = { x = 0 y = 180 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "KILL_SATELLITES_ORBIT"
				pdx_tooltip = "KILL_SATELLITES_ORBIT_TT"
				maxWidth = 140
				maxHeight = 20
				format = left
			}

			instantTextboxType = {
				name = "selected_sat"
				position = { x = 0 y = 250 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "SELECTED_SAT"
				fixedsize  = yes
				maxWidth = 160
				maxHeight = 60
				format = left
			}

			buttonType = {
				name = "add_target_button"
				position = { x= 20 y= 310 }
				quadTextureSprite = "GFX_missile_target_icon"
				pdx_tooltip = "ADD_TARGET_TT"
				clicksound = click_default
			}

			buttonType = {
				name = "clear_target_array_button"
				position = { x = 60 y = 310 }
				#buttonFont = "hoi_16mbs"
				quadTextureSprite = "GFX_delete_template_button"
				pdx_tooltip = "CLEAR_TARGET_TT"
				scale = 1.2
				clicksound = click_default
			}

			buttonType = {
				name = "deorbit_satellite_button"
				position = { x = 95 y = 310 }
				quadTextureSprite = "GFX_small_button_71x26"
				buttonFont = "hoi_16mbs"
				buttonText = "DEORBIT_SATELLITE_BUTTON"
				pdx_tooltip = "DEORBIT_SATELLITE_TT"
				pdx_tooltip_delayed = "DEORBIT_SATELLITE_TT_DELAYED"
				clicksound = click_default
			}

			buttonType = {
				name = "confirm_deorbit_satellite_button"
				position = { x = 95 y = 310 }
				quadTextureSprite = "GFX_small_button_71x26"
				buttonFont = "hoi_16mbs"
				buttonText = "CONFIRM_DEORBIT_SATELLITE_BUTTON"
				pdx_tooltip = "CONFIRM_DEORBIT_SATELLITE_TT"
				pdx_tooltip_delayed = "DEORBIT_SATELLITE_TT_DELAYED"
				clicksound = click_default
			}

			buttonType = {
				name = "bulk_deorbit_model_button"
				position = { x = 10 y = 340 }
				quadTextureSprite = "GFX_button_148x34"
				buttonFont = "hoi_16mbs"
				buttonText = "BULK_DEORBIT_MODEL_BUTTON"
				pdx_tooltip = "BULK_DEORBIT_MODEL_TT"
				pdx_tooltip_delayed = "BULK_DEORBIT_MODEL_TT_DELAYED"
				clicksound = click_default
			}

			buttonType = {
				name = "confirm_bulk_deorbit_model_button"
				position = { x = 10 y = 340 }
				quadTextureSprite = "GFX_button_148x34"
				buttonFont = "hoi_16mbs"
				buttonText = "CONFIRM_BULK_DEORBIT_MODEL_BUTTON"
				pdx_tooltip = "CONFIRM_BULK_DEORBIT_MODEL_TT"
				pdx_tooltip_delayed = "BULK_DEORBIT_MODEL_TT_DELAYED"
				clicksound = click_default
			}

			instantTextboxType = {
				name = "sat_target_header"
				position = { x = 0 y = 380 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "SAT_TARGET_HEADER"
				maxWidth = 140
				maxHeight = 20
				format = left
			}

			containerWindowType = {
				name = "sat_target_gridbox_container"
				position = { x=-10 y=400 } #position = { x=38 y=180 }
				size = { width = 175 height = 110 }
				clipping = yes
				verticalScrollbar = "right_vertical_slider"
				#verticalScrollbar = "left_vertical_slider"
				smooth_scrolling = yes
				margin = { top = 0 bottom = 0 }

				background = {
					name = "Background"
					spriteType ="GFX_tiled_window_transparent"
				}

				gridboxtype = {
					name = "sat_target_gridbox"
					position = { x=0 y=0 } #position = { x = 35 y = 180 }
					size = { width = 120%% height = 100%% }
					slotsize = { width = 155 height = 36 }
					format = "UPPER_LEFT"
					max_slots_horizontal = 1
					#add_horizontal = yes

				}
			}

			instantTextboxType = {
				name = "spy_missions"
				position = { x = 0 y = 530 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "SPY_MISSIONS"
				maxWidth = 160
				maxHeight = 20
				format = left
			}

			buttonType = {
				name = "spy_mission_start_button"
				position = { x = -10 y = 590 }
				buttonFont = "hoi_16mbs"
				buttonText = "SPY_MISSION_START_BUTTON"
				pdx_tooltip = "SPY_MISSION_START_BUTTON_TT"
				pdx_tooltip_delayed = "SPY_MISSION_START_BUTTON_delayed_TT"
				quadTextureSprite = "GFX_sat_target_button"
				clicksound = click_default
			}

			buttonType = {
				name ="spy_sat_small_plus_button_bg"
				spriteType = "GFX_small_plus_button"
				position = { x=141 y=595 }
				pdx_tooltip = "INCREASE_SALVO_TT"
			}

			buttonType = {
				name ="spy_sat_small_minus_button_bg"
				spriteType = "GFX_small_minus_button"
				position = { x=141 y=609 }
				pdx_tooltip = "DECREASE_SALVO_TT"
			}

			instantTextboxType = {
				name = "mission_header"
				position = { x = 0 y = 630 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "SAT_MISSION_HEADER"
				maxWidth = 140
				maxHeight = 20
				format = left
			}

			containerWindowType = {
				name = "spy_mission_gridbox_container"
				position = { x=-10 y=650 } #position = { x=38 y=180 }
				size = { width = 175 height = 150 }
				clipping = yes
				verticalScrollbar = "right_vertical_slider"
				#verticalScrollbar = "left_vertical_slider"
				smooth_scrolling = yes
				margin = { top = 0 bottom = 0 }

				background = {
					name = "Background"
					spriteType ="GFX_tiled_window_transparent"
				}

				gridboxtype = {
					name = "spy_mission_gridbox"
					position = { x=0 y=0 } #position = { x = 35 y = 180 }
					size = { width = 120%% height = 100%% }
					slotsize = { width = 155 height = 36 }
					format = "UPPER_LEFT"
					max_slots_horizontal = 1
					#add_horizontal = yes

				}
			}
		}

		containerWindowType = {
			name = "orbit_view"
			position = { x=187 y=50 }
			size = { width=926 height=830 }

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

			iconType = {
				name ="globe_icon"
				position = { x=15 y=15 }
				alwaystransparent = yes
				quadTextureSprite = "GFX_globe"
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "filter_button"
				position = { x = 0 y = 0 }
				buttonFont = "hoi_16mbs"
				buttonText = "[sat_filter_type]"
				pdx_tooltip = "SAT_FILTER_TT"
				quadTextureSprite = "GFX_sat_target_button"
				clicksound = click_default
			}

			buttonType = {
				name = "adv_filter_button"
				position = { x = 150 y = 0 }
				buttonFont = "hoi_16mbs"
				buttonText = "[sat_filter_adv_type]"
				pdx_tooltip = "SAT_FILTER_ADV_TT"
				quadTextureSprite = "GFX_sat_target_button"
				clicksound = click_default
			}

			buttonType = {
				name = "target_all_button"
				position = { x = 300 y = 0 }
				buttonFont = "hoi_16mbs"
				buttonText = "SAT_TARG_ALL"
				pdx_tooltip = "SAT_TARG_ALL_TT"
				quadTextureSprite = "GFX_sat_target_button"
				clicksound = click_default
			}

			### sat
			gridboxtype = {
				name = "sat_1_gridbox"
				position = { x = 90 y = 49 }
				#position = { x = 463 y = 415 }
				size = { width = 100%% height = 100%% }
				slotsize = { width = 20 height = 20 }
				format = "UPPER_LEFT"
				max_slots_horizontal = 36
				max_slots_vertical = 5
				add_horizontal = yes
			}
			### sat
			gridboxtype = {
				name = "sat_2_gridbox"
				position = { x = 50 y = 149 }
				#position = { x = 463 y = 415 }
				size = { width = 100%% height = 100%% }
				slotsize = { width = 20 height = 20 }
				format = "UPPER_LEFT"
				max_slots_horizontal = 40
				max_slots_vertical = 10
				add_horizontal = yes
			}
			gridboxtype = {
				name = "sat_3_gridbox"
				position = { x = 30 y = 350 }
				#position = { x = 50 y = 146 }
				size = { width = 100%% height = 100%% }
				slotsize = { width = 20 height = 20 }
				format = "UPPER_LEFT"
				max_slots_horizontal = 42
				max_slots_vertical = 8
				add_horizontal = yes
			}
			gridboxtype = {
				name = "sat_4_gridbox"
				position = { x = 50 y = 509 } #684
				size = { width = 100%% height = 100%% }
				slotsize = { width = 20 height = 20 }
				format = "UPPER_LEFT"
				max_slots_horizontal = 40
				max_slots_vertical = 10
				add_horizontal = yes
			}
			gridboxtype = {
				name = "sat_5_gridbox"
				position = { x = 90 y = 709 } #684
				size = { width = 100%% height = 100%% }
				slotsize = { width = 20 height = 20 }
				format = "UPPER_LEFT"
				max_slots_horizontal = 36
				max_slots_vertical = 5
				add_horizontal = yes
			}
			### sat
			gridboxtype = {
				name = "sat_6_gridbox"
				position = { x = 30 y = 49 }
				#position = { x = 463 y = 415 }
				size = { width = 100%% height = 100%% }
				slotsize = { width = 20 height = 20 }
				format = "UPPER_LEFT"
				max_slots_horizontal = 42
				#max_slots_vertical = 42
				add_horizontal = yes

				#size = { width = 4 height = 4 }
				#slotsize = { width = 1 height = 1 }
				#orientation = center
			}
		}
		buttonType = {
			name = "close_button"
			position = { x = -43 y = 10 }
			quadTextureSprite ="GFX_closebutton"
			buttonFont = "hoi_16mbs"
			shortcut = "ESCAPE"
			Orientation = "UPPER_RIGHT"
			clicksound = click_close
			pdx_tooltip = "CLOSE"
		}
	}

	### sat
	containerWindowType = {
		name = "sat_filtered_entry"
		position = { x=0 y=0 }
		size = { width=342 height= 80 }
		clipping = no

		buttonType = {
			name = "sat_filtered_button"
			position = { x=0 y=0 }
			quadTextureSprite = "GFX_Satellite_texticon"
			pdx_tooltip = "SAT_1_TT"
			pdx_tooltip_delayed = "SAT_TT_DELAYED"
			clicksound = click_default
			frame = 1
		}
	}
	containerWindowType = {
		name = "sat_1_entry"
		position = { x=0 y=0 }
		size = { width=342 height= 80 }
		clipping = no

		buttonType = {
			name = "sat_1_button"
			position = { x=0 y=0 }
			quadTextureSprite = "GFX_Satellite_texticon"
			pdx_tooltip = "SAT_1_TT"
			pdx_tooltip_delayed = "SAT_TT_DELAYED"
			clicksound = click_default
			frame = 1
		}
	}
	containerWindowType = {
		name = "sat_2_entry"
		position = { x=0 y=0 }
		size = { width=342 height= 80 }
		clipping = no

		buttonType = {
			name = "sat_2_button"
			position = { x=0 y=0 }
			quadTextureSprite = "GFX_Satellite_texticon"
			pdx_tooltip = "SAT_2_TT"
			pdx_tooltip_delayed = "SAT_TT_DELAYED"
			clicksound = click_default
			frame = 1
		}
	}
	containerWindowType = {
		name = "sat_3_entry"
		position = { x=0 y=0 }
		size = { width=342 height= 80 }
		clipping = no

		buttonType = {
			name = "sat_3_button"
			position = { x=0 y=0 }
			quadTextureSprite = "GFX_Satellite_texticon"
			pdx_tooltip = "SAT_3_TT"
			pdx_tooltip_delayed = "SAT_TT_DELAYED"
			clicksound = click_default
			frame = 1
		}
	}
	containerWindowType = {
		name = "sat_4_entry"
		position = { x=0 y=0 }
		size = { width=342 height= 80 }
		clipping = no

		buttonType = {
			name = "sat_4_button"
			position = { x=0 y=0 }
			quadTextureSprite = "GFX_Satellite_texticon"
			pdx_tooltip = "SAT_4_TT"
			pdx_tooltip_delayed = "SAT_TT_DELAYED"
			clicksound = click_default
			frame = 1
		}
	}
	containerWindowType = {
		name = "sat_5_entry"
		position = { x=0 y=0 }
		size = { width=342 height= 80 }
		clipping = no

		buttonType = {
			name = "sat_5_button"
			position = { x=0 y=0 }
			quadTextureSprite = "GFX_Satellite_texticon"
			pdx_tooltip = "SAT_5_TT"
			pdx_tooltip_delayed = "SAT_TT_DELAYED"
			clicksound = click_default
			frame = 1
		}
	}
	containerWindowType = {
		name = "sat_6_entry"
		position = { x=0 y=0 }
		size = { width=342 height= 80 }
		clipping = no

		buttonType = {
			name = "sat_6_button"
			position = { x=0 y=0 }
			quadTextureSprite = "GFX_Satellite_texticon"
			pdx_tooltip = "SAT_6_TT"
			pdx_tooltip_delayed = "SAT_TT_DELAYED"
			clicksound = click_default
			frame = 1
		}
	}

	containerWindowType = {
		name = "sat_target_entry"
		position = { x=0 y=0 }
		size = { width=155 height = 80 }
		clipping = no

		buttonType = {
			name = "selected_sat"
			position = { x = 0 y = 0 }
			buttonFont = "hoi_16mbs"
			buttonText = "TARGET_SAT"
			pdx_tooltip = "TARGET_SAT_TT"
			quadTextureSprite = "GFX_sat_target_button"
			clicksound = click_default
		}
	}

	containerWindowType = {
		name = "spy_mission_entry"
		position = { x=0 y=0 }
		size = { width=342 height= 80 }
		clipping = no


		buttonType = {
			name = "spy_mission_button"
			position = { x = 0 y = 0 }
			buttonFont = "hoi_16mbs"
			buttonText = "SPY_MISSION_BUTTON"
			quadTextureSprite = "GFX_sat_target_button"
			clicksound = click_default
		}
	}

	containerWindowType = {
		name = "MD_satellite_orbit_country_selection"
		position = { x=700 y=150 }
		size = { width=950 height=600 }
		show_sound = menu_open_window

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

		containerWindowType = {
			name = "country_list_gridbox_container"
			position = { x=20 y=40 }
			size = { width=910 height= 550 }
			clipping = yes
			verticalScrollbar = "right_vertical_slider"
			smooth_scrolling = yes
			margin = { top = 0 bottom = 10 }

			background = {
				name = "Background"
				spriteType ="GFX_tiled_window_transparent"
			}

			gridboxtype = {
				name = "country_list_gridbox"
				position = { x=0 y=0 }
				size = { width = 100%% height = 100%% }
				slotsize = { width = 100 height = 50 }
				format = "UPPER_LEFT"
				max_slots_horizontal = 9
				add_horizontal = yes

			}
		}

		buttonType = {
			name = "close_button"
			position = { x = -43 y = 10 }
			quadTextureSprite ="GFX_closebutton"
			buttonFont = "hoi_16mbs"
			shortcut = "ESCAPE"
			Orientation = "UPPER_RIGHT"
			clicksound = click_close
			pdx_tooltip = "CLOSE"
		}
	}

	#Counter-Terror System
	containerWindowType = {
		name = "MD_CT_system_window"
		position = { x=-606 y=78 }
		show_position = { x=-6 y =78 }
		show_animation_type = decelerated
		hide_animation_type = accelerated
		animation_time = 1
		size = { width=550 height=850 }

		instantTextboxType = {
			name = "terror_orgs_text"
			position = { x = 27 y = 25 }
			font = "hoi_18mbs"
			borderSize = {x = 0 y = 0}
			text = "CT_TERR_ORGS"
			pdx_tooltip = "CT_TERR_ORGS_TT"
			maxWidth = 300
			maxHeight = 300
			format = left
		}

		containerWindowType = {
			name = "terror_org_info_list"
			position = { x = 300 y = -20 }
			size = { width = 600 height = 600 }

			instantTextboxType = {
				name = "intel_top_list"
				position = { x = -90 y = 45 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "CT_CUR_INTEL"
				pdx_tooltip = "CT_CUR_INTEL_TT"
				maxWidth = 175
				maxHeight = 20
				format = center
			}

			instantTextboxType = {
				name = "intel_top_lisdt"
				position = { x = 80 y = 45 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "[name_of_org_disp]"
				pdx_tooltip = "CT_CUR_INTEL_TT"
				maxWidth = 175
				maxHeight = 20
				format = left
			}

			instantTextboxType = {
				name = "threat_level"
				position = { x = -100 y = 70 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "CT_CUR_THREAT" #CT_CUR_THREAT
				pdx_tooltip = "CT_CUR_THREAT_TT"
				maxWidth = 175
				maxHeight = 20
				format = center
			}

			instantTextboxType = {
				name = "threat_level_sel"
				position = { x = -100 y = 90 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "[level_of_threat]" #CT_CUR_THREAT
				pdx_tooltip = "CT_CUR_THREAT_TT"
				maxWidth = 175
				maxHeight = 20
				format = center
			}

			instantTextboxType = {
				name = "defense_level"
				position = { x = -100 y = 110 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "CT_CUR_DEFENSE" #CT_CUR_THREAT
				pdx_tooltip = "CT_CUR_DEFENSE_TT"
				maxWidth = 175
				maxHeight = 20
				format = center
			}

			instantTextboxType = {
				name = "defense_level_sel"
				position = { x = -100 y = 130 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "[level_of_defense]" #CT_CUR_THREAT
				pdx_tooltip = "CT_CUR_DEFENSE_TT"
				maxWidth = 175
				maxHeight = 20
				format = center
			}

			instantTextboxType = {
				name = "foreign_level"
				position = { x = 70 y = 110 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "CT_CUR_FOREIGN" #CT_CUR_THREAT
				pdx_tooltip = "CT_CUR_FOREIGN_TT"
				maxWidth = 175
				maxHeight = 20
				format = center
			}

			instantTextboxType = {
				name = "foreign_level_sel"
				position = { x = 70 y = 130 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "[?foreign_counter_terror_support]" #CT_CUR_THREAT
				pdx_tooltip = "CT_CUR_FOREIGN_TT"
				maxWidth = 175
				maxHeight = 20
				format = center
			}

			instantTextboxType = {
				name = "intel_against"
				position = { x = 70 y = 70 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "CT_CUR_SEL_INTEL"
				pdx_tooltip = "CT_CUR_SEL_INTEL_TT"
				maxWidth = 175
				maxHeight = 20
				format = center
			}

			instantTextboxType = {
				name = "intel_against_sel"
				position = { x = 70 y = 90 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "[?international_terror_org_intel^selected_org|1]%"
				pdx_tooltip = "CT_CUR_SEL_INTEL_TT"
				maxWidth = 175
				maxHeight = 20
				format = center
			}

			instantTextboxType = {
				name = "possible_leadership"
				position = { x = -80 y = 155 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "CT_CUR_LOCATION" #CT_CUR_THREAT
				pdx_tooltip = "CT_CUR_LOCATION_TT"
				maxWidth = 300
				maxHeight = 20
				format = center
			}

			instantTextboxType = {
				name = "possible_leadership_sel"
				position = { x = -80 y = 175 }
				font = "hoi_18mbs"
				borderSize = {x = 0 y = 0}
				text = "[pos_hq_loc]" #CT_CUR_THREAT
				pdx_tooltip = "CT_CUR_LOCATION_TT"
				maxWidth = 300
				maxHeight = 20
				format = center
			}

			instantTextboxType = {
				name = "ct_sys_description"
				position = { x = -275 y = 235 }
				font = "hoi_16mbs"
				borderSize = {x = 0 y = 0}
				text = "CT_SYS_DESC" #CT_CUR_THREAT
				pdx_tooltip = ""
				maxWidth = 500
				maxHeight = 300
				format = center
			}

			instantTextboxType = {
				name = "ct_funding_detect_label"
				position = { x = -110 y = 195 }
				font = "hoi_18mbs"
				borderSize = { x = 0 y = 0 }
				text = "CT_CUR_FUNDING_DETECT"
				pdx_tooltip = "CT_FUND_DETECT_TT"
				maxWidth = 175
				maxHeight = 20
				format = center
			}

			instantTextboxType = {
				name = "ct_funding_detect_sel"
				position = { x = -110 y = 215 }
				font = "hoi_18mbs"
				borderSize = { x = 0 y = 0 }
				text = "[?ct_global_base_detect_var|+1]"
				pdx_tooltip = "CT_FUND_DETECT_TT"
				maxWidth = 175
				maxHeight = 20
				format = center
			}

			instantTextboxType = {
				name = "ct_police_cost_label"
				position = { x = 60 y = 195 }
				font = "hoi_18mbs"
				borderSize = { x = 0 y = 0 }
				text = "CT_CUR_POLICE_COST"
				pdx_tooltip = "CT_FUND_POLICE_TT"
				maxWidth = 175
				maxHeight = 20
				format = center
			}

			instantTextboxType = {
				name = "ct_police_cost_sel"
				position = { x = 60 y = 215 }
				font = "hoi_18mbs"
				borderSize = { x = 0 y = 0 }
				text = "[?ct_police_cost_var|-2%]"
				pdx_tooltip = "CT_FUND_POLICE_TT"
				maxWidth = 175
				maxHeight = 20
				format = center
			}
		}

		containerWindowType = {
			name = "counter_terror_nat_actions"
			position = { x = 300 y = 410 }
			size = { width = 600 height = 600 }

			instantTextboxType = {
				name = "ct_nat_terror_act"
				position = { x = -275 y = 0 }
				font = "hoi_16mbs"
				borderSize = {x = 0 y = 0}
				text = "CT_NAT_ACT" #CT_CUR_THREAT
				pdx_tooltip = ""
				maxWidth = 500
				maxHeight = 300
				format = center
			}

			buttonType = {
				name = "ct_funding_button"
				position = { x = 60 y = 20 }
				clicksound = click_close
				quadTextureSprite ="GFX_button_148x34"
				buttonFont = "hoi_16mbs"
				Orientation = "UPPER_LEFT"
				buttonText = "CT_NAT_SPEND"
				clicksound = click_close
				pdx_tooltip = "CT_NAT_SPEND_TT"
			}

			buttonType = {
				name = "analyst_focus_button"
				position = { x = -100 y = 20 }
				clicksound = click_close
				quadTextureSprite ="GFX_button_148x34"
				buttonFont = "hoi_16mbs"
				Orientation = "UPPER_LEFT"
				buttonText = "CT_NAT_ANALYST"
				clicksound = click_close
				pdx_tooltip = "CT_NAT_ANALYST_TT"
			}

			buttonType = {
				name = "domestic_survellience_button"
				position = { x = -260 y = 20 }
				clicksound = click_close
				quadTextureSprite ="GFX_button_148x34"
				buttonFont = "hoi_16mbs"
				Orientation = "UPPER_LEFT"
				buttonText = "CT_NAT_DOM_SUV"
				clicksound = click_close
				pdx_tooltip = "CT_NAT_DOM_SUV_TT"
			}

			buttonType = {
				name = "mass_gathering_button"
				position = { x = -260 y = 60 }
				clicksound = click_close
				quadTextureSprite ="GFX_button_148x34"
				buttonFont = "hoi_16mbs"
				Orientation = "UPPER_LEFT"
				buttonText = "CT_NAT_MASS"
				clicksound = click_close
				pdx_tooltip = "CT_NAT_MASS_TT"
			}

			buttonType = {
				name = "arrest_sympathizers_button"
				position = { x = -100 y = 60 }
				clicksound = click_close
				quadTextureSprite ="GFX_button_148x34"
				buttonFont = "hoi_16mbs"
				Orientation = "UPPER_LEFT"
				buttonText = "CT_NAT_ARST"
				clicksound = click_close
				pdx_tooltip = "CT_NAT_ARST_TT"
			}

			buttonType = {
				name = "infil_agent_button"
				position = { x = 60 y = 60 }
				clicksound = click_close
				quadTextureSprite ="GFX_button_148x34"
				buttonFont = "hoi_16mbs"
				Orientation = "UPPER_LEFT"
				buttonText = "CT_NAT_INFL"
				clicksound = click_close
				pdx_tooltip = "CT_NAT_INFL_TT"
			}

			buttonType = {
				name = "seize_assets_button"
				position = { x = 60 y = 100 }
				clicksound = click_close
				quadTextureSprite ="GFX_button_148x34"
				buttonFont = "hoi_16mbs"
				Orientation = "UPPER_LEFT"
				buttonText = "CT_NAT_SEIZE"
				clicksound = click_close
				pdx_tooltip = "CT_NAT_SEIZE_TT"
			}

			buttonType = {
				name = "exploit_intelligence_button"
				position = { x = -260 y = 100 }
				clicksound = click_close
				quadTextureSprite ="GFX_button_148x34"
				buttonFont = "hoi_16mbs"
				Orientation = "UPPER_LEFT"
				buttonText = "CT_NAT_EXP"
				clicksound = click_close
				pdx_tooltip = "CT_NAT_EXP_TT"
			}
		}

		containerWindowType = {
			name = "counter_terror_int_actions"
			position = { x = 15 y = 570 }
			size = { width = 600 height = 600 }

			instantTextboxType = {
				name = "ct_int_terror_act"
				position = { x = 0 y = -20 }
				font = "hoi_16mbs"
				borderSize = {x = 0 y = 0}
				text = "CT_INT_ACT" #CT_CUR_THREAT
				pdx_tooltip = ""
				maxWidth = 500
				maxHeight = 300
				format = center
			}

			instantTextboxType = {
				name = "ct_int_selected_nation_disp"
				position = { x = 15 y = 35 }
				font = "hoi_16mbs"
				borderSize = {x = 0 y = 0}
				text = "name_selection_full" #CT_CUR_THREAT
				pdx_tooltip = ""
				maxWidth = 500
				maxHeight = 300
				format = center
			}

			instantTextboxType = {
				name = "ct_int_selected_nation"
				position = { x = 335 y = 35 }
				font = "hoi_16mbs"
				borderSize = {x = 0 y = 0}
				text = "[?selected_ct_nation.GetName]" #CT_CUR_THREAT
				pdx_tooltip = ""
				maxWidth = 500
				maxHeight = 300
				format = left
			}

			buttonType = {
				name = "select_asia_button"
				position = { x = 10 y = 0 }
				clicksound = click_close
				quadTextureSprite ="GFX_button_94x31"
				buttonFont = "hoi_16mbs"
				Orientation = "UPPER_LEFT"
				buttonText = "CT_REG_SEL_ASIA"
				clicksound = click_close
				pdx_tooltip = ""
				pdx_tooltip_delayed = ""
			}

			buttonType = {
				name = "select_me_button"
				position = { x = 110 y = 0 }
				clicksound = click_close
				quadTextureSprite ="GFX_button_94x31"
				buttonFont = "hoi_16mbs"
				Orientation = "UPPER_LEFT"
				buttonText = "CT_REG_SEL_ME"
				clicksound = click_close
				pdx_tooltip = ""
				pdx_tooltip_delayed = ""
			}

			buttonType = {
				name = "select_afr_button"
				position = { x = 210 y = 0 }
				clicksound = click_close
				quadTextureSprite ="GFX_button_94x31"
				buttonFont = "hoi_16mbs"
				Orientation = "UPPER_LEFT"
				buttonText = "CT_REG_SEL_AFR"
				clicksound = click_close
				pdx_tooltip = ""
				pdx_tooltip_delayed = ""
			}

			buttonType = {
				name = "select_europe_button"
				position = { x = 310 y = 0 }
				clicksound = click_close
				quadTextureSprite ="GFX_button_94x31"
				buttonFont = "hoi_16mbs"
				Orientation = "UPPER_LEFT"
				buttonText = "CT_REG_SEL_EUR"
				clicksound = click_close
				pdx_tooltip = ""
				pdx_tooltip_delayed = ""
			}

			buttonType = {
				name = "select_american_button"
				position = { x = 410 y = 0 }
				clicksound = click_close
				quadTextureSprite ="GFX_button_94x31"
				buttonFont = "hoi_16mbs"
				Orientation = "UPPER_LEFT"
				buttonText = "CT_REG_SEL_AMR"
				clicksound = click_close
				pdx_tooltip = ""
				pdx_tooltip_delayed = ""
			}

			# buttonType = {
			# 	name = "prepare_ct_raid_button"
			# 	position = { x = 190 y = 60 }
			# 	clicksound = click_close
			# 	quadTextureSprite ="GFX_button_148x34"
			# 	buttonFont = "hoi_16mbs"
			# 	Orientation = "UPPER_LEFT"
			# 	buttonText = "CT_NAT_RAID"
			# 	clicksound = click_close
			# 	pdx_tooltip = "CT_NAT_RAID_TT"
			# }

			buttonType = {
				name = "send_advisors_button"
				position = { x = 350 y = 60 }
				clicksound = click_close
				quadTextureSprite ="GFX_button_148x34"
				buttonFont = "hoi_16mbs"
				Orientation = "UPPER_LEFT"
				buttonText = "CT_INT_ADV"
				clicksound = click_close
				pdx_tooltip = "CT_INT_ADV_TT"
			}

			buttonType = {
				name = "conduct_drone_operations_button"
				position = { x = 350 y = 100 }
				clicksound = click_close
				quadTextureSprite ="GFX_button_148x34"
				buttonFont = "hoi_16mbs"
				Orientation = "UPPER_LEFT"
				buttonText = "CT_NAT_DRONE"
				clicksound = click_close
				pdx_tooltip = "CT_NAT_DRONE_TT"
			}

			buttonType = {
				name = "conduct_joint_training_button"
				position = { x = 190 y = 60 }
				clicksound = click_close
				quadTextureSprite ="GFX_button_148x34"
				buttonFont = "hoi_16mbs"
				Orientation = "UPPER_LEFT"
				buttonText = "CT_INT_JTRN"
				clicksound = click_close
				pdx_tooltip = "CT_INT_JTRN_TT"
			}

			# buttonType = {
			# 	name = "prepare_elimination_raid_button"
			# 	position = { x = 350 y = 140 }
			# 	clicksound = click_close
			# 	quadTextureSprite ="GFX_button_148x34"
			# 	buttonFont = "hoi_16mbs"
			# 	Orientation = "UPPER_LEFT"
			# 	buttonText = "CT_INT_ELIM"
			# 	clicksound = click_close
			# 	pdx_tooltip = "CT_INT_ELIM_TT"
			# }
		}
	}

	#PMC System
	containerWindowType = {
		name = "MD_PMC_system_window"
		position = { x = -356 y = 450 }
		show_position = { x = -75 y = 100 }
		show_animation_type = decelerated
		hide_animation_type = accelerated
		animation_time = 1
		size = { width=500 height=617 }
		show_sound = open_sub_window

		instantTextBoxType = {
			name = "new_pmc_info_display"
			position = { x = 40 y = 10 }
			font = "hoi_16mbs"
			maxWidth = 600
			maxHeight = 500
			text = "pmc_category_tracker_desc"
			format = center
		}

		buttonType = {
			name = "remove_light_inf_button"
			position = { x = 110 y = 575 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "remove_light_inf_button_text"
			clicksound = click_close
			pdx_tooltip_delayed = "light_inf_tt"
		}
		buttonType = {
			name = "remove_mot_inf_button"
			position = { x = 260 y = 575 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "remove_mot_inf_button_text"
			clicksound = click_close
			pdx_tooltip_delayed = "mot_inf_tt"
		}
		buttonType = {
			name = "remove_mech_inf_button"
			position = { x = 410 y = 575 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "remove_mech_inf_button_text"
			clicksound = click_close
			pdx_tooltip = ""
			pdx_tooltip_delayed = "mech_inf_tt"
		}
		buttonType = {
			name = "remove_hvy_inf_button"
			position = { x = 110 y = 625 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "remove_heavy_mech_inf_button_text"
			clicksound = click_close
			pdx_tooltip_delayed = "hvy_inf_tt"
		}
		buttonType = {
			name = "remove_spec_inf_button"
			position = { x = 260 y = 625 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "remove_special_infantry_text"
			clicksound = click_close
			pdx_tooltip_delayed = "spec_inf_tt"
		}
		buttonType = {
			name = "remove_tank_button"
			position = { x = 410 y = 625 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "remove_tank_unit_text"
			clicksound = click_close
			pdx_tooltip_delayed = "tank_tt"
		}
		buttonType = {
			name = "remove_sf_inf_button"
			position = { x = 260 y = 675 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "remove_sf_inf_button_text"
			clicksound = click_close
			pdx_tooltip_delayed = "sof_inf_tt"
		}
	}

	# Main cyber window
	containerWindowType = {
		name = "MD_cyber_system_window"
		position = { x=20 y=88 }
		show_animation_type = decelerated
		hide_animation_type = accelerated
		animation_time = 1
		size = { width=950 height=720 }

		containerWindowType = {
			name = "MD_cyber_disp_info"
			position = { x=0 y=0 }
			size = { width=300 height = 300}

			instantTextboxType = {
				name = "cyber_cap_title"
				position = { x=5 y=15 }
				font = "hoi_18mbs"
				borderSize = { x=0 y=0 }
				text = "CYBER_CAP_TITLE"
				maxWidth = 350
				maxHeight = 30
				format = left
			}

			instantTextboxType = {
				name = "cyber_operations_title"
				position = { x=150 y=435 }
				font = "hoi_18mbs"
				borderSize = { x=0 y=0 }
				text = "CYBER_OPERATIONS_TITLE"
				maxWidth = 350
				maxHeight = 30
				format = left
			}

			instantTextboxType = {
				name = "cyber_tier_label"
				position = { x=20 y=35 }
				font = "hoi_16mbs"
				borderSize = { x=0 y=0 }
				text = "CYBER_TIER_LABEL"
				pdx_tooltip = "CYBER_TIER_TT"
				maxWidth = 155
				maxHeight = 18
				format = left
			}

			instantTextboxType = {
				name = "cyber_tier_val"
				position = { x=115 y=35 }
				font = "hoi_16mbs"
				borderSize = { x=0 y=0 }
				text = "[cyber_capability_tier_display]"
				pdx_tooltip = "CYBER_TIER_TT"
				maxWidth = 220
				maxHeight = 18
				format = left
			}

			instantTextboxType = {
				name = "cyber_offense_label"
				position = { x=20 y=55 }
				font = "hoi_16mbs"
				borderSize = { x=0 y=0 }
				text = "CYBER_OFFENSE_LABEL"
				pdx_tooltip = "CYBER_OFFENSE_TT"
				pdx_tooltip_delayed = "CYBER_OFFENSE_TT_DELAYED"
				maxWidth = 155
				maxHeight = 18
				format = left
			}

			instantTextboxType = {
				name = "cyber_offense_val"
				position = { x=135 y=55 }
				font = "hoi_16mbs"
				borderSize = { x=0 y=0 }
				text = "[?cyber_offense_power|0]"
				pdx_tooltip = "CYBER_OFFENSE_TT"
				pdx_tooltip_delayed = "CYBER_OFFENSE_TT_DELAYED"
				maxWidth = 55
				maxHeight = 18
				format = left
			}

			instantTextboxType = {
				name = "cyber_defense_label"
				position = { x=20 y=75 }
				font = "hoi_16mbs"
				borderSize = { x=0 y=0 }
				text = "CYBER_DEFENSE_LABEL"
				pdx_tooltip = "CYBER_DEFENSE_TT"
				pdx_tooltip_delayed = "CYBER_DEFENSE_TT_DELAYED"
				maxWidth = 155
				maxHeight = 18
				format = left
			}

			instantTextboxType = {
				name = "cyber_defense_val"
				position = { x=135 y=75 }
				font = "hoi_16mbs"
				borderSize = { x=0 y=0 }
				text = "[?cyber_defense_rating|0]"
				pdx_tooltip = "CYBER_DEFENSE_TT"
				pdx_tooltip_delayed = "CYBER_DEFENSE_TT_DELAYED"
				maxWidth = 55
				maxHeight = 18
				format = left
			}

			instantTextboxType = {
				name = "cyber_attr_label"
				position = { x=20 y=95 }
				font = "hoi_16mbs"
				borderSize = { x=0 y=0 }
				text = "CYBER_ATTRIB_LABEL"
				pdx_tooltip = "CYBER_ATTRIB_TT"
				maxWidth = 155
				maxHeight = 18
				format = left
			}

			instantTextboxType = {
				name = "cyber_attr_val"
				position = { x=135 y=95 }
				font = "hoi_16mbs"
				borderSize = { x=0 y=0 }
				text = "[?cyber_attribution_bonus|+0]"
				pdx_tooltip = "CYBER_ATTRIB_TT"
				maxWidth = 55
				maxHeight = 18
				format = left
			}
		}

		containerWindowType = {
			name = "MD_cyber_selected_target"
			position = { x = 5 y = 115 }
			size = { width=300 height = 300}

			instantTextboxType = {
				name = "cyber_cur_op_title"
				position = { x=0 y=0 }
				font = "hoi_18mbs"
				borderSize = { x=0 y=0 }
				text = "CYBER_CUR_OP_TITLE"
				maxWidth = 350
				maxHeight = 30
				format = left
			}

			instantTextboxType = {
				name = "cyber_cur_op_info_title"
				position = { x=0 y=20 }
				font = "hoi_18mbs"
				borderSize = { x=0 y=0 }
				text = "CYBER_CUR_OP_INFO_TITLE"
				maxWidth = 350
				maxHeight = 30
				format = left
			}

			instantTextboxType = {
				name = "cyber_cur_op_target_title"
				position = { x=0 y=40 }
				font = "hoi_18mbs"
				borderSize = { x=0 y=0 }
				text = "CYBER_CUR_OP_NAME_TITLE"
				maxWidth = 350
				maxHeight = 30
				format = left
			}

			instantTextboxType = {
				name = "cyber_cur_decrypt_progress"
				position = { x=0 y=60 }
				font = "hoi_18mbs"
				borderSize = { x=0 y=0 }
				text = "CYBER_CUR_DECRYPT_TT"
				pdx_tooltip = "CYBER_DECRYPT_TT"
				pdx_tooltip_delayed = "CYBER_DECRYPT_TT_DELAYED"
				maxWidth = 350
				maxHeight = 30
				format = left
			}

			instantTextboxType = {
				name = "cyber_cur_cybersecurity"
				position = { x=0 y=80 }
				font = "hoi_18mbs"
				borderSize = { x=0 y=0 }
				text = "CYBER_CUR_DEFENSE_TT"
				pdx_tooltip = "CYBER_TARGET_DEFENSE_TT"
				pdx_tooltip_delayed = "CYBER_TARGET_DEFENSE_TT_DELAYED"
				maxWidth = 350
				maxHeight = 30
				format = left
			}
		}

		buttonType = {
			name = "select_asia_button"
			position = { x = 250 y = 270 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_94x31"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "CT_REG_SEL_ASIA"
			clicksound = click_close
			pdx_tooltip = ""
			pdx_tooltip_delayed = ""
		}

		buttonType = {
			name = "select_me_button"
			position = { x = 250 y = 300 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_94x31"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "CT_REG_SEL_ME"
			clicksound = click_close
			pdx_tooltip = ""
			pdx_tooltip_delayed = ""
		}

		buttonType = {
			name = "select_afr_button"
			position = { x = 250 y = 330 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_94x31"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "CT_REG_SEL_AFR"
			clicksound = click_close
			pdx_tooltip = ""
			pdx_tooltip_delayed = ""
		}

		buttonType = {
			name = "select_europe_button"
			position = { x = 250 y = 360 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_94x31"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "CT_REG_SEL_EUR"
			clicksound = click_close
			pdx_tooltip = ""
			pdx_tooltip_delayed = ""
		}

		buttonType = {
			name = "select_american_button"
			position = { x = 250 y = 390 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_94x31"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "CT_REG_SEL_AMR"
			clicksound = click_close
			pdx_tooltip = ""
			pdx_tooltip_delayed = ""
		}

		buttonType = {
			name = "cyber_invest_offense_button"
			position = { x=160 y=36 }
			clicksound = click_close
			quadTextureSprite = "GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "CYBER_GUI_INVEST_OFF"
			pdx_tooltip = "CYBER_GUI_INVEST_OFF_TT"
		}

		buttonType = {
			name = "cyber_invest_defense_button"
			position = { x=160 y=76 }
			clicksound = click_close
			quadTextureSprite = "GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "CYBER_GUI_INVEST_DEF"
			pdx_tooltip = "CYBER_GUI_INVEST_DEF_TT"
		}

		instantTextboxType = {
			name = "cyber_active_title"
			position = { x=252 y=15 }
			font = "hoi_18mbs"
			borderSize = { x=0 y=0 }
			text = "CYBER_ACTIVE_TITLE"
			maxWidth = 340
			maxHeight = 30
			format = center
		}

		instantTextboxType = {
			name = "cyber_slots_counter"
			position = { x=252 y=34 }
			font = "hoi_16mbs"
			borderSize = { x=0 y=0 }
			text = "CYBER_SLOTS_LABEL"
			pdx_tooltip = "CYBER_SLOTS_TT"
			maxWidth = 340
			maxHeight = 18
			format = center
		}

		instantTextboxType = {
			name = "cyber_potential_title"
			position = { x=202 y=245 }
			font = "hoi_18mbs"
			borderSize = { x=0 y=0 }
			text = "CYBER_POTENTIAL_TITLE"
			maxWidth = 340
			maxHeight = 30
			format = center
		}

		containerWindowType = {
			name = "MD_cyber_operation_actions"
			position = { x=0 y=465 }
			size = { width=500 height = 300}

			# Tier 1 offensive operations
			buttonType = {
				name = "cyber_gps_jamming_button"
				position = { x=0 y=0 }
				clicksound = click_default
				quadTextureSprite = "GFX_button_123x34"
				buttonFont = "hoi_16mbs"
				buttonText = "CYBER_BTN_GPS"
				pdx_tooltip = "CYBER_GPS_BTN_TT"
				pdx_tooltip_delayed = "CYBER_GPS_BTN_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "cyber_economic_disruption_button"
				position = { x=125 y=80 }
				clicksound = click_default
				quadTextureSprite = "GFX_button_123x34"
				buttonFont = "hoi_16mbs"
				buttonText = "CYBER_BTN_ECON"
				pdx_tooltip = "CYBER_ECON_BTN_TT"
				pdx_tooltip_delayed = "CYBER_ECON_BTN_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "cyber_propaganda_ops_button"
				position = { x=250 y=80 }
				clicksound = click_default
				quadTextureSprite = "GFX_button_123x34"
				buttonFont = "hoi_16mbs"
				buttonText = "CYBER_BTN_PROP"
				pdx_tooltip = "CYBER_PROP_BTN_TT"
				pdx_tooltip_delayed = "CYBER_PROP_BTN_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "cyber_sigint_surveillance_button"
				position = { x=125 y=0 }
				clicksound = click_default
				quadTextureSprite = "GFX_button_123x34"
				buttonFont = "hoi_16mbs"
				buttonText = "CYBER_BTN_SIGINT"
				pdx_tooltip = "CYBER_SIGINT_BTN_TT"
				pdx_tooltip_delayed = "CYBER_SIGINT_BTN_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "cyber_radar_spoofing_button"
				position = { x=250 y=0 }
				clicksound = click_default
				quadTextureSprite = "GFX_button_123x34"
				buttonFont = "hoi_16mbs"
				buttonText = "CYBER_BTN_RADAR"
				pdx_tooltip = "CYBER_RADAR_BTN_TT"
				pdx_tooltip_delayed = "CYBER_RADAR_BTN_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			# Tier 2 offensive operations
			buttonType = {
				name = "cyber_election_interference_button"
				position = { x=0 y=40 }
				clicksound = click_default
				quadTextureSprite = "GFX_button_123x34"
				buttonFont = "hoi_16mbs"
				buttonText = "CYBER_BTN_ELECT"
				pdx_tooltip = "CYBER_ELECT_BTN_TT"
				pdx_tooltip_delayed = "CYBER_ELECT_BTN_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "cyber_industrial_espionage_button"
				position = { x=125 y=40 }
				clicksound = click_default
				quadTextureSprite = "GFX_button_123x34"
				buttonFont = "hoi_16mbs"
				buttonText = "CYBER_BTN_ESPION"
				pdx_tooltip = "CYBER_ESPION_BTN_TT"
				pdx_tooltip_delayed = "CYBER_ESPION_BTN_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "cyber_comms_intercept_button"
				position = { x=250 y=40 }
				clicksound = click_default
				quadTextureSprite = "GFX_button_123x34"
				buttonFont = "hoi_16mbs"
				buttonText = "CYBER_BTN_COMMS"
				pdx_tooltip = "CYBER_COMMS_BTN_TT"
				pdx_tooltip_delayed = "CYBER_COMMS_BTN_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			# Tier 3 offensive operations
			buttonType = {
				name = "cyber_infrastructure_attack_button"
				position = { x=60 y=120 }
				clicksound = click_default
				quadTextureSprite = "GFX_button_123x34"
				buttonFont = "hoi_16mbs"
				buttonText = "CYBER_BTN_INFRA"
				pdx_tooltip = "CYBER_INFRA_BTN_TT"
				pdx_tooltip_delayed = "CYBER_INFRA_BTN_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "cyber_financial_system_attack_button"
				position = { x=125 y=160 }
				clicksound = click_default
				quadTextureSprite = "GFX_button_123x34"
				buttonFont = "hoi_16mbs"
				buttonText = "CYBER_BTN_FIN"
				pdx_tooltip = "CYBER_FIN_BTN_TT"
				pdx_tooltip_delayed = "CYBER_FIN_BTN_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "cyber_logistics_disruption_button"
				position = { x=250 y=160 }
				clicksound = click_default
				quadTextureSprite = "GFX_button_123x34"
				buttonFont = "hoi_16mbs"
				buttonText = "CYBER_BTN_LOG"
				pdx_tooltip = "CYBER_LOG_BTN_TT"
				pdx_tooltip_delayed = "CYBER_LOG_BTN_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "cyber_sleeper_network_button"
				position = { x=190 y=120 }
				clicksound = click_default
				quadTextureSprite = "GFX_button_123x34"
				buttonFont = "hoi_16mbs"
				buttonText = "CYBER_BTN_SLEEP"
				pdx_tooltip = "CYBER_SLEEP_BTN_TT"
				pdx_tooltip_delayed = "CYBER_SLEEP_BTN_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			# Tier 4 offensive operations
			buttonType = {
				name = "cyber_critical_strike_button"
				position = { x=60 y=200 }
				clicksound = click_default
				quadTextureSprite = "GFX_button_123x34"
				buttonFont = "hoi_16mbs"
				buttonText = "CYBER_BTN_CRIT"
				pdx_tooltip = "CYBER_CRIT_BTN_TT"
				pdx_tooltip_delayed = "CYBER_CRIT_BTN_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "cyber_deception_campaign_button"
				position = { x=190 y=200 }
				clicksound = click_default
				quadTextureSprite = "GFX_button_123x34"
				buttonFont = "hoi_16mbs"
				buttonText = "CYBER_BTN_DECEPT"
				pdx_tooltip = "CYBER_DECEPT_BTN_TT"
				pdx_tooltip_delayed = "CYBER_DECEPT_BTN_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "cyber_zero_day_strike_button"
				position = { x=325 y=200 }
				clicksound = click_default
				quadTextureSprite = "GFX_button_123x34"
				buttonFont = "hoi_16mbs"
				buttonText = "CYBER_BTN_ZERO"
				pdx_tooltip = "CYBER_ZERO_BTN_TT"
				pdx_tooltip_delayed = "CYBER_ZERO_BTN_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			# Defensive operations
			buttonType = {
				name = "cyber_network_hardening_button"
				position = { x=375 y=0 }
				clicksound = click_default
				quadTextureSprite = "GFX_button_123x34"
				buttonFont = "hoi_16mbs"
				buttonText = "CYBER_BTN_HARDEN"
				pdx_tooltip = "CYBER_HARDEN_BTN_TT"
				pdx_tooltip_delayed = "CYBER_HARDEN_BTN_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "cyber_counter_intrusion_button"
				position = { x=375 y=40 }
				clicksound = click_default
				quadTextureSprite = "GFX_button_123x34"
				buttonFont = "hoi_16mbs"
				buttonText = "CYBER_BTN_CNTRINT"
				pdx_tooltip = "CYBER_CNTRINT_BTN_TT"
				pdx_tooltip_delayed = "CYBER_CNTRINT_BTN_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "cyber_attribution_hunt_button"
				position = { x=325 y=120 }
				clicksound = click_default
				quadTextureSprite = "GFX_button_123x34"
				buttonFont = "hoi_16mbs"
				buttonText = "CYBER_BTN_ATTRIB"
				pdx_tooltip = "CYBER_ATTRIB_BTN_TT"
				pdx_tooltip_delayed = "CYBER_ATTRIB_BTN_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
		}
	}

	#UN Windows
	#Main
	containerWindowType = {
		name = "MD_UN_main_window"
		position = { x=-606 y=78 }
		show_position = { x=-6 y =78 }
		show_animation_type = decelerated
		hide_animation_type = accelerated
		animation_time = 1
		size = { width=550 height=850 }

		containerWindowType = {
			name = "un_main_gui_ledger_menu"
			position = { x = 7 y = 55 }
			size = { width = 75 height = 50 }
			clipping = no

			iconType = {
				name ="trade_divider"
				spriteType = "GFX_divider"
				position = { x= 2 y = -2 }
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "un_state_recog_btn"
				position = { x = 5 y = -40 }
				quadTextureSprite ="GFX_missiles_gui_ledger_btn"
				pdx_tooltip = "IS_state_recognition_button_text"
				pdx_tooltip_delayed = "IS_state_recognition_button_text_tt"
				clicksound = click_checkbox
			}

			iconType = {
				name ="icon_un_btn_1"
				spriteType = "GFX_ledger_icon_small_sr"
				position = { x = 36 y = -28 }
				alwaystransparent = yes
			}

			buttonType = {
				name = "un_human_aid_btn"
				position = { x = 87 y = -40 }
				quadTextureSprite ="GFX_missiles_gui_ledger_btn"
				pdx_tooltip = "IS_un_humaid_button_text"
				pdx_tooltip_delayed = "IS_un_humaid_button_text_tt"
				clicksound = click_checkbox
			}

			iconType = {
				name ="icon_un_btn_2"
				spriteType = "GFX_ledger_icon_small_ga"
				position = { x = 117 y = -28 }
				alwaystransparent = yes
			}

			buttonType = {
				name = "un_gen_assembly_btn"
				position = { x = 169 y = -40 }
				quadTextureSprite ="GFX_missiles_gui_ledger_btn"
				pdx_tooltip = "IS_gen_assembly_button_text"
				pdx_tooltip_delayed = "IS_gen_assembly_button_text_tt"
				clicksound = click_checkbox
			}

			iconType = {
				name ="icon_un_btn_3"
				spriteType = "GFX_ledger_icon_small_unaid"
				position = { x = 200 y = -28 }
				alwaystransparent = yes
			}

			buttonType = {
				name = "un_sec_con_btn"
				position = { x = 251 y = -40 }
				quadTextureSprite ="GFX_missiles_gui_ledger_btn"
				pdx_tooltip = "IS_sec_con_button_text"
				pdx_tooltip_delayed = "IS_sec_con_button_text_tt"
				clicksound = click_checkbox
			}

			iconType = {
				name ="icon_un_btn_4"
				spriteType = "GFX_ledger_icon_small_sc"
				position = { x = 284 y = -28 }
				alwaystransparent = yes
			}
		}
	}
	#Recog
	containerWindowType = {
		name = "MD_UN_system_window"
		position = { x = -350 y = 292 }
		show_position = { x = -69 y = -58 }
		show_animation_type = decelerated
		hide_animation_type = accelerated
		animation_time = 1
		size = { width=500 height=617 }
		show_sound = open_sub_window

		instantTextBoxType = {
			name = "statehood_info_display"
			position = { x = 90 y = 125 }
			font = "hoi_16mbs"
			maxWidth = 500
			maxHeight = 100
			text = "recognition_category_desc"
			format = center
		}

		instantTextBoxType = {
			name = "ir_nation_sel_disp"
			position = { x = -10 y = 360 }
			font = "hoi_16mbs"
			maxWidth = 700
			maxHeight = 100
			text = "IS_ir_nation_sel_display_text"
			format = center
		}

		instantTextBoxType = {
			name = "ir_nation_unre_guide"
			position = { x = 85 y = 436 }
			font = "hoi_16mbs"
			maxWidth = 500
			maxHeight = 100
			text = "recog_cat_nation_guide_tt"
			format = center
		}

		instantTextBoxType = {
			name = "nation_supporter_disp_info"
			position = { x = -10 y = 680 }
			font = "hoi_16mbs"
			maxWidth = 700
			maxHeight = 100
			text = "is_ir_cur_supporting_nations_tt"
			format = center
		}

		buttonType = {
			name = "pressure_countries_recog_button"
			position = { x = 260 y = 400 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "pressure_countries_recog_button_text"
			clicksound = click_close
			pdx_tooltip = "pressure_countries_tt"
			pdx_tooltip_delayed = "pressure_countries_delayed_tt"
		}
		buttonType = {
			name = "grant_recog_button"
			position = { x = 100 y = 400 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "grant_recog_button_text"
			clicksound = click_close
			pdx_tooltip = "grant_recog_tt"
			pdx_tooltip_delayed = "grant_recog_delayed_tt"
		}
		buttonType = {
			name = "rescind_recog_button"
			position = { x = 420 y = 400 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "rescind_recog_button_text"
			clicksound = click_close
			pdx_tooltip = "rescind_recog_tt"
			pdx_tooltip_delayed = "rescind_recog_delayed_tt"
		}
		buttonType = {
			name = "un_improve_relations_button"
			position = { x = 260 y = 625 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "un_improve_relations_button_tt"
			clicksound = click_close
			pdx_tooltip = "un_improve_relations_tt"
			pdx_tooltip_delayed = "un_improve_relations_tt_delayed"
		}
		buttonType = {
			name = "un_campaign_for_recog_button"
			position = { x = 100 y = 625 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "un_campaign_for_recog_button_tt"
			clicksound = click_close
			pdx_tooltip = "un_campaign_for_recog_tt"
			pdx_tooltip_delayed = "un_campaign_for_recog_tt_delayed"
		}
		buttonType = {
			name = "un_ask_for_independence_button"
			position = { x = 420 y = 625 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "un_ask_for_independence_button_tt"
			clicksound = click_close
			pdx_tooltip = "un_ask_for_independence_tt"
			pdx_tooltip_delayed = "un_ask_for_independence_tt_delayed"
		}
		buttonType = {
			name = "un_ascension_button"
			position = { x = 260 y = 700 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "un_ascension_button_tt"
			clicksound = click_close
			pdx_tooltip_delayed = "un_ascend_tt"
		}
	}
	#Security Council
	containerWindowType = {
		name = "MD_UN_SC_window"
		position = { x = -350 y = 292 }
		show_position = { x = -69 y = -58 }
		show_animation_type = decelerated
		hide_animation_type = accelerated
		animation_time = 1
		size = { width=500 height=617 }
		show_sound = open_sub_window

		instantTextBoxType = {
			name = "un_sc_perm_members_txt"
			position = { x = -10 y = 120 }
			font = "hoi_18mbs"
			maxWidth = 700
			maxHeight = 100
			text = "un_sc_perm_members"
			format = center
		}

		instantTextBoxType = {
			name = "un_sc_temp_members_txt"
			position = { x = -10 y = 180 }
			font = "hoi_18mbs"
			maxWidth = 700
			maxHeight = 100
			text = "un_sc_elec_members"
			format = center
		}

		instantTextBoxType = {
			name = "un_sc_current_vote_text"
			position = { x = -10 y = 300 }
			font = "hoi_18mbs"
			maxWidth = 700
			maxHeight = 100
			text = "unsc_current_vote"
			format = center
		}

		instantTextBoxType = {
			name = "un_sc_current_vote_details"
			position = { x = -10 y = 320 }
			font = "hoi_18mbs"
			maxWidth = 700
			maxHeight = 100
			text = "[unsc_current_vote]"
			format = center
		}

		instantTextBoxType = {
			name = "unsc_yes_text"
			position = { x = -240 y = 355 }
			font = "hoi_18mbs"
			maxWidth = 700
			maxHeight = 100
			text = "un_sc_yes_vote"
			format = center
		}

		instantTextBoxType = {
			name = "unsc_no_text"
			position = { x = -240 y = 435 }
			font = "hoi_18mbs"
			maxWidth = 700
			maxHeight = 100
			text = "un_sc_no_vote"
			format = center
		}

		instantTextBoxType = {
			name = "unsc_abstain_text"
			position = { x = -240 y = 515 }
			font = "hoi_18mbs"
			maxWidth = 700
			maxHeight = 100
			text = "un_sc_abstain"
			format = center
		}

		instantTextBoxType = {
			name = "unsc_actions_text"
			position = { x = 165 y = 560 }
			font = "hoi_18mbs"
			maxWidth = 700
			maxHeight = 100
			text = "un_sc_actions"
			format = center
		}

		instantTextBoxType = {
			name = "unsc_nations_text"
			position = { x = -45 y = 560 }
			font = "hoi_18mbs"
			maxWidth = 700
			maxHeight = 100
			text = "un_sc_action_nations"
			format = center
		}

		buttonType = {
			name = "nations_at_war_button"
			position = { x = 350 y = 590 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "un_sc_at_war"
			clicksound = click_close
			pdx_tooltip = "un_sc_at_war_tt"
			pdx_tooltip_delayed = "un_sc_at_war_tt_delayed"
		}

		buttonType = {
			name = "sanction_nations_button"
			position = { x = 350 y = 630 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "un_sc_sanctions"
			clicksound = click_close
			pdx_tooltip = "un_sc_sanctions_tt"
			pdx_tooltip_delayed = "un_sc_sanctions_tt_delayed"
		}

		buttonType = {
			name = "manage_volunteers_button"
			position = { x = 350 y = 670 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "un_sc_volunteers"
			clicksound = click_close
			pdx_tooltip = "un_sc_volunteers_tt"
			pdx_tooltip_delayed = "un_sc_volunteers_tt_delayed"
		}

		buttonType = {
			name = "arms_embargo_button"
			position = { x = 350 y = 710 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "un_sc_embargo"
			clicksound = click_close
			pdx_tooltip = "un_sc_embargo_tt"
			pdx_tooltip_delayed = "un_sc_embargo_tt_delayed"
		}

		buttonType = {
			name = "un_sc_auto_accept_button"
			position = { x = 500 y = 595 }
			quadTextureSprite = "GFX_generic_checkbox"
			pdx_tooltip = "un_sc_aa_tooltip"
			pdx_tooltip_delayed = "un_sc_aa_tooltip_delayed"
			clicksound = click_checkbox
			Orientation = "UPPER_LEFT"
		}

		instantTextBoxType = {
			name = "un_sc_aa_button_txt"
			position = { x = 535 y = 600 }
			font = "hoi_20bs"
			maxWidth = 130
			maxHeight = 100
			text = "un_sc_aa_button_tt"
			format = left
			pdx_tooltip = "un_sc_aa_tooltip"
			pdx_tooltip_delayed = "un_sc_aa_tooltip_delayed"
		}

		buttonType = {
			name = "un_sc_auto_reject_button"
			position = { x = 500 y = 625 }
			quadTextureSprite = "GFX_generic_checkbox"
			pdx_tooltip = "un_sc_ar_tooltip"
			pdx_tooltip_delayed = "un_sc_ar_tooltip_delayed"
			clicksound = click_checkbox
			Orientation = "UPPER_LEFT"
		}

		instantTextBoxType = {
			name = "un_sc_ar_button_txt"
			position = { x = 535 y = 630 }
			font = "hoi_20bs"
			maxWidth = 130
			maxHeight = 100
			text = "un_sc_ar_button_tt"
			format = left
			pdx_tooltip = "un_sc_ar_tooltip"
			pdx_tooltip_delayed = "un_sc_ar_tooltip_delayed"
		}

		buttonType = {
			name = "un_sc_auto_abstain_button"
			position = { x = 500 y = 650 }
			quadTextureSprite = "GFX_generic_checkbox"
			pdx_tooltip = "un_sc_aab_tooltip"
			pdx_tooltip_delayed = "un_sc_aab_tooltip_delayed"
			clicksound = click_checkbox
			Orientation = "UPPER_LEFT"
		}

		instantTextBoxType = {
			name = "un_sc_aab_button_txt"
			position = { x = 535 y = 655 }
			font = "hoi_20bs"
			maxWidth = 130
			maxHeight = 100
			text = "un_sc_aab_button_tt"
			format = left
			pdx_tooltip = "un_sc_aab_tooltip"
			pdx_tooltip_delayed = "un_sc_aab_tooltip_delayed"
		}
	}

	containerWindowType = {
		name = "UNSC_pop_out_window"
		clipping = no
		iconType = {
			name = "un_sc_pop_out_window"
			position = { x = 535 y = 75 }
			quadTextureSprite = "GFX_united_nations_side_window"
		}
		instantTextBoxType = {
			name = "un_sc_pop_out_window_title"
			position = { x = 540 y = 80	 }
			font = "hoi_24header"
			maxWidth = 200
			maxHeight = 100
			text = "UNSC_pop_out_pending_sc_resolutions"
			format = left
		}
	}

	#General Assembly
	containerWindowType = {
		name = "MD_UN_GA_window"
		position = { x = -350 y = 292 }
		show_position = { x = -69 y = -58 }
		show_animation_type = decelerated
		hide_animation_type = accelerated
		animation_time = 1
		size = { width=500 height=617 }
		show_sound = open_sub_window

		instantTextBoxType = {
			name = "un_ga_2_3_vote_number"
			position = { x = -10 y = 140 }
			font = "hoi_20bs"
			maxWidth = 700
			maxHeight = 100
			text = "un_ga_2_3_vote_number_is_tt"
			format = center
		}

		instantTextBoxType = {
			name = "un_ga_count_txt"
			position = { x = -10 y = 120 }
			font = "hoi_20bs"
			maxWidth = 700
			maxHeight = 100
			text = "un_member_title"
			format = center
		}

		buttonType = {
			name = "un_ga_auto_accept_button"
			position = { x = 80 y = 160 }
			quadTextureSprite = "GFX_generic_checkbox"
			pdx_tooltip = "un_ga_aa_tooltip"
			pdx_tooltip_delayed = "un_ga_aa_tooltip_delayed"
			clicksound = click_checkbox
			Orientation = "UPPER_LEFT"
		}

		instantTextBoxType = {
			name = "un_ga_aa_button_txt"
			position = { x = 115 y = 163 }
			font = "hoi_20bs"
			maxWidth = 130
			maxHeight = 100
			text = "un_ga_aa_button_tt"
			format = left
			pdx_tooltip = "un_ga_aa_tooltip"
			pdx_tooltip_delayed = "un_ga_aa_tooltip_delayed"
		}

		buttonType = {
			name = "un_ga_auto_reject_button"
			position = { x = 80 y = 184 }
			quadTextureSprite = "GFX_generic_checkbox"
			pdx_tooltip = "un_ga_ar_tooltip"
			pdx_tooltip_delayed = "un_ga_ar_tooltip_delayed"
			clicksound = click_checkbox
			Orientation = "UPPER_LEFT"
		}

		instantTextBoxType = {
			name = "un_ga_ar_button_txt"
			position = { x = 115 y = 187 }
			font = "hoi_20bs"
			maxWidth = 130
			maxHeight = 100
			text = "un_ga_ar_button_tt"
			format = left
			pdx_tooltip = "un_ga_ar_tooltip"
			pdx_tooltip_delayed = "un_ga_ar_tooltip_delayed"
		}

		buttonType = {
			name = "un_ga_auto_abstain_button"
			position = { x = 80 y = 208 }
			quadTextureSprite = "GFX_generic_checkbox"
			pdx_tooltip = "un_ga_aab_tooltip"
			pdx_tooltip_delayed = "un_ga_aab_tooltip_delayed"
			clicksound = click_checkbox
			Orientation = "UPPER_LEFT"
		}

		instantTextBoxType = {
			name = "un_ga_aab_button_txt"
			position = { x = 115 y = 211 }
			font = "hoi_20bs"
			maxWidth = 130
			maxHeight = 100
			text = "un_ga_aab_button_tt"
			format = left
			pdx_tooltip = "un_ga_aab_tooltip"
			pdx_tooltip_delayed = "un_ga_aab_tooltip_delayed"
		}

		buttonType = {
			name = "un_ga_show_all_nations_button"
			position = { x = 560 y = 120 }
			clicksound = click_close
			quadTextureSprite ="GFX_production_line_arrow_right"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			clicksound = click_close
			pdx_tooltip = "show_all_nations_tt"
			pdx_tooltip_delayed = ""
		}

		buttonType = {
			name = "un_ga_show_pending_votes_button"
			position = { x = 560 y = 160 }
			clicksound = click_close
			quadTextureSprite ="GFX_production_line_arrow_right"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			clicksound = click_close
			pdx_tooltip = "pending_ga_votes_tt"
			pdx_tooltip_delayed = "pending_ga_votes_tt_delayed"
		}

		buttonType = {
			name = "un_ga_show_propose_resolutions_button"
			position = { x = 560 y = 200 }
			clicksound = click_close
			quadTextureSprite ="GFX_production_line_arrow_right"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			clicksound = click_close
			pdx_tooltip = "propose_ga_resolution_tt"
			pdx_tooltip_delayed = "propose_ga_resolution_tt_delayed"
		}

		instantTextBoxType = {
			name = "un_ga_current_vote_details"
			position = { x = -10 y = 230 }
			font = "hoi_18mbs"
			maxWidth = 700
			maxHeight = 100
			text = "[unga_current_vote]"
			format = center
		}

		instantTextBoxType = {
			name = "unga_yes_text"
			position = { x = 90 y = 250 }
			font = "hoi_18mbs"
			maxWidth = 700
			maxHeight = 100
			text = "un_ga_yes_vote"
			format = left
		}

		instantTextBoxType = {
			name = "unga_no_text"
			position = { x = 90 y = 450 }
			font = "hoi_18mbs"
			maxWidth = 700
			maxHeight = 100
			text = "un_ga_no_vote"
			format = left
		}

		instantTextBoxType = {
			name = "unga_abstain_text"
			position = { x = 90 y = 650 }
			font = "hoi_18mbs"
			maxWidth = 700
			maxHeight = 100
			text = "un_ga_abstain"
			format = left
		}
	}

	containerWindowType = {
		name = "UNGA_pop_out_window"
		clipping = no
		iconType = {
			name = "un_ga_pop_out_window"
			position = { x = 535 y = 75 }
			quadTextureSprite = "GFX_united_nations_side_window"
		}
		instantTextBoxType = {
			name = "un_sc_pop_out_window_title"
			position = { x = 540 y = 79 }
			font = "hoi_24header"
			maxWidth = 200
			maxHeight = 100
			text = "[UNGA_pop_out_window_title]"
			format = left
		}
	}

	#Human Aid
	containerWindowType = {
		name = "MD_UN_aid_window"
		position = { x = -350 y = 292 }
		show_position = { x = -69 y = -58 }
		show_animation_type = decelerated
		hide_animation_type = accelerated
		animation_time = 1
		size = { width=500 height=617 }
		show_sound = open_sub_window

		instantTextBoxType = {
			name = "is_un_aid_general_budget_info"
			position = { x = 120 y = 130 }
			font = "hoi_16mbs"
			maxWidth = 300
			maxHeight = 100
			text = "IS_un_aid_general_budget"
			pdx_tooltip = "IS_un_aid_general_budget_tt"
			pdx_tooltip = "IS_un_aid_general_budget_tt_delayed"
			format = left
		}
		instantTextBoxType = {
			name = "is_un_aid_cur_nation_name"
			position = { x = 390 y = 130 }
			font = "hoi_16mbs"
			maxWidth = 200
			maxHeight = 100
			text = "[THIS.GetNameWithFlag]"
			pdx_tooltip = ""
			pdx_tooltip = ""
			format = center
		}
		instantTextBoxType = {
			name = "is_un_aid_cur_budget_total"
			position = { x = 400 y = 150 }
			font = "hoi_16mbs"
			maxWidth = 200
			maxHeight = 100
			text = "is_un_aid_total_budget_spending"
			pdx_tooltip = "is_un_aid_total_budget_spending_tt"
			pdx_tooltip_delayed = "is_un_aid_total_budget_spending_tt_delayed"
			format = left
		}
		instantTextBoxType = {
			name = "is_un_aid_base_spending"
			position = { x = 400 y = 170 }
			font = "hoi_16mbs"
			maxWidth = 200
			maxHeight = 100
			text = "is_un_basic_budget_spending"
			pdx_tooltip = "is_un_basic_budget_spending_tt"
			pdx_tooltip_delayed = "is_un_basic_budget_spending_tt_delayed"
			format = left
		}
		instantTextBoxType = {
			name = "is_un_aid_spending_percent"
			position = { x = 400 y = 190 }
			font = "hoi_16mbs"
			maxWidth = 200
			maxHeight = 100
			text = "is_un_aid_spending_percent"
			pdx_tooltip = "is_un_aid_spending_percent_tt"
			pdx_tooltip_delayed = "is_un_aid_spending_percent_tt_delayed"
			format = left
		}
		instantTextBoxType = {
			name = "is_un_aid_unescoe_spending"
			position = { x = 400 y = 210 }
			font = "hoi_16mbs"
			maxWidth = 200
			maxHeight = 100
			text = "is_un_aid_unescoe_spending"
			pdx_tooltip = "is_un_aid_unescoe_spending_tt"
			pdx_tooltip_delayed = "is_un_aid_unescoe_spending_tt_delayed"
			format = left
		}
		instantTextBoxType = {
			name = "is_un_aid_unido_spending"
			position = { x = 400 y = 230 }
			font = "hoi_16mbs"
			maxWidth = 200
			maxHeight = 100
			text = "is_un_aid_unido_spending"
			pdx_tooltip = "is_un_aid_unido_spending_tt"
			pdx_tooltip_delayed = "is_un_aid_unido_spending_tt_delayed"
			format = left
		}
		instantTextBoxType = {
			name = "is_un_aid_uncdf_spending"
			position = { x = 400 y = 250 }
			font = "hoi_16mbs"
			maxWidth = 200
			maxHeight = 100
			text = "is_un_aid_uncdf_spending"
			pdx_tooltip = "is_un_aid_uncdf_spending_tt"
			pdx_tooltip_delayed = "is_un_aid_uncdf_spending_tt_delayed"
			format = left
		}
		instantTextBoxType = {
			name = "is_un_aid_additional_percent"
			position = { x = 400 y = 270 }
			font = "hoi_16mbs"
			maxWidth = 200
			maxHeight = 100
			text = "is_un_aid_additional_percent"
			pdx_tooltip = "is_un_aid_additional_percent_tt"
			pdx_tooltip_delayed = "is_un_aid_additional_percent_tt_delayed"
			format = left
		}
		instantTextBoxType = {
			name = "is_un_aid_cur_budget_total_amount"
			position = { x = 550 y = 150 }
			font = "hoi_16mbs"
			maxWidth = 200
			maxHeight = 100
			text = "is_un_aid_total_budget_spending_num"
			pdx_tooltip = "is_un_aid_total_budget_spending_tt"
			pdx_tooltip_delayed = "is_un_aid_total_budget_spending_tt_delayed"
			format = left
		}
		instantTextBoxType = {
			name = "is_un_aid_base_spending_amount"
			position = { x = 550 y = 170 }
			font = "hoi_16mbs"
			maxWidth = 200
			maxHeight = 100
			text = "is_un_aid_base_budget_spending_num"
			pdx_tooltip = "is_un_basic_budget_spending_tt"
			pdx_tooltip_delayed = "is_un_basic_budget_spending_tt_delayed"
			format = left
		}
		instantTextBoxType = {
			name = "is_un_aid_spending_percent_amount"
			position = { x = 550 y = 190 }
			font = "hoi_16mbs"
			maxWidth = 200
			maxHeight = 100
			text = "is_un_aid_spending_percent_num"
			pdx_tooltip = "is_un_aid_spending_percent_tt"
			pdx_tooltip_delayed = "is_un_aid_spending_percent_tt_delayed"
			format = left
		}
		instantTextBoxType = {
			name = "is_un_aid_unescoe_spending_amount"
			position = { x = 550 y = 210 }
			font = "hoi_16mbs"
			maxWidth = 200
			maxHeight = 100
			text = "is_un_aid_unescoe_spending_num"
			pdx_tooltip = "is_un_aid_unescoe_spending_tt"
			pdx_tooltip_delayed = "is_un_aid_unescoe_spending_tt_delayed"
			format = left
		}
		instantTextBoxType = {
			name = "is_un_aid_unido_spending_amount"
			position = { x = 550 y = 230 }
			font = "hoi_16mbs"
			maxWidth = 200
			maxHeight = 100
			text = "is_un_aid_unido_spending_num"
			pdx_tooltip = "is_un_aid_unido_spending_tt"
			pdx_tooltip_delayed = "is_un_aid_unido_spending_tt_delayed"
			format = left
		}
		instantTextBoxType = {
			name = "is_un_aid_uncdf_spending_amount"
			position = { x = 550 y = 250 }
			font = "hoi_16mbs"
			maxWidth = 200
			maxHeight = 100
			text = "is_un_aid_uncdf_spending_num"
			pdx_tooltip = "is_un_aid_uncdf_spending_tt"
			pdx_tooltip_delayed = "is_un_aid_uncdf_spending_tt_delayed"
			format = left
		}
		instantTextBoxType = {
			name = "is_un_aid_additional_percent_amount"
			position = { x = 550 y = 270 }
			font = "hoi_16mbs"
			maxWidth = 200
			maxHeight = 100
			text = "is_un_aid_additional_percent_num"
			pdx_tooltip = "is_un_aid_additional_percent_tt"
			pdx_tooltip_delayed = "is_un_aid_additional_percent_tt_delayed"
			format = left
		}
		#Base budget button adjusters
		buttonType = {
			name = "increase_base_budget_vote_button"
			position = { x = 90 y = 300 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "increase_base_un_budget"
			clicksound = click_close
			pdx_tooltip = "increase_base_un_budget_tt"
			pdx_tooltip_delayed = "increase_base_un_budget_tt_delayed"
		}
		buttonType = {
			name = "decrease_base_budget_vote_button"
			position = { x = 250 y = 300 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "decrease_base_un_budget"
			clicksound = click_close
			pdx_tooltip = "decrease_base_un_budget_tt"
			pdx_tooltip_delayed = "decrease_base_un_budget_tt_delayed"
		}
		buttonType = {
			name = "cancel_all_contributions_button"
			position = { x = 425 y = 300 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "cancel_all_contributions"
			clicksound = click_close
			pdx_tooltip = "cancel_all_contributions_tt"
			pdx_tooltip_delayed = "cancel_all_contributions_tt_delayed"
		}
		#Aid Program Titles
		instantTextBoxType = {
			name = "is_un_aid_unescoe_title"
			position = { x = 75 y = 350 }
			font = "hoi_16mbs"
			maxWidth = 200
			maxHeight = 100
			text = "is_un_aid_unescoe_title"
			pdx_tooltip = ""
			pdx_tooltip_delayed = "is_un_aid_unescoe_spending_tt_delayed"
			format = center
		}
		instantTextBoxType = {
			name = "is_un_aid_unido_title"
			position = { x = 240 y = 350 }
			font = "hoi_16mbs"
			maxWidth = 200
			maxHeight = 100
			text = "is_un_aid_unido_title"
			pdx_tooltip = ""
			pdx_tooltip_delayed = "is_un_aid_unido_spending_tt_delayed"
			format = center
		}
		instantTextBoxType = {
			name = "is_un_aid_uncdf_title"
			position = { x = 400 y = 350 }
			font = "hoi_16mbs"
			maxWidth = 200
			maxHeight = 100
			text = "is_un_aid_uncdf_title"
			pdx_tooltip = ""
			pdx_tooltip_delayed = "is_un_aid_uncdf_spending_tt_delayed"
			format = center
		}
		#Aid Program Funding
		instantTextBoxType = {
			name = "is_un_aid_unescoe_funding_tt"
			position = { x = 105 y = 445 }
			font = "hoi_16mbs"
			maxWidth = 75
			maxHeight = 100
			text = "is_un_aid_total_funding_title"
			pdx_tooltip = "is_un_aid_total_budget_tt"
			pdx_tooltip_delayed = "is_un_aid_total_budget_esco_tt_delayed"
			format = left
		}
		instantTextBoxType = {
			name = "is_un_aid_unido_funding_tt"
			position = { x = 270 y = 445 }
			font = "hoi_16mbs"
			maxWidth = 75
			maxHeight = 100
			text = "is_un_aid_total_funding_title"
			pdx_tooltip = "is_un_aid_total_budget_tt"
			pdx_tooltip_delayed = "is_un_aid_total_budget_ido_tt_delayed"
			format = left
		}
		instantTextBoxType = {
			name = "is_un_aid_uncdf_funding_tt"
			position = { x = 428 y = 445 }
			font = "hoi_16mbs"
			maxWidth = 75
			maxHeight = 100
			text = "is_un_aid_total_funding_title"
			pdx_tooltip = "is_un_aid_total_budget_tt"
			pdx_tooltip_delayed = ""
			format = left
		}
		instantTextBoxType = {
			name = "is_un_aid_unescoe_funding_amount"
			position = { x = 185 y = 445 }
			font = "hoi_16mbs"
			maxWidth = 75
			maxHeight = 100
			text = "is_un_aid_unescoe_total_funding_num"
			pdx_tooltip = "is_un_aid_total_budget_tt"
			pdx_tooltip_delayed = "is_un_aid_total_budget_esco_tt_delayed"
			format = left
		}
		instantTextBoxType = {
			name = "is_un_aid_unido_funding_amount"
			position = { x = 350 y = 445 }
			font = "hoi_16mbs"
			maxWidth = 75
			maxHeight = 100
			text = "is_un_aid_unido_total_funding_num"
			pdx_tooltip = "is_un_aid_total_budget_tt"
			pdx_tooltip_delayed = "is_un_aid_total_budget_ido_tt_delayed"
			format = left
		}
		instantTextBoxType = {
			name = "is_un_aid_uncdf_funding_amount"
			position = { x = 512 y = 445 }
			font = "hoi_16mbs"
			maxWidth = 75
			maxHeight = 100
			text = "is_un_aid_uncdf_total_funding_num"
			pdx_tooltip = "is_un_aid_total_budget_tt"
			pdx_tooltip_delayed = ""
			format = left
		}
		buttonType = {
			name = "is_un_aid_request_join_esco_button"
			position = { x = 100 y = 380 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "is_un_aid_request_join_esco_program"
			clicksound = click_close
			pdx_tooltip = "is_un_aid_esco_status_tt"
			pdx_tooltip_delayed = "is_un_aid_esco_status_tt_delayed"
		}
		buttonType = {
			name = "is_un_aid_request_join_ido_button"
			position = { x = 265 y = 380 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "is_un_aid_request_join_ido_program"
			clicksound = click_close
			pdx_tooltip = "is_un_aid_ido_status_tt"
			pdx_tooltip_delayed = "is_un_aid_ido_status_tt_delayed"
		}
		buttonType = {
			name = "is_un_aid_request_join_cdf_button"
			position = { x = 425 y = 380 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "is_un_aid_request_join_cdf_program"
			clicksound = click_close
			pdx_tooltip = "is_un_aid_cdf_status_tt"
			pdx_tooltip_delayed = "is_un_aid_cdf_status_tt_delayed"
		}
		buttonType = {
			name = "is_un_aid_request_subsidies_esco_button"
			position = { x = 100 y = 410 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "is_un_aid_request_subsidies_from_program"
			clicksound = click_close
			pdx_tooltip = "is_un_aid_request_subsidies_esco_tt"
			pdx_tooltip_delayed = "is_un_aid_request_subsidies_esco_tt_delayed"
		}
		buttonType = {
			name = "is_un_aid_request_subsidies_ido_button"
			position = { x = 265 y = 410 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "is_un_aid_request_subsidies_from_program"
			clicksound = click_close
			pdx_tooltip = "is_un_aid_request_subsidies_ido_tt"
			pdx_tooltip_delayed = "is_un_aid_request_subsidies_ido_tt_delayed"
		}
		buttonType = {
			name = "is_un_aid_request_subsidies_cdf_button"
			position = { x = 425 y = 410 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "is_un_aid_request_subsidies_from_program"
			clicksound = click_close
			pdx_tooltip = "is_un_aid_request_subsidies_cdf_tt"
			pdx_tooltip_delayed = "is_un_aid_request_subsidies_cdf_tt_delayed"
		}
		containerWindowType = {
			name = "adjust_esco_spending"
			position = { x = 225 y = 443 }

			instantTextBoxType = {
			name = "is_un_aid_esco_cont_text"
				position = { x = -125 y = 18 }
				font = "hoi_16mbs"
				maxWidth = 150
				maxHeight = 50
				text = "is_un_contribution_txt"
				pdx_tooltip = "is_un_aid_total_contribution_tt"
				pdx_tooltip_delayed = "is_un_aid_total_contribution_esco_tt"
				format = left
			}

			instantTextBoxType = {
				name = "is_un_aid_escoe_funding_amount"
				position = { x = -40 y = 18 }
				font = "hoi_16mbs"
				maxWidth = 200
				maxHeight = 100
				text = "is_un_aid_esco_contribution_num"
				pdx_tooltip = "is_un_aid_total_contribution_tt"
				pdx_tooltip_delayed = "is_un_aid_total_contribution_esco_tt"
				format = left
			}

			buttonType = {
				name = "is_un_increase_esco_contribution_button"
				spriteType = "GFX_small_plus_button"
				position = { x = 0 y = 10 }
				pdx_tooltip = "increase_program_contribution_esco_tt"
			}
			buttonType = {
				name = "is_un_decrease_esco_contribution_button"
				spriteType = "GFX_small_minus_button"
				position = { x = 0 y = 26 }
				pdx_tooltip = "decrease_program_contribution_tt"
			}
		}
		containerWindowType = {
			name = "adjust_ido_spending"
			position = { x = 390 y = 443 }

			instantTextBoxType = {
			name = "is_un_aid_ido_cont_text"
				position = { x = -125 y = 18 }
				font = "hoi_16mbs"
				maxWidth = 150
				maxHeight = 50
				text = "is_un_contribution_txt"
				pdx_tooltip = "is_un_aid_total_contribution_tt"
				pdx_tooltip_delayed = "is_un_aid_total_contribution_ido_tt"
				format = left
			}

			instantTextBoxType = {
				name = "is_un_aid_ido_funding_amount"
				position = { x = -40 y = 18 }
				font = "hoi_16mbs"
				maxWidth = 200
				maxHeight = 100
				text = "is_un_aid_ido_contribution_num"
				pdx_tooltip = "is_un_aid_total_contribution_tt"
				pdx_tooltip_delayed = "is_un_aid_total_contribution_ido_tt"
				format = left
			}

			buttonType = {
				name = "is_un_increase_ido_contribution_button"
				spriteType = "GFX_small_plus_button"
				position = { x = 0 y = 10 }
				pdx_tooltip = "increase_program_contribution_ido_tt"
			}
			buttonType = {
				name = "is_un_decrease_ido_contribution_button"
				spriteType = "GFX_small_minus_button"
				position = { x = 0 y = 26 }
				pdx_tooltip = "decrease_program_contribution_tt"
			}
		}
		containerWindowType = {
			name = "adjust_cdf_spending"
			position = { x = 552 y = 443 }

			instantTextBoxType = {
			name = "is_un_aid_cdf_cont_text"
				position = { x = -125 y = 18 }
				font = "hoi_16mbs"
				maxWidth = 150
				maxHeight = 50
				text = "is_un_contribution_txt"
				pdx_tooltip = "is_un_aid_total_contribution_tt"
				pdx_tooltip_delayed = "is_un_aid_total_contribution_cdf_tt"
				format = left
			}

			instantTextBoxType = {
				name = "is_un_aid_cdf_funding_amount"
				position = { x = -40 y = 18 }
				font = "hoi_16mbs"
				maxWidth = 200
				maxHeight = 100
				text = "is_un_aid_cdf_contribution_num"
				pdx_tooltip = "is_un_aid_total_contribution_tt"
				pdx_tooltip_delayed = "is_un_aid_total_contribution_cdf_tt"
				format = left
			}

			buttonType = {
				name = "is_un_increase_cdf_contribution_button"
				spriteType = "GFX_small_plus_button"
				position = { x = 0 y = 10 }
				pdx_tooltip = "increase_program_contribution_cdf_tt"
			}
			buttonType = {
				name = "is_un_decrease_cdf_contribution_button"
				spriteType = "GFX_small_minus_button"
				position = { x = 0 y = 26 }
				pdx_tooltip = "decrease_program_contribution_tt"
			}
		}
	}
	# Country List Container
	containerWindowType = {
		name = "country_list_entry"
		position = { x = 0 y = 0 }
		size = { width=20 height= 20 }
		clipping = no

		buttonType = {
			name = "country_list_flag_button"
			buttonFont = "hoi_16mbs"
			quadTextureSprite = "GFX_standard_button_88"
			buttonText = "[?var:v.GetNameWithFlag]"
			position = { x = 0 y = 0 }
			Orientation = "UPPER_LEFT"
			frame = 1
		}
	}
	#PMC Container Lists
	#PMC Companies Container
	containerWindowType = {
		name = "IS_pmc_companies_container"
		position = { x = 55 y = 200 }
		show_position = { x = -75 y = 100 }
		size = { width = 568 height=140 }
		margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

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

		gridboxType = {
			name = "list_of_available_pmc_companies"
			position = { x = 0 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 100 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 5
		}
	}
	#PMC Companies List
	containerWindowType = {
		name = "IS_available_pmc_companies_list"

		buttonType = {
			name = "name_of_pmc_companies_button"
			position = { x = 40 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_94x31"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "[gfx_of_button]"
			clicksound = click_close
			pdx_tooltip = "name_of_corp_tt"
			pdx_tooltip_delayed = "PMC_company_button_tt"
		}
	}
	#PMC Units Container
	containerWindowType = {
		name = "IS_pmc_units_container"
		position = { x=100 y = 350 }
		size = { width = 600 height=160 }
		margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

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

		gridboxType = {
			name = "list_of_available_pmc_units"
			position = { x = 50 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 150 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 2
		}
	}
	#PMC Units List
	containerWindowType = {
		name = "IS_available_pmc_units_list"

		buttonType = {
			name = "name_of_pmc_units_button"
			position = { x = 40 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "[name_of_unit]"
			clicksound = click_close
			pdx_tooltip = ""
			pdx_tooltip_delayed = "pmc_unit_button_tt"
		}
	}
	#UN Container Lists
	#UNSC Master Container
	containerWindowType = {
		name = "IS_UN_SC_container"
		position = { x=80 y = 120 }
		size = { width = 515 height=450 }
		#margin = { top = 8 bottom = 8 }
		#verticalScrollbar = "right_vertical_slider"

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

		buttonType = {
			name = "un_sc_show_pending_votes_button"
			position = { x = 475 y = 15 }
			clicksound = click_close
			quadTextureSprite ="GFX_production_line_arrow_right"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			clicksound = click_close
			pdx_tooltip = "pending_sc_votes_tt"
			pdx_tooltip_delayed = "pending_sc_votes_tt_delayed"
		}

		gridboxType = {
			name = "list_of_council_members"
			position = { x = 50 y = 100 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 60 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 5
		}

		gridboxType = {
			name = "list_of_permanant_members"
			position = { x = 75 y = 25 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 45 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 5
		}

		gridboxType = {
			name = "list_of_sc_yes_votes"
			position = { x = 17 y = 230 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 45 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 11
		}

		gridboxType = {
			name = "list_of_sc_no_votes"
			position = { x = 17 y = 310 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 45 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 11
		}

		gridboxType = {
			name = "list_of_sc_abstain"
			position = { x = 17 y = 390 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 45 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 11
		}
	}
	#UNSC Members List
	containerWindowType = {
		name = "IS_UN_SC_members_list"

		buttonType = {
			name = "name_of_nation_button"
			position = { x = 40 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_flag_small2"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			clicksound = click_close
			pdx_tooltip = "nation_unsc_name_tt"
			pdx_tooltip_delayed = ""
		}
	}
	#UNSC Permanant Members List
	containerWindowType = {
		name = "IS_UN_SC_permanant_members_list"

		buttonType = {
			name = "name_of_p5_nation_button"
			position = { x = 40 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_flag_small2"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			clicksound = click_close
			pdx_tooltip = "nation_unsc_name_tt"
			pdx_tooltip_delayed = ""
		}
	}
	#UNSC Yes Votes
	containerWindowType = {
		name = "IS_UN_SC_yes_vote_list"
		buttonType = {
			name = "is_un_sc_vote_yes_button"
			position = { x = 40 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_flag_small2"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			clicksound = click_close
			pdx_tooltip = "nation_name_tt"
			pdx_tooltip_delayed = "un_sc_nation_yes_adjust_tt"
		}
	}
	#UNSC No Votes
	containerWindowType = {
		name = "IS_UN_SC_no_vote_list"
		buttonType = {
			name = "is_un_sc_vote_no_button"
			position = { x = 40 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_flag_small2"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			clicksound = click_close
			pdx_tooltip = "nation_name_tt"
			pdx_tooltip_delayed = "un_sc_nation_no_adjust_tt"
		}
	}
	#UNSC Abstains
	containerWindowType = {
		name = "IS_UN_SC_abstain_list"
		buttonType = {
			name = "is_un_sc_vote_abstain_button"
			position = { x = 40 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_flag_small2"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			clicksound = click_close
			pdx_tooltip = "nation_name_tt"
			pdx_tooltip_delayed = "un_sc_nation_abstain_adjust_tt"
		}
	}
	#UNSC Nations to Target Container
	containerWindowType = {
		name = "IS_UN_SC_Sanctions_container"
		position = { x=90 y = 590 }
		size = { width = 260 height=200 }
		#margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

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

		gridboxType = {
			name = "list_of_action_nations"
			position = { x = -45 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 120 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 2
		}
	}
	#Nation List
	containerWindowType = {
		name = "IS_UN_SC_nation_list"
		buttonType = {
			name = "is_un_sc_propose_action_button"
			position = { x = 40 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_123x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "[?THIS.GetNameWithFlag]"
			clicksound = click_close
			pdx_tooltip = "un_sc_propose_action_tt"
			pdx_tooltip_delayed = "un_sc_propose_action_delayed_tt"
		}
	}
	#UNSC Pending Vote Container
	containerWindowType = {
		name = "IS_UN_SC_pending_votes_container"
		position = { x=545 y = 130 }
		size = { width = 200 height=600 }
		#margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

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

		gridboxType = {
			name = "list_of_pending_sc_votes"
			position = { x = 0 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 120 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 1
		}
	}
	containerWindowType = {
		name = "IS_UN_SC_pending_vote_list"
		buttonType = {
			name = "is_un_sc_manipulate_vote_button"
			position = { x = 0 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "[?v.GetNameWithFlag]"
			clicksound = click_close
			pdx_tooltip = "nation_pending_vote_info_tt"
			pdx_tooltip_delayed = ""
		}
	}
	#UNGA Yes Vote Container
	containerWindowType = {
		name = "IS_UN_GA_yes_vote_container"
		position = { x=50 y = 275 }
		size = { width = 567 height=175 }
		#margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

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

		gridboxType = {
			name = "list_of_ga_yes_votes"
			position = { x = 0 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 45 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 11
		}
	}
	#UNGA Yes Vote Container
	containerWindowType = {
		name = "IS_UN_GA_no_vote_container"
		position = { x=50 y = 475 }
		size = { width = 567 height=175 }
		#margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

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

		gridboxType = {
			name = "list_of_ga_no_votes"
			position = { x = 0 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 45 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 11
		}
	}
	#UNGA Abstain Container
	containerWindowType = {
		name = "IS_UN_GA_abstain_container"
		position = { x=50 y = 675 }
		size = { width = 567 height=125 }
		#margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

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

		gridboxType = {
			name = "list_of_ga_abstain"
			position = { x = 0 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 45 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 11
		}
	}
	#UNGA Yes Votes
	containerWindowType = {
		name = "IS_UN_GA_yes_vote_list"
		buttonType = {
			name = "is_un_ga_vote_yes_button"
			position = { x = 40 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_flag_small2"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			clicksound = click_close
			pdx_tooltip = "nation_name_tt"
			pdx_tooltip_delayed = "un_ga_nation_yes_adjust_tt"
		}
	}
	#UNGA No Votes
	containerWindowType = {
		name = "IS_UN_GA_no_vote_list"
		buttonType = {
			name = "is_un_ga_vote_no_button"
			position = { x = 40 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_flag_small2"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			clicksound = click_close
			pdx_tooltip = "nation_name_tt"
			pdx_tooltip_delayed = "un_ga_nation_no_adjust_tt"
		}
	}
	#UNGA Abstains
	containerWindowType = {
		name = "IS_UN_GA_abstain_list"
		buttonType = {
			name = "is_un_ga_vote_abstain_button"
			position = { x = 40 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_flag_small2"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			clicksound = click_close
			pdx_tooltip = "nation_name_tt"
			pdx_tooltip_delayed = "un_ga_nation_abstain_adjust_tt"
		}
	}
	#UNGA Propose Resolution Container
	containerWindowType = {
		name = "IS_UN_GA_propose_resolution_container"
		position = { x=540 y = 130 }
		size = { width = 200 height=620 }
		verticalScrollbar = "right_vertical_slider"

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

		buttonType = {
			name = "un_ga_propose_poverty_reduction_button"
			position = { x = 10 y = 10 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "propose_poverty_reduction_tt"
			clicksound = click_close
			pdx_tooltip = "propose_poverty_reduction_tooltip"
			pdx_tooltip_delayed = "propose_poverty_reduction_tooltip_delayed"
		}

		buttonType = {
			name = "un_ga_propose_food_security_button"
			position = { x = 10 y = 50 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "propose_food_security_tt"
			clicksound = click_close
			pdx_tooltip = "propose_food_security_tooltip"
			pdx_tooltip_delayed = "propose_food_security_tooltip_delayed"
		}

		buttonType = {
			name = "un_ga_propose_global_health_button"
			position = { x = 10 y = 90 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "propose_global_health_tt"
			clicksound = click_close
			pdx_tooltip = "propose_global_health_tooltip"
			pdx_tooltip_delayed = "propose_global_health_tooltip_delayed"
		}

		buttonType = {
			name = "un_ga_propose_education_button"
			position = { x = 10 y = 130 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "propose_education_tt"
			clicksound = click_close
			pdx_tooltip = "propose_education_tooltip"
			pdx_tooltip_delayed = "propose_education_tooltip_delayed"
		}

		buttonType = {
			name = "un_ga_propose_clean_energy_button"
			position = { x = 10 y = 170 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "propose_clean_energy_tt"
			clicksound = click_close
			pdx_tooltip = "propose_clean_energy_tooltip"
			pdx_tooltip_delayed = "propose_clean_energy_tooltip_delayed"
		}

		buttonType = {
			name = "un_ga_propose_economic_growth_button"
			position = { x = 10 y = 210 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "propose_economic_growth_tt"
			clicksound = click_close
			pdx_tooltip = "propose_economic_growth_tooltip"
			pdx_tooltip_delayed = "propose_economic_growth_tooltip_delayed"
		}

		buttonType = {
			name = "un_ga_propose_infrastructure_button"
			position = { x = 10 y = 250 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "propose_infrastructure_tt"
			clicksound = click_close
			pdx_tooltip = "propose_infrastructure_tooltip"
			pdx_tooltip_delayed = "propose_infrastructure_tooltip_delayed"
		}

		buttonType = {
			name = "un_ga_propose_reduced_inequality_button"
			position = { x = 10 y = 290 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "propose_reduced_inequality_tt"
			clicksound = click_close
			pdx_tooltip = "propose_reduced_inequality_tooltip"
			pdx_tooltip_delayed = "propose_reduced_inequality_tooltip_delayed"
		}

		buttonType = {
			name = "un_ga_propose_climate_action_button"
			position = { x = 10 y = 330 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "propose_climate_action_tt"
			clicksound = click_close
			pdx_tooltip = "propose_climate_action_tooltip"
			pdx_tooltip_delayed = "propose_climate_action_tooltip_delayed"
		}

		buttonType = {
			name = "un_ga_propose_peace_institutions_button"
			position = { x = 10 y = 370 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "propose_peace_institutions_tt"
			clicksound = click_close
			pdx_tooltip = "propose_peace_institutions_tooltip"
			pdx_tooltip_delayed = "propose_peace_institutions_tooltip_delayed"
		}

		buttonType = {
			name = "un_ga_propose_trade_partnerships_button"
			position = { x = 10 y = 410 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "propose_trade_partnerships_tt"
			clicksound = click_close
			pdx_tooltip = "propose_trade_partnerships_tooltip"
			pdx_tooltip_delayed = "propose_trade_partnerships_tooltip_delayed"
		}

		buttonType = {
			name = "un_ga_propose_digital_development_button"
			position = { x = 10 y = 450 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "propose_digital_development_tt"
			clicksound = click_close
			pdx_tooltip = "propose_digital_development_tooltip"
			pdx_tooltip_delayed = "propose_digital_development_tooltip_delayed"
		}
	}
	#UNGA Member List Container
	containerWindowType = {
		name = "IS_UN_GA_member_container"
		position = { x=545 y = 130 }
		size = { width = 190 height=580 }
		#margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

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

		gridboxType = {
			name = "list_of_ga_members"
			position = { x = 0 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 40 height = 30 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 1
		}
	}
	#UNGA Members List
	containerWindowType = {
		name = "IS_UN_GA_members_list"

		instantTextBoxType = {
			name = "is_un_ga_nation_name"
			position = { x = 0 y = 0 }

			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0 }
			text = "[THIS.GetNameWithFlag]"
			maxWidth = 175
			maxHeight = 20
			fixedsize = yes

			Orientation = "UPPER_LEFT"
		}
	}
	#UNGA Pending Vote Container
	containerWindowType = {
		name = "IS_UN_GA_pending_votes_container"
		position = { x=545 y = 135 }
		size = { width = 200 height=580 }
		#margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

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

		gridboxType = {
			name = "list_of_pending_ga_votes"
			position = { x = 0 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 120 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 1
		}
	}
	#UNGA Pending Vote List
	containerWindowType = {
		name = "IS_UN_GA_pending_vote_list"
		buttonType = {
			name = "is_un_ga_manipulate_vote_button"
			position = { x = 0 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "[?v.GetNameWithFlag]"
			clicksound = click_close
			pdx_tooltip = "ga_nation_pending_vote_info_tt"
			pdx_tooltip_delayed = ""
		}
	}
	#UNAID Contributor Container
	containerWindowType = {
		name = "IS_UN_aid_contribution_container"
		position = { x=100 y = 150 }
		size = { width = 300 height=150 }
		#margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

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

		gridboxType = {
			name = "list_of_aid_contributors"
			position = { x = 0 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 45 height = 30 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 1
		}
	}
	#UNAID Contributor List
	containerWindowType = {
		name = "IS_UN_aid_contribution_list"

		instantTextBoxType = {
			name = "is_un_aid_contributor_name"
			position = { x = 0 y = 0 }

			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0 }
			text = "[THIS.GetNameWithFlag]"
			maxWidth = 175
			maxHeight = 20
			fixedsize = yes

			Orientation = "UPPER_LEFT"
		}

		instantTextBoxType = {
			name = "is_un_aid_contributor_amount"
			position = { x = 180 y = 0 }

			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0 }
			text = "$[?united_nations_base_expenses|-3]"
			maxWidth = 175
			maxHeight = 20
			fixedsize = yes

			Orientation = "UPPER_LEFT"
		}

		instantTextBoxType = {
			name = "is_un_aid_contributor_percent"
			position = { x = 230 y = 0 }

			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0 }
			text = "[?united_nations_contribution_percent|Y%2]"
			maxWidth = 175
			maxHeight = 20
			fixedsize = yes

			Orientation = "UPPER_LEFT"
		}
	}
	#UN Aid Recipient Container
	containerWindowType = {
		name = "IS_UN_aid_recipients"
		position = { x=102 y = 650 }
		size = { width = 520 height=150 }
		#margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

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

		gridboxType = {
			name = "list_of_unesco_recipients"
			position = { x = 0 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 45 height = 15 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 1
		}

		gridboxType = {
			name = "list_of_unido_recipients"
			position = { x = 170 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 45 height = 15 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 1
		}

		gridboxType = {
			name = "list_of_uncdf_recipients"
			position = { x = 330 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 45 height = 15 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 1
		}
	}
	#UN ESCO List
	containerWindowType = {
		name = "IS_UN_aid_unesco_list"

		buttonType = {
			name = "is_un_aid_esco_button"
			position = { x = 0 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x20"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "[THIS.GetNameWithFlag]"
			clicksound = click_close
			pdx_tooltip = ""
			pdx_tooltip_delayed = ""
		}
	}
	#UN IDO List
	containerWindowType = {
		name = "IS_UN_aid_ido_list"

		buttonType = {
			name = "is_un_aid_ido_button"
			position = { x = 0 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x20"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "[THIS.GetNameWithFlag]"
			clicksound = click_close
			pdx_tooltip = ""
			pdx_tooltip_delayed = ""
		}
	}
	#UN CDF List
	containerWindowType = {
		name = "IS_UN_aid_cdf_list"

		buttonType = {
			name = "is_un_aid_cdf_button"
			position = { x = 0 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x20"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "[THIS.GetNameWithFlag]"
			clicksound = click_close
			pdx_tooltip = ""
			pdx_tooltip_delayed = ""
		}
	}
	#UN Aid Contributor Container
	containerWindowType = {
		name = "IS_UN_aid_contributors"
		position = { x=88 y = 500 }
		size = { width = 535 height=125 }
		#margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

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

		gridboxType = {
			name = "list_of_unesco_contributors"
			position = { x = 0 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 45 height = 15 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 1
		}

		gridboxType = {
			name = "list_of_unido_contributors"
			position = { x = 170 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 45 height = 15 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 1
		}

		gridboxType = {
			name = "list_of_uncdf_contributors"
			position = { x = 340 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 45 height = 15 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 1
		}
	}
	#UN ESCO Contributor List
	containerWindowType = {
		name = "IS_UN_aid_unesco_contributor_list"

		instantTextBoxType = {
			name = "is_un_aid_esco_contributor_name"
			position = { x = 0 y = 0 }

			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0 }
			text = "[THIS.GetNameWithFlag]"
			maxWidth = 175
			maxHeight = 20
			fixedsize = yes

			Orientation = "UPPER_LEFT"
		}

		instantTextBoxType = {
			name = "is_un_aid_esco_contributor_amount"
			position = { x = 130 y = 0 }

			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0 }
			text = "$[?united_nations_unescoe_funding|-3]"
			maxWidth = 175
			maxHeight = 20
			fixedsize = yes

			Orientation = "UPPER_LEFT"
		}
	}
	#UN IDO Contributor List
	containerWindowType = {
		name = "IS_UN_aid_ido_contributor_list"

		instantTextBoxType = {
			name = "is_un_aid_ido_contributor_name"
			position = { x = 0 y = 0 }

			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0 }
			text = "[THIS.GetNameWithFlag]"
			maxWidth = 175
			maxHeight = 20
			fixedsize = yes

			Orientation = "UPPER_LEFT"
		}

		instantTextBoxType = {
			name = "is_un_aid_ido_contributor_amount"
			position = { x = 130 y = 0 }

			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0 }
			text = "$[?united_nations_unido_funding|-3]"
			maxWidth = 175
			maxHeight = 20
			fixedsize = yes

			Orientation = "UPPER_LEFT"
		}
	}
	#UN CDF Contributor List
	containerWindowType = {
		name = "IS_UN_aid_cdf_contributor_list"

		instantTextBoxType = {
			name = "is_un_aid_cdf_contributor_name"
			position = { x = 0 y = 0 }

			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0 }
			text = "[THIS.GetNameWithFlag]"
			maxWidth = 175
			maxHeight = 20
			fixedsize = yes

			Orientation = "UPPER_LEFT"
		}

		instantTextBoxType = {
			name = "is_un_aid_cdf_contributor_amount"
			position = { x = 130 y = 0 }

			font = "hoi_16mbs"
			borderSize = {x = 0 y = 0 }
			text = "$[?united_nations_uncdf_funding|-3]"
			maxWidth = 175
			maxHeight = 20
			fixedsize = yes

			Orientation = "UPPER_LEFT"
		}
	}
	#UN Unrecognized States container
	containerWindowType = {
		name = "IS_unrecognized_states_container"
		position = { x=100 y = 225 }
		size = { width = 515 height=140 }
		margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

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

		gridboxType = {
			name = "list_of_unrecognized_states"
			position = { x = 0 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 250 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 2
		}
	}
	#UN Unrecognized States list
	containerWindowType = {
		name = "IS_states_to_recognize_list"

		buttonType = {
			name = "name_of_state_button"
			position = { x = 40 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "[?var:v.GetNameWithFlag]"
			clicksound = click_close
			pdx_tooltip = "name_of_state_button_tooltip_tt"
			pdx_tooltip_delayed = "name_of_state_button_tooltip_delayed_tt"
		}
	}
	#UN SC States container
	containerWindowType = {
		name = "IS_p5_sc_nations_to_persuade_container"
		position = { x=60 y = 500 }
		size = { width = 557 height=100 }
		margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

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

		gridboxType = {
			name = "list_of_p5_nations_current"
			position = { x = 0 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 160 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 3
		}
	}
	#UN SC States List
	containerWindowType = {
		name = "IS_states_to_persuade_list"

		buttonType = {
			name = "name_of_sc_state_button"
			position = { x = 40 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "[?var:v.GetNameWithFlag]"
			clicksound = click_close
			pdx_tooltip = "campaign_for_recog_tt"
			pdx_tooltip_delayed = "campaign_for_recog_tt_delayed"
		}
	}
	#CT Container Lists
	#CT Orgs Container
	containerWindowType = {
		name = "IS_CT_orgs_container"
		position = { x=-15 y = 45 }
		size = { width = 210 height=170 }
		margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

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

		gridboxType = {
			name = "CT_terror_orgs_list"
			position = { x = 0 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 250 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 1
		}
	}
	#CT Orgs List
	containerWindowType = {
		name = "IS_CT_org_list"

		buttonType = {
			name = "name_of_org_button"
			position = { x = 40 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "[name_of_org]"
			clicksound = click_close
			pdx_tooltip = "Click to select this organization"
			pdx_tooltip_delayed = ""
		}
	}
	#CT Nations Container
	containerWindowType = {
		name = "IS_CT_nations_container"
		position = { x=20 y = 612 }
		size = { width = 170 height=140 }
		margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

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

		gridboxType = {
			name = "CT_nations_list"
			position = { x = 0 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 250 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 1
		}
	}
	#CT Nations List
	containerWindowType = {
		name = "IS_CT_nation_list"

		buttonType = {
			name = "name_of_nation_button"
			position = { x = 0 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = "[THIS.GetName]"
			clicksound = click_close
			pdx_tooltip = "Click to select this nation"
			pdx_tooltip_delayed = ""
		}
	}

	#Cyber Targeting Container
	containerWindowType = {
		name = "IS_cyber_targeting_container"
		position = { x=350 y = 260 }
		size = { width = 178 height=165 }
		margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

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

		gridboxtype = {
			name = "cyber_potential_targets_gridbox"
			position = { x=0 y=0 }
			padding = { top = 0 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 250 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 1
		}
	}

	#Cyber Targeted Container
	containerWindowType = {
		name = "IS_cyber_is_target_container"
		position = { x=350 y = 260 }
		size = { width = 170 height=140 }
		margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

		gridboxtype = {
			name = "cyber_potential_current_targets_gridbox"
			position = { x=0 y=-215 }
			padding = { top = 0 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 250 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 1
		}
	}

	# Entry container for the active targets dynamic list
	containerWindowType = {
		name = "cyber_active_target_entry"
		size = { width=330 height=110 }
		clipping = no

		buttonType = {
			name = "cyber_current_targets_list_button"
			position = { x=0 y=0 }
			clicksound = click_default
			quadTextureSprite = "GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			buttonText = "[?v.GetNameWithFlag]"
			pdx_tooltip = "CYBER_CUR_TARGET_TT"
			Orientation = "UPPER_LEFT"
		}
	}

	# Entry container for the potential targets dynamic list
	containerWindowType = {
		name = "cyber_potential_target_entry"
		size = { width=320 height=28 }
		clipping = no

		buttonType = {
			name = "cyber_potential_targets_list_button"
			position = { x=0 y=0 }
			clicksound = click_default
			quadTextureSprite = "GFX_button_148x34"
			buttonFont = "hoi_16mbs"
			buttonText = "[?v.GetNameWithFlag]"
			pdx_tooltip = "CYBER_ADD_TARGET_TT"
			Orientation = "UPPER_LEFT"
		}
	}

	# Main Antarctica window
	containerWindowType = {
		name = "MD_antarctica_system_window"
		position = { x = 20 y = 88 }
		show_animation_type = decelerated
		hide_animation_type = accelerated
		animation_time = 1
		size = { width = 950 height = 720 }

		containerWindowType = {
			name = "MD_antarctica_disp_info"
			position = { x = 0 y = 0 }
			size = { width = 300 height = 300 }

			instantTextboxType = {
				name = "antarctica_cap_title"
				position = { x = 128 y = 15 }
				font = "hoi_18mbs"
				text = "ANTARCTICA_ATCP_TITLE"
				maxWidth = 350
				maxHeight = 30
				format = left
			}

			instantTextboxType = {
				name = "antarctica_at_members_title"
				position = { x = 135 y = 170 }
				font = "hoi_18mbs"
				text = "ANTARCTICA_CAP_TITLE"
				maxWidth = 350
				maxHeight = 30
				format = left
			}

			buttonType = {
				name = "antarctica_treaty_join_button"
				position = { x = 60 y = 340 }
				clicksound = click_default
				quadTextureSprite = "GFX_antarctic_treaty_button"
				buttonFont = "hoi_18mbs"
				buttonText = "ANTARCTICA_JOIN_TREATY_TEXT"
				pdx_tooltip = "ANTARCTICA_JOIN_TREATY_TEXT"
				pdx_tooltip_delayed = "ANTARCTICA_JOIN_TREATY_TEXT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "antarctica_treaty_leave_button"
				position = { x = 60 y = 340 }
				clicksound = click_default
				quadTextureSprite = "GFX_antarctic_treaty_button"
				buttonFont = "hoi_18mbs"
				buttonText = "ANTARCTICA_LEAVE_TREATY_TEXT"
				pdx_tooltip = "ANTARCTICA_LEAVE_TREATY_TEXT"
				pdx_tooltip_delayed = "ANTARCTICA_LEAVE_TREATY_TEXT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "antarctica_treaty_join_atcp_button"
				position = { x = 297 y = 340 }
				clicksound = click_default
				quadTextureSprite = "GFX_antarctic_treaty_button"
				buttonFont = "hoi_18mbs"
				buttonText = "ANTARCTICA_JOIN_ATCP_TEXT"
				pdx_tooltip = "ANTARCTICA_JOIN_ATCP_TEXT"
				pdx_tooltip_delayed = "ANTARCTICA_JOIN_ATCP_TEXT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			iconType = {
				name = "antarctica_ccas_treaty_bg"
				spriteType = "GFX_antarctic_treaty_small_window_left"
				position = { x = 15 y = 400 }
				Orientation = "UPPER_LEFT"
			}

			iconType = {
				name = "antarctica_ccamlr_treaty_bg"
				spriteType = "GFX_antarctic_treaty_small_window_right"
				position = { x = 255 y = 400 }
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "antarctica_treaty_join_ccas_button"
				position = { x = 31 y = 665 }
				clicksound = click_default
				quadTextureSprite = "GFX_antarctic_treaty_small_button"
				buttonFont = "hoi_18mbs"
				buttonText = "ANTARCTICA_JOIN_SMALL_TREATY_TEXT"
				pdx_tooltip = "ANTARCTICA_JOIN_SMALL_TREATY_TEXT"
				pdx_tooltip_delayed = "ANTARCTICA_JOIN_CCAS_TEXT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "antarctica_treaty_leave_ccas_button"
				position = { x = 129 y = 665 }
				clicksound = click_default
				quadTextureSprite = "GFX_antarctic_treaty_small_button"
				buttonFont = "hoi_18mbs"
				buttonText = "ANTARCTICA_LEAVE_SMALL_TREATY_TEXT"
				pdx_tooltip = "ANTARCTICA_LEAVE_SMALL_TREATY_TEXT"
				pdx_tooltip_delayed = "ANTARCTICA_LEAVE_CCAS_TEXT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			instantTextboxType = {
				name = "antarctica_ccas_text"
				position = { x = 33 y = 429 }
				font = "hoi_18b"
				text = "ANTARCTICA_CCAS_TEXT"
				maxWidth = 190
				maxHeight = 30
				format = left
			}

			instantTextboxType = {
				name = "antarctica_ccas_title"
				position = { x = 113 y = 402 }
				font = "hoi_20b"
				text = "ANTARCTICA_CCAS_TITLE"
				maxWidth = 350
				maxHeight = 30
				format = left
			}

			buttonType = {
				name = "antarctica_treaty_join_ccamlr_button"
				position = { x = 281 y = 665 }
				clicksound = click_default
				quadTextureSprite = "GFX_antarctic_treaty_small_button"
				buttonFont = "hoi_18mbs"
				buttonText = "ANTARCTICA_JOIN_SMALL_TREATY_TEXT"
				pdx_tooltip = "ANTARCTICA_JOIN_SMALL_TREATY_TEXT"
				pdx_tooltip_delayed = "ANTARCTICA_JOIN_CCAMLR_TEXT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "antarctica_treaty_leave_ccamlr_button"
				position = { x = 379 y = 665 }
				clicksound = click_default
				quadTextureSprite = "GFX_antarctic_treaty_small_button"
				buttonFont = "hoi_18mbs"
				buttonText = "ANTARCTICA_LEAVE_SMALL_TREATY_TEXT"
				pdx_tooltip = "ANTARCTICA_LEAVE_SMALL_TREATY_TEXT"
				pdx_tooltip_delayed = "ANTARCTICA_LEAVE_CCAMLR_TEXT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			instantTextboxType = {
				name = "antarctica_ccamlr_title"
				position = { x = 336 y = 402 }
				font = "hoi_20b"
				text = "ANTARCTICA_CCAMLR_TITLE"
				maxWidth = 350
				maxHeight = 30
				format = left
			}

			instantTextboxType = {
				name = "antarctica_ccamlr_text"
				position = { x = 280 y = 429 }
				font = "hoi_18b"
				text = "ANTARCTICA_CCAMLR_TEXT"
				maxWidth = 190
				maxHeight = 30
				format = left
			}

			instantTextboxType = {
				name = "antarctica_map_open_label"
				position = { x = 216 y = 306 }
				font = "hoi_18mbs"
				text = "ANTARCTICA_OPEN_MAP_LABEL_TEXT"
				maxWidth = 190
				maxHeight = 30
				format = left
			}

			buttonType = {
				name = "antarctica_map_open_button"
				position = { x = 218 y = 326 }
				clicksound = click_default
				quadTextureSprite = "GFX_antarctic_map_open_button"
				pdx_tooltip = "ANTARCTICA_OPEN_MAP_TEXT"
				pdx_tooltip_delayed = "ANTARCTICA_OPEN_MAP_TEXT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
		}
	}

	#Antarctic Treaty Consultative Parties Container
	containerWindowType = {
		name = "IS_antarctica_ATCP_container"
		position = { x = 20 y = 40 }
		size = { width = 508 height = 125 }
		margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

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

		gridboxType = {
			name = "list_of_ATCP_members"
			position = { x = 0 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 60 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 8
		}
	}

	#Antarctic Treaty Members Container
	containerWindowType = {
		name = "IS_antarctica_AT_container"
		position = { x = 20 y = 190 }
		size = { width = 508 height = 135 }
		margin = { top = 8 bottom = 8 }
		verticalScrollbar = "right_vertical_slider"

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

		gridboxType = {
			name = "list_of_AT_members"
			position = { x = 0 y = 0 }
			padding = { top = 50 bottom = 0 }
			size = { width = 100%% height = 100%% }
			slotsize = { width = 60 height = 35 }
			format = "UPPER_LEFT"
			max_slots_horizontal = 8
		}
	}

	#Antarctic Treaty Consultative Parties List
	containerWindowType = {
		name = "IS_ANTARCTICA_ATCP_members_list"

		buttonType = {
			name = "name_of_atcp_nation_button"
			position = { x = 0 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_flag_small2"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = ""
			clicksound = click_close
			pdx_tooltip = "atcp_nation_name_tt"
		}
	}

	#Antarctic Treaty Members List
	containerWindowType = {
		name = "IS_ANTARCTICA_AT_members_list"

		buttonType = {
			name = "name_of_at_nation_button"
			position = { x = 0 y = 0 }
			clicksound = click_close
			quadTextureSprite ="GFX_flag_small2"
			buttonFont = "hoi_16mbs"
			Orientation = "UPPER_LEFT"
			buttonText = ""
			clicksound = click_close
			pdx_tooltip = "at_nation_name_tt"
		}
	}

	containerWindowType = {
		name = "MD_antarctica_map_view_window"
		position = { x=546 y=90 }
		size = { width=1300 height=995 } #size = { width=1300 height=870 } ### size = { width=550 height=100%% } #87%%
		moveable = yes
		show_sound = menu_open_window

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

		buttonType = {
			name = "antarctica_map_close_button"
			position = { x = -63 y = 16 }
			spriteType = "GFX_closebutton"
			orientation = "UPPER_RIGHT"
			shortcut = "ESCAPE"
			clicksound = click_close
			pdx_tooltip = "CLOSE"
		}

		containerWindowType = {
			name = "antarctica_station_statistics_container"
			position = { x = 0 y = 0 }
			size = { width = 1240 height = 830 }
			clipping = no

			iconType = {
				name = "antarctica_station_module_preview"
				spriteType = "GFX_antarctic_station_module_bg"
				position = { x = 26 y = 422 }
				pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			iconType = {
				name = "antarctica_station_module_preview_frozen"
				spriteType = "GFX_antarctic_station_module_bg_frozen"
				position = { x = 28 y = 423 }
				pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			buttonType = { name = "antarctica_station_preview_powerplant_1" spriteType = "GFX_station_module_caterpillar_3306" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_powerplant_2" spriteType = "GFX_station_module_caterpillar_3406" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_powerplant_3" spriteType = "GFX_station_module_caterpillar_3512B" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_powerplant_4" spriteType = "GFX_station_module_enercon_e33" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_powerplant_5" spriteType = "GFX_station_module_ewt_1mw" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_powerplant_6" spriteType = "GFX_station_module_kyocera_kc130ght_2" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_powerplant_7" spriteType = "GFX_station_module_hyundai_his_s218sf" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_powerplant_8" spriteType = "GFX_station_module_consolar_tubo_12" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_powerplant_9" spriteType = "GFX_station_module_thermomax_hp200" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_powerplant_10" spriteType = "GFX_station_module_viessmann_vitosol_300_tm" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }

			buttonType = { name = "antarctica_station_preview_life_1" spriteType = "GFX_station_module_open_loop_utilities" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_life_2" spriteType = "GFX_station_module_basic_recycling_core" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_life_3" spriteType = "GFX_station_module_standard_recycling_core" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_life_4" spriteType = "GFX_station_module_zero_waste_complex" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }

			buttonType = { name = "antarctica_station_preview_fuel_1" spriteType = "GFX_station_module_basic_reinforced_fuel_tanks" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_fuel_2" spriteType = "GFX_station_module_medium_fuel_tank_farm" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_fuel_3" spriteType = "GFX_station_module_large_fuel_tank_farm" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_fuel_4" spriteType = "GFX_station_module_extra_heat_recovery_system" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }

			buttonType = { name = "antarctica_station_preview_housing_1" spriteType = "GFX_station_module_modular_and_container_buildings" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_housing_2" spriteType = "GFX_station_module_elevated_buildings" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_housing_3" spriteType = "GFX_station_module_premium_living_quarters" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_housing_4" spriteType = "GFX_station_module_greenhouse" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }

			buttonType = { name = "antarctica_station_preview_lab_1" spriteType = "GFX_station_module_cryo_genetic_seed_vault" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_lab_2" spriteType = "GFX_station_module_satellite_uplink" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_lab_3" spriteType = "GFX_station_module_satellite_uplink" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_lab_4" spriteType = "GFX_station_module_extreme_environment_medical_center" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_lab_5" spriteType = "GFX_station_module_subsurface_sonar" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_lab_6" spriteType = "GFX_station_module_rare_earth_mineral_survey_lab" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_lab_7" spriteType = "GFX_station_module_radiation_laboratory" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_lab_8" spriteType = "GFX_station_module_hf_radio_station" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_lab_9" spriteType = "GFX_station_module_global_weather_observatory" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_lab_10" spriteType = "GFX_station_module_stratospheric_balloon_launchpad" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_lab_11" spriteType = "GFX_station_module_quantun_research_vault" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }
			buttonType = { name = "antarctica_station_preview_lab_12" spriteType = "GFX_station_module_ice_core_deep_drilling_rig" position = { x = 50 y = 445 } pdx_tooltip = "ANTARCTICA_STATION_MODULE_PREVIEW_TT" pdx_tooltip_delayed = "ANTARCTICA_STATION_MODULE_PREVIEW_TT_DELAYED" Orientation = "UPPER_LEFT" }

			instantTextboxType = {
				name = "antarctica_station_module_text"
				position = { x = 35 y = 421 }
				font = "hoi_20bs"
				text = "ANTARCTICA_STATION_MODULE_TEXT"
				maxWidth = 390
				maxHeight = 30
				format = left
			}
			iconType = {
				name = "antarctica_station_desc_upper"
				spriteType = "GFX_antarctic_map_desc_upper"
				position = { x = 26 y = 78 }
				Orientation = "UPPER_LEFT"
			}
			iconType = {
				name = "antarctica_station_desc_lower"
				spriteType = "GFX_antarctic_map_desc_lower"
				position = { x = 26 y = 661 }
				Orientation = "UPPER_LEFT"
			}
			instantTextboxType = {
				name = "antarctica_station_name_text"
				position = { x = 150 y = 118 }
				font = "hoi_20bs"
				text = "ANTARCTICA_STATION_NAME_TEXT"
				maxWidth = 390
				maxHeight = 30
				format = left
			}
			instantTextboxType = {
				name = "antarctica_station_iteration_progress_text"
				position = { x = 150 y = 136 }
				font = "hoi_20bs"
				text = "ANTARCTICA_STATION_ITERATION_PROGRESS_TEXT"
				pdx_tooltip = "ANTARCTICA_STATION_ITERATION_PROGRESS_TEXT_TT"
				maxWidth = 390
				maxHeight = 30
				format = left
			}
			instantTextboxType = {
				name = "antarctica_station_iteration_multiplier_text"
				position = { x = 150 y = 155 }
				font = "hoi_20bs"
				text = "ANTARCTICA_STATION_ITERATION_MULTIPLIER_TEXT"
				pdx_tooltip = "ANTARCTICA_STATION_ITERATION_MULTIPLIER_TEXT_TT"
				maxWidth = 390
				maxHeight = 30
				format = left
			}
			instantTextboxType = {
				name = "antarctica_station_iteration_required_text"
				position = { x = 65 y = 269 }
				font = "hoi_20bs"
				text = "ANTARCTICA_STATION_ITERATION_REQUIRED_TEXT"
				maxWidth = 390
				maxHeight = 30
				format = left
			}
			instantTextboxType = {
				name = "antarctica_station_tier_text"
				position = { x = 65 y = 289 }
				font = "hoi_20bs"
				text = "ANTARCTICA_STATION_TIER_TEXT"
				maxWidth = 390
				maxHeight = 30
				format = left
			}
			instantTextboxType = {
				name = "antarctica_station_repair_status"
				position = { x = 65 y = 309 }
				font = "hoi_20bs"
				text = "[MD_antarctica_station_repair_status]"
				pdx_tooltip = "ANTARCTICA_STATION_REPAIR_STATUS_TT"
				maxWidth = 390
				maxHeight = 30
				format = left
			}
			instantTextboxType = {
				name = "antarctica_station_energy_balance"
				position = { x = 65 y = 684 }
				font = "hoi_20bs"
				text = "ANTARCTICA_STATION_ENERGY_BALANCE_TEXT"
				maxWidth = 390
				maxHeight = 30
				format = left
			}
			instantTextboxType = {
				name = "antarctica_station_staff_balance"
				position = { x = 65 y = 707 }
				font = "hoi_20bs"
				text = "ANTARCTICA_STATION_AVAILABLE_STAFF_TEXT"
				maxWidth = 390
				maxHeight = 30
				format = left
			}
			instantTextboxType = {
				name = "antarctica_station_maintenance_cost"
				position = { x = 65 y = 247 }
				font = "hoi_20bs"
				text = "ANTARCTICA_STATION_MAINTENANCE_COST_TEXT"
				maxWidth = 390
				maxHeight = 30
				format = left
			}
			instantTextboxType = {
				name = "antarctica_station_fuel_capacity"
				position = { x = 65 y = 227 }
				font = "hoi_20bs"
				text = "ANTARCTICA_STATION_FUEL_CAPACITY_TEXT"
				maxWidth = 390
				maxHeight = 30
				format = left
			}
			buttonType = {
				name = "antarctica_station_send_supplies_button"
				quadTextureSprite = "GFX_antarctic_map_desc_button"
				position = { x = 220 y = 187 }
				buttonText = "ANTARCTICA_STATION_SEND_SUPPLIES_TEXT"
				buttonFont = "hoi_18b"
				pdx_tooltip = "ANTARCTICA_STATION_SEND_SUPPLIES_TEXT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_SEND_SUPPLIES_TEXT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_send_observers_button"
				quadTextureSprite = "GFX_antarctica_send_observer"
				position = { x = 282 y = 277 }
				pdx_tooltip = "ANTARCTICA_STATION_SEND_OBSERVERS_TEXT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_SEND_OBSERVERS_TEXT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_dismantle_button"
				quadTextureSprite = "GFX_antarctic_map_desc_button"
				position = { x = 120 y = 361 }
				buttonText = "ANTARCTICA_STATION_DISMANTLE_TEXT"
				buttonFont = "hoi_18b"
				pdx_tooltip = "ANTARCTICA_STATION_DISMANTLE_TEXT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_DISMANTLE_TEXT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			instantTextboxType = {
				name = "antarctica_station_laboratory_output_title"
				position = { x = 65 y = 729 }
				font = "hoi_20bs"
				text = "ANTARCTICA_MODULE_LABORATORIES_OUTPUT"
				maxWidth = 390
				maxHeight = 30
				format = left
			}
			instantTextboxType = {
				name = "antarctica_station_laboratory_output"
				position = { x = 65 y = 749 }
				font = "hoi_20bs"
				text = "ANTARCTICA_STATION_LAB_OUTPUT_TEXT"
				maxWidth = 390
				maxHeight = 30
				format = left
			}
			buttonType = {
				name = "antarctica_station_show_blueprint_button"
				quadTextureSprite = "GFX_antarctic_map_desc_button"
				position = { x = 60 y = 187 }
				buttonText = "ANTARCTICA_STATION_SHOW_BP_TEXT"
				buttonFont = "hoi_18b"
				pdx_tooltip = "ANTARCTICA_STATION_SHOW_BP_TEXT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_SHOW_BP_TEXT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_find_or_create_button"
				quadTextureSprite = "GFX_technology_available_item_bg_blue"
				position = { x = 90 y = 453 }
				buttonText = "ANTARCTICA_STATION_FIND_OR_CREATE_TEXT"
				buttonFont = "hoi_20bs"
				pdx_tooltip = "ANTARCTICA_STATION_FIND_OR_CREATE_TEXT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_FIND_OR_CREATE_TEXT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			iconType = {
				name = "antarctica_station_desc_frozen_upper"
				spriteType = "GFX_antarctic_map_desc_frozen_upper"
				position = { x = 29 y = 78 }
				Orientation = "UPPER_LEFT"
			}
			iconType = {
				name = "antarctica_station_desc_frozen_lower"
				spriteType = "GFX_antarctic_map_desc_frozen_lower"
				position = { x = 29 y = 661 }
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_country_view_flag_button"
				quadTextureSprite = "GFX_shield_medium"
				position = { x = 63 y = 122 }
				pdx_tooltip = "ANTARCTICA_COUNTRY_VIEW_FLAG_TT"
				Orientation = "UPPER_LEFT"
				frame = 1
			}
			iconType = {
				name = "antarctica_country_view_flag_frozen"
				spriteType = "GFX_antarctic_map_frozen_flag"
				position = { x = 61 y = 120 }
				Orientation = "UPPER_LEFT"
			}
		}

		containerWindowType = {
			name = "antarctica_map_container"
			position = { x = 30 y = 70 }
			size = { width = 1240 height = 830 }
			clipping = no

			iconType = {
				name = "antarctica_map_continent_glow"
				spriteType = "GFX_antarctic_map_glow"
				position = { x = 256 y = -48 }
				Orientation = "UPPER_LEFT"
				scale = "1.02"
			}
			iconType = {
				name = "antarctica_map_continent"
				spriteType = "GFX_antarctic_map_continent"
				position = { x = 305 y = 0 }
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "antarctica_filter_america"
				position = { x = 1070 y = 870 }
				quadTextureSprite = "GFX_antarctic_map_desc_button"
				clicksound = click_default
				buttonText = "ANTARCTICA_FILTER_AMERICA"
				buttonFont = "hoi_18b"
				frame = 1
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "antarctica_filter_asia"
				position = { x = 1070 y = 830 }
				quadTextureSprite = "GFX_antarctic_map_desc_button"
				clicksound = click_default
				buttonText = "ANTARCTICA_FILTER_ASIA"
				buttonFont = "hoi_18b"
				frame = 1
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "antarctica_filter_europe"
				position = { x = 1070 y = 790 }
				quadTextureSprite = "GFX_antarctic_map_desc_button"
				clicksound = click_default
				buttonText = "ANTARCTICA_FILTER_EUROPE"
				buttonFont = "hoi_18b"
				frame = 1
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "antarctica_filter_africa"
				position = { x = 1070 y = 750 }
				quadTextureSprite = "GFX_antarctic_map_desc_button"
				clicksound = click_default
				buttonText = "ANTARCTICA_FILTER_AFRICA"
				buttonFont = "hoi_18b"
				frame = 1
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "antarctica_station_marker_0"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_1"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_2"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_3"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_4"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_5"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_6"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_7"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_8"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_9"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_10"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_11"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_12"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_13"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_14"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_15"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_16"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_17"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_18"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_19"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_20"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_21"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_22"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_23"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_24"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_25"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_26"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_27"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_28"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_29"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_30"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_31"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_32"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_33"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_34"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_35"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_36"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_37"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_38"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_39"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_40"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_41"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_42"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_43"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_44"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_45"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_46"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_47"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_48"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_49"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_50"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_51"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_52"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_53"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_54"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_55"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_56"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_57"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_58"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_59"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_60"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_61"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_62"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_63"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_64"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_65"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_66"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_67"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_68"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_marker_69"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_antarctic_map_marker"
				clicksound = click_default
				pdx_tooltip = "ANTARCTICA_STATION_MARKER_TT"
				Orientation = "UPPER_LEFT"
			}

			iconType = {
				name = "antarctica_map_bp_glow"
				spriteType = "GFX_antarctic_station_glow"
				position = { x = 263 y = -42 }
				Orientation = "UPPER_LEFT"
				scale = "1.02"
			}
			iconType = {
				name = "antarctica_map_bp"
				spriteType = "GFX_antarctic_station_bp"
				position = { x = 296 y = 5 }
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "antarctica_map_penguin_button"
				quadTextureSprite = "GFX_antarctic_map_penguin_batrik"
				position = { x = 1100 y = 17 }
				pdx_tooltip = "ANTARCTICA_MAP_PENGUIN_TEXT"
				pdx_tooltip_delayed = "ANTARCTICA_MAP_PENGUIN_TEXT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			buttonType = {
				name = "antarctica_station_swap_laboratory_button"
				quadTextureSprite = "GFX_antarctic_map_desc_button_scroll"
				position = { x = 350 y = 687 }
				pdx_tooltip = "ANTARCTICA_STATION_SWAP_LAB_TEXT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_swap_module_button"
				quadTextureSprite = "GFX_antarctic_map_desc_button_scroll"
				position = { x = 266 y = 374 }
				pdx_tooltip = "ANTARCTICA_STATION_SWAP_MODULE_TEXT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_swap_module_back_button"
				quadTextureSprite = "GFX_antarctic_map_desc_button_scroll_two"
				position = { x = 6 y = 376 }
				pdx_tooltip = "ANTARCTICA_STATION_SWAP_MODULE_BACK_TEXT"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctica_station_install_module_button"
				quadTextureSprite = "GFX_buildings_strip" frame = 1 scale = 0.72
				position = { x = 6 y = 460 }
				pdx_tooltip = "ANTARCTICA_STATION_INSTALL_MODULE_TEXT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_INSTALL_MODULE_TEXT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctic_station_module_slot_1"
				spriteType = "GFX_antarctic_station_module_slot_1"
				position = { x = 459 y = 352 }
				pdx_tooltip = "ANTARCTICA_STATION_SLOT_1_TT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_SLOT_1_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctic_station_module_slot_2"
				spriteType = "GFX_antarctic_station_module_slot_2"
				position = { x = 531 y = 282 }
				pdx_tooltip = "ANTARCTICA_STATION_SLOT_2_TT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_SLOT_2_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctic_station_module_slot_4"
				spriteType = "GFX_antarctic_station_module_slot_2"
				position = { x = 859 y = 471 }
				pdx_tooltip = "ANTARCTICA_STATION_SLOT_4_TT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_SLOT_4_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctic_station_module_slot_5"
				spriteType = "GFX_antarctic_station_module_slot_1"
				position = { x = 678 y = 350 }
				pdx_tooltip = "ANTARCTICA_STATION_SLOT_5_TT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_SLOT_5_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctic_station_module_slot_6"
				spriteType = "GFX_antarctic_station_module_slot_1"
				position = { x = 569 y = 539 }
				pdx_tooltip = "ANTARCTICA_STATION_SLOT_6_TT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_SLOT_6_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctic_station_module_slot_7"
				spriteType = "GFX_antarctic_station_module_slot_1"
				position = { x = 570 y = 161 }
				pdx_tooltip = "ANTARCTICA_STATION_SLOT_7_TT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_SLOT_7_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctic_station_module_slot_8"
				spriteType = "GFX_antarctic_station_module_slot_1"
				position = { x = 788 y = 160 }
				pdx_tooltip = "ANTARCTICA_STATION_SLOT_8_TT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_SLOT_8_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctic_station_module_slot_9"
				spriteType = "GFX_antarctic_station_module_slot_1"
				position = { x = 788 y = 539 }
				pdx_tooltip = "ANTARCTICA_STATION_SLOT_9_TT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_SLOT_9_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctic_station_module_slot_10"
				spriteType = "GFX_antarctic_station_module_slot_1"
				position = { x = 897 y = 350 }
				pdx_tooltip = "ANTARCTICA_STATION_SLOT_10_TT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_SLOT_10_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctic_station_module_slot_11"
				spriteType = "GFX_antarctic_station_module_slot_3"
				position = { x = 710 y = 203 }
				pdx_tooltip = "ANTARCTICA_STATION_SLOT_11_TT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_SLOT_11_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctic_station_module_slot_12"
				spriteType = "GFX_antarctic_station_module_slot_3"
				position = { x = 711 y = 582 }
				pdx_tooltip = "ANTARCTICA_STATION_SLOT_12_TT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_SLOT_12_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctic_station_module_slot_13"
				spriteType = "GFX_antarctic_station_module_slot_4"
				position = { x = 860 y = 283 }
				pdx_tooltip = "ANTARCTICA_STATION_SLOT_13_TT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_SLOT_13_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
			buttonType = {
				name = "antarctic_station_module_slot_14"
				spriteType = "GFX_antarctic_station_module_slot_4"
				position = { x = 532 y = 475 }
				pdx_tooltip = "ANTARCTICA_STATION_SLOT_14_TT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_SLOT_14_TT_DELAYED"
				Orientation = "UPPER_LEFT"
			}

			# Installed module icons (shown only when the slot has a module assigned)
			iconType = { name = "antarctica_station_slot_1_housing_1" spriteType = "GFX_station_module_modular_and_container_buildings_large" position = { x = 439 y = 384 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_1_housing_2" spriteType = "GFX_station_module_elevated_buildings_large" position = { x = 454 y = 390 } Orientation = "UPPER_LEFT" scale="0.8" }
			iconType = { name = "antarctica_station_slot_1_housing_3" spriteType = "GFX_station_module_premium_living_quarters_large" position = { x = 458 y = 398 } Orientation = "UPPER_LEFT" scale="0.75" }
			iconType = { name = "antarctica_station_slot_1_housing_4" spriteType = "GFX_station_module_greenhouse_large" position = { x = 453 y = 396 } Orientation = "UPPER_LEFT" scale="0.8" }

			iconType = { name = "antarctica_station_slot_2_power_1" spriteType = "GFX_station_module_caterpillar_3306_small" position = { x = 552 y = 312 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_2_power_2" spriteType = "GFX_station_module_caterpillar_3406_small" position = { x = 556 y = 306 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_2_power_3" spriteType = "GFX_station_module_caterpillar_3512B_small" position = { x = 552 y = 314 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_2_power_4" spriteType = "GFX_station_module_enercon_e33_small" position = { x = 552 y = 314 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_2_power_5" spriteType = "GFX_station_module_ewt_1mw_small" position = { x = 550 y = 304 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_2_power_6" spriteType = "GFX_station_module_kyocera_kc130ght_2_small" position = { x = 550 y = 316 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_2_power_7" spriteType = "GFX_station_module_hyundai_his_s218sf_small" position = { x = 550 y = 312 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_2_power_8" spriteType = "GFX_station_module_consolar_tubo_12_small" position = { x = 553 y = 314 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_2_power_9" spriteType = "GFX_station_module_thermomax_hp200_small" position = { x = 556 y = 308 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_2_power_10" spriteType = "GFX_station_module_viessmann_vitosol_300_tm_small" position = { x = 552 y = 314 } Orientation = "UPPER_LEFT" }

			iconType = { name = "antarctica_station_slot_4_fuel_1" spriteType = "GFX_station_module_basic_reinforced_fuel_tanks_small" position = { x = 881 y = 502 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_4_fuel_2" spriteType = "GFX_station_module_medium_fuel_tank_farm_small" position = { x = 881 y = 502 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_4_fuel_3" spriteType = "GFX_station_module_large_fuel_tank_farm_small" position = { x = 881 y = 502 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_4_fuel_4" spriteType = "GFX_station_module_extra_heat_recovery_system_small" position = { x = 884 y = 494 } Orientation = "UPPER_LEFT" }

			iconType = { name = "antarctica_station_slot_5_housing_1" spriteType = "GFX_station_module_modular_and_container_buildings_large" position = { x = 659 y = 384 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_5_housing_2" spriteType = "GFX_station_module_elevated_buildings_large" position = { x = 673 y = 390 } Orientation = "UPPER_LEFT" scale="0.8" }
			iconType = { name = "antarctica_station_slot_5_housing_3" spriteType = "GFX_station_module_premium_living_quarters_large" position = { x = 677 y = 398 } Orientation = "UPPER_LEFT" scale="0.75" }
			iconType = { name = "antarctica_station_slot_5_housing_4" spriteType = "GFX_station_module_greenhouse_large" position = { x = 672 y = 396 } Orientation = "UPPER_LEFT" scale="0.8" }

			iconType = { name = "antarctica_station_slot_6_lab_1" spriteType = "GFX_station_module_cryo_genetic_seed_vault_large" position = { x = 545 y = 569 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_6_lab_2" spriteType = "GFX_station_module_satellite_uplink_large" position = { x = 542 y = 574 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_6_lab_3" spriteType = "GFX_station_module_satellite_uplink_large" position = { x = 542 y = 574 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_6_lab_4" spriteType = "GFX_station_module_extreme_environment_medical_center_large" position = { x = 578 y = 589 } Orientation = "UPPER_LEFT" scale="0.65" }
			iconType = { name = "antarctica_station_slot_6_lab_5" spriteType = "GFX_station_module_subsurface_sonar_large" position = { x = 545 y = 573 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_6_lab_6" spriteType = "GFX_station_module_rare_earth_mineral_survey_lab_large" position = { x = 551 y = 573 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_6_lab_7" spriteType = "GFX_station_module_radiation_laboratory_large" position = { x = 573 y = 587 } Orientation = "UPPER_LEFT" scale="0.7" }
			iconType = { name = "antarctica_station_slot_6_lab_8" spriteType = "GFX_station_module_hf_radio_station_large" position = { x = 574 y = 592 } Orientation = "UPPER_LEFT" scale="0.7" }
			iconType = { name = "antarctica_station_slot_6_lab_9" spriteType = "GFX_station_module_global_weather_observatory_large" position = { x = 560 y = 575 } Orientation = "UPPER_LEFT" scale="0.9" }
			iconType = { name = "antarctica_station_slot_6_lab_10" spriteType = "GFX_station_module_stratospheric_balloon_launchpad_large" position = { x = 546 y = 575 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_6_lab_11" spriteType = "GFX_station_module_quantun_research_vault_large" position = { x = 574 y = 588 } Orientation = "UPPER_LEFT" scale="0.7" }
			iconType = { name = "antarctica_station_slot_6_lab_12" spriteType = "GFX_station_module_ice_core_deep_drilling_rig_large" position = { x = 573 y = 591 } Orientation = "UPPER_LEFT" scale="0.7" }

			iconType = { name = "antarctica_station_slot_7_lab_1" spriteType = "GFX_station_module_cryo_genetic_seed_vault_large" position = { x = 545 y = 192 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_7_lab_2" spriteType = "GFX_station_module_satellite_uplink_large" position = { x = 542 y = 196 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_7_lab_3" spriteType = "GFX_station_module_satellite_uplink_large" position = { x = 542 y = 196 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_7_lab_4" spriteType = "GFX_station_module_extreme_environment_medical_center_large" position = { x = 578 y = 212 } Orientation = "UPPER_LEFT" scale="0.65" }
			iconType = { name = "antarctica_station_slot_7_lab_5" spriteType = "GFX_station_module_subsurface_sonar_large" position = { x = 545 y = 196 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_7_lab_6" spriteType = "GFX_station_module_rare_earth_mineral_survey_lab_large" position = { x = 551 y = 195 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_7_lab_7" spriteType = "GFX_station_module_radiation_laboratory_large" position = { x = 573 y = 209 } Orientation = "UPPER_LEFT" scale="0.7" }
			iconType = { name = "antarctica_station_slot_7_lab_8" spriteType = "GFX_station_module_hf_radio_station_large" position = { x = 574 y = 210 } Orientation = "UPPER_LEFT" scale="0.7" }
			iconType = { name = "antarctica_station_slot_7_lab_9" spriteType = "GFX_station_module_global_weather_observatory_large" position = { x = 560 y = 198 } Orientation = "UPPER_LEFT" scale="0.9" }
			iconType = { name = "antarctica_station_slot_7_lab_10" spriteType = "GFX_station_module_stratospheric_balloon_launchpad_large" position = { x = 546 y = 196 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_7_lab_11" spriteType = "GFX_station_module_quantun_research_vault_large" position = { x = 574 y = 209 } Orientation = "UPPER_LEFT" scale="0.7" }
			iconType = { name = "antarctica_station_slot_7_lab_12" spriteType = "GFX_station_module_ice_core_deep_drilling_rig_large" position = { x = 573 y = 214 } Orientation = "UPPER_LEFT" scale="0.7" }

			iconType = { name = "antarctica_station_slot_8_lab_1" spriteType = "GFX_station_module_cryo_genetic_seed_vault_large" position = { x = 764 y = 192 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_8_lab_2" spriteType = "GFX_station_module_satellite_uplink_large" position = { x = 761 y = 196 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_8_lab_3" spriteType = "GFX_station_module_satellite_uplink_large" position = { x = 761 y = 196 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_8_lab_4" spriteType = "GFX_station_module_extreme_environment_medical_center_large" position = { x = 795 y = 212 } Orientation = "UPPER_LEFT" scale="0.65" }
			iconType = { name = "antarctica_station_slot_8_lab_5" spriteType = "GFX_station_module_subsurface_sonar_large" position = { x = 763 y = 196 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_8_lab_6" spriteType = "GFX_station_module_rare_earth_mineral_survey_lab_large" position = { x = 770 y = 195 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_8_lab_7" spriteType = "GFX_station_module_radiation_laboratory_large" position = { x = 791 y = 209 } Orientation = "UPPER_LEFT" scale="0.7" }
			iconType = { name = "antarctica_station_slot_8_lab_8" spriteType = "GFX_station_module_hf_radio_station_large" position = { x = 792 y = 210 } Orientation = "UPPER_LEFT" scale="0.7" }
			iconType = { name = "antarctica_station_slot_8_lab_9" spriteType = "GFX_station_module_global_weather_observatory_large" position = { x = 779 y = 198 } Orientation = "UPPER_LEFT" scale="0.9" }
			iconType = { name = "antarctica_station_slot_8_lab_10" spriteType = "GFX_station_module_stratospheric_balloon_launchpad_large" position = { x = 764 y = 196 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_8_lab_11" spriteType = "GFX_station_module_quantun_research_vault_large" position = { x = 791 y = 209 } Orientation = "UPPER_LEFT" scale="0.7" }
			iconType = { name = "antarctica_station_slot_8_lab_12" spriteType = "GFX_station_module_ice_core_deep_drilling_rig_large" position = { x = 791 y = 214 } Orientation = "UPPER_LEFT" scale="0.7" }

			iconType = { name = "antarctica_station_slot_9_lab_1" spriteType = "GFX_station_module_cryo_genetic_seed_vault_large" position = { x = 764 y = 569 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_9_lab_2" spriteType = "GFX_station_module_satellite_uplink_large" position = { x = 761 y = 574 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_9_lab_3" spriteType = "GFX_station_module_satellite_uplink_large" position = { x = 761 y = 574 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_9_lab_4" spriteType = "GFX_station_module_extreme_environment_medical_center_large" position = { x = 795 y = 589 } Orientation = "UPPER_LEFT" scale="0.65" }
			iconType = { name = "antarctica_station_slot_9_lab_5" spriteType = "GFX_station_module_subsurface_sonar_large" position = { x = 763 y = 573 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_9_lab_6" spriteType = "GFX_station_module_rare_earth_mineral_survey_lab_large" position = { x = 770 y = 573 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_9_lab_7" spriteType = "GFX_station_module_radiation_laboratory_large" position = { x = 791 y = 587 } Orientation = "UPPER_LEFT" scale="0.7" }
			iconType = { name = "antarctica_station_slot_9_lab_8" spriteType = "GFX_station_module_hf_radio_station_large" position = { x = 792 y = 592 } Orientation = "UPPER_LEFT" scale="0.7" }
			iconType = { name = "antarctica_station_slot_9_lab_9" spriteType = "GFX_station_module_global_weather_observatory_large" position = { x = 779 y = 575 } Orientation = "UPPER_LEFT" scale="0.9" }
			iconType = { name = "antarctica_station_slot_9_lab_10" spriteType = "GFX_station_module_stratospheric_balloon_launchpad_large" position = { x = 787 y = 575 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_9_lab_11" spriteType = "GFX_station_module_quantun_research_vault_large" position = { x = 791 y = 588 } Orientation = "UPPER_LEFT" scale="0.7" }
			iconType = { name = "antarctica_station_slot_9_lab_12" spriteType = "GFX_station_module_ice_core_deep_drilling_rig_large" position = { x = 791 y = 591 } Orientation = "UPPER_LEFT" scale="0.7" }

			iconType = { name = "antarctica_station_slot_10_housing_1" spriteType = "GFX_station_module_modular_and_container_buildings_large" position = { x = 880 y = 384 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_10_housing_2" spriteType = "GFX_station_module_elevated_buildings_large" position = { x = 893 y = 390 } Orientation = "UPPER_LEFT" scale="0.8" }
			iconType = { name = "antarctica_station_slot_10_housing_3" spriteType = "GFX_station_module_premium_living_quarters_large" position = { x = 896 y = 398 } Orientation = "UPPER_LEFT" scale="0.75" }
			iconType = { name = "antarctica_station_slot_10_housing_4" spriteType = "GFX_station_module_greenhouse_large" position = { x = 891 y = 396 } Orientation = "UPPER_LEFT" scale="0.8" }

			iconType = { name = "antarctica_station_slot_11_power_1" spriteType = "GFX_station_module_caterpillar_3306_small" position = { x = 707 y = 214 } Orientation = "UPPER_LEFT" scale="1.35" }
			iconType = { name = "antarctica_station_slot_11_power_2" spriteType = "GFX_station_module_caterpillar_3406_small" position = { x = 714 y = 207 } Orientation = "UPPER_LEFT" scale="1.35" }
			iconType = { name = "antarctica_station_slot_11_power_3" spriteType = "GFX_station_module_caterpillar_3512B_small" position = { x = 707 y = 214 } Orientation = "UPPER_LEFT" scale="1.35" }
			iconType = { name = "antarctica_station_slot_11_power_4" spriteType = "GFX_station_module_enercon_e33_small" position = { x = 710 y = 215 } Orientation = "UPPER_LEFT" scale="1.25" }
			iconType = { name = "antarctica_station_slot_11_power_5" spriteType = "GFX_station_module_ewt_1mw_small" position = { x = 714 y = 207 } Orientation = "UPPER_LEFT" scale="1.25" }
			iconType = { name = "antarctica_station_slot_11_power_6" spriteType = "GFX_station_module_kyocera_kc130ght_2_small" position = { x = 710 y = 219 } Orientation = "UPPER_LEFT" scale="1.25" }
			iconType = { name = "antarctica_station_slot_11_power_7" spriteType = "GFX_station_module_hyundai_his_s218sf_small" position = { x = 709 y = 217 } Orientation = "UPPER_LEFT" scale="1.25" }
			iconType = { name = "antarctica_station_slot_11_power_8" spriteType = "GFX_station_module_consolar_tubo_12_small" position = { x = 712 y = 218 } Orientation = "UPPER_LEFT" scale="1.15" }
			iconType = { name = "antarctica_station_slot_11_power_9" spriteType = "GFX_station_module_thermomax_hp200_small" position = { x = 716 y = 210 } Orientation = "UPPER_LEFT" scale="1.2" }
			iconType = { name = "antarctica_station_slot_11_power_10" spriteType = "GFX_station_module_viessmann_vitosol_300_tm_small" position = { x = 712 y = 216 } Orientation = "UPPER_LEFT" scale="1.15" }

			iconType = { name = "antarctica_station_slot_12_life_1" spriteType = "GFX_station_module_open_loop_utilities_small" position = { x = 711 y = 582 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_12_life_2" spriteType = "GFX_station_module_basic_recycling_core_small" position = { x = 711 y = 582 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_12_life_3" spriteType = "GFX_station_module_standard_recycling_core_small" position = { x = 711 y = 582 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_12_life_4" spriteType = "GFX_station_module_zero_waste_complex_small" position = { x = 711 y = 582 } Orientation = "UPPER_LEFT" }

			iconType = { name = "antarctica_station_slot_13_power_1" spriteType = "GFX_station_module_caterpillar_3306_small" position = { x = 875 y = 310 } Orientation = "UPPER_LEFT" scale="1.25" }
			iconType = { name = "antarctica_station_slot_13_power_2" spriteType = "GFX_station_module_caterpillar_3406_small" position = { x = 881 y = 302 } Orientation = "UPPER_LEFT" scale="1.25" }
			iconType = { name = "antarctica_station_slot_13_power_3" spriteType = "GFX_station_module_caterpillar_3512B_small" position = { x = 874 y = 312 } Orientation = "UPPER_LEFT" scale="1.25" }
			iconType = { name = "antarctica_station_slot_13_power_4" spriteType = "GFX_station_module_enercon_e33_small" position = { x = 872 y = 310 } Orientation = "UPPER_LEFT" scale="1.25" }
			iconType = { name = "antarctica_station_slot_13_power_5" spriteType = "GFX_station_module_ewt_1mw_small" position = { x = 879 y = 297 } Orientation = "UPPER_LEFT" scale="1.25" }
			iconType = { name = "antarctica_station_slot_13_power_6" spriteType = "GFX_station_module_kyocera_kc130ght_2_small" position = { x = 872 y = 314 } Orientation = "UPPER_LEFT" scale="1.25" }
			iconType = { name = "antarctica_station_slot_13_power_7" spriteType = "GFX_station_module_hyundai_his_s218sf_small" position = { x = 874 y = 312 } Orientation = "UPPER_LEFT" scale="1.15" }
			iconType = { name = "antarctica_station_slot_13_power_8" spriteType = "GFX_station_module_consolar_tubo_12_small" position = { x = 876 y = 313 } Orientation = "UPPER_LEFT" scale="1.15" }
			iconType = { name = "antarctica_station_slot_13_power_9" spriteType = "GFX_station_module_thermomax_hp200_small" position = { x = 880 y = 307 } Orientation = "UPPER_LEFT" scale="1.2" }
			iconType = { name = "antarctica_station_slot_13_power_10" spriteType = "GFX_station_module_viessmann_vitosol_300_tm_small" position = { x = 878 y = 314 } Orientation = "UPPER_LEFT" scale="1.05" }

			iconType = { name = "antarctica_station_slot_14_fuel_1" spriteType = "GFX_station_module_basic_reinforced_fuel_tanks_small" position = { x = 550 y = 506 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_14_fuel_2" spriteType = "GFX_station_module_medium_fuel_tank_farm_small" position = { x = 550 y = 506 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_14_fuel_3" spriteType = "GFX_station_module_large_fuel_tank_farm_small" position = { x = 554 y = 503 } Orientation = "UPPER_LEFT" }
			iconType = { name = "antarctica_station_slot_14_fuel_4" spriteType = "GFX_station_module_extra_heat_recovery_system_small" position = { x = 556 y = 498 } Orientation = "UPPER_LEFT" }

			buttonType = {
				name = "antarctica_station_toggle_illegal_activities_button"
				quadTextureSprite = "GFX_antarctica_illegal_research"
				position = { x = 304 y = 622 }
				pdx_tooltip = "ANTARCTICA_STATION_TOGGLE_ILLEGAL_ACTIVITIES_TEXT"
				pdx_tooltip_delayed = "ANTARCTICA_STATION_TOGGLE_ILLEGAL_ACTIVITIES_TEXT_DELAYED"
				Orientation = "UPPER_LEFT"
			}
		}
	}
}
