﻿form {
	margin: 0;
	padding: 0;
	border: none;
}

input
{
    font-size: 11px;
    font-family: arial, helvetica, sans-serif;
}

select
{
    font-size: 11px;
}

textarea
{
    border: 1px solid #c6c7c8;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	
}

fieldset {
	border: none;
	color: #000000;
	margin: 0 0 10px 0;
	padding: 0;
}

input.text {
	border: 1px solid #c6c7c8;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 300px;
}

input.smalltext {
	border: 1px solid #c6c7c8;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 75px;
}

input.mediumtext {
	border: 1px solid #c6c7c8;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 150px;
}

input.datum {
	border: 1px solid #c6c7c8;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 80px;
}

input.upload {
	border: 1px solid #000000;
	width: 227px;
}

form label {
	color: #000000;
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	margin-bottom: 2px;
}


form label.boolean {
	color: #000000;
	display: inline;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	margin-bottom: 2px;
	margin-right: 5px;
}

input.radio, input.checkbox {
	margin: 4px 4px 0 0;
}

label.extralabel {
	display: inline;
	margin: 0 4px 0 0;
}


select.select {
	width: 200px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

textarea.textarea {
	border: 1px solid #c6c7c8;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 150px;
	width: 560px;
	margin-bottom: 10px;
}

.htmlarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 400px;
	width: 560px;
}

input.button {
	border: 1px solid #c6c7c8;
	margin-right: 4px;
	margin-bottom: 10px;
	padding: 2px;
}

input.button-save {
	background-image: url(/images/page_save.png);
	background-repeat: no-repeat;
	background-position: left;
	border: none;
	background-color: white;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 2px;
	padding-left: 16px;
	cursor: pointer;
	font-weight: bold;
}

input.button-cancel {
	background-image: url(/images/cancel.png);
	background-repeat: no-repeat;
	background-position: left;
	border: none;
	background-color: white;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 2px;
	padding-left: 16px;
	cursor: pointer;
	font-weight: bold;
}

legend {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	padding: 0;
	margin: 0 0 10px 0;
}

table.dbtable tr.dbrowodd td, table.dbtable tr.dbroweven td {
	background-color: #fafafa;
	padding: 3px;
	padding-top: 4px;
	vertical-align: top;
	border-top: 1px solid white;
	border-bottom: 1px solid #dcdcdc;
	font-weight: normal;
}

table.dbtable tr.dbrowlocked  td {
	background-color: #FF9900;
	color: #FFFFFF;
	padding: 3px;
	vertical-align: top;
	font-weight: bold;
}

table.dbtable tr.dbrowlocked  td a {
	color: #FFFFFF;
	font-weight: bold;
}

table.dbtable tr.dbroweven  td.dbacties {
	padding: 3px;
	text-align: center;
}

table.dbtable tr.dbrowodd td.dbacties {
	background: #ffffff;
	padding: 3px;
	text-align: center;
}


table.dbtable th {
	background-color: #fafafa;
	background-image: url(/images/tablebg.gif);
	background-repeat: repeat-x;
	color: black;
	text-align: left;
	padding: 3px;
	line-height: 20px;
}

table.dbtable {
	margin-bottom: 1px;
}

table.multiselect {
	border: none;
	padding: 0;
	margin: 0;
}

select.multiselect {
	width: 250px;
	height: 150px;
}

input.multiselect {
	border: 1px solid #c6c7c8;
	margin: 0 4px 0 4px;
	padding: 2px;
	width: 40px;
}