/* OMV Style Classes for printing */
/* set list style typ to square instead of background image in the PortalDefault.css */
.PortalPortletContentArticleList li {
	margin:15px;
	padding-left:0px;
	list-style-type:square;
	list-style-position: outside;
	position:relative;
	margin-top:1.1em;
}
