/*
// File written by Jochen "Khuri" Höhmann <khuri@khuris.com>
// Copyright 2010
//
// File        : main.css
// Begin       : 2009.12.06 14:34:22
// Last Update : 2010.03.22 12:57:32
*/

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

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background-color: #CCC;
}
body, td, pre {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
fieldset {
	border: 1px solid #C0C0C0;
	padding: 6px;
}
fieldset td {
	vertical-align: top;
	padding-bottom: 2px;
}
legend {
	margin: 0px 6px 0px 6px;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}
pre {font-family: Courier,Courier New,sans-serif;}
hr {
	border-bottom: 1px solid #C0C0C0;
	width: 100%;
	margin: 8px 0px;
}
ul {
	padding: 4px 0px 4px 14px;
	list-style-type: disc;
}
ol {padding: 4px 0px 4px 22px;}
p {padding: 0 0 8px;}
h1,h2,h3,h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 16px;
	color: #3A599A;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
img {border: 0px;}
blockquote {margin-left: 20px;}

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #bf0c1d;
	text-decoration: none;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	border: 1px solid #808080;
}
input.submit, button.submit, select.submit {
	cursor: pointer;
	background-color: #E3E3E3;
	border: 1px solid #909090;
	border-color: #C0C0C0 #909090 #909090 #C0C0C0;
	padding: 1px 6px;
	margin-top: 4px;
	font-weight: bold;
	color: #bf0c1d;
}
select,textarea {
	background-color: #fff;
}
input:hover {
	background-color: #f4f4f4;
}
input.submit:hover {
	background-color: #bf0c1d;
	color: #FFF;
}
label:hover {
	cursor: pointer;
}
