/**  CSS Styling for DISPLAY NEWS - LATEST 1-2 module  **/

.dnl-whole {
 
}

.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;
	padding: 5px 0px 5px 0px;
	border-bottom:1px dotted #CCCCCC;
}

.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: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

.dnl-title {	/* Styling for the div around the Title of each News Item */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
 	color: #990000;
	text-align: left;
	text-indent: 0;
	line-height: 16px;
	text-decoration: none;
}

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 {	/* Styling for the li controlling the Title of each News Item */
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(arrow.png);
	list-style-position: outside;
}

.dnl-author {	/* Styling for the div around the Author of each News Item */
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #506797;
	text-decoration: none;
	font-weight: normal;
	
}

.dnl-introtext {	/* Styling for the div around the Intro Text of the News Item */
	text-align: justify;
	text-indent: 10pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.dnl-fulltext {	/* Styling for the div around the Full Text of each News Item */
	text-align: justify;
	text-indent: 10pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.dnl-read_more {	/* Styling for the div around the Read More link of each News Item */
	text-align: center;	
	color: #999999;
}

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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
 	color: #CC3333;
	text-align: left;
	text-decoration: none;
	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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
 	color: #CC3333;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

a.dnl-title, a.dnl-title:link, a.dnl-title:visited {	/* Styling for the Header link of each News Item */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
 	color: #990000;
	text-align: left;
	text-indent: 0;
	line-height: 16px;
	text-decoration: none;
}
a.dnl-title:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
 	color: #CC0000;
	text-align: left;
	text-indent: 0;
	line-height: 16px;
	text-decoration: underline;
}

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;
	color:#FF9900;
	text-decoration: none;
}
a.dnl-read_more:hover {
	color: #FF6600
	font-style: italic;
	text-decoration: underline;
}

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;
	color:#FF9900;
}
a.dnl-more:hover {
	color: #FF6600
	font-weight: bold;
}

