
.admin_content {
	text-align:left ;
}
form ul {
  display: table;
  width: 100%;
}
form li {
  display: table-row;
  height: 45px;
}
form label, form input, form.actions {
  display: table-cell;
}
.formSelect {
  display: table-cell !important;
}
form label {
  padding-right: 15px;
  text-align: right;
  vertical-align: top;
}
#drop_file_zone {
    background-color: #EEE;
    border: #999 5px dashed;
    width: 100%;
    height: 200px;
    padding: 8px;
    font-size: 18px;
}
#drag_upload_file {
  width:50%;
  margin:0 auto;
}
#drag_upload_file p {
  text-align: center;
}
#drag_upload_file #selectfile {
  display: none;
}
.text500 {
	width:500px !important;
}
.buchungTable td {
	text-align:left;
}
.buchungTable th {
	text-align:left;
	font-weight:bold;
}
.link_active {
  color: #a6692b;
}
.striked_through {
	text-decoration: line-through;
}

.bordered {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;  
    
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #a6692b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#a6692b));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #a6692b);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #a6692b);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #a6692b);
    background-image:      -o-linear-gradient(top, #ebf3fc, #a6692b);
    background-image:         linear-gradient(top, #ebf3fc, #a6692b);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}






