body {
	font-family: Arial,Verdana,Helvetica,Sans-Serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 200%;
	font-weight: bold;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
}

h2 {
	font-size: 170%;
	font-weight: bold;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
}

h3 {
	font-size: 140%;
	font-weight: bold;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
}

h4 {
	font-size: 120%;
	font-weight: bold;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
}

h5 {
	font-size: 110%;
	font-weight: bold;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
}

h6 {
	font-size: 100%;
	font-weight: bold;
	margin-block-start: 0.2em;
	margin-block-end: 0.2em;
}

a.mp:link, a.mp:visited  {
	background-color: transparent;
	color: black;
	display: inline-block;
	padding: 2px 2px;
	text-align: left;
	text-decoration: none;
}

a.mp:active, a.mp:hover {
	color:  green;
	text-decoration: underline;
}

small   {
	font-size:  70%;
}

big {
	font-size:  120%;
}

blockquote, pre {
    font-family: Lucida,Console,Monospace;
}

ul li   {
    list-style-type:    square ;
}

ul li li    {
    list-style-type:    disc;
}

ul li li li {
    list-style-type:    circle;
}

ol li   {
    list-style-type:    decimal;
}

ol ol li    {
    list-style-type:    lower-alpha;
}

ol ol ol li {
    list-style-type:    lower-roman;
}

hr {
    color: #d0d0d0;
    height: 1pt;
}

p {
}

table {
	border: none;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}

table.mp {
	border: 0px;
}

table.mp-border {
	border: 1px solid #d0d0d0;
}

table.mp-w {
	border: 0px;
	width: 100%;
}

thead, tfoot {
}

tr {
	border: none;
	padding: 0px;
}

tr.mp-hdr {
	background-color: #f8f8f8;
}

tr.mp-evn {
	background-color: #ffffff;
}

tr.mp-odd  {
	background-color: #f8f8f8;
}

tr.mp-sel {
	background-color: #e0ffe0;
}

th {
	background-color: #f8f8f8;
	border: 0px;
	font-weight: bold;
	padding: 0px 3px 0px 2px;
}

th.mp-hdr {
	border: 1px solid #d0d0d0;
	position: sticky;
	text-align: left;
	top: 0;
}

th.mp-hdr-c {
	border: 1px solid #d0d0d0;
	position: sticky;
	text-align: center;
	top: 0;
}

th.mp-hdr-n {
	border: 1px solid #d0d0d0;
	position: sticky;
	text-align: right;
	top: 0;
}

td {
	border: none;
	padding: 0px 3px 0px 2px;
}

td.mp-lbl {
	background-color: #f8f8f8;
	border: 1px solid #f0f0f0;
	white-space: nowrap;
	width: 150px;
}

td.mp-fld {
	border: 1px solid #ffffff;
	white-space: nowrap;
}

td.mp-fld-c {
	border: 1px solid #ffffff;
	text-align: center;
	white-space: nowrap;
}

td.mp-fld-n {
	border: 1px solid #ffffff;
	text-align: right;
	white-space: nowrap;
}

td.mp-cell {
	border: 1px solid #f0f0f0;
	white-space: nowrap;
}

td.mp-cell-c {
	border: 1px solid #f0f0f0;
	text-align: center;
	white-space: nowrap;
}

td.mp-cell-n {
	border: 1px solid #f0f0f0;
	text-align: right;
	white-space: nowrap;
}

td.mp-hdr {
	border: 1px solid #f0f0f0;
}

td.mp-hdr-n {
	border: 1px solid #f0f0f0;
	text-align: right;
}

td.mp-ttl {
	background-color: #d8d8d8;
	font-weight: bold;
	white-space: nowrap;
	width: 100%;
}

