#divLeftSidebarInner
{
	padding:0;
	margin:0;
}
#divOverviewSummary
{
	background-image:url(../Images/overview-alerts-summary-bg.gif);
	background-repeat:no-repeat;
	height:150px;
	padding:20px;
}

ul.SummaryItem
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.SummaryItem li
{
	clear:left;
}

ul.SummaryItem li a
{
	color: #333;
}

.divSummaryImg
{
	float:left;
	height:50px;
}
.divSummaryText
{
	float:left;
	padding-left: 5px;
}

ul.SummaryItem li span
{
	display:block;
	font-weight: bold;
}



/* Wall Posts Sumary */
ul.UlMyAccountWallPosts
{
	margin:0;
	padding:0;
	list-style:none;
}
div.MyAccountWallPostBody
{
	background-color: #fff;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding:5px;
}
.MyAccountWallPostFrom
{
	font-weight:bold;
}
.MyAccountWallPostDateTime
{
	font-style:italic;
}