table {
	border-collapse: separate;
	margin: 10px auto;
	font-size: 12px;
	border: 1px solid #cfcfcf;	
}

th.foot {
	margin: 0;
	padding: 0;
	background: #2e2b22;
	color: #fff;	 
	text-align: center;
	padding: 5px;
	font-size: 13px;	
  width: 200px;
}

th.foot a {
	color: #fff !important;	 
	text-align: center;
	text-decoration: none !important;
}

td {
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	color: #3e3e3e;
	position: relative;
	border: 1px solid #cfcfcf;
}

th {
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background: #2e2b22;
	color: #fff;
	position: relative;
	font-weight: bold;
}

td a {
  color: #3e3e3e !important;
  text-decoration: none !important;
	width: 100%;
	height: 100%;
	display: block;
}

td a:hover {
	color: #fff !important;
}

td:hover {
	background: #c70505;
	color: #fff !important;
}
td.alternate {
	background: #d8e0e5;
}

td.alternate:hover {
	background: #eb773d;
}

td.today {
	background: #eb773d;
}

td.today a {
  color: #fff !important;
}

td.disabled {
	background: #cdcdcd;
	color: #a4a499;
}

td.disabled:hover {
	background: #cdcdcd;
	color: #a4a499 !important;	
}
