/**
All style names have scroll-up- as prefix
*/

/*A.scroll-up-headline {
	color: #0000FF;
	font-size : xx-small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

A.scroll-up-source {
	color: #000000;
	font-size : xx-small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

A.scroll-up-access {
	color: #000000;
	font-size : xx-small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

SPAN.scroll-up-time {
	color: #000000;
	font-size : xx-small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

DIV.scroll-up-container{
  background : #E6E6FA;
}

DIV.scroll-up-group{
  padding-left : 5px;
  padding-right : 5px;
}*/
A.scroll-left-headline {
	color: #000000;
	font-size : 10px;
	font-family : Verdana;
	font-weight : bold;
}

A.scroll-left-source {
	color: #000000;
	font-size : 10px;
	font-family : Verdana;
	font-weight : bold;
}

A.scroll-left-access {
	color: #000000;
	font-size : 10px;
	font-family : Verdana;
	font-weight : bold;
}

SPAN.scroll-left-time {
	color: #000000;
	font-size : 10px;
	font-family : Verdana;
}

DIV.scroll-left-container{
  background : #FAEBD7;
}

DIV.scroll-left-group{
  padding-left : 0px;
  padding-right : 0px;
}

