/*RightPanel*/
#Wall #RightPanel {
	text-align: center;
	width: 150px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#RightPanelArticles {
	width: 100%;
	margin: 0px;
	background-color: #e7e7e7;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#RecentArticles {
	margin-bottom: 10px;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
}	
#RecentArticles strong {
			display: block;
			padding: 5px 5px 5px 5px;
			background-color: #eeeeee;
			color: #333333;
			margin: 5px 0px 0px 5px;
}
#RecentArticles a:link {
	display: block;
	background-image: url(../images/list_icon.gif);
	padding: 5px 0px 5px 18px;
	margin: 0px 0px 0px 5px;
	background-image: url(../images/list_icon.gif);
	background-repeat: no-repeat;
	background-position: -2px 5px;
	color: #333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
}
#RecentArticles a:visited {
	display: block;
	background-image: url(../images/list_icon.gif);
	border: 1px solid #dddddd;
	border-width: 0px 0px 1px 0px;
	padding: 5px 0px 5px 18px;
	margin: 0px 0px 0px 5px;
	background-image: url(../images/list_icon.gif);
	background-repeat: no-repeat;
	background-position: -2px 5px;
	color: #999999;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
}				
#RecentArticles a:hover {
	background-color: #FF9900;
	color: #000000;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
			}
