/* newshomebox.css */

#NewsHomeBox {
  width: 295px;
}
#NewsHomeBox .content {
  margin: 0;
  padding: 0;
  border: 1px solid #90BE44;
  border-top: none;
  height: 190px;
}
#NewsHomeBox .HeaderBox {
  height: 25px;
  line-height: 25px;
  background: #90BE44 url(../images/home/newsbox.jpg) no-repeat;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 30px;
}
#NewsHomeBox .HeaderBox .AllNews {
  padding-left: 105px;
  font-size: 10px;
  color: white;
  text-transform: none;  
}
#NewsHomeBox img.RssPicto {
  width: 15px;
  height: 14px;
  padding: 3px 5px;
  position: absolute;
}
#NewsHomeBox img {
  width: 293px;
  height: 190px;
}
#NewsHomeBox .background {
  z-index: 2;
  margin: -65px 0 0 0;
  width: 293px;
  height: 60px;
  position: absolute;
  background: transparent url(http://www.diagnostic-expertise.com/images/home/news-header-box-background.gif) repeat-x;
  filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;
}
#NewsHomeBox .NewsTimeBox {
  position: absolute;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  text-align: center; 
  background: white;
  font-size: 10px;
  font-weight: bold;
}
#NewsHomeBox .NewsNavigationBox {
  margin: 5px 0 0 250px;
}
#NewsHomeBox .NewsNavigationBox .previous,
#NewsHomeBox .NewsNavigationBox .next {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  position: absolute;
}
#NewsHomeBox .NewsNavigationBox .previous {
  background: black url(http://www.diagnostic-expertise.com/images/pictos/previous-bt.gif) no-repeat;
}
#NewsHomeBox .NewsNavigationBox .next {
  background: black url(http://www.diagnostic-expertise.com/images/pictos/next-bt.gif) no-repeat;
  margin-left: 17px;
}
#NewsHomeBox .NewsNavigationBox,
#NewsHomeBox .NewsTitleBox,
#NewsHomeBox .NewsContentBox {
  z-index: 3;
  position: absolute;
  padding-left: 5px;
  width: 288px;
  cursor: pointer;
}
#NewsHomeBox .NewsTitleBox {
  background: #A20024;
  height: 25px;
  line-height: 25px;
  margin-top: 105px;
  color: white;
  font-weight: bold;
  font-size: 11px;
}
#NewsHomeBox .NewsContentBox {
  margin-top: 130px;
  color: white;
  font-size: 10px;
}
#NewsHomeBox .NewsTitleBox p,
#NewsHomeBox .NewsContentBox p {
  color: white;
  margin: 0;
  padding: 0 5px 0 0;
}
#NewsHomeBox .NewsContentBox .newsContinuation {
  font-size: 10px;
  text-decoration: underline;
  text-align: right;
  margin: 0px 5px 0 0;
}
#NewsHomeBox #NewsContainer2,
#NewsHomeBox #NewsContainer3 {
  display: none;
}

