#main_body {
	position: relative !important;
	background-color: #646464;
	font: normal 14px arial !important;
	min-width: 250px;
	height: 100% !important;
	min-height: 100vh !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

#iframer_body {
	z-index: 999999;
}

ul {
	margin-top: 5px !important;
}
ul li:not(:last-child) {
    margin-bottom: 10px;
}
ol {
	margin-top: 5px !important;
}
ol li:not(:last-child) {
    margin-bottom: 3px;
}

.h1 {
	font: bold 26px arial;
	margin-bottom: 3px !important;
}
.h2 {
	font: bold 21px arial;
	margin-bottom: 3px !important;
}
.h3 {
	font: bold 16px arial;
	margin-bottom: 3px !important;
}

a {color: #0057d4; text-decoration: none !important; font-weight: bold;}
a:link {color: #0057d4; text-decoration: none !important; font-weight: bold;}
a:visited {color: #0057d4; text-decoration: none !important; font-weight: bold;}
a:hover {color: #297ce1; text-decoration: none !important; font-weight: bold;}
a:active {color: #0057d4; text-decoration: none !important; font-weight: bold;}
button { border:none; }

.clear_both {
	clear: both;
}
.space_v_5px {
	height: 5px;
}
.space_v_10px {
	height: 10px;
}
.space_v_15px {
	height: 15px;
}
.space_v_20px {
	height: 20px;
}
.space_v_25px {
	height: 25px;
}

.space_h_1px {
	width: 1px;
	height: 1px;
	display: inline-table;
}
.space_h_5px {
	width: 5px;
	height: 1px;
	display: inline-table;
}

.width_170 {
	width: 170px;
}

#header {
	position: relative;
	width: 100vw;
	height: 226px;
}
#header_image {
	position: relative;
	margin: auto;
	top: 50px;
	width: 100%;
	max-width: 550px;
	height: 99px;
	background-image:url(/images/design_2022_12_13/header.png);
	background-repeat: no-repeat;
	background-position:center top;
	background-size: 100%;
}
#header_wrapper {
	position: relative;
	background-color: #00000033;
	width: 100%;
	height: 100%;
}
#header_seperator {
	position: relative;
	width: 100vw;
	height: 10px;
	background-color: #000000BB;
	margin-bottom: 5px;
}
#body_container {
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 1350px;
	min-height: calc(100vh - 241px);
	height: 100%;
	padding: 2px 2px 2px 1px;
	background-color: #000000BB;
	border: solid 1px #00000099;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#container_menu {
	position: relative;
	vertical-align: top;
	display: inline-table;
	width: 200px;
	margin: 2px;
}
#container_main {
	position: relative;
	vertical-align: top;
	display: inline-table;
	width: calc(100% - 462px);
	max-width: 99%;
	margin: 2px;
}
#container_flow {
	position: relative;
	vertical-align: top;
	display: inline-table;
	width: 250px;
	max-width: 99%;
	margin: 2px;
}

.footer {
	position: relative;
	text-align: center;
	font: normal 10px arial;
	color: white;
}
#footer_primary {
	display: block;
	margin-top: -5px;
}
#footer_secondary {
	display: none;
	margin-top: -5px;
}

#iframer_body {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000000EE;
	text-align: center;
	padding: 10px 10px 10px 10px;
}
.display_tiny_text {
	position: absolute;
	display: inline;
	top: 50px;
	left: 50px;
	background-color: #ffedd0;
	border: solid 2px #00000055;
	border-radius: 5px;
	padding: 3px 5px 3px 5px;
	font: normal 12px arial;
	color: black;
}

#cookie_notify {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #6269ffEE;
	border-bottom: solid 2px #00000066;
	padding: 5px 5px 5px 5px;
	font: bold 13px arial;
	color: white;
	text-align: center;
}

#javascript_warning {
	position: absolute;
	display: inline;
	top: 5px;
	left: 5px;
	padding: 10px 10px 10px 10px;
	background-color: yellow;
	border: solid 2px red;
	border-radius: 5px;
	z-index: 999999;
	font: normal 14px arial;
	color: red;
}