guiTypes = {
	containerWindowType = {
		name = "MD_countrypoliticsview"
		position = { x = 0 y = 0 }

		ButtonType = {
			name = "MD_countrypoliticsview_expanded_open"
			spriteType = "GFX_expand_button"
			position = { x=509 y=252 }
			scale = 1.1
			rotation = 1.6
			pdx_tooltip = "OPEN_BUTTON_TT"
			pdx_tooltip_delayed = "OPEN_BUTTON_TT_DELAYED"
		}

		containerWindowType = {
			name = "ruling_party_addon_info"
			position = { x = 87 y = 305 }
			size = { width = 160 height = 60 }
			clipping = no

			instantTextboxType = {
				name = "ruling_party_addon"
				position = { x = 3 y = 0 }
				font = "hoi_18mbs"
				text = "[show_ruling_party]"
				format = left
				maxWidth = 160
				maxHeight = 18
				fixedsize = yes
				pdx_tooltip = "ruling_party_TOOLTIP"
			}
		}

		containerWindowType = {
			name = "approval_rating_container"
			position = { x = 260 y = 390 }
			scale = 0.95

			iconType = {
				name ="approval_rating_icon"
				spriteType = "GFX_approval_rating_icon"
				position = { x= -1 y = 0 }
			}

			instantTextBoxType = {
				name ="approval_rating_text"
				position = { x= 17 y = 7 }
				font = "cg_16b"
				text = "[?government_coalition_strength|%1]"
				format = centre
				maxWidth = 55
				maxHeight = 24
				fixedsize = yes

				pdx_tooltip = "approval_rating_TOOLTIP"
				pdx_tooltip_delayed = "approval_rating_TOOLTIP_DELAYED"
			}
		}

		containerWindowType = {
			name = "list_of_parties_politics_tab"
			position = {x=338 y=300}
			size = { width=208 height=135 }
			verticalScrollbar = "right_vertical_slider"
			scroll_wheel_factor = 98
			smooth_scrolling = yes
			margin = { bottom = 3 }

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

			gridBoxType = {
				name = "parties_grid"
				position = { x = 0 y = 0 }
				format = "UPPER_LEFT"
				slotsize = { width = 205 height = 22 }
				max_slots_horizontal = 1
				max_slots_vertical = 10
			}
		}
	}

	containerWindowType = {
		name = "MD_countrypoliticsview_expanded"
		position = { x=0 y=2}
		show_position = { x=551 y =2 }
		show_animation_type = decelerated
		hide_animation_type = accelerated
		animation_time = 300

		size = { width=520 height=100%% }

		verticalScrollbar = "right_vertical_slider"
		scroll_wheel_factor = 98
		smooth_scrolling = yes
		margin = { top = 5 bottom = 10 }

		#hide_sound = menu_close_window
		show_sound = menu_open_window

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

		containerWindowType = {
			name = "MD_countrypoliticsview_container"
			position = { x=0 y=0}
			show_animation_type = decelerated
			hide_animation_type = accelerated
			animation_time = 300
			size = { width=100%% height=1355 }

			instantTextboxType = {
				name = "title"
				position = { x = 11 y = 6 }
				font = "hoi_30"
				borderSize = { x = 0 y = 0 }
				text = "POLITICAL_SUBMENU_TITLE"
				maxWidth = 420
				maxHeight = 40
				format = LEFT
				fixedsize=yes
			}

			containerWindowType = {
				name = "settings"
				position = { x = 11 y = 42 }

				containerWindowType = {
					name = "corruption_offers"
					position = {x=0 y=0}

					ButtonType = {
						name = "corruption_offers_checkbox"
						position = { x = 0 y = 0 }
						frame = 2
						quadTextureSprite = "GFX_generic_checkbox3"
						clicksound = decisions_ui_button
						pdx_tooltip = "CORRUPTION_OFFERS_TT"
					}

					instantTextboxType = {
						name = "label"
						position = { x = 30 y = 4 }
						font = "hoi_16mbs"
						borderSize = { x = 0 y = 0 }
						text = "CORRUPTION_OFFERS_LABEL"
						maxWidth = 160
						maxHeight = 10
						format = left
					}
				}

				containerWindowType = {
					name = "foreign_election_notifications"
					position = {x=150 y=0}

					ButtonType = {
						name = "foreign_election_notifications_checkbox"
						position = { x = 0 y = 0 }
						frame = 2
						quadTextureSprite = "GFX_generic_checkbox3"
						clicksound = decisions_ui_button
						pdx_tooltip = "FOREIGN_ELECTION_NOTIFICATIONS_TT"
					}

					instantTextboxType = {
						name = "label"
						position = { x = 30 y = 4 }
						font = "hoi_16mbs"
						borderSize = { x = 0 y = 0 }
						text = "FOREIGN_ELECTION_NOTIFICATIONS_LABEL"
						maxWidth = 200
						maxHeight = 10
						format = left
					}
				}
			}

			containerWindowType = {
				name = "elections_container"
				position = { x = 10 y = 66 }
				size = { width = 239 height = 80 }

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

				instantTextboxType = {
					name = "title"
					position = { x = 10 y = 8 }
					font = "hoi_16mbs"
					borderSize = { x = 0 y = 0 }
					text = "ELECTIONS_TITLE"
					maxWidth = 200
					maxHeight = 40
					format = LEFT
					fixedsize=yes
				}

				iconType = {
					name = "icon_bg"
					spriteType = "GFX_politicsview_icon_bg"
					position = { x = 4 y = 20 }
					alwaystransparent = yes
				}

				iconType = {
					name = "icon"
					spriteType = "GFX_election_date_icon"
					position = { x = 16 y = 30 }
					alwaystransparent = yes
					scale = 1.3
				}

				instantTextboxType = {
					name = "elections_date"
					position = { x = 60 y = 30 }
					font = "hoi_20bs"
					borderSize = { x = 0 y = 0 }
					text = "ELECTION_DATE_LABEL"
					maxWidth = 150
					maxHeight = 40
					format = LEFT
					fixedsize=yes
				}

				instantTextboxType = {
					name = "elections_threshold_desc"
					position = { x = 60 y = 50 }
					font = "hoi_18"
					borderSize = { x = 0 y = 0 }
					text = "[has_elections_check]"
					maxWidth = 150
					maxHeight = 40
					format = LEFT
					fixedsize=yes
				}
			}

			containerWindowType = {
				name = "elections_threshold_container"
				position = { x = 251 y = 66 }
				size = { width = 239 height = 80 }

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

				instantTextboxType = {
					name = "title"
					position = { x = 10 y = 8 }
					font = "hoi_16mbs"
					borderSize = { x = 0 y = 0 }
					text = "ELECTIONS_THRESHOLD_TITLE"
					maxWidth = 200
					maxHeight = 40
					format = LEFT
					fixedsize=yes
				}

				iconType = {
					name = "icon_bg"
					spriteType = "GFX_politicsview_icon_bg"
					position = { x = 4 y = 20 }
					alwaystransparent = yes
				}

				iconType = {
					name = "icon"
					spriteType = "GFX_approval_rating_icon"
					position = { x = 13 y = 30 }
					alwaystransparent = yes
					scale = 1.45
				}

				instantTextboxType = {
					name = "elections_threshold"
					position = { x = 60 y = 30 }
					font = "hoi_20bs"
					borderSize = { x = 0 y = 0 }
					text = "ELECTIONS_THRESHOLD"
					maxWidth = 50
					maxHeight = 40
					format = LEFT
					fixedsize=yes
					pdx_tooltip = ELECTIONS_THRESHOLD_TT
				}

				instantTextboxType = {
					name = "elections_threshold_desc"
					position = { x = 60 y = 50 }
					font = "hoi_18"
					borderSize = { x = 0 y = 0 }
					text = "ELECTIONS_THRESHOLD_DESC"
					maxWidth = 150
					maxHeight = 40
					format = LEFT
					fixedsize=yes
				}

				containerWindowType = {
					name = "change_election_threshold"
					position = { x = 90 y = 28 }

					ButtonType = {
						name = "increase_election_threshold"
						spriteType = "GFX_md_collapse_button"
						frame = 2
						position = { x = 1 y = 0 }
						pdx_tooltip = "increase_election_threshold"
						pdx_tooltip_delayed = "increase_election_threshold_TT"
					}

					ButtonType = {
						name = "decrease_election_threshold"
						spriteType = "GFX_md_collapse_button"
						frame = 1
						position = { x = 0 y = 12 }
						pdx_tooltip = "decrease_election_threshold"
						pdx_tooltip_delayed = "decrease_election_threshold_TT"
					}
				}
			}

			containerWindowType = {
				name = "government_container"
				position = { x = 10 y = 149 }
				size = { width = 480 height = 130 }

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

				instantTextboxType = {
					name = "title_left"
					position = { x = 15 y = 10 }
					font = "hoi_24header"
					borderSize = { x = 0 y = 0 }
					text = "GOVERNMENT_TITLE"
					maxWidth = 220
					maxHeight = 40
					format = LEFT
					fixedsize=yes
				}

				instantTextboxType = {
					name = "title_right"
					position = { x = 245 y = 10 }
					font = "hoi_24header"
					borderSize = { x = 0 y = 0 }
					text = "OPPOSITION_TITLE"
					maxWidth = 220
					maxHeight = 40
					format = RIGHT
					fixedsize=yes
				}

				containerWindowType = {
					name = "government"
					position = { x = 12 y = 40 }
					size = { width = 230 height = 75 }

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

					instantTextboxType = {
						name = "party_name"
						position = { x = 10 y = 18 }
						font = "hoi_18mbs"
						borderSize = { x = 0 y = 0 }
						text = "[show_ruling_party]"
						maxWidth = 170
						maxHeight = 10
						format = LEFT
						fixedsize=yes
						pdx_tooltip = "RULING_PARTY_TT"
						pdx_tooltip_delayed = "RULING_PARTY_TT_DELAYED"
					}

					instantTextboxType = {
						name = "party_support"
						position = { x = 10 y = 36 }
						font = "hoi_24header"
						borderSize = { x = 0 y = 0 }
						text = "GOVERNMENT_POPULARITY_VALUE"
						maxWidth = 80
						maxHeight = 20
						format = LEFT
						fixedsize=yes
						pdx_tooltip = "COALITION_POPULARITY_TT"
						pdx_tooltip_delayed = "COALITION_POPULARITY_TT_DELAYED"
					}

					gridBoxType = {
						name = "coalition_grid"
						position = { x = 69 y = 41 }
						format = "UPPER_LEFT"
						slotsize = { width = 21 height = 20 }
						max_slots_vertical = 1
					}
				}

				containerWindowType = {
					name = "opposition"
					position = { x = 239 y = 40 }
					size = { width = 230 height = 75 }

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

					instantTextboxType = {
						name = "party_name"
						position = { x = 50 y = 18 }
						font = "hoi_18mbs"
						borderSize = { x = 0 y = 0 }
						text = "[opposition_party_name]"
						maxWidth = 170
						maxHeight = 10
						format = RIGHT
						fixedsize=yes
						pdx_tooltip = "OPPOSITION_PARTY_TT"
						pdx_tooltip_delayed = "OPPOSITION_PARTY_TT_DELAYED"
					}

					instantTextboxType = {
						name = "party_support"
						position = { x = 120 y = 36 }
						font = "hoi_24header"
						borderSize = { x = 0 y = 0 }
						text = "OPPOSITION_POPULARITY_VALUE"
						maxWidth = 100
						maxHeight = 20
						format = RIGHT
						fixedsize=yes
						pdx_tooltip = "OPPOSITION_POPULARITY_TT"
						pdx_tooltip_delayed = "OPPOSITION_POPULARITY_TT_DELAYED"
					}

					gridBoxType = {
						name = "opposition_grid"
						position = { x = 159 y = 40 }
						format = "UPPER_RIGHT"
						slotsize = { width = 21 height = 20 }
						max_slots_vertical = 1
						max_slots_horizontal = 5
					}
				}

				containerWindowType = {
					name = "pie_chart_container"
					position = { x=204 y=42 }
					
					iconType = {
						name = "pie_chart_background"
						quadTextureSprite = "GFX_politics_pie_chart_bg"
						alwaystransparent = yes
						position = { x=-40 y=-40 }
					}

					containerWindowType = {
						name = "parties_pie_chart"
						position = { x = 5 y = 4 }
						show_animation_type = decelerated
						hide_animation_type = accelerated
						animation_time = 0
						scale = 0.38
						clipping = no
						moveable = no

						iconType = { name = "Western_Autocracy_chart" spriteType = "GFX_Western_Autocracy_chart" }
						iconType = { name = "conservatism_chart" spriteType = "GFX_conservatism_chart" }
						iconType = { name = "liberalism_chart" spriteType = "GFX_liberalism_chart" }
						iconType = { name = "socialism_chart" spriteType = "GFX_socialism_chart" }

						iconType = { name = "Communist_State_chart" spriteType = "GFX_Communist_State_chart" }
						iconType = { name = "anarchist_communism_chart" spriteType = "GFX_anarchist_communism_chart" }
						iconType = { name = "Conservative_chart" spriteType = "GFX_Conservative_chart" }
						iconType = { name = "Autocracy_chart" spriteType = "GFX_Autocracy_chart" }

						iconType = { name = "Mod_Vilayat_e_Faqih_chart" spriteType = "GFX_Mod_Vilayat_e_Faqih_chart" }
						iconType = { name = "Vilayat_e_Faqih_chart" spriteType = "GFX_Vilayat_e_Faqih_chart" }

						iconType = { name = "Kingdom_chart" spriteType = "GFX_Kingdom_chart" }
						iconType = { name = "Caliphate_chart" spriteType = "GFX_Caliphate_chart" }

						iconType = { name = "Neutral_Muslim_Brotherhood_chart" spriteType = "GFX_Neutral_Muslim_Brotherhood_chart" }
						iconType = { name = "Neutral_Autocracy_chart" spriteType = "GFX_Neutral_Autocracy_chart" }
						iconType = { name = "Neutral_conservatism_chart" spriteType = "GFX_Neutral_conservatism_chart" }
						iconType = { name = "oligarchism_chart" spriteType = "GFX_oligarchism_chart" }
						iconType = { name = "Neutral_Libertarian_chart" spriteType = "GFX_Neutral_Libertarian_chart" }
						iconType = { name = "Neutral_green_chart" spriteType = "GFX_Neutral_green_chart" }
						iconType = { name = "neutral_Social_chart" spriteType = "GFX_neutral_Social_chart" }
						iconType = { name = "Neutral_Communism_chart" spriteType = "GFX_Neutral_Communism_chart" }

						iconType = { name = "Nat_Populism_chart" spriteType = "GFX_Nat_Populism_chart" }
						iconType = { name = "Nat_Fascism_chart" spriteType = "GFX_Nat_Fascism_chart" }
						iconType = { name = "Nat_Autocracy_chart" spriteType = "GFX_Nat_Autocracy_chart" }
						iconType = { name = "Monarchist_chart" spriteType = "GFX_Monarchist_chart" }
					}

					iconType = {
						name = "pie_chart_overlay"
						quadTextureSprite = "GFX_politics_pie_chart_overlay"
						position = { x=0 y=0 }
						pdx_tooltip = "POLITICS_PIE_CHART_TT"
						pdx_tooltip_delayed = "POLITICS_PIE_CHART_TT_DELAYED"
					}
				}
			}

			containerWindowType = {
				name = "political_buttons"
				position = { x = 0 y = 282 }

				containerWindowType = {
					name = "actions_buttons"
					position = { x = 10 y = 0 }
					size = { width = 480 height = 130 }

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

					instantTextboxType = {
						name = "title"
						position = { x = 14 y = 10 }
						font = "hoi_24header"
						borderSize = { x = 0 y = 0 }
						text = "POLITICAL_ACTIONS_TITLE"
						maxWidth = 420
						maxHeight = 40
						format = LEFT
						fixedsize=yes
					}

					containerWindowType = {
						name = "hold_reelections"
						position = { x = 12 y = 42 }

						ButtonType = {
							name = "hold_reelections_button"
							position = { x = 2 y = 5 }
							quadTextureSprite = "GFX_button_223x32"
							clicksound = click_default
							pdx_tooltip = "HOLD_REELECTIONS_TT"
						}

						iconType = {
							name = "icon"
							spriteType = "GFX_decision_elections_button"
							position = { x = 8 y = 9 }
							alwaystransparent = yes
							scale = 0.75
						}

						instantTextboxType = {
							name = "label"
							position = { x = 35 y = 3 }
							font = "hoi_16mbs"
							borderSize = { x = 0 y = 0 }
							text = "HOLD_REELECTIONS"
							maxWidth = 140
							maxHeight = 40
							format = LEFT
							fixedsize=yes
							alwaystransparent = yes
						}
					}

					containerWindowType = {
						name = "retire_leader"
						position = { x = 240 y = 42 }

						ButtonType = {
							name = "retire_leader_button"
							position = { x = 2 y = 4 }
							quadTextureSprite ="GFX_button_223x32"
							clicksound = click_default
							pdx_tooltip = "RETIRE_LEADER_TT"
						}

						iconType = {
							name = "icon"
							spriteType = "GFX_decision_retireleader_button"
							position = { x = 8 y = 9 }
							alwaystransparent = yes
							scale = 0.75
						}

						instantTextboxType = {
							name = "label"
							position = { x = 35 y = 4 }
							font = "hoi_16mbs"
							borderSize = { x = 0 y = 0 }
							text = "RETIRE_LEADER"
							maxWidth = 120
							maxHeight = 40
							format = LEFT
							fixedsize=yes
							alwaystransparent = yes
						}
					}

					containerWindowType = {
						name = "permanently_suspend_elections"
						position = { x = 12 y = 82 }

						ButtonType = {
							name = "permanently_suspend_elections_button"
							position = { x = 2 y = 5 }
							quadTextureSprite ="GFX_button_223x32"
							frame = 1
							clicksound = click_default
							pdx_tooltip = "PERMANENTLY_SUSPEND_ELECTIONS_TT"
						}

						iconType = {
							name = "icon"
							spriteType = "GFX_decision_electionban_button"
							position = { x = 8 y = 9 }
							alwaystransparent = yes
							scale = 0.75
						}

						instantTextboxType = {
							name = "label"
							position = { x = 35 y = 13 }
							font = "hoi_16mbs"
							borderSize = { x = 0 y = 0 }
							text = "PERMANENTLY_SUSPEND_ELECTIONS"
							maxWidth = 140
							maxHeight = 40
							format = LEFT
							fixedsize=yes
							alwaystransparent = yes
						}
					}

					# containerWindowType = {
					# 	name = "tba"
					# 	position = { x = 240 y = 82 }

					# 	ButtonType = {
					# 		name = "permanently_suspend_elections_button"
					# 		position = { x = 2 y = 5 }
					# 		quadTextureSprite ="GFX_button_223x32"
					# 		frame = 1
					# 		clicksound = click_default
					# 		pdx_tooltip = "PERMANENTLY_SUSPEND_ELECTIONS_TT"
					# 	}

					# 	iconType = {
					# 		name = "icon"
					# 		spriteType = "GFX_decision_electionban_button"
					# 		position = { x = 8 y = 9 }
					# 		alwaystransparent = yes
					# 		scale = 0.75
					# 	}

					# 	instantTextboxType = {
					# 		name = "label"
					# 		position = { x = 35 y = 13 }
					# 		font = "hoi_16mbs"
					# 		borderSize = { x = 0 y = 0 }
					# 		text = "PERMANENTLY_SUSPEND_ELECTIONS"
					# 		maxWidth = 140
					# 		maxHeight = 40
					# 		format = LEFT
					# 		fixedsize=yes
					# 		alwaystransparent = yes
					# 	}
					# }
				}

				containerWindowType = {
					name = "propaganda_buttons"
					position = { x = 10 y = 132 }
					size = { width = 480 height = 130 }

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

					instantTextboxType = {
						name = "title"
						position = { x = 15 y = 10 }
						font = "hoi_24header"
						borderSize = { x = 0 y = 0 }
						text = "POLITICAL_PROPAGANDA_TITLE"
						maxWidth = 420
						maxHeight = 40
						format = LEFT
						fixedsize=yes
					}

					containerWindowType = {
						name = "prowestern"
						position = { x = 15 y = 42 }

						ButtonType = {
							name = "prowestern_propaganda_button"
							position = { x = 0 y = 0 }
							quadTextureSprite ="GFX_party_filter_button"
							frame = 2
							clicksound = click_default
							pdx_tooltip = "prowestern_propaganda_button_tt"
						}

						iconType = {
							name = "icon"
							spriteType = "GFX_decision_democratic_button"
							position = { x = 5 y = 3 }
							alwaystransparent = yes
							scale = 0.75
						}

						instantTextboxType = {
							name = "label"
							position = { x = 30 y = 7 }
							font = "hoi_16mbs"
							borderSize = { x = 0 y = 0 }
							text = "PROPAGANDA_PROWESTERN"
							maxWidth = 100
							maxHeight = 40
							format = CENTER
							fixedsize=yes
							alwaystransparent = yes
						}
					}

					containerWindowType = {
						name = "emerging"
						position = { x = 165 y = 42 }

						ButtonType = {
							name = "emerging_propaganda_button"
							position = { x = 0 y = 0 }
							quadTextureSprite ="GFX_party_filter_button"
							frame = 2
							clicksound = click_default
							pdx_tooltip = "emerging_propaganda_button_tt"
						}

						iconType = {
							name = "icon"
							spriteType = "GFX_decision_emerging_button"
							position = { x = 4 y = 3 }
							alwaystransparent = yes
							scale = 0.75
						}

						instantTextboxType = {
							name = "label"
							position = { x = 30 y = 7 }
							font = "hoi_16mbs"
							borderSize = { x = 0 y = 0 }
							text = "PROPAGANDA_EMERGING"
							maxWidth = 100
							maxHeight = 40
							format = CENTER
							fixedsize=yes
							alwaystransparent = yes
						}
					}

					containerWindowType = {
						name = "nonaligned"
						position = { x = 315 y = 42 }

						ButtonType = {
							name = "nonaligned_propaganda_button"
							position = { x = 0 y = 0 }
							quadTextureSprite ="GFX_party_filter_button"
							frame = 2
							clicksound = click_default
							pdx_tooltip = "nonaligned_propaganda_button_tt"
						}

						iconType = {
							name = "icon"
							spriteType = "GFX_decision_neutrality_button"
							position = { x = 5 y = 3 }
							alwaystransparent = yes
							scale = 0.75
						}

						instantTextboxType = {
							name = "label"
							position = { x = 30 y = 7 }
							font = "hoi_16mbs"
							borderSize = { x = 0 y = 0 }
							text = "PROPAGANDA_NONALIGNED"
							maxWidth = 100
							maxHeight = 40
							format = CENTER
							fixedsize=yes
							alwaystransparent = yes
						}
					}

					containerWindowType = {
						name = "nationalist"
						position = { x = 15 y = 82 }

						ButtonType = {
							name = "nationalist_propaganda_button"
							position = { x = 0 y = 0 }
							quadTextureSprite ="GFX_party_filter_button"
							frame = 2
							clicksound = click_default
							pdx_tooltip = "nationalist_propaganda_button_tt"
						}

						iconType = {
							name = "icon"
							spriteType = "GFX_decision_nationalist_button"
							position = { x = 5 y = 3 }
							alwaystransparent = yes
							scale = 0.75
						}

						instantTextboxType = {
							name = "label"
							position = { x = 30 y = 7 }
							font = "hoi_16mbs"
							borderSize = { x = 0 y = 0 }
							text = "PROPAGANDA_NATIONALIST"
							maxWidth = 100
							maxHeight = 40
							format = CENTER
							fixedsize=yes
							alwaystransparent = yes
						}
					}

					containerWindowType = {
						name = "fascism"
						position = { x = 165 y = 82 }

						ButtonType = {
							name = "fascism_propaganda_button"
							position = { x = 0 y = 0 }
							quadTextureSprite ="GFX_party_filter_button"
							frame = 2
							clicksound = click_default
							pdx_tooltip = "fascism_propaganda_button_tt"
						}

						iconType = {
							name = "icon"
							spriteType = "GFX_decision_fascism_button"
							position = { x = 5 y = 3 }
							alwaystransparent = yes
							scale = 0.75
						}

						instantTextboxType = {
							name = "label"
							position = { x = 30 y = 7 }
							font = "hoi_16mbs"
							borderSize = { x = 0 y = 0 }
							text = "PROPAGANDA_FASCISM"
							maxWidth = 100
							maxHeight = 40
							format = CENTER
							fixedsize=yes
							alwaystransparent = yes
						}
					}
				}
			}

			containerWindowType = {
				name = "ideological_powers"
				size = { width = 480 height = 115 }
				position = { x = 10 y = 546 }
				margin = { left = 5 top = 5 }

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

				instantTextboxType = {
					name = "title"
					position = { x = 10 y = 10 }
					font = "hoi_24header"
					text = "IP_TITLE"
					format = left
					maxWidth = 400
					fixedsize = yes
				}

				iconType = {
					name = "background_shadow"
					position = { x = 6 y = 40 }
					spriteType = "GFX_IP_bg"
				}

				containerWindowType = {
					name = "communist"
					position = { x = 5 y = 35 }

					iconType = {
						name = "IP_communist_glow"
						position = { x = -10 y = -3 }
						spriteType = "GFX_ongoing_generic_glow_yellow"
						scale = 0.65
						alwaystransparent = yes
					}
					iconType = {
						name = "IP_communist"
						spriteType = "GFX_IP_communist_symbol"
						position = { x = 0 y = 0 }
						pdx_tooltip = "IP_communist_category_desc"
						pdx_tooltip_delayed = "IP_communist_category_desc_delayed"
						scale = 0.692
					}
				}
				
				containerWindowType = {
					name = "socialist"
					position = { x = 75 y = 35 }

					iconType = {
						name = "IP_socialist_glow"
						position = { x = -10 y = -3 }
						spriteType = "GFX_ongoing_generic_glow_yellow"
						scale = 0.65
						alwaystransparent = yes
					}
					iconType = {
						name = "IP_socialist"
						spriteType = "GFX_IP_socialist_symbol"
						position = { x = 0 y = 0 }
						pdx_tooltip = "IP_socialist_category_desc"
						pdx_tooltip_delayed = "IP_socialist_category_delayed"
						scale = 0.692
					}
				}

				containerWindowType = {
					name = "conservative"
					position = { x = 145 y = 35 }

					iconType = {
						name = "IP_conservative_glow"
						position = { x = -10 y = -3 }
						spriteType = "GFX_ongoing_generic_glow_yellow"
						scale = 0.65
						alwaystransparent = yes
					}
					iconType = {
						name = "IP_conservative"
						spriteType = "GFX_IP_conservative_symbol"
						position = { x = 0 y = 0 }
						pdx_tooltip = "IP_conservative_category_desc"
						pdx_tooltip_delayed = "IP_conservative_category_desc_delayed"
						scale = 0.692
					}
				}

				containerWindowType = {
					name = "liberal"
					position = { x = 205 y = 35 }

					iconType = {
						name = "IP_liberal_glow"
						position = { x = -10 y = -3 }
						spriteType = "GFX_ongoing_generic_glow_yellow"
						scale = 0.65
						alwaystransparent = yes
					}
					iconType = {
						name = "IP_liberal"
						spriteType = "GFX_IP_liberal_symbol"
						position = { x = 0 y = 0 }
						pdx_tooltip = "IP_liberal_category_desc"
						pdx_tooltip_delayed = "IP_liberal_category_desc_delayed"
						scale = 0.692
					}
				}

				containerWindowType = {
					name = "autocrat"
					position = { x = 265 y = 35 }

					iconType = {
						name = "IP_autocrat_glow"
						position = { x = -10 y = -3 }
						spriteType = "GFX_ongoing_generic_glow_yellow"
						scale = 0.65
						alwaystransparent = yes
					}
					iconType = {
						name = "IP_autocrat"
						spriteType = "GFX_IP_autocrat_symbol"
						position = { x = 0 y = 0 }
						pdx_tooltip = "IP_autocrat_category_desc"
						pdx_tooltip_delayed = "IP_autocrat_category_desc_delayed"
						scale = 0.692
					}
				}

				containerWindowType = {
					name = "monarchist"
					position = { x = 330 y = 35 }

					iconType = {
						name = "IP_monarchist_glow"
						position = { x = -10 y = -3 }
						spriteType = "GFX_ongoing_generic_glow_yellow"
						scale = 0.65
						alwaystransparent = yes
					}
					iconType = {
						name = "IP_monarchist"
						spriteType = "GFX_IP_monarchist_symbol"
						position = { x = 0 y = 0 }
						pdx_tooltip = "IP_monarchist_category_desc"
						pdx_tooltip_delayed = "IP_monarchist_category_desc_delayed"
						scale = 0.692
					}
				}

				containerWindowType = {
					name = "fundamentalist"
					position = { x = 395 y = 35 }

					iconType = {
						name = "IP_fundamentalist_glow"
						position = { x = -10 y = -3 }
						spriteType = "GFX_ongoing_generic_glow_yellow"
						scale = 0.65
						alwaystransparent = yes
					}
					iconType = {
						name = "IP_fundamentalist"
						spriteType = "GFX_IP_fundamentalist_symbol"
						position = { x = 0 y = 0 }
						pdx_tooltip = "IP_fundamentalist_symbol_desc"
						pdx_tooltip_delayed = "IP_fundamentalist_symbol_desc_delayed"
						scale = 0.692
					}
				}
			}

			containerWindowType = {
				name = "parties_container"
				position = {x=10 y=664 }
				size = { width=480 height= 100%% }

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

				instantTextboxType = {
					name = "title"
					position = { x = 15 y = 10 }
					font = "hoi_24header"
					borderSize = { x = 0 y = 0 }
					text = "POLITICAL_PARTIES_TITLE"
					maxWidth = 400
					maxHeight = 40
					format = LEFT
					fixedsize=yes
				}

				containerWindowType = {
					name = "sorting_buttons"
					position = { x = 15 y = 35 }
					size = { width=100%% height= 50 }

					ButtonType = {
						name = "sorting_button_outlook"
						position = { x = 0 y = 0 }
						quadTextureSprite ="GFX_diplo_filter_entry"
						buttonText = "POLITICAL_PARTIES_SORT_OUTLOOK"
						buttonFont = "hoi_16mbs"
						frame = 2
						clicksound = click_default
					}

					ButtonType = {
						name = "sorting_button_popularity"
						position = { x = 125 y = 0 }
						quadTextureSprite ="GFX_diplo_filter_entry"
						buttonText = "POLITICAL_PARTIES_SORT_POPULARITY"
						buttonFont = "hoi_16mbs"
						frame = 1
						clicksound = click_default
					}

					ButtonType = {
						name = "sorting_button_banned"
						position = { x = 250 y = 0 }
						quadTextureSprite ="GFX_diplo_filter_entry"
						buttonText = "POLITICAL_PARTIES_SORT_BANNED"
						buttonFont = "hoi_16mbs"
						frame = 2
						clicksound = click_default
					}

					ButtonType = {
						name ="allow_all_parties_button"
						spriteType = "GFX_allow_party_button"
						position = { x=412 y=6 }
						pdx_tooltip = "ALLOW_ALL_PARTIES_TT"
						pdx_tooltip_delayed = "ALLOW_ALL_PARTIES_TT_DELAYED"
					}
					ButtonType = {
						name ="ban_all_parties_button"
						spriteType = "GFX_ban_party_button"
						position = { x=412 y=6 }
						pdx_tooltip = "BAN_ALL_PARTIES_TT"
						pdx_tooltip_delayed = "BAN_ALL_PARTIES_TT_DELAYED"
					}
				}

				containerWindowType = {
					name = "parties_grid_container"
					position = { x = 0 y = 70 }
					size = { width=480 height=100%% }
					margin = { top = 12 bottom = 10 }

					background = {
						name = "Background"
						quadTextureSprite ="GFX_MD_tiled_window1"
					}
					
					containerWindowType = {
						name = "parties_list"
						position = { x = 0 y = 0 }
						size = { width=100%% height=600 }

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

						iconType = {
							name ="parties_sorted_by_outlook_bg"
							spriteType = "GFX_parties_sorted_by_outlook_bg"
							position = { x= 3 y = -8 }
						}

						gridBoxType = {
							name = "parties_grid"
							position = { x = 12 y = 1 }
							format = "UPPER_LEFT"
							slotsize = { width = 205 height = 25 }
							max_slots_horizontal = 1
							# padding = { bottom = 25 }
							# add_horizontal = yes
						}
					}
				}
			}

			ButtonType = {
				name = "politics_refresh_button"
				spriteType = "GFX_refresh_button"
				position = { x = 455 y = 15 }
				pdx_tooltip = "REFRESH_POLITICSYVIEW_TOOLTIP"
			}

			ButtonType = {
				name = "close"
				position = { x = -100 y = 17 }
				quadTextureSprite ="GFX_production_line_arrow_left"
				buttonFont = "Main_14_black"
				Orientation = "UPPER_RIGHT"
				pdx_tooltip = "POLITICS_EXPANDED_CLOSE_TT"
			}
		}
	}

	containerWindowType = {
		name = "MD_countrypoliticsview_election_window"
		size = { width=975 height=580 }
		position = { x = 650 y = 250 }
		margin = { right=10 bottom=10 left=10 }
		moveable = yes

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

		instantTextBoxType = {
			name ="title"
			position = { x= 0 y = 10 }
			font = "hoi_36header"
			text = "FORM_GOVERNMENT_TITLE"
			format = center
			maxWidth = 975
			maxHeight = 18
			fixedsize = yes
		}

		instantTextBoxType = {
			name ="subtitle"
			position = { x= 0 y = 45 }
			font = "hoi_18"
			text = "FORM_GOVERNMENT_SUBTITLE"
			format = center
			maxWidth = 975
			maxHeight = 18
			fixedsize = yes
		}

		containerWindowType = {
			name = "election_window_content"
			size = { width=100% height=100%% }
			position = { x = 0 y = 70 }
			margin = { left = 8 top = 8 bottom = 8 }
		
			background = {
				name = "Background"
				quadTextureSprite ="GFX_mini_bg"
			}

			containerWindowType = {
				name = "election_result_container"
				size = { width=270 height=350 }
				position = { x = 0 y = 0 }
			
				background = {
					name = "Background"
					quadTextureSprite ="GFX_MD_tiled_window1"
				}

				instantTextBoxType = {
					name ="title"
					position = { x= 0 y = 5 }
					font = "hoi_24header"
					text = "ELECTION_RESULT_TITLE"
					format = center
					maxWidth = 270
					maxHeight = 18
					fixedsize = yes
				}

				containerWindowType = {
					name = "election_result_list"
					size = { width=266 height=313 }
					position = { x = 2 y = 35 }
					verticalScrollbar = "right_vertical_slider"
					scroll_wheel_factor = 98
					smooth_scrolling = yes
					margin = { top = 5 bottom = 5}
				
					background = {
						name = "Background"
						quadTextureSprite ="GFX_mini_bg"
					}

					gridBoxType = {
						name = "election_result_grid"
						position = { x = 5 y = 10 }
						format = "UPPER_LEFT"
						slotsize = { width = 300 height = 56 }
						max_slots_horizontal = 1
					}
				}
			}

			containerWindowType = {
				name = "election_statistics_container"
				size = { width=270 height=100%% }
				position = { x = 0 y = 355 }
			
				background = {
					name = "Background"
					quadTextureSprite ="GFX_MD_tiled_window1"
				}

				instantTextBoxType = {
					name ="title"
					position = { x= 0 y = 5 }
					font = "hoi_24header"
					text = "ELECTION_STATISTICS_TITLE"
					format = center
					maxWidth = 270
					maxHeight = 18
					fixedsize = yes
				}

				containerWindowType = {
					name = "election_statistics"
					size = { width=260 height=95 }
					position = { x = 5 y = 30 }
				
					background = {
						name = "Background"
						quadTextureSprite ="GFX_mini_bg"
					}

					instantTextBoxType = {
						name ="election_turnout_label"
						position = { x= 10 y = 5 }
						font = "hoi_20bs"
						text = "ELECTION_TURNOUT_LABEL"
						format = left
						maxWidth = 190
						maxHeight = 18
						fixedsize = yes
					}

					instantTextBoxType = {
						name ="election_turnout_value"
						position = { x= 200 y = 5 }
						font = "hoi_20bs"
						text = "ELECTION_TURNOUT_VALUE"
						format = right
						maxWidth = 50
						maxHeight = 18
						fixedsize = yes
					}

					instantTextBoxType = {
						name ="votes_label"
						position = { x= 10 y = 25 }
						font = "hoi_20bs"
						text = "ELECTION_VOTES_LABEL"
						format = left
						maxWidth = 190
						maxHeight = 18
						fixedsize = yes
					}

					instantTextBoxType = {
						name ="votes_value"
						position = { x= 200 y = 25 }
						font = "hoi_20bs"
						text = "ELECTION_VOTES_VALUE"
						format = right
						maxWidth = 50
						maxHeight = 18
						fixedsize = yes
					}

					instantTextBoxType = {
						name ="all_seats_label"
						position = { x= 10 y = 45 }
						font = "hoi_20bs"
						text = "ALL_SEATS_LABEL"
						format = left
						maxWidth = 190
						maxHeight = 18
						fixedsize = yes
					}

					instantTextBoxType = {
						name ="all_seats_value"
						position = { x= 200 y = 45 }
						font = "hoi_20bs"
						text = "ALL_SEATS_VALUE"
						format = right
						maxWidth = 50
						maxHeight = 18
						fixedsize = yes
					}

					instantTextBoxType = {
						name ="majority_seats_label"
						position = { x= 10 y = 65 }
						font = "hoi_20bs"
						text = "MAJORITY_SEATS_LABEL"
						format = left
						maxWidth = 190
						maxHeight = 18
						fixedsize = yes
					}

					instantTextBoxType = {
						name ="majority_seats_value"
						position = { x= 200 y = 65 }
						font = "hoi_20bs"
						text = "MAJORITY_SEATS_VALUE"
						format = right
						maxWidth = 50
						maxHeight = 18
						fixedsize = yes
					}
				}
			}

			containerWindowType = {
				name = "coalition_builder_container"
				size = { width=390 height=100% }
				position = { x = 275 y = 0 }
			
				background = {
					name = "Background"
					quadTextureSprite ="GFX_MD_tiled_window1"
				}

				instantTextBoxType = {
					name ="title"
					position = { x= 0 y = 5 }
					font = "hoi_24header"
					text = "COALITION_BUILDER_TITLE"
					format = center
					maxWidth = 390
					maxHeight = 18
					fixedsize = yes
				}

				containerWindowType = {
					name = "coalition_pie_chart"
					size = { width=380 height=160 }
					position = { x = 5 y = 30 }
				
					background = {
						name = "Background"
						quadTextureSprite ="GFX_mini_bg"
					}
				}

				containerWindowType = {
					name = "your_coalition_container"
					position = { x = 0 y = 195 }

					instantTextBoxType = {
						name ="title"
						position = { x= 0 y = 0 }
						font = "hoi_24header"
						text = "YOUR_COALITION_TITLE"
						format = center
						maxWidth = 390
						maxHeight = 18
						fixedsize = yes
					}

					containerWindowType = {
						name = "your_coalition_info"
						size = { width=380 height=205 }
						position = { x = 5 y = 30 }
					
						background = {
							name = "Background"
							quadTextureSprite ="GFX_mini_bg"
						}

						containerWindowType = {
							name = "coalition_partners_list"
							size = { width=380 height=136 }
							position = { x = 2 y = 0 }
							verticalScrollbar = "right_vertical_slider"
							scroll_wheel_factor = 98
							smooth_scrolling = yes
							margin = { top = 5 bottom = 5}
						
							background = {
								name = "Background"
								quadTextureSprite ="GFX_tiled_window_transparent"
							}

							gridBoxType = {
								name = "coalition_partners_grid"
								position = { x = 5 y = 10 }
								format = "UPPER_LEFT"
								slotsize = { width = 300 height = 42 }
								max_slots_horizontal = 1
							}
						}

						containerWindowType = {
							name = "coalition_stats"
							size = { width=370 height=65 }
							position = { x = 5 y = 135 }
						
							background = {
								name = "Background"
								quadTextureSprite ="GFX_mini_bg"
							}

							instantTextBoxType = {
								name ="coalition_total_label"
								position = { x= 10 y = 9 }
								font = "hoi_20bs"
								text = "MAJORITY_SEATS_LABEL"
								format = left
								maxWidth = 190
								maxHeight = 18
								fixedsize = yes
							}

							instantTextBoxType = {
								name ="coalition_total_value"
								position = { x= 232 y = 9 }
								font = "hoi_20bs"
								text = "COALITION_TOTAL_VALUE"
								format = right
								maxWidth = 80
								maxHeight = 18
								fixedsize = yes
							}

							instantTextBoxType = {
								name ="coalition_majority_label"
								position = { x= 10 y = 32 }
								font = "hoi_20bs"
								text = "COALITION_MAJORITY_LABEL"
								format = left
								maxWidth = 190
								maxHeight = 18
								fixedsize = yes
							}

							instantTextBoxType = {
								name ="coalition_majority_value"
								position = { x= 232 y = 32 }
								font = "hoi_20bs"
								text = "COALITION_MAJORITY_VALUE"
								format = right
								maxWidth = 80
								maxHeight = 18
								fixedsize = yes
							}
						}
					}

					ButtonType = {
						name = "form_government_button"
						position = { x = 10 y = 235 }
						quadTextureSprite ="GFX_button_372x43"
						buttonText = "FORM_GOVERNMENT_LABEL"
						buttonFont = "hoi_36header"
						clicksound = click_default
					}
				}
			}

			containerWindowType = {
				name = "potential_partners_container"
				size = { width=270 height=380 }
				position = { x = 670 y = 0 }
			
				background = {
					name = "Background"
					quadTextureSprite ="GFX_MD_tiled_window1"
				}

				instantTextBoxType = {
					name ="title"
					position = { x= 0 y = 5 }
					font = "hoi_24header"
					text = "POTENTIAL_PARTNERS_TITLE"
					format = center
					maxWidth = 270
					maxHeight = 18
					fixedsize = yes
				}

				containerWindowType = {
					name = "potential_partners_list"
					size = { width=266 height=343 }
					position = { x = 2 y = 35 }
					verticalScrollbar = "right_vertical_slider"
					scroll_wheel_factor = 98
					smooth_scrolling = yes
					margin = { top = 5 bottom = 5}
				
					background = {
						name = "Background"
						quadTextureSprite ="GFX_mini_bg"
					}

					gridBoxType = {
						name = "potential_partners_grid"
						position = { x = 5 y = 10 }
						format = "UPPER_LEFT"
						slotsize = { width = 300 height = 56 }
						max_slots_horizontal = 1
					}
				}
			}

			containerWindowType = {
				name = "potential_partners_info_container"
				size = { width=270 height=100%% }
				position = { x = 670 y = 385 }
			
				background = {
					name = "Background"
					quadTextureSprite ="GFX_MD_tiled_window1"
				}
			}
		}
	}

	containerWindowType = {
		name = "parties_grid_item_short"
		position = { x = 0 y = 0 }

		instantTextBoxType = {
			name ="label"
			position = { x= 0 y = 4 }
			font = "cg_16b"
			text = "[party_name_by_index]"
			format = left
			maxWidth = 148
			maxHeight = 18
			fixedsize = yes
			pdx_tooltip = "PARTY_NAME_TT"
			pdx_tooltip_delayed = "PARTY_NAME_TT_DELAYED"
		}
		instantTextBoxType = {
			name ="value"
			position = { x= 144 y = 4 }
			font = "cg_16b"
			text = "PARTY_SUPPORT_VALUE"
			format = right
			maxWidth = 40
			maxHeight = 18
			fixedsize = yes
			pdx_tooltip = "PARTY_SUPPORT_TT"
			pdx_tooltip_delayed = "PARTY_SUPPORT_TT_DELAYED"
		}
	}

	containerWindowType = {
		name = "parties_grid_item"
		position = { x = 0 y = 0 }

		instantTextBoxType = {
			name ="label"
			position = { x= 0 y = 4 }
			font = "cg_16b"
			text = "[party_name_by_index]"
			format = left
			maxWidth = 300
			maxHeight = 18
			fixedsize = yes
			pdx_tooltip = "PARTY_NAME_TT"
			pdx_tooltip_delayed = "PARTY_NAME_TT_DELAYED"
		}
		instantTextBoxType = {
			name ="value"
			position = { x= 328 y = 4 }
			font = "cg_16b"
			text = "PARTY_SUPPORT_VALUE"
			format = right
			maxWidth = 50
			maxHeight = 18
			fixedsize = yes
			pdx_tooltip = "PARTY_SUPPORT_TT"
			pdx_tooltip_delayed = "PARTY_SUPPORT_TT_DELAYED"
		}

		# ButtonType ={
		# 	name ="revolt_button"
		# 	spriteType = "GFX_decision_revolt"
		# 	position = { x=288 y=-2 }
		# 	scale = 0.7
		# 	pdx_tooltip = "revolt_party_TT"
		# }

		containerWindowType = {
			name = "actions"
			position = { x = 385 y = 0 }

			ButtonType = {
				name ="boost_button"
				spriteType = "GFX_boost_party_button"
				position = { x=0 y=0 }
				pdx_tooltip = "boost_party_TT"
			}
			ButtonType = {
				name ="attack_button"
				spriteType = "GFX_attack_party_button"
				position = { x=25 y=0 }
				pdx_tooltip = "attack_party_TT"
			}
			ButtonType = {
				name ="ban_button"
				spriteType = "GFX_ban_party_button"
				position = { x=50 y=0 }
				pdx_tooltip = "ban_party_TT"
			}
			ButtonType = {
				name ="allow_button"
				spriteType = "GFX_allow_party_button"
				position = { x=50 y=0 }
				pdx_tooltip = "allow_party_TT"
			}
		}
	}
	containerWindowType = {
		name = "coalition_grid_item"
		position = { x=0 y=0 }

		instantTextBoxType = {
			name ="value"
			position = { x= 0 y = 0 }
			font = "cg_16b"
			text = "[party_icon_by_index]"
			format = center
			maxWidth = 25
			maxHeight = 18
			fixedsize = yes
			pdx_tooltip = "COALITION_PARTY_TT"
			pdx_tooltip_delayed = "COALITION_PARTY_TT_DELAYED"
		}
	}
	containerWindowType = {
		name = "election_result_grid_item"
		position = { x = 0 y = -9 }
		size = { width = 238 height = 53 }

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

		instantTextBoxType = {
			name ="label"
			position = { x= 10 y = 12 }
			font = "cg_16b"
			text = "[party_name_by_index]"
			format = left
			maxWidth = 175
			maxHeight = 18
			fixedsize = yes
			pdx_tooltip = "[party_name_by_index]"
			pdx_tooltip_delayed = "[party_name_by_index_delayed_tt]"
		}

		iconType = {
			name ="proggresbar_bg"
			spriteType = "GFX_leader_exp_bg"
			position = { x= 10 y = 32 }
			alwaystransparent = yes
		}
		iconType = {
			name ="party_election_result_proggresbar"
			spriteType = "GFX_leader_exp_fg_mid"
			position = { x= 10 y = 31 }
			frame = 125
			alwaystransparent = yes
		}

		instantTextBoxType = {
			name ="value_support"
			position = { x= 183 y = 12 }
			font = "cg_16b"
			text = "PARTY_SUPPORT_VALUE"
			format = right
			maxWidth = 40
			maxHeight = 18
			fixedsize = yes
			pdx_tooltip = "PARTY_SUPPORT_VALUE"
		}
		instantTextBoxType = {
			name ="value_seats"
			position = { x= 183 y = 27 }
			font = "cg_16b"
			text = "SEATS_WIP"
			format = right
			maxWidth = 40
			maxHeight = 18
			fixedsize = yes
		}
	}

	containerWindowType  = {
		name = "coalition_partners_grid_item"
		position = { x = 0 y = -9 }
		size = { width = 348 height = 40 }

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

		instantTextBoxType = {
			name ="label"
			position = { x= 12 y = 12 }
			font = "cg_16b"
			text = "[party_name_by_index]"
			format = left
			maxWidth = 175
			maxHeight = 18
			fixedsize = yes
			pdx_tooltip = "[party_name_by_index]"
			pdx_tooltip_delayed = "[party_name_by_index_delayed_tt]"
		}
		
		instantTextBoxType = {
			name ="value_seats"
			position = { x= 273 y = 12 }
			font = "cg_16b"
			text = "SEATS_WIP"
			format = LEFT
			maxWidth = 80
			maxHeight = 18
			fixedsize = yes
		}

		ButtonType ={
			name ="allow_button"
			spriteType = "GFX_subtract_one"
			position = { x=314 y=6 }
			pdx_tooltip = "allow_party_TT"
		}
	}

	containerWindowType  = {
		name = "potential_partners_grid_item"
		position = { x = 0 y = -9 }
		size = { width = 238 height = 53 }

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

		instantTextBoxType = {
			name ="label"
			position = { x= 12 y = 12 }
			font = "cg_16b"
			text = "[party_name_by_index]"
			format = left
			maxWidth = 175
			maxHeight = 18
			fixedsize = yes
			pdx_tooltip = "[party_name_by_index]"
			pdx_tooltip_delayed = "[party_name_by_index_delayed_tt]"
		}
		
		instantTextBoxType = {
			name ="value_seats"
			position = { x= 12 y = 32 }
			font = "cg_16b"
			text = "SEATS_WIP_2"
			format = LEFT
			maxWidth = 80
			maxHeight = 18
			fixedsize = yes
		}

		ButtonType ={
			name ="allow_button"
			spriteType = "GFX_add_one"
			position = { x=203 y=14 }
			pdx_tooltip = "allow_party_TT"
		}
	}
}
