.gpclear {
	clear: both;
}

body .messages {
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11010;
	height: 0;
	overflow: visible;
	margin-top: -1px;
}

body .messages * {
	text-align: left;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333 !important;
}

body .messages>div {
	position: relative;
	width: 700px;
	margin: 0 auto;
	display: block;
	background-color: #FEF9B0;
	border: 1px solid #f2e098;
	border-top: 0 none;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 7px 7px;
	max-height: 250px;
	overflow: auto;
	overflow-x: visible;
	overflow-y: auto;
}

body .messages ul {
	margin: 0;
	padding: 4px 15px;
}

body .messages li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	line-height: normal;
	line-height: 24px;
	text-decoration: none;
	float: none;
}

body .messages li li {
	list-style: disc;
	margin-left: 2em;
}

body .messages a.close_message {
	position: absolute;
	top: 1px;
	right: 1px;
	text-decoration: none !important;
	font-weight: bold !important;
	color: #666 !important;
	font-size: 17px !important;
	display: none;
	border: 0 none !important;
	margin: 0 !important;
	height: 24px;
	width: 24px;
	background: url('../imgs/cancel.png') 50% 50% no-repeat;
	box-sizing: border-box;
}

body .messages a {
	color: #111 !important;
	text-decoration: underline !important;
}

body .msg_buttons {
	white-space: nowrap;
}

body .msg_buttons a {
	display: inline-block;
	border-radius: 3px;
	padding: 0 8px;
	margin: 6px 6px 4px;
	text-decoration: none !important;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: rgba(0, 0, 0, 0.075);
}

.contactform {
	margin: 0;
	width: 50%;
}

.contactform div.captchaForm {
	padding: 0;
	margin: 0;
}

.contactform label {
	width: 98%;
	display: block;
	float: left;
	clear: left;
	margin: 5px 0;
}

.contactform label span.title {
	width: 30%;
	display: block;
	float: left;
	margin-right: 10px;
}

.contactform input,
.contactform textarea {
	padding: 5px;
}

.contactform input {
	float: left;
	width: 60%;
}

.contactform textarea {
	height: 180px;
	width: 98%;
}

.contactform .submit {
	width: 50%;
	cursor: pointer;
	margin: 12px 0;
	float: right;
}

.STCLASS .req_script {
	display: block !important;
}

.STCLASS .without_script {
	display: none !important;
}

.siteinfo {
	font-size: 85%;
}

.siteinfo a {
	text-decoration: none;
}

.siteinfo li {
	list-style: none;
}

.clear {
	clear: both;
}

.sitemap_xml {
	float: right;
}

.nodisplay {
	display: none;
}

div.GPAREA:after {
	content: ".";
	display: block;
	height: 0 !important;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

/* div.GPAREA { zoom: 1; } */

.cf:before,
.cf:after {
	content: "";
	display: table
}

.cf:after {
	clear: both
}

/* .cf { zoom: 1 } */

.gpRow img {
	max-width: 100%;
	height: auto !important;
}

@media screen {
	.gpRow img {
		width: auto;
	}
}

@media only screen and (min-width:768px) {
	.gpRow {
		margin-left: -15px;
		margin-right: -15px;
		box-sizing: border-box;
	}
	.gpRow:before,
	.gpRow:after {
		content: " ";
		display: table;
		box-sizing: border-box;
	}
	.gpCol-1,
	.gpCol-2,
	.gpCol-3,
	.gpCol-4,
	.gpCol-5,
	.gpCol-6,
	.gpCol-7,
	.gpCol-8,
	.gpCol-9,
	.gpCol-10,
	.gpCol-11,
	.gpCol-12 {
		float: left;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 15px;
		box-sizing: border-box;
	}
	.gpCol-1 {
		width: 8.33333333%;
	}
	.gpCol-2 {
		width: 16.66666667%;
	}
	.gpCol-3 {
		width: 25%;
	}
	.gpCol-4 {
		width: 33.33333333%;
	}
	.gpCol-5 {
		width: 41.66666667%;
	}
	.gpCol-6 {
		width: 50%;
	}
	.gpCol-7 {
		width: 58.33333333%;
	}
	.gpCol-8 {
		width: 66.66666667%;
	}
	.gpCol-9 {
		width: 75%;
	}
	.gpCol-10 {
		width: 83.33333333%;
	}
	.gpCol-11 {
		width: 91.66666667%;
	}
	.gpCol-12 {
		width: 100%;
	}
}

ul.search_nav_bottom {
	list-style: none;
}

ul.search_nav_bottom li {
	display: inline;
	margin-right: 0.5em;
}

/*
* Settings for Site_Counter
* (My additions)
*/

#counter-menu-table {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 0.5em;
}

#counter-menu-table a {
	display: block;
	padding: 1em;
	text-align: center;
	font-size: 1.25em;
}

#counter-menu-table a img {
	margin-bottom: 1em;
}

#counter-menu-table a:hover {
	background-color: #eee;
	color: #f60;
	text-decoration: none;
}

a#start_processing {
	display: block;
	text-align: center;
	padding: 1em;
	border: 1px solid #269;
	border-radius: 4px;
	font-size: 1.5em;
}

a#start_processing:hover {
	text-decoration: none;
	color: #f60;
	background-color: #f8f8f8;
	background-image: linear-gradient(180deg, #f8f8f8, #f1f1f1);
	border: 1px solid #c5c5c5;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

a#start_processing:active {
	text-decoration: none;
	background-color: #444;
	color: #eee;
	box-shadow: none;
}

.settings_btn {
	display: block;
	width: 15%;
	padding: 0.5em;
	text-align: center;
	font-size: 1.5em !important;
	background-color: #eee;
	background-image: linear-gradient(0deg, #eee, #f4f4f4);
	border: 1px solid #dcdcdc;
	border-radius: 4px;
}

.settings_btn:hover {
	color: #f60;
	background-color: #f8f8f8;
	background-image: linear-gradient(180deg, #f8f8f8, #f1f1f1);
	border: 1px solid #c5c5c5;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

/* ** Animation */
@keyframes proc_anim {
	from {
		display: none;
		margin-left: 30%;}
	to {
		display: block;
		margin-left: 0;
	}
}
.processed {
	padding: 1em 0;
	font-style: italic;
	font-size: 1.5em !important;
	border: 1px solid #fff;
	animation-name: proc_anim;
	animation-duration: 0.2s;
}

/* Visitors table */
#counter-table {
	width: 100%;;
	font-size: 1.25em;
	border-collapse: collapse;
	text-align: left;
	border: 4px solid #eee;
}

#counter-table td,
#counter-table th {
	padding: 0.5em;
}

#counter-table thead tr {
	background-color: #eee;
}

#counter-table tbody tr:hover > td {
	background-color: #bcf0ff;
	color:#000;
}

#counter-table .details {
	padding:0.1em; /* For link to take almost whole cell */
}
#counter-table .details a {
	display: block;
	width:100%;
	height:100%;
	padding:0.4em; /* minus 0.1em from other TDs */
	/* background-color: #aee; */
}

.dom {
	font-family: monospace !important;
	font-size: 1.25em !important;
	color:#00f;
}

.page_nav {
	float: right;
	text-align: center;
}
