a
{
	text-decoration: none;
}

.printTrue
{
	position: relative;
	visibility: visible;
}

.printFalse
{
	position: absolute;
	visibility: hidden;
}

.menu
{	
	background-color: buttonface;
	border-top: solid 0px;
	border-bottom: solid 0px;
	border-left: solid 0px;
	border-right: solid 0px;
}

.menuhor
{
	position: absolute;
	visibility: hidden;
}

.menuver
{
	position: absolute;
	visibility: hidden;
	background-color: buttonface;
	border-top: solid 1px white;
	border-bottom: solid 1px black;
	border-left: solid 1px white;
	border-right: solid 1px black;
}

.menuitem
{
	cursor: pointer;
	font: menu;
	border-top: buttonface 1px solid;
	border-bottom: buttonface 1px solid;
	border-right: buttonface 1px solid;
	border-left: buttonface 1px solid;
	padding: 0px;
	height: 14pt;
}

.menuitemup
{	
	cursor: pointer;
	font: menu;
	background-color: buttonface;
	border-top: solid 1px white;
	border-bottom: solid 1px black;
	border-left: solid 1px white;
	border-right: solid 1px black;
	padding: 0px;
	height: 14pt;
}

.menuitemdown
{	
	cursor: pointer;
	font: menu;
	background-color: buttonface;
	border-top: solid 1px black;
	border-bottom: solid 1px white;
	border-left: solid 1px black;
	border-right: solid 1px white;
	padding: 0px;
	height: 14pt;
}

.menuitemhighlight
{	
	cursor: pointer;
	font: menu;
	color: white;
	background-color: #2020c0;
	border-top: buttonface 1px solid;
	border-bottom: buttonface 1px solid;
	border-right: buttonface 1px solid;
	border-left: buttonface 1px solid;
	padding: 0px;
	height: 14pt;
}

.errorbox
{
    visibility: hidden;
    position: absolute;
    top: 60px;
    right: 30px;
    width: 200px;
    background-color: #e0e0e0;
    border-left: white 1px solid;
    border-top: white 1px solid;
    border-right: black 1px solid;
    border-bottom: black 1px solid;
    padding: 10px;
    cursor: default;
}

.error {
	color: #800000;
	font-family: arial;
	font-size: 18px;
	font-weight: bolder;
}

.errorbox2 {
	position: absolute;
	top: 100px;
	left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

	width: 400px;
	min-height: 40px;

	background-color: #e0e0e0;
	border-radius: 5px; 	
	padding: 16px;
	cursor: default;

	filter: drop-shadow(5px 5px 10px #888888);

	font-size: '30px';
	text-align: center;

	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
  	-webkit-transition: opacity .25s ease-in-out;
}

.button
{
	width: 90px;
}

.bigbutton {
	vertical-align: top;
	height: 40px;
	color: white;
	width: 110px;
	background-color: #404080;
	border-color: #404080;
}

