html {  
}
body {
	position: static !important;
	top: 0px !important;
	width: 100%;
	height: 100%;
	font: normal 14px Arial;
	color: black;

	background-color: #e7e7e7 !important;

}
a {color: #0042a0; text-decoration: none !important; font-weight: bold;}
a:link {color: #0042a0; text-decoration: none !important; font-weight: bold;}
a:visited {color: #0042a0; text-decoration: none !important; font-weight: bold;}
a:hover {color: #2f85ef !important; text-decoration: none !important; font-weight: bold;}
a:active {color: #0042a0; text-decoration: none !important; font-weight: bold;}

.topic_big {
	font: bold 18px arial;
}

#page {
	position: relative;
	margin: auto;
	max-width: 700px;
	min-width: 340px;
}

#header_background {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
	min-width: 340px;
	background-color: #00000033;
	border-bottom: solid 2px #00000055;
}

#header {
	position: relative;
	margin: auto;
	width: 100%;
	height: 100px;
	text-align: center;
}
#headerImg {
	position: relative;
	margin: auto;
	top: 4px;
	width: 330px;
	height: 86px;
	background-image:url(/header.png);
	background-repeat: no-repeat;
	background-position:center top;
}

#container {
	position: relative;
	width: 100%;
	border: solid 2px #00000055;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #00000011;
	font: normal 14px arial;
	color: black;
	box-shadow: 0px 0px 5px 1px #00000055;
	padding: 10px 10px 10px 10px;
}

#footer {
	position: relative;
	top: 3px;
	width: 100%;
	height: 15px;
	font: normal 10px Arial;
	text-align: center;
	color: black;
}

#image_viewer {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000000CC;
	z-index: 999999999;
	background-repeat: no-repeat;
	background-position:center center;
	background-size: contain;
}

.image_details_body_top {
	position: fixed;
	top: 0px;
	width: 100%;
	text-align: center;
}
.image_details_body_bottom {
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
}
#image_details_count {
	position: relative;
	display: inline-block;
	max-width: 90%;
	background-color: #000000EE;
	padding: 5px 10px 5px 10px;
	border: solid 1px #00000099;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font: bold 14px arial;
	color: white;
	text-align: center;
}
#image_details_text {
	position: relative;
	display: inline-block;
	max-width: 90%;
	background-color: #000000EE;
	padding: 5px 10px 5px 10px;
	border: solid 1px #00000099;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font: normal 14px arial;
	color: white;
	text-align: center;
}

.button_image {
	position: fixed;
	width: 40px;
	height: 40px;
	border: solid 2px white;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position:center center;
	background-color: #00000022;
}
.button_image:hover {
	background-color: #ffffff77;
}

.button_close {
	top: 10px;
	right: 10px;
	background-image:url(/images/cross.png);
}

.button_previous {
	top: 50%;
	left: 10px;
	background-image:url(/images/previous.png);
}
.button_next {
	top: 50%;
	right: 10px;
	background-image:url(/images/next.png);
}

.showcase_desc {
	position: relative;
	text-align: center;
	font: bold 14px arial;
}
#showcases {
	position: relative;
	margin: auto;
	text-align: center;
}
.showcase {
	position: relative;
	display: inline-block;
	margin: 2px;
	width: 150px;
	height: 150px;
	border: solid 1px #00000099;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
}
.showcase:hover {
	cursor: pointer;
	opacity: 0.7;
}
.showcase_details {
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: #00000099;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font: normal 12px arial;
	padding: 5px 5px 5px 5px;
	color: white;
	text-align: center;
}

.language_button {
	position: absolute;
	top: 3px;
	right: 3px;
	display: inline-block;
	border: solid 1px #00000099;
	background-color: #00000022;
	border-radius: 3px;
	padding: 2px 2px 2px 2px;
	font: bold 10px arial;
}
.language_button:hover {
	background-color: #ffffff22;
}