/* tables in modules */
.column-center table th { 
  border-top: 1px solid black; 
  text-align: center; 
  font-size: 11px; 
  font-weight: bold;
  padding: 3px; 
  background: #eeeeee; 
}

/* news chapters */
#news-paging h5 {
  position: relative;
  left: 5px;
  font-size: 11px;
  font-weight: bold;
}

#news-paging ol {
  background: #efefef;
  border-bottom: 1px solid black;
}

#news-paging ol li {
  margin: 2px 0 0 25px; 
  list-style-type: decimal;
}

#news-list li
{
    margin-top: 8px;
    width: 558px;
}

#news-list .body-wrapper
{
    background: url(../_img/bg_news_top.png) no-repeat;
    padding: 4px 4px 5px 9px;
}

#news-list .body
{
    background: url(../_img/bg_news_body.png) repeat-y;
}

#news-list .body .news-image
{
    float: right;
    margin: 0 0 4px 4px;
}

#news-list .body .news-header
{
    border-bottom: 1px solid #006bac;
    margin: 4px 0 20px;
    padding-bottom: .5em;
    width: 352px;
}

#news-list .body .news-header span
{
    font-size: 85%;
    color: #a0a0a0;
}

#news-list .body .news-header span.read
{
    font-weight: bold;
    color: #797979;
    margin-left: 60px;
}

#news-list .body .news-header h3 a
{
    font-weight: bold;
    font-size: 110%;
}

#news-list .bottom
{
    background: url(../_img/bg_news_bottom.png) no-repeat;
    height: 23px;
    padding: 10px 10px 0;
}
