#newsticker {
	background: #dbc07a;	
	position: relative;
	font-size: 11px;
	color: #310000;
	list-style: circle;
	font-family: Georgia, Serif;
	line-height: 160%;
}
#newsticker ul {
	border:1px solid #B89156;
	list-style: none;
	min-height: 180px;
	padding-right: 20px;
	margin-left:2px;
	margin-top:-5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* html #newsticker ul {	
height: 1.6em;	
overflow: visible;
}

#newsticker li.error {	
color: #f00;
}

#newsticker #togglenewsticker {	
background: transparent;	
overflow: hidden;	
position: absolute;	
right: 10px;	
top: 0px;	
width: 14px;
height: 14px;
text-indent: 20px;
outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
#tickerback {
	background-color: #8b7641;
	font-color: #993;
	min-height: 25px;
	padding-top:8px;
	padding-bottom:2px;
	padding-right:20px;
	padding-left:10px;
	margin-left:2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 700;
	color: #310000;
}
#holderdiv {
	width: 250px;
	}
 
#holderdiv div {
  margin: 0 10px 10px 10px;
  color: #363636;
  background-color: #eec;
  border: 1px solid black;
}
 
#holderdiv h2 {
  margin: 0;
  background-color: #7a7;
  color: white;
  font-size: 0.9em;
  padding: 5px;
  text-align: center;
}
 
#holderdiv p {
  margin: 5px 0; /* Only vertical margins on the p */
  padding: 0 5px; /* Also side padding */
}
 
#holderdiv .p-divider {
  border-top: 1px solid black;
  padding-top: 5px; /* This one gets top padding */
} 
#holderdiv div {
	word-wrap:break-word
	}