a.mp-bar {color: #ffffff; text-decoration: none;}
a.mp-bar:Hover {color: #ffffcc;}
a.mp-bar:Visited {color: #ffffcc;}

textarea.mp-fld {
	overflow: auto;
	font-family: Arial,Verdana,Helvetica,Sans-Serif;
}

input {
	border-spacing: 0px;
	font-size: 12pt;
	margin: 0px;
	padding: 1px;
}

input[type="checkbox"]:checked {
	accent-color: #ffffff;
	outline: 1px solid #000000;
}

input.mp-txt {
	text-align: left;
}

input.mp-fld {
	text-align: left;
}

input.mp-fld-n {
	text-align: right;
}

input.mp-fld-ro {
	background-color: #f8f8f8;
	border: 1px dotted;
}

select {
	font-size: 12pt;
}

textarea {
	font-size: 12pt;
}

div.mp {
  vertical-align: top;
}

div.mp-flex {
  align-items: center;
  align-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

div.mp-flex-v {
  align-items: left;
  align-content: space-between;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}

div.mp-flex-top {
  align-items: start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

div.mp-flex-left {
  align-items: start;
  align-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

div.mp-mnu {
	background-color: #f8f8f8;
	border: 1px solid #f0f0f0;
	cursor: pointer;
	display: block;
	padding: 2px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

div.mp-mnu-s {
	background-color: #e0ffe0;
	border: 1px solid #f0f0f0;
	cursor: pointer;
	display: block;
	padding: 2px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

div.mp-mnu-h {
	background-color: #f8f8f8;
	border: 1px solid #f0f0f0;
	cursor: pointer;
	display: none;
	padding: 2px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

div.mp:hover {
  background-color: #eee;
}

div.mp-tab {
	background-color: #e8e8ff;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 2px solid #000080;
	cursor: pointer;
	font-weight: bold;
	padding: 2px 20px 2px 20px;
	text-align: center;
	white-space: nowrap;
}

div.mp-tab-s {
	background-color: #e0ffe0;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 2px solid #00aa00;
	cursor: pointer;
	font-weight: bold;
	padding: 2px 20px 2px 20px;
	text-align: center;
	white-space: nowrap;
}

div.mp-popup {
	display: none;
	position: fixed;
	z-index: 1;
	width: auto;
	height: auto;
	overflow: visible;
	background-color: #fffff0;
	border: 1px solid #000000;
	padding: 1px;
}

div.mp-modal {
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	background-color: rgba(220, 220, 220, 0.5);
	border: 1px solid #000000;
	padding: 1px;
}

div.mp-searchBox {
	position: relative;
	z-index: 999;
}

div.mp-searchResult {
	background-color: #ffffff;
	border: 1px solid;
	position: absolute;
	top: 100%;
	display: none;
}

button.mp {
	margin: 2px;
}

button.mp-big {
	color: blue;
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
	width: 196px;
	height: 60px;
}

img {
	vertical-align: middle;
}

.mp-right {
	text-align: right;
}

.mp-middle {
	vertical-align: middle;
}

.mp-top {
	vertical-align: top;
}

.mp-wide {
	width: 100%;
}

.mp-bar  {
	background-color: #f0f0f0;
	text-align: center;
}

.mp-border {
	border: 1px solid #f8f8f8;
}

.mp-bg {
	background-color: #d8d8d8;
}

.mp-design {
	background-color: #f0f0f0;
	padding: 1px;
}

.mp-heading {
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
	padding: 0px;
}

.mp-menu {
	background-color: #f8f8f8;
	border: 1px solid #e8e8e8;
	vertical-align: top;
	width: 200px;
}

.mp-content {
	padding: 0px;
	vertical-align: top;
}

.submenu {
	display:inline-block
    list-style: none;
}

ul.mp {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.mp li {
	border: 1px solid #ddd;
	margin-top: -1px; /* Prevent double borders */
	background-color: #f6f6f6;
	padding: 2px;
	text-decoration: none;
	display: block;
	position: relative;
}

ul.mp li:hover {
	background-color: #eee;
}

.close {
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 0%;
	padding: 12px 16px;
	transform: translate(0%, -50%);
}

.close:hover {
	background: #bbb;
}
