/*
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
	font: 0.7em/160% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	padding: 20px;
}
*/

#newsticker { 
	margin: 0;
	padding: 0;
	background:#d7dbe4;	
	position: relative;
	text-align: center;
	height: 26px;
	overflow: hidden;
}
#newsticker ul {
	border: 1px solid #FFFFFF;
	list-style: none;
	/* min-height: 1.6em; */
	padding: 6px 5px;
	padding-right: 30px;
	color: #384b75;
	margin: 0;
	/* font-weight: normal;*/
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("/images/ticker_close.jpg") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 7px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
