/* CALENDAR */

div.calender {
	background: url("images/cal-L.jpg") repeat-y left ;
	margin: 5px;
	float: left;
	clear: none;
}
.calender, .cal-tier-1, .cal-tier-2, .cal-tier-3, .cal-tier-4, .cal-tier-5, .cal-tier-6, .cal-tier-7 {
	float: left;
	width: 175px;
}
div.calender .cal-tier-1 {
	background:url("images/cal-R.jpg") repeat-y right;
}
div.calender .cal-tier-2 {
	background:url("images/cal-B.jpg") repeat-x bottom;
}
div.calender .cal-tier-3 {
	background:url("images/cal-T.jpg") repeat-x top;
}
div.calender .cal-tier-4 {
	background:url("images/cal-TL.jpg") no-repeat left top;
}
div.calender .cal-tier-5 {
	background:url("images/cal-TR.jpg") no-repeat right top;
}
div.calender .cal-tier-6 {
	background:url("images/cal-BR.jpg") no-repeat bottom right;
}
div.calender .cal-tier-7 {
	background:url("images/cal-BL.jpg") no-repeat bottom left;
}


#calendar-info {
	float: left;
	padding-left: 15px; 
	padding-bottom: 20px; 
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#month, #days {
	font-weight: bold;
	font-size: 12px;
}

#month {
	margin-top: 3px;
	margin-bottom: 10px;
}

.days, .dates {
	float: left;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
}

.days {
	padding-top: 5px;
}

.dates {
	padding-bottom: 10px;
	width: 140px;
}

.date, .day {
	float: left;
	width: 20px;
	height: 17px;
}

.day {
	font-weight: bold;
}