/**  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 {	/* Styling for the div around the Title of each News Item */

}



ul.dnl {
	margin: 0px;
	padding: 0px 0px 3px;
	vertical-align: middle;
	border: 0px none;

}

	

li.dnl {
	margin: 0px;
	padding: 0px;
	list-style-image: url(http://www.happyembryo.com/Assets/new2.gif);
	list-style-position: inside;
	list-style-type: circle;

}



.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 {
	background-image: none;
	color: #000000;

}

a.dnl-section:hover {
	color: Black;
	font-weight: bold;
	text-decoration: underline;

}



a.dnl-category, a.dnl-category:link, a.dnl-category:visited {
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;

}

a.dnl-category:hover {
	color: Black;
	font-weight: bold;
	text-decoration: underline;

}



a.dnl-title, a.dnl-title:link, a.dnl-title:visited {
	font-weight: normal;
		display: block;
	width: 100%;
	color: #000000;

}

a.dnl-title:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #000000;

}



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;

}



