	#calendar {
		background: white;
		width: 150px;
		height: 162px;
		overflow: hidden;
		margin: 0.5em 0px 1em 1em;
		font-size: 10px;
		float: right;
		}
		#calendar a { color: #333333; text-decoration: none; }
		#calendar table { width: 150px; height: 150px; color: #333333; text-align: center; }
		#calendar th {
			background: #f5f4d3;
			}
		#calendar td {
			background: #e0e0e0;
			}
		#calendar .today { background: #f2bfbf; }
		#calendar .calEventType1 { background: #92AE82; }
		#calendar .today.calEventType1 { background: #C4B289; }


.event-listing {
	border-collapse: collapse;
	width: 490px;
	}
	.event-listing-type.upcoming {
		display: none;
		}
	.event-listing-type.specific {
		font-weight: bold;
		font-size: 14px;
		}
	.event-listing tr.old { display: none; }
	.event-listing td span { display:none; }
	.event-listing td {
		border-top: 1px solid white;
		padding: 1em 1em 1em 0px;
		text-align: justify;
		}
	.event-listing .view-old td {
		border-top: none !important;
		}
		.event-listing .event-listing-date { float: right; font-weight: bold; }
		.event-listing .event-listing-title { font-weight: bold; color: #82ffb9; }
		.event-listing .event-listing-body { }
		.event-listing span.readmore { display: block; float: right; text-align: right; }


.eventTitle, .eventDate {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
	}
.eventTitle { float: left; }
.eventDate { float: right; color: #82ffb9; }
.eventBody { clear: both; }


