/**  CSS Styling for DISPLAY NEWS - ORDERED 1-3 module  **/

/* Styling for the div around the whole module*/
.dnor-whole {	
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #666666;
	background: #ffffff;
}

/* Styling for the div around the auto Title link at the top of the Module */
.dnor-title_auto {	
	text-align: left;
	font-weight: bold;
}

/* Styling for the div around the top module title */
.dnor-module_title {
color: #B5B5B5; 
	text-decoration: none;
	font-weight: bold;
}

/* Styling for the div around the module description */
.dnor-module_description {	
}

/* Styling for the div around each News Item  */
.dnor-each {		
	text-align: left;
}

/*========================================================================================*/
/* Styling for the div around the Section of each News Item */
.dnor-section {		
	text-align: left;
}

/* Styling for the Section link of each News Item */
a.dnor-section, a.dnor-section:link, a.dnor-section:visited {	

}
a.dnor-section:hover {
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the Category of each News Item */
.dnor-category {	
	text-align: left;
}
/* Styling for the Category link of each News Item */
a.dnor-category, a.dnor-category:link, a.dnor-category:visited {	
	background-image: none;
}
a.dnor-category:hover {
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

/* Styling for the div around the Date of each News Item*/
.dnor-date {		
	text-align: right;
}

/*========================================================================================*/
/* Styling for the div around the Title of each News Item */
.dnor-title {	
	vertical-align: text-top;
	margin: 3px 0px 0px 0px;
}
/* Styling for the Title link of each News Item */
a.dnor-title, a.dnor-title:link, a.dnor-title:visited {	
	color: #A3A3A3; 
	text-decoration: none;
	font-weight: bold;
}
a.dnor-title:hover {
	color: #999999;	
	text-decoration: none;
	font-weight: bold;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the ul controlling the Title of each News Item */
ul.dnor {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Styling for the ul controlling the Title of each News Item */	
ol.dnor {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
/* Styling for the li controlling the Title of each News Item */
li.arrow-dnor {
	margin: 0px 0px 0px 15px;
	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-dnor {	
	margin: 0px 0px 0px 22px;
	padding: 0px 0px 0px 0px;
	list-style-image: none;
	list-style-position: outside;
}
/******************************************************************************************/

/* Styling for the div around the Author of each News Item */
.dnor-author {	
	text-align: right;
}

/*========================================================================================*/
/* Styling for the div around the Intro Text of the News Item */
.dnor-introtext {	
	text-align: left;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #707070;
}
a.dnor-introtext-link, a.dnor-introtext-link:link, a.dnor-introtext-link:visited, .dnor-introtext-link {
	font-weight: normal;
	display: block;
	color: black;
}
a.dnor-introtext-link:hover {
	font-weight: normal;
}
/******************************************************************************************/

/* Styling for the div around the Full Text of each News Item */
.dnor-fulltext {	
	text-align: left;	
}

/*========================================================================================*/
/* Styling for the div around the Read More link of each News Item */
.dnor-read_more {
	text-align: left;
	margin-top: 1px;
	margin-bottom: 5px;
}

/* Styling for the Read More link of each News Item */
a.dnor-read_more, a.dnor-read_more:link, a.dnor-read_more:visited {
	color: #B5B5B5; 
	text-decoration: none;
	font-weight: normal;
	background: url(../../images/arrow2.gif) no-repeat 0px center;
	padding-left: 8px; 
}
a.dnor-read_more:hover {
	color: #999999;	
	text-decoration: none;
	font-weight: bold;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the More link at the end of the Module */
.dnor-more {		
	text-align: left;
}
/* Styling for the More link at the end of the Module */
a.dnor-more, a.dnor-more:link, a.dnor-more:visited {	
color: #B5B5B5; 
	text-decoration: none;
	font-weight: bold;
}
a.dnor-more:hover {
	color: #999999;	
	text-decoration: none;
	font-weight: bold;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the bottom module link */
.dnor-module_link {
	
	color: #B5B5B5; 
	text-decoration: none;
	font-weight: bold;
}
/* Styling for the Section link of each News Item */
a.dnor-module_link, a.dnor-module_link:link, a.dnor-module_link:visited {	
}
a.dnor-module_link:hover {
	color: #999999;	
	text-decoration: none;
	font-weight: bold;
}
/******************************************************************************************/

