.calendar-index {
	width: 76%;
	margin: 20px 10px 0 0;
}
.calendar {
	width: 300px;
	padding: 0 0 15px 0;
}
.calendar-table {
	margin: 0 0 0 23px;
}
.calendar-table td {
	vertical-align:middle;
}
.calendar_left {
	border: solid 1px #b0b0b0;
	border-right: none;
	font-family: Tahoma, Verdana;
	font-size: 9px;
	line-height: 11px;
}
.calendar_months, .calendar_days {
	border-right: none;
	font-family: Tahoma, Verdana;
	font-size: 9px;
	line-height: 15px;
	color: #737373;
}
.calendar_months {
	margin-left: 8px;
}
.calendar_days td {
	text-align: center;
}
.calendar_right {
	border: solid 1px #b0b0b0;
	border-left: none;
	padding-right: 3px;
}
.calendar_current {
	color: #C59010;
}
.calendar_black {
	color: black;
	padding: 0 2px 0 2px;
	width: 14%;
}
