﻿#nwsListDIV {
}
.nwsListTBL {
}
a.nwsImgLink {
}
img.nwsThumbImg {
  float:left;
  margin-right:10px;
  margin-bottom:10px;
  margin-top:5px;
  border: solid 1px #404050;
}
.nwsTitle{
  font-size:1.2em;
  padding-bottom:3px;
  font-weight:bold;
  color:#0660c6;
}
.nwsTitleDate{
  font-size:90%;
  color:#0660c6;
}
.nwsTitleTxt{
  color:#0660c6;
}
.nwsListSeparatorHR {
  color:#FFFFFF;
  height:0px;
  padding:0px;
  margin-bottom:10px;
  margin-top:3px;
}
a.nwsTxtLink:link, a.nwsTxtLink:visited {
  margin-top:0px;
  font-size:0.9em;
}
a.nwsTxtLink:hover {
  background-color:#0660c6;
  color:White;
  font-size:0.9em;
}
.nwsButton{
}

.nwsInfoMsgDiv {
  color:#FFFFFF;
  font-weight:bold;
  padding:10px;
  margin-bottom:5px;
  margin-top:5px;
  background-color:#017CC2;
  border: solid 1px #27176F;
}
.nwsInfoMsgDiv a {
  color:#FFFFFF;
}
.nwsInfoMsgDiv a:hover {
  color:#017CC2;
  background-color:#FFFFFF;
}


#nwsArticleDIV {
}
#nwsArticleDIV .nwsHeader {
  padding-bottom:5px;
  margin-bottom:5px;
  border-bottom: solid 1px #0660c6;
}
#nwsArticleDIV .nwsTitleDate{
  font-size:1em;
  padding-bottom:3px;
  font-weight:bold;
  color:#0660c6;
}
#nwsArticleDIV .nwsTitleTxt{
  font-size:1.2em;
  padding-bottom:3px;
  font-weight:bold;
  color:#0660c6;
}
.nwsContent {
}


#nwsScrollListDIV {
  width: 200px;
}
#nwsScrollListDIV * {
}
#nwsScrollContainer{
  position: relative;
  width: 190px; /*marquee width */
  height: 340px; /*marquee height */
  background-color: white;
  overflow: hidden;
  border: 1px solid #000000;
  padding: 5px;
}
#nwsScrollContent{
  width:190px;
  }
#nwsScrollContent img.nwsThumbImg {
  width:50px;
  border: solid 1px #444444;
}
#nwsScrollContent .nwsTitleDate{
  font-size:12px;
  font-weight:bold;
}
#nwsScrollContent a.nwsTitleLink:link, #nwsScrollContent a.nwsTitleLink:visited {
  text-decoration:none;
}
#nwsScrollContent a.nwsTitleLink:hover {
  text-decoration:underline;
  background-color:#CCCCCC;
}
#nwsScrollListDIV .nwsListSeparatorHR {
  color:#444444;
  height:1px;
  padding:0px;
  margin-bottom:3px;
  margin-top:5px;
}
#nwsScrollFooter{
 margin-top:10px; 
}
