/* Start of CMSMS style sheet 'scroll' */
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}

.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background:#000 url(uploads/images/scroll-up.gif) center center no-repeat;
  font-size: 0px;
}
.Scrollbar-Track {
  width: 10px; 
  height: 476px;
  position: absolute;
  top: 12px;
  background-color: #000;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 225px;
  background-color: #5a5a5a;
}
.Scrollbar-Down {
  position: absolute;
  top: 490px;
  width: 10px; height: 10px;
  background:#000 url(uploads/images/scroll-down.gif) center center no-repeat;
  font-size: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 26%; right:130px;
}



#Container {
  position: absolute;
  top: 26%; right: 130px;
  width: 670px;
  height: 500px;
  background:transparent url(uploads/images/see-thru.png) left top repeat;
  }


#Scrollcont{ 
  position: absolute;
  top: 15px; 
  left:15px;
  overflow: hidden;
  width: 640px;
  height: 470px;
  display: none;
}
#Scrollcont {display: block; font-size:14px; line-height:17px;}


h3{font-size:16px; color:#97d64a; margin-bottom:5px;}

.entries { padding:2px;}
.entries td {border-right:1px solid #333;  padding:2px 5px 2px 2px;}

/* End of 'scroll' */

