﻿/* page: a/news/default.aspx */

table.newsResults
{
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  font-size: 0.9em;
  line-height: 1.3em;
  border-collapse: separate;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #d7d7d7;
}

table.newsResults thead tr th
{
  margin: 0;
  padding: 4px 0;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #fafafa;
}

table.newsResults tbody tr td
{
  margin: 0;
  padding: 4px 0;
  height: 57px;
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #fafafa;
}

table.newsResults tbody tr:hover td, table.newsResults tbody tr.hover td { background-color: #cad3db;}
table.newsResults tbody tr.hover td a { color: #0050A3 !important; }

table.newsResults tbody tr td { cursor: pointer; }

table.newsResults thead tr th.date, table.newsResults tbody tr td.date { width: 100px; }
table.newsResults thead tr th.title, table.newsResults tbody tr td.title { width: 200px; padding-right: 20px; }

table.newsResults tbody tr td.title a
{
  color: #707070;
  text-decoration: none;
}

table.newsResults tbody tr td.description a:hover,
table.newsResults tbody tr.hover td.title a,
table.newsResults tbody tr:hover td.title a
{
  color: #0050A3;
  text-decoration: none;
}

table.newsResults tbody tr td { cursor: pointer; }

table.newsResults tbody tr:hover td, table.newsResults tbody tr.hover td { background-color: #cad3db; }
