/**  CSS Styling for DISPLAY NEWS - RANDOM 1-3 module  **/

/* Styling for the div around the whole module*/
.dnr-whole {
	padding: 0px 0px 0px 0px;
	background-color: transparent;
}

/* Styling for the div around the auto Title link at the top of the Module */
.dnr-title_auto {	
	text-align: center;
	font-weight: bold;
}

/* Styling for the div around the top module title */
.dnr-module_title {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: Navy;
	text-align: center;
	margin-bottom: 5px;
	background-color: #F6CF7C;
}

/* Styling for the div around the module description */
.dnr-module_description {	
}

/* Styling for the div around each News Item  */
.dnr-each {		
	text-align: left;
	padding: 0px 10px 0px 10px;
}

/*========================================================================================*/
/* Styling for the div around the Section of each News Item */
.dnr-section {		
	text-align: left;
}

/* Styling for the Section link of each News Item */
a.dnr-section, a.dnr-section:link, a.dnr-section:visited {	
	background-image: none;
}
a.dnr-section:hover {
	color: Black;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the Category of each News Item */
.dnr-category {	
	text-align: left;
}
/* Styling for the Category link of each News Item */
a.dnr-category, a.dnr-category:link, a.dnr-category:visited {	
	background-image: none;
}
a.dnr-category:hover {
	background-color: Yellow;
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

/* Styling for the div around the Date of each News Item*/
.dnr-date {		
	text-align: right;
}

/*========================================================================================*/
/* Styling for the div around the Title of each News Item */
.dnr-title {	
	vertical-align: text-top;
}
/* Styling for the Title link of each News Item */
a.dnr-title, a.dnr-title:link, a.dnr-title:visited {	
	display: block;
	width: 100%;
}
a.dnr-title:hover {
	color: Black;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the ul controlling the Title of each News Item */
ul.dnr {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Styling for the ul controlling the Title of each News Item */	
ol.dnr {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
/* Styling for the li controlling the Title of each News Item */
li.arrow-dnr {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(arrow.png);
	list-style-position: outside;
}

/* Styling for the li controlling the Title of each News Item */
li.list-dnr {	
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	list-style-image: none;
	list-style-position: outside;
}
/******************************************************************************************/

/* Styling for the div around the Author of each News Item */
.dnr-author {	
	text-align: right;
}

/*========================================================================================*/
/* Styling for the div around the Intro Text of the News Item */
.dnr-introtext {	
	text-align: left;	
}
a.dnr-introtext-link, a.dnr-introtext-link:link, a.dnr-introtext-link:visited, .dnr-introtext-link {
	font-weight: normal;
	display: block;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.dnr-introtext-link:hover {
	font-weight: normal;
	background-color: yellow;
}
/******************************************************************************************/

/* Styling for the div around the Full Text of each News Item */
.dnr-fulltext {	
	text-align: left;	
}

/*========================================================================================*/
/* Styling for the div around the Read More link of each News Item */
.dnr-read_more {
	text-align: center;	
}

/* Styling for the Read More link of each News Item */
a.dnr-read_more, a.dnr-read_more:link, a.dnr-read_more:visited {
	font-style: italic;
}
a.dnr-read_more:hover {
	background-color: Yellow;
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the More link at the end of the Module */
.dnr-more {		
	text-align: center;
}
/* Styling for the More link at the end of the Module */
a.dnr-more, a.dnr-more:link, a.dnr-more:visited {	
	font-style: italic;
	font-weight: bold;
}
a.dnr-more:hover {
	background-color: Yellow;
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the bottom module link */
.dnr-module_link {
	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Navy;
	text-align: center;
	margin-bottom: 5px;
	background-color: #F6CF7C;
}
/* Styling for the Section link of each News Item */
a.dnr-module_link, a.dnr-module_link:link, a.dnr-module_link:visited {	
}
a.dnr-module_link:hover {
	color: Black;
}
/******************************************************************************************/

