@import url('accordion.css');

#newsticker {
	background: transparent;
}
#newsticker li {
	margin: 0;
}
#newsticker ul {
	margin: 0 10px;
	border: 0;
	list-style: none;
	min-height: 1.6em;
	padding: 10px 15px;
	padding-right: 30px;
	font-size: 10px;
}
#page #newsticker ul {
	margin: 0;
	padding: 0 5px 10px 12px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("../img/smallclosebtn.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: -25px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
#homepage #newsticker #togglenewsticker {
	display: none;
}
.eventTitle {
	position: relative;
	display: block;
	width: 136px;
	top: -25px;
	left: 12px;
	border-bottom: 1px solid #fc8;
}
#homepage .eventTitle {
	top: 0;
	left: 0;
	width: auto;
	margin-top: 20px;
}
#page .eventTitle {
	top: 0;
	left: 0;
	width: auto;
}

#newsticker a, #newsticker a:visited {
	background: transparent;
}