#newsticker {
	color: black;
	background: #88acd9;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
#newsticker ul {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	list-style: none;
	min-height: 2.1em;
	padding-right: 30px;
	margin: 0;
}
* html #newsticker ul {
	height: 2.1em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker li {
	padding: 5px 8px;
	}
#newsticker #togglenewsticker {
	display: none;
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
#newsticker span {
	color: black;
	margin-right: 1em;
	background-color: #9fa5a8;
	padding: 5px 10px 5px 10px;
	}