div.calendar-box {
	border: 1px solid #000000;
	margin: 0 10px 10px 10px;
	display: block;
}
div.calendar-box * {
	font-size: 11px;
}
table.calendar {
	border-collapse: collapse;
	width: 100%;
}
table.calendar th {
	background: #d0d0d0;
	padding: 2px;
}
table.calendar td {
	background: #e0e0e0;
	color: #856D65;
	letter-spacing: 0.1em;
	padding: 0.3em 0.5em;
	text-align: center;
}
table.calendar th {
	color: #000000;
}
table.calendar a.left {
	background: url(img/calendar_left.gif) 0 50% no-repeat;
	display: block;
}
table.calendar a.right {
	background: url(img/calendar_right.gif) 100% 50% no-repeat;
	display: block;
}
table.calendar tr.day th {
	background: #f5f4d3;
	color: #433d27;
}
table.calendar td.ex {
	background: #eee;
	color: #fefefe;
}
table.calendar td.current {
	background: #f2bfbf;
}
table.calendar td.su {
	background: #d0d0d0;
}
table.calendar th.today a {
	font-weight: normal;
}
table.calendar td a {
	background: transparent url(img/write.gif) center no-repeat;
	display: block;
}
/* tooltip */
#calendar-tooltip .h {
	background: #6699CC url(img/header-dialog.gif) bottom left repeat-x;
	color: #fefefe;
	font-weight: bold;
	line-height: 25px;
	padding-left: 5px;
}
#calendar-tooltip a {
	display: block;
	background: transparent url(img/bullet.png) 0 50% no-repeat;
	padding: 3px 5px 3px 20px;
	font-weight: bold;
	color: #800000;
}