/* CSS Document */

table{
	width: 100%;
	border: 0;
	cellspacing: 0;
	cellpadding: 0;
}
.calendar th{
	width: 14.2%;
	text-align: center;
	font-style: italic;
	border-bottom: 1px #dddddd solid;
}
td, tr{
	border: 1px #ffffff solid;
}
.onday{
	background-color: #775f0c;
	color: #ffffff;
	text-align: center;
	font-size: 120%;
	font-weight: 600;
	font-style: italic;
}
.offday{
	background-color: #dddddd;
	color: #999999;
	text-align: center;
	font-size: 120%;
	font-style: italic;
}