/*
// File written by Jochen "Khuri" Dippel <khuri@khuris.com>
// Copyright 2020
//
// File        : main.css
// Begin       : 2012.02.21 15:03:02
// Last Update : 2020.06.08 12:20:47
*/

/* This file includes only basic tag specifications, no classes */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	overflow: visible;
	overflow-y: scroll;
	overflow-x: auto;
	padding: 0;
	margin: 0;
}
body, td, pre {
	color: #4b4b4b;
	font-family: 'PT Sans',Arial,sans-serif;
	font-size: 11pt;
	line-height: 1.4em;
	letter-spacing: 0px;
	-webkit-text-size-adjust: none;
}
fieldset {
	border: 1px solid #C0C0C0;
	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 #C0C0C0;
	width: 100%;
	margin: 8px 0px;
}
ul {
	padding: 4px 0px 4px 45px;
	list-style-type: disc;
}
ol {padding: 4px 0px 4px 45px;}
p {
	padding: 0 0 0.5em;
}
h1,h2,h3,h4 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	padding: 0 0 0.5em;
	-webkit-text-size-adjust: none;
}
h1 {font-size: 1.8em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1.1em;}
h4 {font-size: 1.1em}
img {border: 0px;}
blockquote {margin-left: 20px;}

a {
	color: #4b4b4b;
	text-decoration: underline;
}
a:hover {
	color: #4b4b4b;
	text-decoration: underline;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-color: #fff;
	padding: 4px 6px;
	color: #000;
	width: 300px;
	border: 1px solid #444;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
select,textarea {
	background-color: #fff;
}
input:hover, input:active, input:focus, select:hover, select:active, select:focus, textarea:hover, textarea:active, textarea:focus {
	border-color: #888;
	background-color: #fff;
}
input[type='checkbox'], input[type='radio'] {
	background-color: transparent;
}
label:hover {
	cursor: pointer;
}
option {
	padding-right: 12px;
}

/* Buttons */
input.submit, button.submit, select.submit, a.submit {
	cursor: pointer;
	color: #000;
	background-color: #eee;
	border: 2px solid #444;
	margin-top: 4px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 8px;
}
input.submit:hover, button.submit:hover, select.submit:hover, a.submit:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
