@charset "utf-8";
/* CSS Document */

#newsticker{
	margin:36px 7px 0 7px; padding:0;
	display:block; height:24px; overflow:hidden; clear:both;
	line-height:24px; font-size:0.75em;
	background-color:#e5f4c7;
	border:solid 1px #86be00;
}
#newsticker ol{
	margin:0; padding:0;
	list-style:none;
}
#newsticker li{
	margin:0 0 0 10px; padding:0 0 0 10px;
	list-style:none;
	background:url('../img/lay/nt_tri.jpg') no-repeat left center;
}

#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	display:none;
	overflow: hidden;
	position: absolute;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}

#newsticker a{
}
#newsticker a:hover{
	color:#f43d13;
	text-decoration:none;
}
