body {
	background-color: #ff4d4d;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.top-bar {
	background-color: #333333;
	z-index: 98;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-text {
	background-color: #333333;
	color: #FFFFFF;
}

.menu {
	background-color: #333333 !important;
}

li a {
	color: #FFFFFF;
}

li a:hover {
	background-color: #4D4D4D;
	color: #FFFFFF;
}

li a:visited {
	color: #FFFFFF;
}

li .active, .active:hover {
	background-color: #666666;
}

#pageContent {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 15px;
	background-color: #E6E6E6;
	padding: 15px;
	min-height: 85%;
	border: 1px solid #333333;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #1A1A1A;
}

#blurBackground {
	/*background-color: #E6E6E6;*/
	height: 100%;
	width: 100%;
	z-index: 99;
	position: fixed;
	/*opacity: 0.9;*/
}

.loader {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    position: relative;
}

ul li.bullet-item:hover {
	background-color: #FFFFFF;
	opacity: 0.7;
}

h4 {
	font-size: 11pt !important;
}

.galleryFolder {
	display: inline-block;
	width: 150px;
	text-align: center;
}

.galleryImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.galleryFS {
	position: fixed;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	left: 0;
	top: 0;
	z-index: 1000000;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

.galleryClose {
	font-size: 30pt !important;
	right: 10px;
	top: 0px;
	position: fixed;
	cursor: pointer;
	display: none;
	z-index: 1000001;
	color: #FFFFFF;
}

.imgFS {
	display: block;
	position: fixed;
	padding-top: 50px;
	height: 90%;
	width: auto;
}