body {
	font-family: Helvetica, Arial, sans-serif;
}
* {
	padding: 0px;
	margin: 0px;
}
img {
	border-style: none;
	border-width: 0px;
}
.event {
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
	clear: left;
	float: left;
}
.event .image {
	margin-left: 5px;
	background-color: #c7cdd2;
	padding: 1px;
	clear: left;
	float: left;
	width: 90px;
}
.event .placeholder {
	margin-left: 5px;
	padding: 1px;
	clear: left;
	float: left;
	width: 90px;
}
.event .text {
	width: 170px;
	float: left;
}
.event h4 {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.event h4 a:link, .event h4 a:visited {
	text-decoration: none;
	color: #4f5f7f;
}
.event h4 a:hover {
	text-decoration: none;
	color: #74787d;
}
.text p {
	margin: 5px;
	font-size: 0.7em;
}
.dark {
	background-color: #f2f2f2;
}
.light {
	background-color: #e5e5e5;
}
.clubevent p {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 0.7em;
}
.clubevent a {
	padding-left: 25px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(/global/images/events/widget_cal.png);
	display: block;
	text-decoration: none;
}
.clubevent a:link, .clubevent a:visited {
	color: #4f5f7f;
}
.clubevent a:hover {
	background-color: #4f5f7f;
	color: white;
}
