/*
 * Page settings
*/

body {
	background-color: #FFFFFF;
	color: #000000;
}

body, table {
	font-family: sans-serif;
	font-size: 9pt;
}

/*
 * General Text-Element styles
*/

h1, h2, h3, h4, h5, h6 {
	font-size: 9pt;
	margin-bottom: 10pt;
	margin-top: 8pt;
}

h1, h2, h3 {
	border-bottom: solid 1px #000000;
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6
{
	margin-top: 20pt;
}

h1, h4 {
	font-weight: bold;
	font-style: normal;
}

h2, h5 {
	font-weight: normal;
	font-style: italic;
}

h3, h6 {
	font-weight: normal;
	font-style: normal;
}

hr {
	border-color: #000000;
	border-style: solid none none none;
	border-width: 1px;
	margin: 20pt 0pt;
}

address {
	font-style: normal;
	margin-left: 20pt;
}

img {
	margin: 10px;
	border: none;
}

ul, ol {
	padding-left: 20pt;
	list-style-type: disc;
}

ul ul, ul ol, ol ul, ol ol {
	list-style-type: circle;
}

li {
	margin: 5pt 0pt;
}

a {
	color: #5B9FD6;
}

a.framedButton {
	border: 1px solid #7187C0;
	color: #7187C0;
	font-weight: bold;
	padding: 2px 6px;
	text-decoration: none;
}

span.code {
	font-weight: bold;
	font-family: monospace;
}

/*
 * "Button" styles
*/
a.pressedButton {
	text-decoration: none;
	color: #000000;
}

/*
 * Spezial Text-Element styles
*/

a.pdfLink {
	background-image: url(graphics/pdf.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 22px;
}

span.companyName {
/*	color: #5B9FD6;
	font-weight: bold;*/
}

/*
 * General Table styles
*/

table {
	border-collapse: collapse;
	table-layout: fixed;
	empty-cells: hide;
	width: 100%;
}

table, tr, th, td, caption {
	border: solid 2px #FFFFFF;
}

th, caption {
	background-color: #E8F1FA;
	font-weight: bold;
	padding: 5px;
}

caption {
	margin-top: 10px;
}

td {
	background-color: #F4F7FA;
	padding: 2px;
}

/*
 * Spezial Table styles
*/

table.invisible, table.invisible tr, table.invisible th, table.invisible td {
	border: none;
}

table.invisible th {
	background-color: transparent;
}

table.invisible td {
	background-color: transparent;
}

/*
 * General Form styles
*/

form {
	margin: 0px;
	padding: 0px;
}

div.formRow {
	margin-bottom: 10px;
	min-height: 21px;
}

div.formInnerRow {
	margin-bottom: 5px;
	min-height: 21px;
}

div.formRow label.checkboxLabel {
	display: block;
	margin-left: 20px;
}

div.formRow input.labeledCheckbox {
	display: block;
	float: left;
}

div.formRow label.sizedLabel, div.formRow div.sizedLabel {
	display: inline-block;
	vertical-align: top;
	width: 150px;
}

div.formField {
	display: inline-block;
}

fieldset {
	border-color: #C5C5C5;
	border-style: solid none;
	border-width: 1px;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 0px 0px;
}

input, textarea, select {
	margin: 0;
	padding: 0;
	font-size: 9pt;
	font-family: sans-serif;
}

div.formField *.firstOfTwo {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

div.formField *.secondOfTwo {
	display: inline-block;
	margin-left: 5px;
	width: 49%;
	vertical-align: top;
}

div.formField hr {
	margin: 0 0 10px 0;
	border-color: #C5C5C5;
}

input.hasborder, textarea, select {
	width: 100%;
	background-color: #F6F6F6;
	border: 1px solid #C5C5C5;
}

input.error, textarea.error, select.error {
	background-color: #FFCCCC;
	border-color: #FF5555;
}

button {
	background-color: transparent;
	border: 1px solid #7187C0;
	color: #7187C0;
	font-weight: bold;
}

/*
 * Spezial Form styles
*/

table.form {
	background-color: transparent;
	border: none;
}

td.form {
	background-color: transparent;
	border: none;
	padding: 5px 0px;
	vertical-align: middle;
}

td.formLabel {
	padding: 0px;
	width: 30%;
}

span.requiredField {
	color: #FF0000;
	font-family: monospace;
}
