/****************************************************************************
/*  /themes/default/css/news.css
/*  -------------------------------------------------------------------------
/*  application   : QuestCMS
/*  begin         : February 1, 2006
/*  copyright     : (C) 2006 Questwork Consulting Limited
/*  email         : questcms@questwork.com
/*  
/*  $Id: v 1.0 2006/02/01 14:02:00 don Exp $
/*  
****************************************************************************/

.news-link {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #ff9900;
}
.news-link a {
  color: #ff9900;
}
.news-date {
  font-size: 10px;
  line-height: 1.5em;
}
.news-category {
  font-size: 9px;
  line-height: 1.5em;
}
.news-content {
  margin-top: 10px;
  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;
}
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;
}

