/*
// File written by Jochen "Khuri" Dippel <khuri@khuris.com>
// Copyright 2018
//
// File        : main.css
// Begin       : 2009.12.06 14:34:22
// Last Update : 2018.10.26 15:54:20
*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background-color: #27668b;
	overflow: visible;
	overflow-y: scroll;
	overflow-x: auto;
}
body, td, pre {
	color: #fff;
	font-family: 'Verdana', sans-serif;
	font-weight: 300;
	line-height: 18pt;
	font-size: 10pt;
	text-align: left;
	-webkit-text-size-adjust: none;
}
td {
	color: #fff;
}
strong {
	font-weight: 600;
}
fieldset {
	border: 1px solid #fff;
	padding: 6px;
}
fieldset td {
	vertical-align: top;
}
legend {
	margin: 0px 6px 0px 6px;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}
pre {font-family: 'Courier New',Courier,sans-serif;}
hr {
	border-bottom: 1px solid #fff;
	width: 100%;
	margin: 8px 0px;
}
ul {
	padding: 4px 0px 4px 14px;
	list-style-type: square;
}
ol {padding: 4px 0px 4px 22px;}
p {
	padding: 0 0 1em;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 1.2em;
	padding: 0 0 1em;
	font-size: 20px;
	color: #fff;
}
img {border: 0px;}
blockquote {margin-left: 20px;}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}
input, select, textarea, button, .webform_remotebox, .button {
	font-family: 'Verdana', sans-serif;
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
	padding: 4px 8px;
	box-sizing: border-box;
	border-radius: 4px;
}
select {
	padding-left: 4px;
}
input:focus, select:focus, textarea:focus, button:focus, .button:focus {
	border-color: #000;
	box-shadow: 0 0 8px rgba(192,192,255,0.5);
}
input:hover, select:hover, textarea:hover, button:hover, .button:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
label, input, button, select, textarea, .ui-menu-item, .button, .webform_remotebox {
	line-height: 18pt;
	font-size: 10pt;
}
textarea {
	line-height: 12pt;
}
label {
	padding: 4px 0;
	vertical-align: top;
	color: #fff;
}
label:hover {
	cursor: pointer;
}
input[type="checkbox"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
input[type="submit"], .button, button {
	margin: 20px 0 0 0;
	padding: 6px 20px;
	cursor: pointer;
	font-weight: bold;
}
[disabled="disabled"], [disabled="disabled"]:hover {
	background-color: #ddd;
}
.font-default {
	font-size: 16px;
	line-height: 1.5em;
}