table .BlckArtTab {
  border-collapse: collapse;
  border: 0px solid #03476F;
  font: normal 11px;

  
  }
.BlckArtTab caption {
  text-align: center;
  font: bold ;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
.BlckArtTab td, th {
  border: 0px dotted #03476F;
  padding: .4em;
  }

.BlckArtTab thead th, tfoot th {
  font: bold 11px;
  border: 0px solid #03476F;
  text-align: center;
  padding-top:3px;
  }
  
.BlckArtTab tbody td a {
 /* background: transparent; */
  text-decoration: none;
  }

.BlckArtTab tbody td a:hover {
  background: #C2F64D;
  }

.BlckArtTab tbody a {
  font: normal 11px;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  }
  
 .BlckArtTab th a {
  font: normal 11px;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  }

.BlckArtTab tbody th a:hover {
 /* background: transparent; */
  }

.BlckArtTab tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
.BlckArtTab tfoot td {
  border: 0px solid #03476F;
  padding-top:3px;
  }

.BlckArtTab .grey{
  background: #D4D4D4;
  color: #FFFFFF;
 }
.BlckArtTab .sunday{
  background: #F7FAD2;
  }
.BlckArtTab .today{
  background: #D0E8FD;
  }

.BlckArtTab tbody tr:hover {
  background: #FFD800;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }

.BlckArtTab tbody tr:hover th{
  background: #FFD800;
  color: #FFFFFF;
  }

