/* This is the template for the list of news in the archive or news page or search */

        .normal_latest_and_list_news {
            width: 80%;
            padding-bottom: 20px;
        }
        
        .normal_latest_and_list_news .news_item_header_left,
		  .normal_latest_and_list_news .news_item_header_right   {
            background-color: #6d6d6d;
            color: #ffffff;
            padding-left: 5px;
            padding-top: 1px;
            padding-bottom: 1px;
            padding-right: 5px;
        }
	.normal_latest_and_list_news .news_item_header_left {
          text-align: left;
          width: 80%;
     }
     
	.normal_latest_and_list_news .news_item_header_right {
          text-align: right;
			 width: 20%;
	}
        
        .normal_latest_and_list_news .news_item_header_left a,
		  .normal_latest_and_list_news .news_item_header_left a:link,
		  .normal_latest_and_list_news .news_item_header_left a:active,
		  .normal_latest_and_list_news .news_item_header_left a:visited,
        .normal_latest_and_list_news .news_item_header_right a,
		  .normal_latest_and_list_news .news_item_header_right a:link,
		  .normal_latest_and_list_news .news_item_header_right a:active,
		  .normal_latest_and_list_news .news_item_header_right a:visited {
            color: #ffffff;
        }
        .normal_latest_and_list_news .news_item_header_left a:hover,
		  .normal_latest_and_list_news .news_item_header_right a:hover {
            color: #fd0002;
        }
        
    
        .normal_latest_and_list_news .news_item_content {
            background-color: white;
            padding-left: 5px;
				padding-right: 5px;
            padding-top: 5px;            
            padding-bottom: 5px;
            /*border-top: 1px dotted #6d6d6d;*/
            border-left: 1px dotted #6d6d6d;
            border-right: 1px dotted #6d6d6d;
        }
        
        .normal_latest_and_list_news .news_item_morelink {
            padding-top: 2px;
            padding-bottom: 1px;
            padding-left: 5px;
            border-top: 1px solid #6d6d6d;
            border-bottom: 1px dotted #6d6d6d;
            border-left: 1px dotted #6d6d6d;
            border-right: 1px dotted #6d6d6d;
        }
