#listticker{	
	height:350px;
	width:300px;
	overflow:hidden;
	padding:0px;
	margin-left:10px;
}

#listticker li{
	border-bottom: solid 3px #fff; 
	margin-bottom: 10px; 
	padding:5px; 
	list-style:none;
}

#listticker a{
	color:#006699;	
}

#listticker .news-title{
	display:block;
	font-weight:bold;
	margin-bottom:4px;
	font-size:12px;
    color: #0973ba;
}

#listticker .news-text{
    margin-top: 5px; 
	display:block;
	font-size:11px;
	color:#333333;
}	

.calPubSpan {
    border: none;
	background-image: url('/Portals/0/PEPL/ppl_images/datebg.jpg');
	background-repeat: no-repeat;
	height:40px;
	width:40px;

}

.calPubMonth {
    background-color: transparent;  
    font-weight: bold;
	font-size: 11px;
	padding-top: 2px;
	text-align:center;
}
.calPubDate {
    color:#fff;
	font-weight: bold;
	font-size: 1.3em;
}

