
/* CALENDAR */
.rsvp_calendar {
	text-align:center;
}
.rsvp_calendar td, .rsvp_calendar th {
	text-align:center;
	width:100px;
	background-color: #eee;
}



.rsvp_calendar td ul, .rsvp_calendar td ul li {
	margin:0;
	padding: 0;
	list-style-type: none;
}

.rsvp_calendar td ul li {
	background-color: #ccc;
	border-top:1px solid #fff;
}

.rsvp_calendar th {
	background-color: #bbb;

}

.rsvp_calendar td {
	/*min-height:300px;
	height:auto !important;*/
	position:relative;
	height:85px;
	text-align:left;
	vertical-align: top;
}
.rsvp_calendar .day_number {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background-color: #ddd;
}
.rsvp_calendar .navigation_row td {
	height:25px;
	background: none;
}
.rsvp_calendar .navigation_row td .calendar_label {
	text-align: center;
	font-size:20px;
	display:block;
	font-weight: bold;
}

.navigation_row .alignleft {
	text-align: left;
}
.navigation_row .alignright {
	text-align: right;
}
.navigation_row.bottom_nav td .calendar_label{
	display:none;
}
.rsvp_calendar .empty_day {
	background: none;
}