.tblCalendar {
border				: 1px solid #6d5f32;
rules				: all;
}

.tblCalendarBorder {
border				: 1px solid #6d5f32;
rules				: none;
}
 
.dateBooked {
  color				: #FF0000;
  text-decoration	: line-through;
  font-weight		: bold;
  }
   
.dateAvailable {
  color				: #005A2E;
  font-weight		: bold;
  text-decoration	: none;
  }
  
.dayNamesMenu {
  color				: #FEF9EC;
  text-decoration	: none;
  font-weight		: bold;
  font-size			: 10px;
  }  
  
.monthNamesMenu {
  color				: #ffffff;
  text-decoration	: none;
  font-weight		: bold;
  }  
.monthCountMenu {
  color				: #ff9900;
  text-decoration	: none;
  font-weight		: bold;
  font-size			: 10px;
  }

.pagination {
  color				: #0E5F2A;
  text-decoration	: none;
  }
.pagination:hover {
  text-decoration	: underline;
  }