/*table#news { width: 600px; }*/
table.news, table.news_new_item {
/*  width: 575px;*/
  width: 100%;
  border-spacing: 0px;
}
caption, th.caption {
  background-color: #575757;
  padding: 5px;
  font-family: monospace;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
div.caption_left {
  float: left;
}
div.caption_right {
  font-size: 12px;
  float: right;
}
tr.news_item_header {}
tr.news_item_content {}
td.news_item_headline {
  width: 390px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  background-color: #171717;
  border-top: 1px solid #373737;
  border-left: 1px solid #373737;
  border-bottom: 1px dotted #373737;
  padding: 5px; 
}
td.news_item_modified {
  text-align: right;
  font-size: 10px;
  background-color: #171717;
  border-top: 1px solid #373737;
  border-right: 1px solid #373737;
  border-bottom: 1px dotted #373737;
  padding: 5px; 
}
td.news_item_caption {
  text-align: left;
  font-size: 9px;
  border-left: 1px solid #373737;
  background-color: #171717;
  padding: 5px; 
}
td.news_item_user {
  text-align: right;
  font-size: 10px;
  border-right: 1px solid #373737;
  background-color: #171717;
  padding: 5px; 
}
td.news_item_body {
  background-color: #171717;
  border-left: 1px solid #373737;
  border-right: 1px solid #373737;
  border-bottom: 1px solid #373737;
  padding: 5px; 
}
/*td.news_item_spacer {
  background-color: #000;
  border-top: 1px dotted #373737;
  border-bottom: 1px dotted #373737;
}*/
td.quick_html_key {
  font-size: 10px;
}

td#latest_news_banner {
  border-bottom: 1px solid #fff;
}

img.article {
  display: inline;
  border: 1px solid #fff;
}
