.calendarboxempty {
	height: 102px;
	width: 98px;
	background-color:#634521;
	border-color:#000000;
	border-width: 0px 0px 0px 0px;
	border-style:solid;
	margin: 6px 3px 6px 6px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	float: left;
	text-align: center;
}
.calendardays {
	height: 50px;
	width: 98px;
	background-color:#634521;
	border-color:#000000;
	border-width: 2px 2px 2px 2px;
	border-style:solid;
	margin: 6px 3px 6px 6px;
	/*margin-left:auto;
	margin-right:auto;*/
	margin-bottom: 10px;
	/*padding: 0px 0px 0px 0px;*/
	padding-left: 10px;
	vertical-align: top;
	float: left;
	text-align: center;
}

