
	/* 22/10/2020 */

/* Apply to the body tag */
body {
	background-color: #006699; /* #222222; */
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff; 
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	transition: background-color 0.5s;
	margin: 0px;
	overflow-x: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none; }

@media print{
	body {display:none;} }

* {box-sizing: border-box; }

.headtitle		{font-size: 1.17em;
				text-align: center;
				padding: 0px 7px 0px 7px; }

img {vertical-align: middle; }

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides		{display: none; }

/* Add a pointer when hovering over the thumbnail images */
.cursor			{cursor: pointer; }

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover		{background-color: rgba(0, 0, 0, 0.8); }

/* Number text (1/3 etc) */
.numbertext		{color: #ffffff;
				font-size: 12px;
				padding: 8px 12px;
				position: absolute;
				top: 0; }

/* Container for image text */
.caption-container
				{text-align: center;
				background-color: #006699; /* #222222; */
				padding: 2px 16px;
				color: white; }

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/* Apply to JavaScript Enabled text */

.text {
	font-family: Helvetica, Arial, sans-serif;
    color: #DAF9FE;/* #ffffff; /* #006699; */
    font-size: 0.77em;
    font-style: normal;
    font-weight: normal;
    margin: 24px 0px 4px 47px; }

#enablejs {
	font-family: "Palatino Linotype", Tahoma, "Microsoft Sans Serif", times, serif;
    color: #ffffde;
    font-size: 0.94em;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
	padding: 4px 14px 4px 14px;
	text-align: center; }

#dmhe {
	font-family: Arial, Helvetica, Sans-serif;
    color: #ffffff;
    font-size: 64%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    padding-left: 21px;
    text-align: center; }

#dmhe a:visited,
#dmhe a:link {
	font-family: Arial, Helvetica, Sans-serif;
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    padding: 1px 7px 1px 7px;
}

#dmhe a:hover {
	font-family: Arial, Helvetica, Sans-serif;
    color: #c9c9c9;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#dmhe a:active {
	font-family: Arial, Helvetica, Sans-serif;
    color: #FF8A00;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.atop,
.atop a:visited,
.atop a:link {
    font-family: Verdana, Helvetica, Tahoma, Arial, Sans-serif;
    color: #ffffff;
    font-size: 0.8em;
    text-decoration: none;
    padding: 1px 0px 1px 0px;
	margin: 0px 24px 0px 0px;
    font-style: normal;
    font-weight: normal;
    text-align: right; }

.atop a:hover {
    background-color: #011327;
    font-family: Verdana, Helvetica, Tahoma, Arial, Sans-serif;
    color: #ffffff;
    text-decoration: none;
    padding: 1px 0px 1px 0px;
    font-style: normal;
    font-weight: normal; }

.atop a:active {
    background-color: #0066a4;
    font-family: Verdana, Helvetica, Tahoma, Arial, Sans-serif;
    color: #ffffff;
    text-decoration: none;
    padding: 1px 0px 1px 0px;
    font-style: normal;
    font-weight: normal; }
	
	

