body {
	font-family: "courier new",monospace;
	color: #f0f0f0;
	background-color: #161616;
	margin: 0px;
	font-size: 14px;
}

p {
	font-size: 14px;
	text-align: justify;
}

a,
a.visited {
	color: #0055bf;
	text-decoration: none;
}

li {
	font-size: 14px;
	text-align: justify;
}

table {
	width: 100%;
	font-size: 12px;
	text-align: justify;
	border-spacing: 8px;
}

input.error {
    border-color: red;
}

input[type="submit"] {
	border: 0;
	box-shadow: none;
	border-radius: 0px;
	color: #f0f0f0;
	padding: 8px;
	min-width: 60px;
	font-family: inherit;
	cursor: pointer;
}

.header {
	width: 100%;
	display: table;
	background-color: #ffffff;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

.headerLeft {
	display: inline-block;
	width: 15%;
}

.headerRight,
.headerRight:visited {
	display: inline-block;
	padding: 8px 0px;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}

.menu {
	width: 100%;
	display: table;
	background-color: #f0f0f0;
	color: #161616;
	text-align: right;
	font-weight: bold;
}

.menuBox,
.menuBox:visited {
	display: inline-block;
	padding: 8px;
	background-color: #f0f0f0;
	color: #161616;
	text-decoration: none;
}

.menuBox:hover {
	background-color: #161616;
	color: #f0f0f0;
	text-decoration: none;
}

.subMenu {
	width: 100%;
	display: table;
	background-color: #e0e0e0;
	color: #323232;
	text-align: right;
	font-weight: bold;
}

.subMenuBox,
.subMenuBox:visited {
	display: inline-block;
	padding: 8px;
	background-color: #e0e0e0;
	color: #323232;
	text-decoration: none;
}

.subMenuBox:hover {
	background-color: #323232;
	color: #e0e0e0;
	text-decoration: none;
}

.button,
.button:visited {
	display: inline-block;
	padding: 8px;
	color: #f0f0f0;
	text-decoration: none;
	text-align: center;
	min-width: 60px;
}

.green {
	background-color: #4b9f4a;
}

.green:hover {
	background-color: #237841;
}

.red {
	background-color: #ee5434;
}

.red:hover {
	background-color: #c91a09;
}

.orange {
	background-color: #f8bb3d;
}

.orange:hover {
	background-color: #fe8a18;
}

.blue {
	background-color: #5A93DB;
}

.blue:hover {
	background-color: #0055bf;
}

.content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item {
	width: 800px;
	min-height: 600px;
	padding: 16px;
	text-align: center;
}

.footer {
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 12px 0px;
	background-color: #323232;
	color: #e0e0e0;
}

.slideShow {
	width: 600px; 
	position: relative;
}

.slide {
	display: none;
}

.row {
	display: table;
	font-size: 0;
	text-align: center;
}

.column {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
}

.thumbNail {
	opacity: 0.6;
}

.active,
.thumbNail:hover {
	opacity: 1;
}

.formtext {
	width: 280px;
	height: 32px;
	font-family: inherit;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.logintext,
.passwordtext {
	width: 200px;
	height: 32px;
	font-family: inherit;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#snackbar {
	visibility: hidden;
	min-width: 300px;
	padding: 16px;
	margin-left: -150px;
	background-color: #4b9f4a;
	color: #f0f0f0;
	text-align: center;
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 30px;
	font-weight: bold;
}

#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
	animation: fadein 0.5s, fadeout 0.5s 3.5s;
}

@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes fadeout {
	from {opacity: 1;}
	to {opacity: 0;}
}

@-webkit-keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}

@-webkit-keyframes fadeout {
	from {opacity: 1;}
	to {opacity: 0;}
}

.fileBox,
.fileBox:visited {
	display: inline-block;
	padding: 8px;
	background-color: #cca373;
	color: #f0f0f0;
	text-decoration: none;
	width: 50px;
	text-align: center;
}

.fileItem {
	width: 100%;
	text-align: left;
	background-color: #f6d7b3;
	color:#000000;
	border: 2px solid #cca373;
	margin-top: 14px;
}

.fileItem .details {
	display: none;
	padding: 8px;
	border-top: 2px solid #cca373;
}
