.infoList{
	position: relative;
	/*overflow:auto;*/
	overflow-y:auto;
	overflow-x: hidden;
	margin-top: 7px;
	height: expression(this.scrollHeight > 224 ? "225px" : "auto" ); /* sets max-height for IE */
	max-height: 225px; /* sets max-height value for all standards-compliant browsers */
	color: #00795a;
}
.infoBody{
	position: relative;
	width: 260px;
	color: #00795a;
}
.infoBody a{
	text-decoration: none;
}
.infoBody a:hover{
	text-decoration: underline;
}
.infoBody ul{
	margin: 0 0 0 -10px;	
}
.infoBody ul{
	*margin: 0 0 0 20px;
}
.infoBody li { 
	margin: 0em; 
	padding: 0em; 
} 
.smileyLink{
	color: #67af9d;
	text-decoration: none;
}
img{
	border: none;	
}
img a{
	border:none;
}
.eliteSmiley{
	vertical-align: middle;
	text-align: center;
	float:left;	
}
img.oldSmiley{
	border: 0;
	text-decoration: none;
	text-align: center;
}
.smileyInfo, .oldSmileyInfo{
	font-size: 7pt;
}
.smileyInfo{
	float: left;
	text-align: center;	
	padding: 0px 2px 0px 2px ;
}
.oldDate
{
	padding-top: 2px;
	*padding-top: 2px;
}
.oldSmileyInfo{
	float: left;
	text-align: center;	
	padding: 0px 2px 0px 2px ;
	text-align: center;
}
.listSmiley{
	list-style-position: outside;
	margin-left: 0px;
	color: #00795a;
	cursor: pointer; 
	cursor: hand;
}
.javaLink{
	padding-top: 5px;
	text-decoration: none;
	font-size: 8pt;
	color: #00795a;
	cursor: pointer; 
	cursor: hand;
	clear: both;
	display: block;	
}