.calendar-icon {
	width: 20px;
	height: 20px;
	background: url('calendar20.png') no-repeat;

	_margin-left: 5px;
	_margin-top: 6px; /* iexplore positioning fixup */
}

.calendar {
	font-family: tahoma, sans serif;
	text-align: center;
	background-color: white;
	border: silver solid 1px;
}

.calendar a {
	text-decoration: none;
	color: black !important; /* hack */
}

.calendar tr td span a {
	display: block;
	width: 1.5em;
	height: 1.25em;
	line-height: 1.25em;
}

.calendar td span a:hover, .calendar a:hover {
	color: #aa0000 !important; /* hack */
}

.calendar th span {
	display: block;
	width: 1.5em;
	height: 1em;
	line-height: 1em;
	font-weight: 400;
	font-size: 75%;
}

.calendar caption {
	background-color: #fafafa;
	caption-side: top;
	font-size: 75%;
	font-weight: bold;
	border: silver solid 1px;
	border-bottom-style: none;
	padding: 2px 0;
	position: relative;
}

.calendar tfoot td {
	font-size: 60%;
	margin: 0;
	padding: 0;
}

.calendar caption a {
	color: #aa0000 !important; /* hack */;
}

.calend-left-spin {
	position: absolute;
	left: 5px;
}

.calend-right-spin {
	position: absolute;
	right: 15px;
}

.calend-close-btn {
	position: absolute;
	right: 5px;
}

.calend-empty {
}

.calend-weekend a {
	color: silver !important; /* hack */
}

.calend-today a {
	color: darkred !important; /* hack */
	font-weight: bold;
}

