
#events_div {
	margin-bottom: -14px;
}

.dailyevent {
	margin-left: -14px;
	padding: 0px;
}

.content_item_first .dailyevent .dailyevent_headline {
	background-image: url(../images/event_item_top.gif);
}

	.dailyevent_headline {
		display: block;
		height: 30px;
		width: 320px;
		background-color: #653b71;
		background-image: url(../images/event_item.gif);
		background-repeat: no-repeat;
		position: relative;
	}

		.expanded {
			background-image: url(../images/event_item_expanded.gif);
		}

		.content_item_first .expanded {
			background-image: url(../images/event_item_top_expanded.gif) !important;
		}

		.dailyevent_headline_text {
			height: 16px;
			width: 274px;
			position: absolute;
			top: 8px;
			left: 17px;
			font-size: 12px;
			font-weight: bold;
			color: #ffffff;
			overflow: hidden;
		}

	.dailyevent_body {
		display: none;
		font-size: 11px;
		line-height: 14px;
		margin: 11px;
	}
