/*
*	Copyright (C) 2023 by Open Source Laboratories, Ltd.
*	All rights reserved.
*/

*
{
	moz-font-smoothing:
}

.box-amber
{
	background-color: #ffcc33;
	color: #ffcc33;
	user-select: none;
}

.box-blue
{
	background-color: #7799ff;
	color: #7799ff;
	user-select: none;
}

.box-green
{
	background-color: #33ee33;
	color: #33ee33;
	user-select: none;
}

.box-pink
{
	background-color: #ff88ff;
	color: #ff88ff;
	user-select: none;
}

.box-red
{
	background-color: #ee3333;
	color: #ee3333;
	user-select: none;
}

.file-table
{
	background-color: #ccc0dd;
	border-collapse: collapse;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	margin-left: 15%;
	overflow: hidden;
	width: 70%;
}

.file-table td
{
	background-color: #dfdfee;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 0.5%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-top: 0.5%;
}

.file-table th
{
	border-style: solid;
	border-width: 1px;
}

.footer
{
	background-color: #555077;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	height: auto;
}

.footer-text
{
	margin-left: 5%;
	text-align: left;
	width: 90%;
}

.form-btn-reset
{
	background-color: #ffffff;
	border-color: #777777;
	border-style: solid;
	border-width: 1px;
	color: #000000;
}

.form-btn-reset:hover
{
	background-color: #f2f2f2;
}

.form-btn-submit
{
	background-color: #555077;
	border-style: none;
	color: #ffffff;
}

.form-btn-submit:hover
{
	background-color: #777099;
	color: #ffff55;
}

.highlight-box
{
	font-size: 15px;
}

.highlight-text
{
	color: #bb0000;
}

.input
{
	background-color: #ffffff;
	border-color: #777777;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	font-family: Arial;
	font-size: 13px;
}

.insert-focus
{
	background-color: #dddddd;
	border-radius: 10px;
	border-style: none;
	font-family: Courier;
	font-size: 18px;
	height: auto;
	margin: auto;
	overflow: auto;
	padding: 1.5%;
	position: relative;
	text-align: center;
	width: 70%;
}

.insert-important
{
	background-color: #fffff0;
	border-color: #ddcc99;
	border-style: solid;
	border-width: 1px;
	color: #887722;
	height: auto;
	margin: auto;
	overflow: auto;
	padding: 1.5%;
	position: relative;
	width: 80%;
}

.insert-info
{
	background-color: #ddeeff;
	border-color: #77aaff;
	border-style: solid;
	border-width: 1px;
	color: #2255ff;
	height: auto;
	margin: auto;
	overflow: auto;
	padding: 1.5%;
	position: relative;
	width: 80%;
}

.insert-protip
{
	background-color: #ddffee;
	border-color: #44cc66;
	border-style: solid;
	border-width: 1px;
	color: #228822;
	height: auto;
	margin: auto;
	overflow: auto;
	padding: 1.5%;
	position: relative;
	width: 80%;
}

.insert-tty
{
	background-color: #333333;
	border-radius: 10px;
	border-style: none;
	color: #dddddd;
	font-family: Courier;
	font-size: 13px;
	height: auto;
	margin: auto;
	overflow: auto;
	padding: 1.5%;
	position: relative;
	width: 82.5%;
}

.insert-warning
{
	background-color: #ffeded;
	border-color: #dd7777;
	border-style: solid;
	border-width: 1px;
	color: #995555;
	height: auto;
	margin: auto;
	overflow: auto;
	padding: 1.5%;
	position: relative;
	width: 80%;
}

.link-text-left
{
	color: #ffffff;
	font-size: 16px;
}

.link-text-left:hover
{
	color: #ffff55;
	font-size: 16px;
}

.link-text-left-bullet
{
	color: #ffffff;
	font-size: 16px;
}

.logo-text
{
	color: #00ff00;
	font-family: Arial;
	font-size: 26px;
	padding-left: 12px;
	padding-top: 9px;
	text-align: left;
	user-select: none;
}

