ok it is fixed now , remeber I added this part of code to your index.php file for some reason your server does not want to load the module style ,
[code:1]<link rel=\"stylesheet\" type=\"text/css\" href=\"modules/mod_tab_news/mod_tab_news_style.css\" /><script src=\"modules/mod_tab_news/server_tab_news.js\" type=\"text/javascript\"></script>[/code:1]
and this to layout.css
[code:1]a.tnews_newstitle_c {
display: block;
font-weight: bold;
margin-bottom:5px;
border: none;
font: bold 125%/normal Cambria, \"Times New Roman\", Times, serif;
text-decoration: none;
color: #ff6600;
}
a.tnews_newstitle_c:hover
{
border-bottom: none;
color: #ff6600;
}
a.tnews_rm_c {
color: #28579A;
border: none;
text-decoration: none;
}
a.tnews_rm_c:hover
{
color: #cc0202;
}
.moduletabletnews_ a.tnews_al_c {
color:#28579A;
text-decoration: none;
text-align:left;
width:50%;
float:left;
margin-top:5px;
}
.moduletabletnews_ a.tnews_al_c:hover {
color:#cc0202;
text-decoration: none;
}
.more a{
font-weight:bold;
color:#28579A;
float:right;
padding:8px 3px;
}
.more a:hover{
color:#cc0202;
}[/code:1]
and I extracted the editor file ,I told you before to extract

is all fixed now