BODY{
	color : #000000;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	background-color: #FFFFFF; 
}

DIV#processingOverlay {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);
	display: none;
}

DIV.processingOverlay-content {
	position: absolute;
	border-radius: 12px;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 60%;
	text-align: center;
	margin-top: 30px;
	background-color: rgb(255,255,255, 0.8);
	display: table;
}

DIV.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 60;
	left: 0;
	top: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);
	display: none;
}

DIV.overlay-content {
	position: absolute;
	border-radius: 12px;
	top: 15%;
	left: 10%;
	width: 80%;
	height: 70%;
	text-align: center;
	margin-top: 30px;
	background-color: rgb(255,255,255);
	display: table;
}

DIV.overlay .overlay-closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	color: gray;
}

DIV.overlay .overlay-closebtn:hover {
	font-weight: bold;
	cursor: default;
}

.miscHoverHighlight:hover {
	background-color:lightgray;
}

img.iconLarge {
	width:35px;
	height: 35px;
}

img.iconMedium {
	width:28px;
	height: 28px;
}

img.iconSmall {
	width:18px;
	height: 18px;
}

img.icon {
	width:14px;
	height: 14px;
}

DIV.loginBox {
	width:300px;
	height:440px;
	border:solid 1px;
	border-radius:16px;
	margin:auto;
	margin-top:20%;
	text-align:center;
}

div.mainMenuContainer {
	/*
	position : fixed;
	top : 0;
	color : blue;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-color : #E0F8F7;
	width:calc(100% - 20px);
	z-index : 10;
	*/
	background-color : #E0F8F7;
}

div.greetingsDiv {
	/*
	top : 50;
	color : darkblue;
	background-color : #E0F8F7;
	width:100%;
	z-index : 10;
	height: 35px;
	font-size:125%;
	text-align:center;
	font-weight:bold;
	opacity: 1;
	z-index: 50;
	*/
	background-color : #E0F8F7;
}

.hidden {
	opacity:0;
	transition:visibility 0s 2s, opacity 2s linear;
	visibility: hidden;
}

.slideExpand {
	transition-delay: 250ms;
	transition-property: height;
}

.slowDisplayNone {
	transition-delay: 500ms;
	transition-property: display;
}



div.mainContainer {
	position : relative;
	top : 65;
	height: calc(100% - 50);
	border:solid 1px;
	border-radius: 16px;
	padding-top: 2px;
	padding-bottom:2px;
	margin-top: 4px;
	overflow:hidden;
}

div.categorybutton {
	background-color: #C2CBE1;
	margin-left: 8px;
	margin-right: 7px;
	padding: 8px;
	display:inline-block;
	cursor: default;
	border-radius: 6px;
}

div.categorybutton_show_selected {
	width:100%;
	height:3px;
	background-color:lightblue;
	border-radius: 1px;
}

div.categorybutton_show_not_selected {
	width:100%;
	height:3px;
	background-color:transparent;
	border-radius: 1px;
}

div.logoutButton {
	background-color: #C2CBE1;
	margin-right: 35px;
	padding: 4px;
	float:right;
	cursor: default;
}

div.optionsButton {
	background-color: #C2CBE1;
	margin-right: 8px;
	padding: 4px;
	float:right;
	cursor: default;
}

div.logoutButton:hover, div.optionsButton:hover{
	border:solid 2px red;
}

div.categorybutton_selected {
	background-color: #0066ff;
	color: black;
	margin-left: 8px;
	margin-right: 7px;
	padding: 8px;
	display:inline-block;
	cursor: default;
	border-radius: 6px;
}

div.categorybutton:hover {
	background-color: #A9E2F3;
}

div.heading {
	background-color: #C2CBE1;
	float:left;
	width:100%;
}

.inline-block {
	display: inline-block;
}

.font-70 {
	font-size:70%;
}

.font-85 {
	font-size:85%;
}

.ml-2 {
	margin-left: 2em;
}

.ml-3 {
	margin-left: 3em;
}

.onOffSwitchNormal {
	width: 45px;
	height: 22px;
}


@media screen and (max-width: 500px) {
	DIV.loginBox {
		width:75%;
		height:70%;
		border:solid 1px;
		padding-left:5px;
		border-radius:8px;
	}
}