/*news items */

.pnc_news_item {
	
}
.pnc_news_date {
		margin-top: 20px;
		background: url(images/date.png) left center no-repeat;
		padding-left:20px;
		text-align:left;
    font-family: Verdana;
    font-size: 9pt;
    color: #0d5675;
    font-weight:bold;	
    float:left;		
}

.pnc_news_content {
		clear:both;
		padding-top: 20px;
		text-align:left;
}

/* category list, each catgeory represents a link to the category view */
.pnc_news_category, .pnc_news_category a, .pnc_news_category a:link, .pnc_news_category a_active, .pnc_news_category a:visited {
		text-align:left;
    font-family: Verdana;
    font-size: 11px;
    color: #444;
    font-weight:bold;	
}
.pnc_news_category {
	font-weight: normal;
}
.pnc_news_category a:hover {
		text-decoration: none;
		color: #888;
}
/* Title area of each news item */
.pnc_news_title {
		text-align:left;	
}
/* News title containing detaillink */
.pnc_news_title, a.pnc_news_titlelink, a.pnc_news_titlelink:link, a.pnc_news_titlelink:active, a.pnc_news_titlelink:visited {
    font-family: Verdana;
    font-size: 13px;
    color: #80000;
    font-weight:bold;	
}
a.pnc_news_titlelink:hover {
		text-decoration: underline;
}
/* summary area of each news item */
.pnc_news_summary {
    font-family: Verdana;
    font-size: 11px;
    color: #444;
    margin-top: 15px;	
    font-weight: normal;	
}
/* summary area of each news item */
.pnc_news_description{
    font-family: Verdana;
    font-size: 11px;
    color: #444;
    margin-top: 15px;	
    font-weight: normal;	
}
/* link area the bottom of each item */
.pnc_news_linkfooter {
		margin-top: 12px;		
		padding-top: 7px;
		width: 100%;
		text-align:left;
		clear:both;
}
.pnc_news_linkfooter_left {
		float: right;
}
.pnc_news_linkfooter_right {
		float:right;
}
/* Detaillink at the bottom of each item */
a.pnc_news_detaillink, a.pnc_news_detaillink:link, a.pnc_news_detaillink:active, a.pnc_news_detaillink:visited {
    font-family: Verdana;
    font-size: 13px;
    color: #2d9d2d;
    font-weight:normal;	
    margin-right: 10px;
    margin-left: 20px;  
    height: 20px;  
}
a.pnc_news_detaillink:hover {
	
}
/* ItemLink that a news item is linked to  - at the bottom of each item */
a.pnc_news_newslink, a.pnc_news_newslink:link, a.pnc_news_newslink:active, a.pnc_news_newslink:visited {
    font-family: Verdana;
    font-size: 13px;
    color: #2d9d2d;
    font-weight:normal;	
    margin-right: 10px;
    margin-left: 20px;  
    height: 20px; 
}
.pnc_news_newslink a:hover {
	
}
/* Link back to overview  - at the bottom of each item */
a.pnc_news_allnewslink, a.pnc_news_allnewslink:link, a.pnc_news_allnewslink:active, a.pnc_news_allnewslink:visited {
    font-family: Verdana;
    font-size: 13px;
    color: #2d9d2d;
    font-weight:normal;	
    margin-right: 10px;
    margin-left: 20px;  
    height: 20px; 
}
.pnc_news_newslink a:hover {
	
}
