	/*ENEWS READER BOX's STYLES*/
	
	
	.enews_box{
		width:317px;
		text-align:left;
		border-top:1px solid #cccecc;
		padding-top:25px;
		margin: 25px 25px 0 0;
	    font-size: 11px;
	    font-family: Verdana, Arial, Helvetica, sans-serif;
	    color: #595959;
	    line-height: 16px;			
	}
	
	.enews_box a:link, .enews_box a:visited, .enews_box a:hover, .enews_box a:active{
		text-decoration:none;
		color:#00368F
	}
	
	.enews_box_top{
		clear:both;
		height:25px;
		margin:0; padding:0;
	}
	
	.enews_box_top h4{
		width:217px;
		display:block; 
		float:left;
		padding:0;
		overflow:hidden;
		color: #00368F;
	    font-size: 12px;
	    font-weight: bold;
	    margin: 0 0 7px;
	}
	
	.enews_box_top .rss-icon{
		display:block;
		float:left;
		border:none;
		outline:none;
	}
	
	.enews_box_top .rss-icon img{
		border:0;
	}
	
	.enews{
		clear:both;
	}
	
	.rss .rss-list, .rss .rss-item {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	} 
	
	.rss .rss-item, .rss .rss-title {
	    font-size: 11px;
	    color: #808080;
	    text-decoration: none;
	    display: block;
	} 

	.rss .rss-title:link, .rss .rss-title:visited {
	    cursor: pointer;
		padding-left:15px;
		outline:none;
		color: #808080;
	    background: url(../images/plus-icon2.png) no-repeat 0 4px;
	} 

	.rss .rss-title:hover, .rss .rss-title:active {
	    color: #808080;
		background: url(../images/plus-icon-hover2.png) no-repeat 0 4px;
	} 
	
	.rss .rss-title-active:link, .rss .rss-title-active:visited{
		background: url(../images/minus-icon2.png) no-repeat 0 4px;
	}
	
	.rss .rss-title-active:hover, .rss .rss-title-active:active  {
		background: url(../images/minus-icon-hover2.png) no-repeat 0 4px;
	}	
		
	.rss .rss-description {
	    padding: 0px 15px 10px; 
		margin:0;
	}
	
	.rss .rss-description p{
		margin:0; padding:0;
	}
		
	.rss .rss-description .read-more:link, .rss .rss-description .read-more:visited {
		width:85px;
		font-size: 11px;
	    color: #808080;
	    text-decoration: none;
	    font-weight: bold;
	    padding: 0 15px 0 0;
	    background: url(../images/arrow-right-icon.png) no-repeat right 3px;
	}
	 
	.rss .rss-description .read-more:hover, .rss .rss-description .read-more:active {
	    background-image: url(../images/arrow-right-icon-hover.png);
	}
	 
	.rss .rss-url {
	    display: none;
	} 

	.editor-news .rss .rss-item, 
	.editor-news .rss .rss-title {
	    font-size: 11.5px;
	    color: #000000;
	} 
	
	.editor-news .rss .rss-title:link, 
	.editor-news .rss .rss-title:visited {
		color: #000000;
	    background: url(../images/plus-icon2-editor.png) no-repeat 0 4px;
	} 
		 
	.editor-news .rss .rss-title:hover, 
	.editor-news .rss .rss-title:active {
	    color: #000000;
		background: url(../images/plus-icon-hover2-editor.png) no-repeat 0 4px;
	} 

	.editor-news .rss .rss-title-active:link, 
	.editor-news .rss .rss-title-active:visited{
		background: url(../images/minus-icon2-editor.png) no-repeat 0 4px;
	}
	
	.editor-news .rss .rss-title-active:hover, 
	.editor-news .rss .rss-title-active:active  {
		background: url(../images/minus-icon-hover2-editor.png) no-repeat 0 4px;
	}	
		
	.editor-news .rss .rss-description .read-more:link, 
	.editor-news .rss .rss-description .read-more:visited {
		font-size: 11.5px;
	    color: #000000;
	    background: url(../images/arrow-right-icon-editor.png) no-repeat right 3px;
	}
	 
	.editor-news .rss .rss-description .read-more:hover, 
	.editor-news .rss .rss-description .read-more:active {
	    background-image: url(../images/arrow-right-icon-hover-editor.png);
	}
	


                          