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

/* Styling for the div around the whole module*/
.dnl-whole {	

}

/* Styling for the div around the auto Title link at the top of the Module */
.dnl-title_auto {	

}

/* Styling for the div around the top module title */
.dnl-module_title {

}

/* Styling for the div around the module description */
.dnl-module_description {	
}

/* Styling for the div around each News Item  */
.dnl-each {		
	padding:0 0 10px 0;

}

/*========================================================================================*/
/* Styling for the div around the Section of each News Item */
.dnl-section {		

}

/* Styling for the Section link of each News Item */
a.dnl-section, a.dnl-section:link, a.dnl-section:visited {	

}
a.dnl-section:hover {

}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the Category of each News Item */
.dnl-category {	

}
/* Styling for the Category link of each News Item */
a.dnl-category, a.dnl-category:link, a.dnl-category:visited {	

}
a.dnl-category:hover {

}
/******************************************************************************************/

/* Styling for the div around the Date of each News Item*/
.dnl-date {		

}

/*========================================================================================*/
/* Styling for the div around the Title of each News Item */
.dnl-title {	

}
/* Styling for the Title link of each News Item */
a.dnl-title, a.dnl-title:link, a.dnl-title:visited {
	color:#6699CC;

}
a.dnl-title:hover {
	color:#6699CC;
	text-decoration:underline;

}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the ul controlling the Title of each News Item */
ul.dnl {	

}

/* Styling for the ul controlling the Title of each News Item */	
ol.dnl {	

}
	
/* Styling for the li controlling the Title of each News Item */
li.arrow-dnl {

}

/* Styling for the li controlling the Title of each News Item */
li.list-dnl {	

}
/******************************************************************************************/

/* Styling for the div around the Author of each News Item */
.dnl-author {	

}

/*========================================================================================*/
/* Styling for the div around the Intro Text of the News Item */
.dnl-introtext {
	padding: 3px 0 0 0;

}
a.dnl-introtext-link, a.dnl-introtext-link:link, a.dnl-introtext-link:visited, .dnl-introtext-link {


}
a.dnl-introtext-link:hover {
	color:#000000;

}
/******************************************************************************************/

/* Styling for the div around the Full Text of each News Item */
.dnl-fulltext {	

}

/*========================================================================================*/
/* Styling for the div around the Read More link of each News Item */
.dnl-read_more {

}

/* Styling for the Read More link of each News Item */
a.dnl-read_more, a.dnl-read_more:link, a.dnl-read_more:visited {

}
a.dnl-read_more:hover {

}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the More link at the end of the Module */
.dnl-more {		

}
/* Styling for the More link at the end of the Module */
a.dnl-more, a.dnl-more:link, a.dnl-more:visited {	

}
a.dnl-more:hover {

}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the bottom module link */
.dnl-module_link {

}
/* Styling for the Section link of each News Item */
a.dnl-module_link, a.dnl-module_link:link, a.dnl-module_link:visited {	
}
a.dnl-module_link:hover {

}
/******************************************************************************************/

