/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			120px;
		width:			250px;
		margin: 		7px 0px 0px 0px;		
		}
.root p 	{
		margin:			10px 10px 5px 10px;
		}
.thumb 		{
		position:		absolute;
		height:			15px;
		width:			12px;
		left: 			15px;
		}
.up, .dn 	{
		position:		absolute;
		left: 			10px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:		absolute; 
		left:			0px; 
		top:			0px; 
		width:			250px; 
		height:			120px; 
		clip:			rect(0 467 200 0); 
		overflow:		auto; 
		border:none;
		}
.scrollContent { 
		position:		absolute; 
		left:			0px; 
		top:			0px; 
		width:			245px; 
}
.scrool_table{
  border-bottom:1px dashed #000000;
  margin-bottom:5px;
  background:url(../../images/etknlk_bg.png);
}
.etkinlik_baslik{
 font-family:"microsoft Sans Serif";
 font-size:12px;
 color:#000000;
 font-weight:bold;
}
.etkinlik_tarih{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#666666;
  padding-left:10px;
}
.etkinlik_yazi{
  font-family:"microsoft Sans Serif";
  font-size:12px;
  color:#000000;
  padding:3px;
}
