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

/* Styling for the div around the whole module*/
.dnor-whole {
	width: 250px;
	padding: 0px 0px 10px 0px;
}

/* Styling for the div around the auto Title link at the top of the Module */
.dnor-title_auto {	
	text-align: center;
	font-weight: bold;
}

/* Styling for the div around the top module title */
.dnor-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 */
.dnor-module_description {	
}

/* Styling for the div around each News Item  */
.dnor-each {	
	text-align: left;
	padding: 30px 10px;
}

/*========================================================================================*/
/* 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 {	
	background-image: none;
}
a.dnor-section:hover {
	background-color: #C6D3EF;
	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 {
	background-color: Yellow;
	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;
}
/* Styling for the Title link of each News Item */
a.dnor-title, a.dnor-title:link, a.dnor-title:visited {	
	display: block;
	width: 100%;
}
a.dnor-title:hover {
}
/******************************************************************************************/

/*========================================================================================*/
/* 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;	
}
a.dnor-introtext-link, a.dnor-introtext-link:link, a.dnor-introtext-link:visited, .dnor-introtext-link {
	font-weight: normal;
	display: block;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.dnor-introtext-link:hover {
	font-weight: normal;
	background-color: yellow;
}
/******************************************************************************************/

/* 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: center;	
}

/* Styling for the Read More link of each News Item */
a.dnor-read_more, a.dnor-read_more:link, a.dnor-read_more:visited {
	font-style: italic;
}
a.dnor-read_more:hover {
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the More link at the end of the Module */
.dnor-more {		
	text-align: center;
}
/* Styling for the More link at the end of the Module */
a.dnor-more, a.dnor-more:link, a.dnor-more:visited {	
	font-style: italic;
	font-weight: bold;
}
a.dnor-more:hover {
	background-color: Yellow;
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the bottom module link */
.dnor-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.dnor-module_link, a.dnor-module_link:link, a.dnor-module_link:visited {	
}
a.dnor-module_link:hover {
	background-color: #C6D3EF;
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

