/**  CSS Styling for DISPLAY NEWS - LATEST 1-2 module  **/

.dnl-whole {	/* Styling for the div around the whole module (excludes Module Title) */
}

.dnl-more {		/* Styling for the div around the More link at the end of the Module */
	text-align: center;
}

.dnl-title_auto {	/* Styling for the div around the auto Title link at the top of the Module */
	text-align: center;
	font-weight: bold;
}

.dnl-each {		/* Styling for the div around each News Item  */
	text-align: left;
}

.dnl-section {		/* Styling for the div around the Section of each News Item */
	text-align: left;
}

.dnl-category {	/* Styling for the div around the Category of each News Item */
	text-align: left;
}

.dnl-date {		/* Styling for the div around the Date of each News Item*/
	text-align: right;
}

.dnl-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ul.dnl {	/* Styling for the ul controlling the Title of each News Item */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
li.dnl {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(arrow.png);
	list-style-position: outside;
	vertical-align: top;
}

.dnl-author {	/* Styling for the div around the Author of each News Item */
	text-align: right;
}

.dnl-introtext {	/* Styling for the div around the Intro Text of the News Item */
	text-align: left;	
}

.dnl-fulltext {	/* Styling for the div around the Full Text of each News Item */
	text-align: left;	
}

.dnl-read_more {	/* Styling for the div around the Read More link of each News Item */
	text-align: center;	
}

a.dnl-section, a.dnl-section:link, a.dnl-section:visited {	/* Styling for the Section link of each News Item */
	background-image: none;
}
a.dnl-section:hover {
	color: Black;
	font-weight: bold;
}

a.dnl-category, a.dnl-category:link, a.dnl-category:visited {	/* Styling for the Category link of each News Item */
	background-image: none;
}
a.dnl-category:hover {
	color: Black;
	font-weight: bold;
}

a.dnl-title, a.dnl-title:link, a.dnl-title:visited {
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.dnl-title:hover {
	color: Black;
	font-weight: normal;
}

a.dnl-read_more, a.dnl-read_more:link, a.dnl-read_more:visited {	/* Styling for the Read More link of each News Item */
	font-style: italic;
}
a.dnl-read_more:hover {
	background-color: Yellow;
	color: Black;
	font-weight: bold;
}

a.dnl-more, a.dnl-more:link, a.dnl-more:visited {	/* Styling for the More link at the end of the Module */
	font-style: italic;
	font-weight: bold;
}
a.dnl-more:hover {
	background-color: Yellow;
	color: Black;
	font-weight: bold;
}


