@charset "utf-8";
/* CSS Document */

.event_container {
	padding-top: 10px; 
	padding-bottom: 10px; 
	border-bottom: 3px solid #eeeeee;
	}
.event_name {
	font-size: 19px;
	}
.event_venue {
	font-size: 11px; 
	padding-bottom: 9px;
	}
.event_when_where {
	color: #444444;
	font-weight: bold;
	}
.event_date_icon {
	float:left;
	margin-top: 2px;
	margin-right: 6px;
	text-align: center;
	width: 36px;
	}
.event_date_month {
	font-size: 11px;
	padding: 1px 4px 1px 4px;
	background-color: #0000AA;
	color: white;
	}
.event_date_day {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-color: white;
	padding: 1px 9px 1px 9px;
	}
.event_control_panel {
	float: right; 
	padding: 7px; 
	text-align: left; 
	border: 1px solid #cccccc; 
	background-color: #eeeeee;
	}
.event_control_panel img {
	vertical-align: middle;
	padding: 2px;
	}
/* MINI FEED */
.event_mf_container {
	width: 182px; 
	border: 1px solid #0000cc; 
	background-color: #000066; 
	padding: 7px 9px 9px 9px;
	float: right;
	clear: left;
	margin: 0px 0px 2px 0px;
	}
.event_mf_container a {
	color: #ffffff;
	}
.event_mf_header {
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: left;
	}
