* {
	margin: 0;
	padding: 0;
}

no-body {
	background: #fff;
	color: #000;
	font: 0.7em/160% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	padding: 20px;
}

#newsticker {
	background: transparent;
	position: relative;
	height: 60%;
	width: 95%; 
        
	
}

#newsticker ul {
	
	list-style: none;
	min-height: 1.6em;
	padding: 10px 15px;
	padding-right: 30px;
	#padding-left: 15px;
	
}

#newsticker a {	
         font-size: 1.7em;	
}

#newsticker img {
	border: 0px solid #777;
}


#newsticker li {}

#newsticker li p {margin: 0px; color: #555;}

* html #newsticker ul {
	height: 2.5em;
	overflow: visible;
}

#newsticker li.error {
	color: #f00;
}

#newsticker #togglenewsticker {
	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 img {  }
#newsticker h1 {line-height: 2.9em;}
