@media screen {
  body>div#keepuptodate {
    position: fixed;
    }
}

#keepuptodate {
 background-color: #ffffff;
  border: 0;
  bottom: 0;
  color: #666666;
  right: 10px;
  width: 180px;
  z-index: 1;
}

#keepuptodateHeader {
  background: url("/images/since_last_visit_white.gif") repeat scroll 0% 0% transparent;
  width: 180px;
  height: 24px;
}

#keepuptodateBody {
  width: 180px;
  height: 100%;
  position: relative;
}

#keepuptodateList {
  list-style: disc inside;
  margin: 3px;
  text-align: left;
}
#keepuptodateList td {
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
}
#keepuptodateList td.second {
  font-style: italic;
  font-weight: normal;
  text-align: right;
  vertical-align: middle;
}

th.kutd_thumbnail {
  border-right: 0px;
  background: url(/images/content-thumbnail-header.gif) no-repeat;
  width:78px;
}

span.kutd_title {
  background: url(/images/content-title-header.gif) no-repeat;
}

span.kutd_content {
  background: url(/images/content-content-header.gif) no-repeat;
  width: 164px;
}

* html body {
  overflow: hidden;
}


