/* Calendar ---------------------------------------------------------------- */
.calendar {
	cursor: default;
	font-family:  sans-serif, Trebuchet MS, Helvetica;
}
.calendar caption {
	color: #003366;
	font-weight: bold;
	font-style: italic;
	font-size: 0.8em;
	margin-bottom: 10px;
}
.calendar table {
	border: outset 2px;
}
.calendar td, .calendar td.day-blank {
	line-height: 16px;
	width: 16px;
	font-size: 10px;
	text-align: center;
	background: white url(calback.png) no-repeat top left;
	border: 1px solid #adadad;
}
.calendar .day-highlightoff {
	font-size: 12px;
	background: #336699 url(calhloff.png) no-repeat bottom right;
	color: white;
}
.calendar .day-highlighton {
	font-size: 12px;
	background: #ffcc00 url(calhlon.png) no-repeat bottom right;
	color: #000080;
}
.calendar tr.header-week th {
	line-height: 16px;
	width: 16px;
	font-size: 10px;
	background-color: #6699cc;
	color: white;
	border: 1px solid #adadad;
}

