.calendarbox {
	height: 102px;
	width: 98px;
	background-color:#D09B4A;
	border-color:#000000;
	border-width: 2px 2px 2px 2px;
	border-style:solid;
	margin: 6px 3px 6px 6px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	float: left;
	text-align: center;
}
.calendarbox:hover {
	border-color:#FFCC66;
	border-width: 2px 2px 2px 2px;
	border-style:solid;
	width: 98px;
	/*background-position: 100px 12px;
	background-repeat: repeat;
	background-color: #3A2C18;*/
	}
.calendarbox2 {
	width: 98px;
	background-color:#D09B4A;
	border-color:#000000;
	border-width: 2px 2px 2px 2px;
	border-style:solid;
	margin: 3px 3px 3px 3px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	float: left;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
.calendarboxINNER {
	width: 90px;
	background-color:#634521;
	border-color:#000000;
	border-width: 2px 2px 2px 2px;
	border-style:solid;
	margin: 4px 4px 4px 4px;
	padding: 3px 3px 3px 3px;
	vertical-align: top;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFCC;
	text-decoration: none;
}
.calendarboxINNER:hover {
	border-color:#FFCC66;
	border-width: 2px 2px 2px 2px;
	border-style:solid;
	width: 98px;
	color: #271D10;
	background-color:#271D10;
	text-decoration: none;
}
.calendartext {
	color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.calendartext a:link {
	color: #FFFFCC;
	font-style: normal;
	text-decoration: none;
}
.calendartext a:visited {
	color: #FFFFCC;
	font-style: normal;
	text-decoration: none;
}
.calendartext a:hover {
	color: #FBD953;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

