/* Start of CMSMS style sheet 'Module: News' */
.news_summary_entry {
  margin-bottom: 20px;
}

.news_summary_entry th {
  padding: 5px;
  background-color: #473C26;
  font-weight: bold;
  color: white;
}

.news_summary_entry td {
  padding-top: 5px;
}

.news_summary_entry_left {
  text-align: left;
}

.news_summary_entry_left a {
  text-decoration: none;
}

.news_summary_entry_right {
  text-align: right
}

.news_summary_entry_left a:link {color: #FFFFFF}     /* unvisited link */
.news_summary_entry_left a:visited {color: #FFFFFF}  /* visited link */
.news_summary_entry_left a:hover {color: #FFFFFF}   /* mouse over link */
.news_summary_entry_left a:active {color: #FFFFFF}   /* selected link */

.news_lt {
  content: "&lt;";
}
/* End of 'Module: News' */

