
div.year-block-old table {
  border: 0px;
  cellpadding: 0px;
  cellspacing: 0px;
  width: 100%;
}

div.header-block {
    margin-bottom: 25px;
    padding: .2in;
    margin-top: .15in;
    margin-right: .1in;
    margin-left: .1in;
    border: #999 solid 1px;
    background: #f8f8f8;
    display: block;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    vertical-align: top;
}

div.subpage-title {
    padding-bottom: 0.5em;
    font-size: 175%;
    font-weight: bold;
    color: #009;
}

div.year-block {
    padding: .2in;
    margin-top: .15in;
    margin-right: .1in;
    margin-left: .1in;
    border: #999 solid 1px;
    background: #f8f8f8;
    nodisplay: inline-block;
    display: block;
    nowidth: 9in;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    vertical-align: top;
}

div.year-block div.year-hdr {
    font-size: .2in;
    font-weight: bold;
    display: block;
    margin-bottom: .1in;
    color: #009;
}

table.news-item td.left {
  width: 100px;
  text-align: center;
}

table.news-item td.right {
  width: 100px;
  text-align: center;
}

table.news-item a:hover img {
  outline: 1px solid blue;
}

table.news-item img {
  max-width: 95px;
  max-height: 95px;
  margin: 5px;
  border: 0px;
  -moz-box-shadow: 2px 2px 3px #999; /* Firefox */
  -webkit-box-shadow: 2px 2px 3px #999; /* Safari/Chrome */
  box-shadow: 2px 2px 3px #999; /* Opera and other CSS3 supporting browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";/* IE 8 */
  : progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
}

span.date {
    font-size: 100%;
    color: green;
    font-weight: bold;
    margin-right: 4px;
}

