.profile-right .events{
	background: #f2f2f2;
	padding: 15px 20px 15px 20px;
}

.profile-right .events h2{
	font-size: 19px;
	margin-bottom: 15px;
}
.profile-right .events ul li{
	margin-bottom: 6px;
}
.profile-right .events ul li a{
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
    padding-left: 23px;
    background-image: url("../images/darkgray-dot.png");
    background-repeat: no-repeat;
    background-position: 5px 2px;
    display: inline-block;
}
.profile-right .events ul li a small{
	font-weight: normal;
}

.profile-right .events ul li.done a{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.profile-right .events ul li span.important{
	color: #5b5b5b;
	font-weight: bold;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}