.full-calendar{
	float:left;
	height:auto;
	width:auto;
	border: 1px solid #bfbfbf;
	border-top:0;
	font-size: 11px;
}
.full-calendar th {
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: middle;
	background: url(img/cells.png);
	color: #8d8d8d;
	position: relative;
	padding: 2px 6px 2px 7px;
	font-weight: bold;
	font-size: 8px;
	background-position: 0px -81px;
}
.full-calendar td{
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
	background: url(img/cells.png);
	color: #666;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 4px 6px 4px;
}

/*.full-calendar td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}*/
.month-display{
	float		: left;
	height		: 30px;
	width		: 100%;
	font		: normal 14px/30px Arial;
	color		: #503f21;
	text-align	: center;
	background: url(img/month.jpg);
	padding: 3px 0 3px 0;
	font-weight:bold;
}
.full-calendar td.padding {
	/*background: url(http://www.centurypark.com/reservations/js/jquery/img/calpad.jpg);*/
}
.full-calendar td.today {
	background-position: 81px 0px;
	color: white;
}
.full-calendar td.not-today {
	background-position: 81px 0px;
	color: white;
}
.full-calendar td.today:hover {
	/*background-position: 81px -81px;*/
}