/*
/ This stylesheet contains per-page overrides and style additions
*/


/* Menu hover color overrides */
.menu .menu-item a:hover
{
  background: #EFD1E4;
}


/* body content background overrides */
.body
{
  background: url(news.png);
  background-color: #EFD1E4;
}

/* Scrollbox overrides */
.scrollbox
{
  left: 20px;
  top: 20px;
  width: 680px;
  height: 240px;
  scrollbar-base-color: #EFD1E4;
}

/* Href color overrides */
a 
{
  color: #C42087;
}

a:hover
{
  color: #DB77B6;
}

/* News page specific */
.item
{
  margin-top: 15px;
  padding: 0px;
  border: 1px solid white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  position: relative;
  margin-bottom: 35px;
  padding-top: 10pt;
  background: url(../shared/img/background-diag-white.png);
}

.date
{  
  width: 90px;
  text-align: center;
  padding: 0px;
  background: white;
  padding: 3pt;
  font-weight: bold;
  display: inline;
  border: 1px solid white;
  position: absolute;
  top: -8pt;
  left: 6px;
}

.entry
{

  padding: 6px;
}

.entry p
{
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
}

/* TV animation */
#tv
{
  background: url(tv-animation.gif);
  width: 121px;
  height: 91px;
  position: absolute;
  overflow: hidden;
  top: 274px;
  left: 226px;
  z-index: 5;
}

