.activities_list_left {
	float: left;
	height: auto;
	width: 184px;
	overflow: hidden;
}
.activities_list_right {
	float: right;
	width: 780px;
}
#activities_list_location {
	font-size:12px;
	color:#333333;
	height:19px;
	padding-top: 8px;
	clear: both;
	float: none;
	padding-left: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	border-bottom: 1px #ededed solid;
}
.activities_list_item_wrapper {
	clear: both;
	border-bottom: 1px #ededed solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.activities_list_item_title {
	clear: both;
	line-height: 26px;
}
.activities_list_item_title a:link, .activities_list_item_title a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a.activities_list_item_title_finished:link, a.activities_list_item_title_finished:visited {
	font-size: 14px;
	font-weight: bold;
	color: #CA0000;
	text-decoration: line-through;
}
.activities_list_item_content {
	font-size: 12px;
	line-height: 20px;
	margin-left: 15px;
}
.activities_list_item_point {
	margin-top: 10px;
	color: #989898;
}
.activities_list_item_point a:link, .activities_list_item_point a:visited {
	color: #004deb;
	text-decoration: underline;
}
.activities_list_item_title a:hover, .activities_list_item_point a:hover {
	text-decoration: none;
}
.activities_list_pager {
	line-height: 30px;
	clear: both;
	height: 30px;
	text-align: center;
}


