/* CSS Document */
h1, .weekly_events_title, .bigheader {
	font-size: 16px;
	font-weight: bold;
}
.event_weekly_header, .header {
	font-size: 14px;
	font-weight: bold;
}
#event_detail_content p{
	margin-left: 10px;
	margin-top: 10 px;
	margin-right: 300px;
}
#event_detail p{
	margin-left: 5px;
	margin-top:10 px;
}
#event_detail h1{
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: 5px;
}
#event_name {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin: 5px;
}
#event_logo {
	float: right;
	margin-top: 5px;
}
#event_date {
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
	margin-left: 5px;
	margin-top: 5px;
}
#event_location span {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-right: 3px;
}
#event_location {
	font-size: 12px;
	color: #000000;
	margin-left: 5px;
	margin-top: 5px;
}
#event_register {
	margin-left: 5px;
	margin-top: 5px;
}
#event_register a {
	color: #336699;
	font-size: 14px;
	font-weight: bold;
}
#event_register a:hover {
	text-decoration: none;
}