
td{
        text-align : left;
}

th{
        COLOR: #ce5a31;
		FONT-WEIGHT: bold;
		text-align : left;
}

h1{

	COLOR: #000;
}

fieldset {
	margin-top: 10px;
	border: 1px solid #b0ac98;
	background: #fff;
	padding: 8px;
	text-align: right;
	margin-bottom: 8px;
	}

legend {
	background-color: #b0ac98;
	color: white;
	padding: 2px 10px;
	border: 1px solid #b0ac98;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size:85%;
	}

input{
      margin: .2em;
      width:148px;
      font-size : auto;
}

select {
	margin: .2em;
	font-size : auto;
}

label {
	font-weight:bold;
}

/*SelfDB-Formularfelder*/
.selfdb_sucheselectfeld {
	  width:150px;
}

.selfdb_suchfeld {
}

.selfdb_operatorfeld {
}

.selfdb_registereditfeld {
}

.selfdb_registereditselectfeld {
	width:150px;
}

.selfdb_registereditfileauswahlfeld {
	width:280px;
}

.selfdb_registeredittextarea {
 	width:300px;
 	height:150px;
 	font-family : Arial, Helvetica, sans-serif;
 }

.selfdb_button {
}

/*Sonstige SelfDB-Klassen*/
.selfdb_gruppe {
		background-color: #e9e8dd;
		font-weight:bold;
		color: #ce5a31;
}

.selfdb_unselected {
	  background-color :white;
}

/*SelfDB-Tabellen*/
table.selfdb_dialog{

     color : black;
     width:100%;
     margin-left: auto;
     margin-right: auto;
     border: 1px solid  #b0ac98;
     text-align:center;
     background-color: #fff;
}
table.selfdb_dialog th{
        text-align : right;
        vertical-align : top;
}
table.selfdb_dialog td{
       text-align : left;
       vertical-align : top;
}

table.selfdb_list{
     text-align:center;
     font-size:1.3em;
     color : black;
     width:100%;
     margin:0;
     padding:0;

     border-right: 0px solid #e9e8dd;
     border-bottom: 0px solid #e9e8dd;
     background-color: #fff;
}
table.selfdb_list th{
        text-align : left;
        vertical-align : middle;

        border-top: 0px solid #b0ac98;
        border-left: 0px solid #b0ac98;
}
table.selfdb_list td{
        text-align : left;
        vertical-align : top;

        border-top: 1px dashed #b0ac98;
        border-left: 0px solid #b0ac98;
}

table.selfdb_report {
     font-family : Arial, Helvetica, sans-serif;
     color : black;
     width:100%;
     margin:0;
     padding:0;
	 border: 1px solid #b0ac98;
	 text-align:center;
	 background-color: #fff;
}
table.selfdb_report th{
        text-align : left;
        vertical-align : top;
}
table.selfdb_report td{
        text-align : left;
        vertical-align : top;
}
table td.selfdb_weiteredetails{
	text-align : center;
	border-bottom: 1px solid #b0ac98;
}


.selfdb_selected{
       background-color : transparent;
       font-weight : bold;
}

table.selfdb_tabbedmemo{
       width : 100%;
       margin-left: auto;
	  margin-right: auto;
	  border: 2px solid;
}
