.tblCalendar {
border				: 1px solid #84744f;
rules				: all;
}

.tblCalendarBorder {
border				: 0px solid #84744f;
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;
  }
.btnNextMonth {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#FFFFFF;
background-color:#7e6f4b;
border-bottom:solid 1px #726444;
border-right:solid 1px #726444;
border-top:solid 1px #726444;
border-left:solid 1px #726444;
padding:1px;
cursor: pointer;
}
.btnNextMonth:hover {
background-color:#726444;
cursor: pointer;
}