/**  CSS Styling for LATEST NEWS EXTENDED module  **/

.lne-whole {	/* Styling for the div around the whole module (excludes Module Title) */
	margin:0;
	padding:0;
	list-style-type:none;
}

.lne-more {		/* Styling for the div around the More link at the end of the Module */
	text-align: left;
}


li.lne-each {		/* Styling for the div around each News Item  */
	text-align: left;
}

.lne-section {		/* Styling for the div around the Section of each News Item */
	text-align: left;
}

.lne-category {	/* Styling for the div around the Category of each News Item */
	text-align: left;
}

.lne-date {		/* Styling for the div around the Date of each News Item*/
	text-align: right;
}

li.lne-title, li.lne-each {
	/* Styling for the div around the title of each News Item */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	background-image: url(../../templates/meaning/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	background-color: #FFF;
}

.lne-author {	/* Styling for the div around the Author of each News Item */
	text-align: right;
}

.lne-introtext {	/* Styling for the div around the Intro Text of the News Item */
	text-align: left;	
}

.lne-fulltext {	/* Styling for the div around the Full Text of each News Item */
	text-align: left;	
}

.lne-read_more {	/* Styling for the div around the Read More link of each News Item */
	text-align: center;	
}

a.lne-section, a.lne-section:link, a.lne-section:visited {	/* Styling for the Section link of each News Item */
	background-image: none;
}
a.lne-section:hover {
}

a.lne-category, a.lne-category:link, a.lne-category:visited {	/* Styling for the Category link of each News Item */
	background-image: none;
}
a.lne-category:hover {
}

a.lne-title, a.lne-title:link, a.lne-title:visited {	/* Styling for the Header link of each News Item */
	background-image: none;
}
a.lne-title:hover {
}

a.lne-read_more, a.lne-read_more:link, a.lne-read_more:visited {	/* Styling for the Read More link of each News Item */
}
a.lne-read_more:hover {
}

a.lne-more, a.lne-more:link, a.lne-more:visited {	/* Styling for the More link at the end of the Module */
}
a.lne-more:hover {
}

/**  This functionality is not active in Version 1-1
 .lne-auto_title {	Styling for the div around the Auto Title Text of the News Item
	text-align: center;
	font-weight: bold;	
}
**/

