.iconright { 
	float: right;
	padding-left: 10px;
	}

.eventdate {
	position: relative; left: 20px; top: -10px; padding-left:5px; padding-right:5px; background-color: #DEE7EF; font-weight: bold; color: #333;
	}
	
.event_article_icon {
	position: relative; top: 3px; 
}

div.expandable_box {
		width: 700px;
		min-height: 100px;
		background-image: url("boxtop.gif");
		background-position: top left;
		background-repeat: no-repeat;
		padding-top: 10px;
		margin-bottom: 10px;
	}
	
div.expandable_box div.middle {
		width: 700px;
		background-image: url("boxmiddle.gif");
		background-position: center;
		background-repeat: repeat-y;
	}
	
div.expandable_box div.inside {
		padding-left: 20px;
		width: 658px;
	}

