.calendarstyle {
	text-align: center;
	color: #666;
	background-color: #FFF;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	background-image: url(/images/bg.jpg);
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.calendarstyle tr th {
	background-color: #F90;
	border: medium inset #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.calendarstyle tr {
	border-top-width: medium;
	border-left-width: medium;
	border-top-style: outset;
	border-left-style: outset;
	border-top-color: #666;
	border-left-color: #666;
	font-weight: bold;
}
.calendarstyle tr td {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	border: 3px solid #333;
}
.dayofweek {
	background-color: #FC6;
	text-align: center;
	vertical-align: middle;
	border-top-width: medium;
	border-left-width: medium;
	border-top-style: inset;
	border-left-style: inset;
	border-top-color: #000;
	border-left-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