.main
{
	background-color: #555077;
}

.margin-center
{
	background-color: #f2f2f2;
	bottom: 0px;
	color: #333333;
	font-family: Arial;
	font-size: 15px;
	left: 340px;
	overflow: auto;
	position: fixed;
	right: 0px;
	top: 50px;
}

.margin-left
{
	background-color: #555077;
	bottom: 0px;
	left: 0%;
	min-width: 340px;
	overflow: auto;
	position: fixed;
	top: 50px;
	width: 340px;
}

.margin-top
{
	background-color: #555077;
	height: 50px;
	left: 0%;
	overflow: visible;
	position: fixed;
	top: 0px;
	width: auto;
}

.menu-left
{
	background-color: #777099;
	border-color: #f2f2f2;
	border-style: ridge;
	border-width: 5px;
	bottom: 0px;
	font-family: Arial;
	font-size: 14px;
	left: 5px;
	overflow: auto;
	padding-left: 0px;
	padding-top: 10px;
	position: absolute;
	right: 3px;
	top: 0px;
}

.menu-left-item
{
	list-style-type: none;
	margin-left: -15px;
}

.menu-top
{
	float: right;
	height: 50px;
	position: fixed;
	right: 0%;
	top: 0%;
	user-select: none;
	width: auto;
	z-index: 1;
}

.menu-top-box
{
	background-color: #555077;
	border-style: none;
	color: #ffffff;
	display: none;
	font-family: Arial;
	font-size: 20px;
	height: auto;
	position: absolute;
	right: 0%;
	text-align: center;
	top: 50px;
	width: 150px;
}

.menu-top-button
{
	background-color: #555077;
	border-style: none;
	border-width: 0px;
	color: #ffffff;
	font-family: Arial;
	font-size: 20px;
	height: 50px;
	position: absolute;
	width: 150px;
}

.menu-top-button:hover
{
	background-color: #777099;
}

.menu-top-button:hover .menu-top-box
{
	display: block;
}

.menu-top-home
{
	background-color: #555077;
	border-style: none;
	border-width: 0px;
	color: #ffffff;
	display: block;
	font-family: Arial;
	font-size: 20px;
	height: 36px;
	padding-top: 14px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 150px;
}

.menu-top-home:hover
{
	background-color: #777099;
	color: #ffff55;
}

.menu-top-item
{
	height: 48px;
	text-align: center;
}

.menu-top-item:hover
{
	background-color: #777099;
}

.menu-top-url
{
	color: #ffffff;
	display: block;
	padding: 12px;
	text-decoration: none;
}

.menu-top-url:hover
{
	background-color: #777099;
	color: #ffff55;
}

.paypal-button
{
	border-color: #f2f2f2;
	border-bottom-color: #c2c2c2;
	border-left-color: #d2d2d2;
	border-right-color: #c2c2c2;
	border-top-color: #d2d2d2;
	border-radius: 25px;
	border-style: solid;
	border-width: 1px;
	float: right;
	height: 44px;
	margin-right: 10%;
	width: 227px;
}

.paypal-button:active
{
	border-bottom-color: #d2d2d2;
	border-left-color: #c2c2c2;
	border-right-color: #d2d2d2;
	border-top-color: #c2c2c2;
	margin-right: 9.75%;
	margin-top: 2px;
}

.paypal-button:hover
{
	filter: brightness(110%);
}

.tty-text-amber
{
	color: #ffcc33;
}

.tty-text-blue
{
	color: #7799ff;
}

.tty-text-green
{
	color: #33ee33;
}

.tty-text-pink
{
	color: #ff88ff;
}

.tty-text-red
{
	color: #ee3333;
}

.tty-text-white
{
	color: #eeeeee;
}

.viewport-center
{
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	max-width: 950px;
	padding-left: 5%;
	padding-right: 5%;
}

.vl
{
	background-color: #888888;
	width: 1px;
}