#calendar{
	height: auto;
	width: 528px;
	margin-bottom: 6px;
	margin-top: 6px;
	padding-right: 0px;
	padding-left: 1px;
}
#calendar div.weekdays {
	background-image: url(/img/calendar/bg_weekbalk.png);
	height: 18px;
	width: 525px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}
#calendar div.weekday {
	float: left;
	height: 18px;
	width: 75px;
	text-align: center;
	line-height: 18px;
	margin-right: 0px;
	margin-left: 0px;
}
#calendar div.day_items {
	height: auto;
	width: 525px;
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1px;
}

#calendar a:link, #calendar a:visited {
	display: inline;
	padding: 0px;
	height: 74px;
	width: 74px;
	text-decoration: none;
	background-image: url(/img/calendar/bg_day.png);
	background-position: left top;
	color: #DEEEFE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-left: 0px;
	margin-bottom: 1px;
}

#calendar  a:hover, #calendar  a:active {
	background-image: url(/img/calendar/bg_day.png);
	background-position: left -78px;
	color: #FFFFFF;
}
#calendar a.today:link, #calendar a.today:visited {
	background-image: url(/img/calendar/bg_day.png);
	background-position: right top;
	color: #CDEFC7;
}
#calendar a.today:hover, #calendar a.today:active {
	background-image: url(/img/calendar/bg_day.png);
	background-position: right -78px;
	color: #FFFFFF;
}
#calendar  div.date_inactive {
	height: 74px;
	width: 74px;
	background-image: url(/img/calendar/bg_day.png);
	background-position: left 78px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 1px;
	margin-left: 0px;
	float: left;
	margin-bottom: 1px;
	}
#calendar   div.date_inactive_past {
	height: 74px;
	width: 74px;
	background-image: url(/img/calendar/bg_day.png);
	background-position: right 78px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 1px;
	margin-left: 0px;
	float: left;
	margin-bottom: 1px;
	}
#calendar    div.date_inactive_today {
	height: 74px;
	width: 74px;
	background-image: url(/img/calendar/bg_day.png);
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 1px;
	margin-left: 0px;
	float: left;
	margin-bottom: 1px;
	}

#calendar span.day_inactive {
	font-weight: bold;
	text-align: center;
	width: 74px;
	display: block;
	text-decoration: none;
	line-height: 13px;
	height: 13px;
	color: #E5E6E7;
	vertical-align: top;
	margin-bottom: 5px;
}

#calendar span.day {
	font-weight: bold;
	text-align: center;
	width: 74px;
	display: block;
	text-decoration: none;
	line-height: 13px;
	height: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#calendar span.item_inactive {
	display: block;
	width: 72px;
	height: auto;
	padding: 0px;
	line-height: 10px;
	text-align: center;
	color: #999999;
	margin-top: 2px;
	float: left;
}
#calendar  span.item {
	display: block;
	width: 72px;
	height: auto;
	line-height: 10px;
	text-decoration: none;
	text-align: center;
	margin-top: 2px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	cursor: pointer;
}

