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

/* Styling for the div around the whole module*/
.dn-whole {
		font-size: 11px;
	line-height: 16px;
		color: #666666;
}

/* My Comment */

/* 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-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	margin-bottom: 5px;
}

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

/* Styling for the div around each News Item  */
.dn-each {		
	text-align: left;
		width: 150px;
}

/*========================================================================================*/
/* 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 {	
	background-image: none;
}
a.dn-section:hover {
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the Category of each News Item */
.dn-category {	
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	background-color: white;
}
/* Styling for the Category link of each News Item */
a.dn-category, a.dn-category:link, a.dn-category:visited {	
	background-image: none;
}
a.dn-category:hover {
	background-color: Yellow;
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

/* Styling for the div around the Date of each News Item*/
.dn-date {		
	text-align: right;
		color:#666;
	font-size:9px;
	font-weight:normal;
	height:10px;
}

/*========================================================================================*/
/* Styling for the div around the Title of each News Item */
.dn-title {	
	vertical-align: text-top;
}
/* Styling for the Title link of each News Item */
a.dn-title, a.dn-title:link, a.dn-title:visited {	
	width: 100%;
	color: #908a75;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
}
a.dn-title:hover {
	color: #908a75;
	font-weight: bold;
	font-size: 12px;
	background-color: #ecefdf;
	border-bottom: 2px solid #ecefdf;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the ul controlling the Title of each News Item */
ul.dnl {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Styling for the ul controlling the Title of each News Item */	
ol.dnl {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
/* Styling for the li controlling the Title of each News Item */
li.arrow-dnl {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(arrowl.png);
	list-style-position: outside;
}

/* Styling for the li controlling the Title of each News Item */
li.list-dnl {	
	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 */
.dn-author {	
	text-align: right;
		color:#666;
	font-size: 9px;
	font-weight: bold;
	height:8px;
}

/*========================================================================================*/
/* 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 {
	font-weight: normal;
	display: block;
}
a.dn-introtext-link:hover {
	font-weight: normal;
	color: #908a75;
	background-color: #ecefdf;
}
/******************************************************************************************/

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

/* 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 {
		color: #636363;
	background-color: #ecefdf;
}
/******************************************************************************************/

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

/*========================================================================================*/
/* Styling for the div around the bottom module link */
.dn-module_link {
	font-size: 13px;
	text-align: center;
	margin-bottom: 5px;
}
/* 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 {
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

/**  DN2 dn2_ dn2_dn2_dn2_dn2_dn2_ **/

/* Styling for the div around the whole module*/
.dn2_dn-whole {
		font-size: 11px;
	line-height: 16px;
		color: #666666;
	margin-left: 5px;
}

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

/* Styling for the div around the top module title */
.dn2_dn-module_title {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	margin-bottom: 5px;
}

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

/* Styling for the div around each News Item  */
.dn2_dn-each {		
	text-align: left;
}

/*========================================================================================*/
/* Styling for the div around the Section of each News Item */
.dn2_dn-section {		
	text-align: left;
}

/* Styling for the Section link of each News Item */
a.dn2_dn-section, a.dn2_dn-section:link, a.dn2_dn-section:visited {	
	background-image: none;
}
a.dn2_dn-section:hover {
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the Category of each News Item */
.dn2_dn-category {	
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	background-color: white;
}
/* Styling for the Category link of each News Item */
a.dn2_dn-category, a.dn2_dn-category:link, a.dn2_dn-category:visited {	
	background-image: none;
}
a.dn2_dn-category:hover {
	background-color: Yellow;
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

/* Styling for the div around the Date of each News Item*/
.dn2_dn-date {		
	text-align: right;
		color:#666;
	font-size:9px;
	font-weight:normal;
	height:10px;
}

/*========================================================================================*/
/* Styling for the div around the Title of each News Item */
.dn2_dn-title {	
	vertical-align: text-top;
}
/* Styling for the Title link of each News Item */
a.dn2_dn-title, a.dn2_dn-title:link, a.dn2_dn-title:visited {	
	width: 100%;
	color: #908a75;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}
a.dn2_dn-title:hover {
	color: #908a75;
	font-weight: bold;
	font-size: 11px;
	background-color: #ecefdf;
	border-bottom: 2px solid #ecefdf;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the ul controlling the Title of each News Item */
ul.dn2_dnl {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Styling for the ul controlling the Title of each News Item */	
ol.dn2_dnl {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
/* Styling for the li controlling the Title of each News Item */
li.dn2_arrow-dnl {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(arrowl.png);
	list-style-position: outside;
}

/* Styling for the li controlling the Title of each News Item */
li.dn2_list-dnl {	
	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 */
.dn2_dn-author {	
	text-align: right;
		color:#666;
	font-size: 9px;
	font-weight: bold;
	height:8px;
}

/*========================================================================================*/
/* Styling for the div around the Intro Text of the News Item */
.dn2_dn-introtext {	
	text-align: left;
}
a.dn2_dn-introtext-link, a.dn2_dn-introtext-link:link, a.dn2_dn-introtext-link:visited, .dn2_dn-introtext-link {
	font-weight: normal;
	display: block;
}
a.dn2_dn-introtext-link:hover {
	font-weight: normal;
	color: #908a75;
	background-color: #ecefdf;
}
/******************************************************************************************/

/* Styling for the div around the Full Text of each News Item */
.dn2_dn-fulltext {	
	text-align: left;	
}

/*========================================================================================*/
/* Styling for the div around the Read More link of each News Item */
.dn2_dn-read_more {
	text-align: center;	
}

/* Styling for the Read More link of each News Item */
a.dn2_dn-read_more, a.dn2_dn-read_more:link, a.dn2_dn-read_more:visited {
}
a.dn2_dn-read_more:hover {
		color: #636363;
	background-color: #ecefdf;
}
/******************************************************************************************/

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

/*========================================================================================*/
/* Styling for the div around the bottom module link */
.dn2_dn-module_link {
	font-size: 13px;
	text-align: center;
	margin-bottom: 5px;
}
/* Styling for the Section link of each News Item */
a.dn2_dn-module_link, a.dn2_dn-module_link:link, a.dn2_dn-module_link:visited {	
}
a.dn2_dn-module_link:hover {
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/


/**  DN3 dn3_ dn3_dn3_dn3_dn3_dn3_ **/

/* Styling for the div around the whole module*/
.dn3_dn-whole {	
		font-size: 10px;
	line-height: 14px;
		color: #666666;
	position: relative;
		top: -10px;
	left: -3px;
}

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

/* Styling for the div around the top module title */
.dn3_dn-module_title {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	margin-bottom: 5px;
}

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

/* Styling for the div around each News Item  */
.dn3_dn-each {		
	text-align: left;
}

/*========================================================================================*/
/* Styling for the div around the Section of each News Item */
.dn3_dn-section {		
	text-align: left;
			width: 150px;
}

/* Styling for the Section link of each News Item */
a.dn3_dn-section, a.dn3_dn-section:link, a.dn3_dn-section:visited {	
	background-image: none;
}
a.dn3_dn-section:hover {
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the Category of each News Item */
.dn2_dn-category {	
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	background-color: white;
}
/* Styling for the Category link of each News Item */
a.dn2_dn-category, a.dn2_dn-category:link, a.dn2_dn-category:visited {	
	background-image: none;
}
a.dn2_dn-category:hover {
	background-color: Yellow;
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

/* Styling for the div around the Date of each News Item*/
.dn3_dn-date {		
	text-align: right;
		color:#666;
	font-size:9px;
	font-weight:normal;
	height:8px;
}

/*========================================================================================*/
/* Styling for the div around the Title of each News Item */
.dn3_dn-title {	
	vertical-align: text-top;
}
/* Styling for the Title link of each News Item */
a.dn3_dn-title, a.dn3_dn-title:link, a.dn3_dn-title:visited {	
	width: 100%;
	color: #908a75;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}
a.dn3_dn-title:hover {
	color: #908a75;
	font-weight: bold;
	font-size: 11px;
	background-color: #ecefdf;
	border-bottom: 2px solid #ecefdf;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the ul controlling the Title of each News Item */
ul.dn2_dnl {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Styling for the ul controlling the Title of each News Item */	
ol.dn2_dnl {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
/* Styling for the li controlling the Title of each News Item */
li.dn2_arrow-dnl {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(arrowl.png);
	list-style-position: outside;
}

/* Styling for the li controlling the Title of each News Item */
li.dn2_list-dnl {	
	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 */
.dn3_dn-author {	
	text-align: right;
		color:#666;
	font-size: 9px;
	font-weight: bold;
	height:8px;
}

/*========================================================================================*/
/* Styling for the div around the Intro Text of the News Item */
.dn2_dn-introtext {	
	text-align: left;	
}
a.dn2_dn-introtext-link, a.dn2_dn-introtext-link:link, a.dn2_dn-introtext-link:visited, .dn2_dn-introtext-link {
	font-weight: normal;
	display: block;
}
a.dn2_dn-introtext-link:hover {
	font-weight: normal;
	color: #908a75;
	background-color: #ecefdf;
}
/******************************************************************************************/

/* Styling for the div around the Full Text of each News Item */
.dn2_dn-fulltext {	
	text-align: left;	
}

/*========================================================================================*/
/* Styling for the div around the Read More link of each News Item */
.dn2_dn-read_more {
	text-align: center;	
}

/* Styling for the Read More link of each News Item */
a.dn2_dn-read_more, a.dn2_dn-read_more:link, a.dn2_dn-read_more:visited {
}
a.dn2_dn-read_more:hover {
		color: #636363;
	background-color: #ecefdf;
}
/******************************************************************************************/

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

/*========================================================================================*/
/* Styling for the div around the bottom module link */
.dn2_dn-module_link {
	font-size: 13px;
	text-align: center;
	margin-bottom: 5px;
}
/* Styling for the Section link of each News Item */
a.dn2_dn-module_link, a.dn2_dn-module_link:link, a.dn2_dn-module_link:visited {	
}
a.dn2_dn-module_link:hover {
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

/**  DN4 dn4_ dn4_dn4_dn4_dn4_dn4_ **/

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

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

/* Styling for the div around the top module title */
.dn4_dn-module_title {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	margin-bottom: 5px;
}

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

/* Styling for the div around each News Item  */
.dn4_dn-each {		
	text-align: left;
	width: 150px;
	padding-left: 7px;
}

/*========================================================================================*/
/* Styling for the div around the Section of each News Item */
.dn4_dn-section {		
	text-align: left;
}

/* Styling for the Section link of each News Item */
a.dn3_dn-section, a.dn3_dn-section:link, a.dn3_dn-section:visited {	
	background-image: none;
}
a.dn3_dn-section:hover {
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the Category of each News Item */
.dn4_dn-category {	
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	background-color: white;
	padding: 1px;
}
/* Styling for the Category link of each News Item */
a.dn4_dn-category, a.dn4_dn-category:link, a.dn4_dn-category:visited {	
	background-image: none;
}
a.dn4_dn-category:hover {
	background-color: Yellow;
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

/* Styling for the div around the Date of each News Item*/
.dn4_dn-date {		
	text-align: right;
	font-size:9px;
	font-weight:normal;
	height:8px;
}

/*========================================================================================*/
/* Styling for the div around the Title of each News Item */
.dn4_dn-title {	
	vertical-align: text-top;
}
/* Styling for the Title link of each News Item */
a.dn4_dn-title, a.dn4_dn-title:link, a.dn4_dn-title:visited {	
	width: 100%;
	color: #beb79c;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}
a.dn4_dn-title:hover {
	color: #908a75;
	font-weight: bold;
	font-size: 11px;
	background-color: #ecefdf;
	border-bottom: 2px solid #ecefdf;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the ul controlling the Title of each News Item */
ul.dn2_dnl {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Styling for the ul controlling the Title of each News Item */	
ol.dn2_dnl {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
/* Styling for the li controlling the Title of each News Item */
li.dn2_arrow-dnl {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(arrowl.png);
	list-style-position: outside;
}

/* Styling for the li controlling the Title of each News Item */
li.dn2_list-dnl {	
	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 */
.dn4_dn-author {	
	text-align: right;
		color:#666;
	font-size: 9px;
	font-weight: bold;
	height:8px;
}

/*========================================================================================*/
/* Styling for the div around the Intro Text of the News Item */
.dn4_dn-introtext {	
	text-align: left;
	font-size: 9px;
	line-height: 12px;
		color:#666;
}
a.dn4_dn-introtext-link, a.dn4_dn-introtext-link:link, a.dn4_dn-introtext-link:visited, .dn4_dn-introtext-link {
	display: block;
			color:#666;
}
a.dn4_dn-introtext-link:hover {
			color:#666;
}
/******************************************************************************************/

/* Styling for the div around the Full Text of each News Item */
.dn4_dn-fulltext {	
	text-align: left;	
}

/*========================================================================================*/
/* Styling for the div around the Read More link of each News Item */
.dn2_dn-read_more {
	text-align: center;	
}

/* Styling for the Read More link of each News Item */
a.dn2_dn-read_more, a.dn2_dn-read_more:link, a.dn2_dn-read_more:visited {
}
a.dn4_dn-read_more:hover {
		color: #636363;
	background-color: #ecefdf;
}
/******************************************************************************************/

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

/*========================================================================================*/
/* Styling for the div around the bottom module link */
.dn2_dn-module_link {
	font-size: 13px;
	text-align: center;
	margin-bottom: 5px;
}
/* Styling for the Section link of each News Item */
a.dn2_dn-module_link, a.dn2_dn-module_link:link, a.dn2_dn-module_link:visited {	
}
a.dn2_dn-module_link:hover {
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

