/****************************************************************************
 *  /themes/default/news.css
 *  -------------------------------------------------------------------------
 *  application   : QuestCMS
 *  begin         : September 27, 2004
 *  copyright     : (C) 2005 Questwork Consulting Limited
 *  email         : support@questwork.com              
 *  
 *  $_id: v 0.1 2004/10/06 11:47:00 don Exp $
 *  
****************************************************************************/

.news-link {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #ff9900;
}
.news-link a {
  font-size: 14px;
  color: #ff9900; 
  color: #415B02;
  background-color: #ffffff;
}
.news-date {
  font-size: 12px;
  line-height: 1.5em;
}
.news-category {
  font-size: 12px;
  line-height: 1.5em;
}
.news-content {
  margin-top: 12px;
  margin-bottom: 10px;
}
#news-box {
  border: 1px solid #53628b;
}
.news-title {
  font-weight: bold;
  color: #FFFFFF;
  background: #53628b;
  line-height: 1.5em;
}
.news-title a {
  color: #ff9900;
  background-color: #ffffff;
}
td.news-topic-box {
  width: 130px;
  height: 80px ;
  text-align: center;
  border: 0px solid #D2E4FC;
}

td.news-topic-box-blank {
  width: 130px;
  height: 80px ;
  border: 0px solid #D2E4FC;
}

td.news-text {
  width: 130px;
  height: 30px ;
  vertical-align: middle;
  border: 0;
}
