.ldb-table {
  margin: 1em auto 1em auto;
  border: 1px solid #aaa;
  width: 75%;
}

.form-table, .form-table td {
  border-width: 0px;
}

.calendar-table {
  width: 200px;
  border: 1px solid #eee;
  margin: auto;
}

.calendar-table td, .calendar-table th {
  border: 1px solid #eee;
}
	
.calendar-table td.passive {
  color: #ccc;
}

.calendar-table td.active {
  color: black;
  background-color: #fd766a;
  border: 1px solid black;
  font-weight: bold;
}

.calendar-table th {
  background-color: #eee;
}

.ldb-table thead {
  background-color: #EFEFEF;
}
      
.ldb-table th {
  text-align: center;
  font-weight: bold;
}
      
.ldb-table td, .ldb-table th {
  padding: 5px;
  border: 1px solid #aaa;  
}
      
.vertical-gradiant {
  background-image: url(../img/th-gradiant.png);
  background-repeat: repeat-x;
  background-position: top;
}