/*
 * newsitems' styles
 */

td#newsmiddle {
  width: 370px;
}
td#newsright {
  width: 225px;
}
td.newstitlebg {
  background: #1A5678;
}
td.newstitle {
  width: 263px;
  background: #1A5678;
  color: #ffffff;
  font-weight: bold;
}
td.newsdate {
  font-weight: bold;
  width: 90px;
  text-align: right;
  color: #ffffff;
}
td.newsitem {
  width: 370px;
  background: #e6f1f8;
}
td.newsbody {
  text-align: justify;
}
td.newsdiscuss {
  font-size: 9px;
  background: #e6f1f8;
}
td.newsposter {
  font-size: 9px;
  text-align: right;
  width: 361px;
  background: #e6f1f8;
}



/*
 * newsarchive's styles
 */

tr.newsarchivetitle {
  background: #1A5678;
  color: #ffffff;
}
td.newsarchivedatetitle {
  font-weight: bold;
  color: #ffffff;
}
td.newsarchivesubjecttitle {
  font-weight: bold;
  color: #ffffff;
}
td.newsarchivepostertitle {
  font-weight: bold;
  color: #ffffff;
}
td.newsarchivedate {
  width: 100px;
}
td.newsarchivesubject {
  width: 300px;
}
td.newsarchiveposter {
  width: 60px;
}



/*
 * poll's styles
 */

td.pollanswer {
  width: 216px;
  font-size: 10px;
}
td.pollgraph {
  width: 136px;
}
td.pollnumbers {
  width: 40px;
  text-align: right;
  font-size: 9px;
}
td.pollhr {
  height: 1px;
}
img.pollhr {
  height: 1px;
  width: 216px;
  display: block;
}
td.pollvote {
  font-size: 10px;
}



/*
 * newstrackers' styles
 */

td.headlinehr {
  background: #cbcbcb;
  width: 216px;
}
img.headlinehr {
  width: 216px;
  height: 1px;
  display: block;
}
td.headline {
  width: 216px;
  color: #1A5678;
  text-decoration: none;
  font-size: 11px;
  font-family: arial,sans-serif;
  font-weight: normal;
  background: #e8e8e8;
}
td.headline2 {
  width: 128px;
  color: #1A5678;
  text-decoration: none;
  font-size: 11px;
  font-family: arial,sans-serif;
  font-weight: normal;
  background: #e8e8e8;
}
td.headline:hover { background: #fff; }
td.headline2:hover { background: #fff; }

td.headline:hover a { text-decoration: none; }
td.headline2:hover a { text-decoration: none; }

td.headlinesbanner { width: 88px; }



/*
 * search
 */

input#search {
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
}


