@charset "utf-8";
/* CSS Document */
#newsScroller{/*general settings*/
	text-align:left;
	height:342px;
	width:270px;
	overflow:hidden;
	padding:6px 6px 6px 6px;
}
#newsScroller ul{/*list general settings*/
	border:0;
	margin-bottom:0;
	padding:0;
	list-style:none;
	background:#f4f4f4;
}
#newsScroller li{/*single list element settings*/
	height:40px;
	padding:5px;
	list-style:none;
	margin-top:5px;
	border:dashed 1px #dddddd;
	background:url(../images/mini-news.png) bottom right no-repeat #ffffff;
}
#newsScroller a{/*link settings*/
	display:block;
	color:#857d59;
	margin-bottom:0px;
	font-weight:bold;
	float:left;
	font-size:11px;
}
#newsScroller p{/*paragraph element settings*/
	font-weight:normal;
	float:left;
	font-size:11px;
	text-align:left;
	padding: 0px;
}
#eventsScroller{/*general settings*/
	text-align:left;
	height:320px;
	width:270px;
	overflow:hidden;
	padding:6px 6px 6px 6px;
}
#eventsScroller ul{/*list general settings*/
	border:0;
	margin-bottom:0;
	padding:0;
	list-style:none;
	background:#f4f4f4;
}
#eventsScroller li{/*single list element settings*/
	height:47px;
	padding:5px;
	list-style:none;
	margin-top:5px;
	border:dashed 1px #dddddd;
	background: url(../images/mini-cal.png) bottom right no-repeat #ffffff;
}
#eventsScroller a{/*link settings*/
	display:block;
	color:#857d59;
	margin-bottom:0px;
	font-weight:bold;
	float:left;
	font-size:11px;
}

