/* Elements for the RSS Reader**/	
#rss_reader_steps a  {
  color: black;

  padding-left: 3px;
  border: 1px solid #EDEDED;
  padding-top : 1px;
  border-top: 0px;
  border-right: 0px;
  font-size: 13px;
  text-decoration:none;
  font-weight:normal;
 }	
#rss_reader_steps a.wactive {
    color: #0099CC;
    background-color: #EDEDED;
 }
 
 
 .news_style{
display:none;
}
.news_show
{
background-color: white;
color:black;
width:434px;
height:80px;
font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
overflow: auto;	

}
.news_border
{
/*background-color: white;*/
width:434px;
height:80px;
font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
/*border: 1px solid gray;*/
padding: 5px 5px 5px 5px;
overflow: auto;	

}
.news_mark{
background-color:white ;
font: normal 70% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid gray;
width:434px;
height:35px;
color:black;
text-align:center;
}
.news_title{
font: bold 120% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid gray;
padding: 5px 0px 9px 5px;
color:black;
}
.news_show img{

margin-left: 5px;
margin-right: 5px;

}
.buttondiv
{
display: none;
/*position: absolute;*/
/*float: left;*/
/*top: 169px;*/
padding: 5px 5px 5px 5px;
background-color:white ;
border: 1px solid gray;
/*border-top-color: white;*/
border-top:none;
height:20px;
}



.news_show a  {
  color: black;


  padding-left: 3px;
  padding-top : 1px;
  border-top: 0px;
  border-right: 0px;
  font-size: 13px;
  text-decoration:none;
  font-weight:normal;
 }	
.news_style a.wactive {
    color: #0099CC;
    background-color: #EDEDED;
 }
