
#chatoutput ul {
	list-style: none;
	margin:0px;
	padding:0px;
	padding:0px 0px 15px 0px;
}
#chatoutput ul li {
	background-color: #3b92cf;
	padding:8px 12px 12px 12px;

	font-weight: bold;
	margin:0px;
	color:#FFF;
	line-height: 150%;
	margin-bottom:8px;
}
#chatoutput ul li.athena {
	background-color: #ffc425;
	padding:8px 12px 12px 12px;

	font-weight: bold;
	margin:0px;
	color:#FFF;
	line-height: 150%;
	margin-bottom:8px;
}
#chatoutput ul li.diana {
	background-color: #f89828;
	padding:8px 12px 12px 12px;

	font-weight: bold;
	margin:0px;
	color:#FFF;
	line-height: 150%;
	margin-bottom:8px;
}
#chatoutput ul li.venus {
	background-color: #f26631;
	padding:8px 12px 12px 12px;

	font-weight: bold;
	margin:0px;
	color:#FFF;
	line-height: 150%;
	margin-bottom:8px;
}
#chatoutput ul li.hera {
	background-color: #e64097;
	padding:8px 12px 12px 12px;

	font-weight: bold;
	margin:0px;
	color:#FFF;
	line-height: 150%;
	margin-bottom:8px;
}
#chatoutput ul li.persephone {
	background-color: #a54499;
	padding:8px 12px 12px 12px;

	font-weight: bold;
	margin:0px;
	color:#FFF;
	line-height: 150%;
	margin-bottom:8px;
}
#chatoutput ul li.kwanyin {
	background-color: #00b5cc;
	padding:8px 12px 12px 12px;

	font-weight: bold;
	margin:0px;
	color:#FFF;
	line-height: 150%;
	margin-bottom:8px;
}
#chatoutput ul li.isis {
	background-color: #7bc143;
	padding:8px 12px 12px 12px;

	font-weight: bold;
	margin:0px;
	color:#FFF;
	line-height: 150%;
	margin-bottom:8px;
}

#chatoutput ul li span.name {
	display: block;
	background:url(/img/bubble.png) no-repeat left;
	padding-left:19px;
	font-weight: normal;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #DFE5EB;
}

#chatoutput ul li:hover span.name {
	color: #FFF;
	background:url(/img/bubblehover.png) no-repeat left;
}

#chatoutput {
	text-align: left;
	margin-right: 0px;
}
#user {
	font-weight: bold;
	border-bottom: none;
	color:#999999;
	text-align:center;
}


