@charset "utf-8";
/* CSS Document */

.relative{position:relative;}

.Container {
  position: absolute;
  top:0px; left:0px;
  width: 265px;
  height: 300px;
  background: #FFF;
}

.Container1 {
  position: absolute;
  top:0px; left:0px;
  width: 261px;
  height: 300px;
  background:#ad1700 url(../images/uni_red_bottom.gif) no-repeat bottom;
}

.Container2 {
	position: absolute;
	top:0px;
	left:0px;
	width: 261px;
	height: 300px;
	background:url(../images/grey_bg.gif) repeat-y left;
}

.Container3 {
	position: absolute;
	top:0px;
	left:0px;
	width: 264px;
	height: 300px;
	background:url(../images/grey_bg.gif) repeat-y left;
}

#Scroller-1 { 
  position: absolute; 
  
  width: 220px;
  height: 200px;
  padding:0px;
  margin:0px 0 0 20px;
   overflow-x: hidden;
    overflow-y: auto;
}
#Scroller-1 p {
  margin: 0; padding:5px 0;
  color: #323133;
}

#Scroller-2 { 
  position: absolute; 
   overflow-x: hidden;
    overflow-y: auto;
  width: 237px;
  height: 200px;
  padding:0px;
  margin:0px 0 0 20px;
}

#Scroller-2 p {
  margin: 0; padding:10px 5px;
  color: #fff;
  display:inline-block;
  width:210px;
}

#Scroller-3 { 
  position: absolute; 
 overflow-x: hidden;
    overflow-y: auto;
  width: 220px;
  height: 200px;
  padding:0px;
  margin:0px 0 0 10px;
}
#Scroller-3 p {
  margin: 0; padding:5px;
  color: #fff;
}

#Scroller-3 p span{color:#80c2f1; text-decoration:none;}


.Scroller-Container {
  position: absolute;
  top: 50px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 80px; left: 248px;
  z-index:1;
  display: none;
}

#Scrollbar-Container2 {
  position: absolute;
  top: 80px; left: 243px;
  z-index:1;
  display: none;
}

#Scrollbar-Container3 {
  position: absolute;
  top: 80px; left: 238px;
  z-index:1;
  display: none;
}

.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 20px; height: 174px;
  position: absolute;
  top:13px; left:1px;
  background: transparent url(images/scrollbar_track.gif) no-repeat center center;
}


.Scrollbar-Handle {
  position: absolute;
  width:6px; height:28px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 187px;
}

