table#cal-table {
	width: auto;
}
table th {
	color: #fff;
	background-color: #000; /*#8d847d;*/
	height: 1.6em;
	vertical-align: middle;
}
table th.cal-th-header {
	text-align: center;
}
table th.cal-prev {
	text-align: right;
}
table th.cal-next {
	text-align: left;
}
table th a {
	color: #fff;
	text-decoration: none;
}
table th a:hover {
	color: #d8400b;
}
table th.cal-th {
	height: 1.6em;
	width: 14%;
	text-align: center;
	vertical-align: middle;
	font-size: .9em;
	font-weight: bold;
	color: #000;
	background-color: #d2d2d2;
}
table td.cal-plain-td {
	position: relative;
	vertical-align: top;
	width: 14%;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	min-height:100px;
	height:100px;
}
table td.cal-empty-td {
	position: relative;
	width: 14%;
	background-color: #f4f4f4;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	min-height:100px;
	height:100px;
}
table td a {
	color: #000;
	text-decoration: none;
}
table td a:hover {
	color: #d8400b;
}
table .num-frame {
	float: right;
	width: 1.5em;
	height: 1.5em;
	background-color: #eee;
	font-size: .7em;
	vertical-align: middle;
	text-align: center;
}
table .today {
	float: right;
	width: 1.5em;
	height: 1.5em;
	color: #fff;
	background-color: #d8400b;
	font-size: .7em;
	vertical-align: middle;
	text-align: center;
}
table .entry-text {
	font-size: 10pt;
	padding: 5px;
}
