@charset "UTF-8";
/* CSS Document */


/* GENERAL LAYOUT */
body{
	background-color:#fff;
	font-family:"Helvetica Neue", Helvetica, arial, sans-serif;
	text-align:left;
}



/* EVENTLIST Day Listing Styling */
.umney_event{
	border:1px solid #9DD0D8;
	padding:5px;

	margin-top:5px;
	background-color:#E6F2F5;
}


.umney_event_title{
	font-size:16px;
	font-weight:bold;
}
.umney_venue_title{
	float:left;
	width:80%;
}
.umney_venue_title a{
	text-decoration:none;
}
.umney_time_title{
	float:left;
	width:20%;
	text-align:right;
	font-weight:bold;
}
.umney_event_link{
	font-weight:bold;
	text-align:right;
}
.umney_event_description{
	width:100%;
	
	clear:both;
}


.componentheading{
	font-size:14px;
	color:#0092B7;
	border-bottom:1px solid #0092B7;
}

.copyright{display:none;
}