/**  CSS Styling for DISPLAY NEWS - ORDERED 1-3 module  **/

/* Styling for the div around the whole module*/
.dnor-whole {	
  padding: 0px 0px 10px 0px;
  margin           : 0px 0px 0px 0px;
  background-color : #FFFFFF;
  color            : #000000;	
}

/* Styling for the div around the auto Title link at the top of the Module */
.dn-title_auto {	
	text-align: center;
	font-weight: bold;
}

/* Styling for the div around the top module title */
.dn-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 */
.dn-module_description {	
}

/* Styling for the div around each News Item  */
.dn-each {		
	text-align: left;
	padding: 0px 10px 0px 10px;
}

/*========================================================================================*/
/* Styling for the div around the Section of each News Item */
.dn-section {		
	text-align: left;
}

/* Styling for the Section link of each News Item */
a.dn-section, a.dn-section:link, a.dn-section:visited {	
        color: #333333;
        background-position: left;
        text-align: left;
        font-weight: bold;
}
a.dn-section:hover {
       color: #003399;
        background-position: left;
        text-align: left;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the Category of each News Item */
.dn-category {	
	text-align: left;
}
/* Styling for the Category link of each News Item */
a.dn-category, a.dn-category:link, a.dn-category:visited {	
        color: #333333;
        background-position: left;
        text-align: left;
        font-weight: bold;
}
a.dn-category:hover {
       color: #003399;
        background-position: left;
        text-align: left;
}
/******************************************************************************************/

/* Styling for the div around the Date of each News Item*/
.dn-date {		
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-align       : left;
}

/*========================================================================================*/
/* Styling for the div around the Title of each News Item */
.dn-title {	
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #3399CC;
  text-decoration  : none;
  font-weight      : medium;
  text-align:left;
}
/* Styling for the Title link of each News Item */
a.dn-title, a.dn-title:link, a.dn-title:visited {	
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #3399CC;
  text-decoration  : none;
  font-weight      : medium;
  text-align:left;
}
a.dn-title:hover {
	color: #003399;
	text-decoration: underline;
}
/******************************************************************************************/

/*========================================================================================*/
/* 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;
}
*/

li.arrow-dnor {
	font-size: 1px;
	color:	#FFFFFF;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: none;
	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: url(arrow.png);
	list-style-position: outside;
}
/******************************************************************************************/

/* Styling for the div around the Author of each News Item */
.dn-author {	
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  text-align       : right;
  color            : #3399CC;
  text-decoration  : none;
  font-weight      : medium;
  padding          : 0px 0px 0px 0px;
  margin           : 0px 10px 0px 10px;
}

/*========================================================================================*/
/* Styling for the div around the Intro Text of the News Item */
.dn-introtext {	
	text-align: left;	
}
a.dn-introtext-link, a.dn-introtext-link:link, a.dn-introtext-link:visited, .dn-introtext-link {
}
a.dn-introtext-link:hover {
}
/******************************************************************************************/

/* Styling for the div around the Full Text of each News Item */
.dn-fulltext {	
	text-align: left;	
}

/*========================================================================================*/
/* Styling for the div around the Read More link of each News Item */
.dn-read_more {
	text-align: left;	
}

/* Styling for the Read More link of each News Item */
a.dn-read_more, a.dn-read_more:link, a.dn-read_more:visited {
}
a.dn-read_more:hover {
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the More link at the end of the Module */
.dn-more {		
	text-align: left;
	font-weight      : bold;
}
/* Styling for the More link at the end of the Module */
a.dn-more, a.dn-more:link, a.dn-more:visited {	
}
a.dn-more:hover {
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the bottom module link */
.dn-module_link {

}
/* Styling for the Section link of each News Item */
a.dn-module_link, a.dn-module_link:link, a.dn-module_link:visited {	
}

a.dn-module_link:hover {
}
/******************************************************************************************/
